Files
rippled/src/ripple
Howard Hinnant c7dea3ed17 Improve LoadFeeTrack::scaleFeeLoad:
* Move lock protection to where it is needed.
* Use gcd to reduce problem to lowest terms.
* Use improved overflow avoidance to retain
  as much precision as possible.
* Detect overflow if it can be shown that the
  final result will not fit in a uint64_t.
2015-08-04 13:51:01 -07:00
..
2015-08-04 13:51:01 -07:00
2015-07-31 17:39:03 -07:00
2015-08-04 13:51:01 -07:00
2015-07-31 17:39:03 -07:00
2015-07-28 20:27:00 -07:00
2015-07-31 17:39:03 -07:00
2015-07-31 17:39:03 -07:00
2015-07-15 16:56:43 -07:00
2015-07-31 17:42:16 -07:00
2015-07-31 17:39:03 -07:00
2015-07-28 20:26:19 -07:00
2015-07-31 17:39:03 -07:00
2015-07-31 17:39:03 -07:00
2015-08-04 13:51:01 -07:00
2015-07-31 17:39:03 -07:00
2015-07-31 17:30:56 -07:00
2015-07-31 17:39:03 -07:00
2013-11-15 11:29:45 -08:00

Newest Style

Each folder contains a single module following the newest style:

  • One class per header
  • As much implementation hidden as possible
  • All major interfaces are abstract
  • Every class is documented
  • Each module focuses on solving one problem