Vinnie Falco
|
087301933a
|
General refactoring, using C++11
* Remove broken RecycledObjectPool
* Fix beast::ServiceQueue using List instead of LockFreeStack
* Add class semaphore, fixes broken Semaphore
* Move crytpo module files to new beast directory
* Use c++11 replacements for boost and beast types:
- std::atomic instead of beast::Atomic
- std::function instead of boost::function, beast::function
- std::unique_ptr instead of beast::ScopedPointer
- std::shared_ptr instead of boost::shared_ptr
* Remove modules:
- beast_db
- beast_crypto
- beast_extras
* Remove unnecessary classes:
- AbstractFifo
- AddConst
- AtomicCounter
- AtomicFlag
- AtomicPointer
- AtomicState
- CopyConst
- Expression
- ForwardList
- IfCond
- Interval
- IntrusiveArray
- KeyvaDB
- PointerToOther
- PointerTraits
- RemoveConst
- RemoveConstVolatile
- RemoveReference
- RemoveVolatile
- SharedObjectArray
- SingleThreadedSharedObject
- SophiaDB factory
- SortedSet
- WeakReference
- beast::unique_ptr
|
2014-01-07 15:57:45 -08:00 |
|
Vinnie Falco
|
4b1155bf32
|
Improved diagnostic for RocksDB error codes
Conflicts:
Builds/VisualStudio2012/RippleD.vcxproj.filters
|
2014-01-07 15:46:38 -08:00 |
|
Vinnie Falco
|
b660d82516
|
Make TxFormats a Meyers singleton
|
2013-11-20 10:16:46 -08:00 |
|
Vinnie Falco
|
a05f33f6a7
|
Add annotation and clean up whitespace
|
2013-11-12 19:30:07 -08:00 |
|
Vinnie Falco
|
fcd689afbf
|
Update copyright notice and licenses
|
2013-09-25 17:27:06 -07:00 |
|
Vinnie Falco
|
85fc59b28b
|
Refactor NodeStore, add NodeStoreSchedulerService
|
2013-09-20 01:12:21 -07:00 |
|
Vinnie Falco
|
89b1859929
|
Refactor Application shutdown using new Service, AsyncService interfaces
|
2013-09-19 17:18:43 -07:00 |
|
Vinnie Falco
|
7c39867d56
|
Clean up exit memory leaks in NodeStore
|
2013-09-19 14:42:47 -07:00 |
|
Vinnie Falco
|
846b8e339c
|
Tidy and rename all Ripple source files
|
2013-09-13 16:58:24 -07:00 |
|
Vinnie Falco
|
45eccf2ccf
|
Move ./modules to ./src
|
2013-09-11 11:20:53 -07:00 |
|