Add AsioTests

This commit is contained in:
Vinnie Falco
2013-08-05 09:33:47 -07:00
parent b016cb906b
commit d004ed3c55
5 changed files with 3303 additions and 10 deletions

View File

@@ -7,18 +7,13 @@ REMINDER: KEEP CHANGE LOG UP TO DATE
Vinnie's List: Changes day to day, descending priority
(Items marked '*' can be handled by others.)
- Emergency implement PROXY protcol
- Get rid of boost::filesystem
- Unit tests for boost::asio wrappers
- Socket implementation for PROXY protocol
- Socket that supports multiple protcols
- Review boost::asio wrappers and consolidation of network code in ripple_net
- Deeply create directories specified in config settings
- Finish unit tests and code for Validators
* Document the command line options for the beast unit test framework
- Review boost::asio wrappers and consolidation of network code in ripple_net
- Refactor Section code into ConfigFile
- Improved Mutex to track deadlocks
- Work on KeyvaDB
- Allow skipped/disabled unit tests and reporting.
- Supress useless gcc warnings
http://stackoverflow.com/questions/3378560/how-to-disable-gcc-warnings-for-a-few-lines-of-code
David Features:
- override config items from command line
@@ -26,6 +21,21 @@ David Features:
--------------------------------------------------------------------------------
- Refactor Section code into ConfigFile
- Improved Mutex to track deadlocks
- Work on KeyvaDB
- Allow skipped/disabled unit tests and reporting.
- Supress useless gcc warnings
http://stackoverflow.com/questions/3378560/how-to-disable-gcc-warnings-for-a-few-lines-of-code
- Get rid of boost::filesystem
- Make some fatal_assert macro that calls FatalError
- What the heck is up with site_scons/site_tools/protoc.py?
- Figure out the right behavior of ProtectedCall