NATTSiM
|
bd0f4b95ae
|
Fix Clang compile and link errors
|
2014-01-16 17:18:05 -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
|
1dfd9e3c10
|
IPAddress fixes and algorithm comparison functors
|
2013-11-30 09:21:46 -08:00 |
|
Vinnie Falco
|
2f656e09c6
|
Refactor and fix some object arithmetic comparisons
|
2013-11-30 06:28:29 -08:00 |
|
Vinnie Falco
|
bf87614fa6
|
Fix warning
|
2013-11-05 03:23:15 -08:00 |
|
Vinnie Falco
|
55045b5fe9
|
Improve hasher for IPAddress
|
2013-11-05 03:15:09 -08:00 |
|
Nicholas Dudfield
|
30648a1819
|
Fix IPAddress::V4::Proxy
|
2013-11-05 03:02:20 -08:00 |
|
Vinnie Falco
|
f4120635e9
|
Rename to IPAddress and remove unused files
|
2013-10-22 10:43:16 -07:00 |
|