Files
xahaud/src/ripple
seelabs 9b837a24aa Remove beast's sqdb module.
Conflicts:
	src/beast/beast/module/sqdb/api/backend.h
	src/beast/beast/module/sqdb/api/blob.h
	src/beast/beast/module/sqdb/api/into.h
	src/beast/beast/module/sqdb/api/session.h
	src/beast/beast/module/sqdb/api/statement.h
	src/beast/beast/module/sqdb/api/transaction.h
	src/beast/beast/module/sqdb/api/type_conversion_traits.h
	src/beast/beast/module/sqdb/api/use.h
	src/beast/beast/module/sqdb/detail/error_codes.h
	src/beast/beast/module/sqdb/detail/exchange_traits.h
	src/beast/beast/module/sqdb/detail/into_type.h
	src/beast/beast/module/sqdb/detail/once_temp_type.h
	src/beast/beast/module/sqdb/detail/prepare_temp_type.h
	src/beast/beast/module/sqdb/detail/ref_counted_prepare_info.h
	src/beast/beast/module/sqdb/detail/ref_counted_statement.h
	src/beast/beast/module/sqdb/detail/statement_imp.h
	src/beast/beast/module/sqdb/detail/type_conversion.h
	src/beast/beast/module/sqdb/detail/type_ptr.h
	src/beast/beast/module/sqdb/detail/use_type.h
	src/beast/beast/module/sqdb/sqdb.h
2015-03-18 19:37:08 -07:00
..
2015-03-18 19:37:08 -07:00
2015-03-16 20:54:15 -04:00
2015-03-18 19:37:08 -07:00
2015-03-02 16:49:56 -05:00
2014-09-04 16:11:44 -07:00
2015-03-02 17:40:12 -05:00
2015-03-18 19:37:08 -07:00
2015-03-18 19:37:08 -07:00
2015-03-16 20:54:17 -04:00
2015-02-23 14:36:34 -05:00
2015-03-16 20:54:06 -04:00
2015-03-02 16:49:56 -05:00
2015-03-18 19:37:08 -07:00
2015-03-18 19:37:08 -07:00
2015-02-28 14:57:38 -05: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