Vinnie Falco
|
0c0fa877cf
|
Add ScopedPointer::reset
|
2014-01-21 10:28:34 -05:00 |
|
Vinnie Falco
|
496b337b27
|
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
|
893b2d4587
|
Add AbstractObject, cyclic_iterator, Journal improvements
|
2013-12-27 16:47:43 -08:00 |
|
Vinnie Falco
|
d1335a6efd
|
Make AbstractObject unit test manual
|
2013-12-06 09:57:03 -08:00 |
|
Vinnie Falco
|
045e38314a
|
Add AbstractObject
|
2013-11-30 01:42:37 -08:00 |
|
Patrick Dehne
|
ac0142a49e
|
Use template cast
|
2013-10-19 15:54:02 -07:00 |
|
Vinnie Falco
|
6c7f5d093c
|
Move many Thread related classes
|
2013-10-04 14:34:01 -07:00 |
|
Vinnie Falco
|
ac37c38133
|
Beast class refactor
|
2013-10-03 19:03:10 -07:00 |
|