Files
xahaud/src/ripple
seelabs dd2feb8d1f Use boost::thread_specific_ptr instead of thread_local:
`thread_local` causes deployment problems with CentOS 7
2016-07-07 14:45:15 -04:00
..
2016-07-06 14:07:57 -04:00
2016-06-03 18:16:18 -04:00
2016-05-12 19:24:35 -04:00
2015-09-28 17:24:05 -07:00
2016-07-06 14:09:41 -04:00
2016-06-28 14:53:44 -04:00
2016-01-25 09:07:41 -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