Files
rippled/src/ripple
seelabs ded2a5c076 Automate process of using gcc5:
* SConstruct will set ABI based on ubuntu flavor
* Script to bring in packages for various ubuntu flavors
* Script to bring in packages for various fedora 22
* Remove unneeded environment variable from travis
* Script to build boost with correct API flags
* `--static` flag to control static linking
2015-10-28 14:45:34 -07:00
..
2015-10-28 14:45:34 -07:00
2015-10-20 11:35:24 -04:00
2015-10-20 11:35:24 -04:00
2015-10-20 11:35:24 -04:00
2015-10-20 11:35:24 -04:00
2015-10-28 10:15:58 -07:00
2015-10-20 11:35:24 -04:00
2015-09-28 17:24:05 -07:00
2015-10-20 11:35:24 -04:00
2015-10-28 11:37:15 -04:00
2015-10-20 11:35:24 -04:00
2015-10-20 11:35:24 -04:00
2015-10-20 11:35:24 -04:00
2015-10-20 11:35:24 -04: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