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
42692abd1c
Add stl module for c++11 compatibility classes
2013-12-16 11:35:21 -08:00
Vinnie Falco
dc591f8943
Move MurmurHash to beast
2013-10-31 08:10:04 -07:00
Vinnie Falco
f4120635e9
Rename to IPAddress and remove unused files
2013-10-22 10:43:16 -07:00
Vinnie Falco
6c7f5d093c
Move many Thread related classes
2013-10-04 14:34:01 -07:00
Vinnie Falco
ca47d72aee
Move ServiceQueue, ThreadLocalValue, SpinLock
2013-10-04 14:34:00 -07:00
Vinnie Falco
c864e4d3db
Move WaitableEvent
2013-10-04 14:33:59 -07:00
Vinnie Falco
ac37c38133
Beast class refactor
2013-10-03 19:03:10 -07:00
Vinnie Falco
228b664ecf
Remove obsolete beast container classes
2013-10-03 18:36:53 -07:00
Vinnie Falco
c67929ea39
Remove unhandled exception catcher
2013-10-01 12:25:01 -07:00
Vinnie Falco
f07515eb88
Add Stoppable prepare and start interfaces
2013-09-28 15:30:01 -07:00
Vinnie Falco
d37dd46f65
Move RelativeTime to chrono, add ostream support
2013-09-28 15:09:12 -07:00
Vinnie Falco
cc05ce19f9
Add ServiceQueue
2013-09-28 15:09:10 -07:00
Vinnie Falco
5c5de57290
Reorganize beast modules and files
2013-09-23 10:13:24 -07:00
Vinnie Falco
fbc247bf53
Add Stoppable to beast
2013-09-22 11:51:46 -07:00
Vinnie Falco
9d9c822efb
Migrate some headers and general tidying
2013-09-22 11:51:44 -07:00
Vinnie Falco
9534516b42
Add some thread classes and fix SharedData with a simple mutex adapter
2013-09-21 16:58:55 -07:00
Vinnie Falco
7efb6a3ab8
Reorganize some MPL and Utility classes and files
2013-09-19 21:37:47 -07:00
Vinnie Falco
72fc42b60c
Move and add some template metaprogramming classes
2013-09-19 14:42:54 -07:00
Vinnie Falco
2a164f0165
Change filname capitalization (end)
2013-09-19 14:42:54 -07:00
Vinnie Falco
92fd417962
Move integer types to beast/CStdInt.h
2013-09-19 14:42:53 -07:00
Vinnie Falco
ebbd9ff414
Move TargetPlatform.h to beast/Config.h
2013-09-19 14:42:52 -07:00
Vinnie Falco
874b5240d2
Add IPEndpoint
...
Conflicts:
src/beast/Builds/VisualStudio2012/beast.vcxproj.filters
2013-09-19 14:42:52 -07:00
Vinnie Falco
34fffca202
Rename beast sources for consistency
2013-09-19 14:42:51 -07:00
Vinnie Falco
d5ece4e909
Remove unused and broken classes
2013-09-19 14:42:49 -07:00
Vinnie Falco
e82ec68820
Remove obsolete beast_Function
2013-09-19 14:42:46 -07:00
Vinnie Falco
f3dc7ce52c
Add generic Journal class for logging
2013-09-12 15:06:28 -07:00
Vinnie Falco
02acf7d6d0
General refactoring of beast framework classes
2013-09-12 10:55:24 -07:00
Vinnie Falco
55447b05ac
New SharedSingleton, resolves destruction of objects with static storage duration.
2013-09-12 05:38:39 -07:00
Vinnie Falco
43e6d345e4
General beast update, fixes, optimizations, features:
...
* Clean ups, optimizations, and new File::commonDocumentsDirectory enum
* Replace sortArray with std::sort for performance
* More error tolerance in XML parser, speedups
* Refactor some byte-order mark detection code
* Add String::appendCharPointer overloads
* More XML parser optimisations and better error detection
* Misc performance tweaks
* Fixes for support of non utf8 strings
* Increased precision when storing strings in XmlElement
* Minor clean-ups
* Minor fix to XmlDocument
* Cleanups to CriticalSection and related synchronization primitives
* Fix DynamicArray unit test
2013-09-10 10:36:46 -07:00
Vinnie Falco
27307fca0c
Use SharedFunction in ProtectedCall
2013-09-10 08:04:54 -07:00
Vinnie Falco
c35843fda5
Add SharedFunction to replace boost::function
2013-09-07 11:53:36 -07:00
Vinnie Falco
04a4219a75
Make bassert fatal
2013-09-06 21:29:16 -07:00
Vinnie Falco
86793468de
Replace obsolete OncePerSecond with DeadlineTimer
2013-09-05 04:38:18 -07:00
Vinnie Falco
201221253d
Refactor SharedPtr and fix ContainerDeletePolicy bug
2013-09-05 04:22:26 -07:00
Vinnie Falco
25f29a2287
Add new-styled Intrusive and MPL modules
2013-09-05 04:22:25 -07:00
Vinnie Falco
457c3262d7
Fix String from number conversions
2013-09-04 13:24:41 -07:00
Vinnie Falco
de2c4cc7b8
Added DynamicArray, DynamicList, and HashMap
2013-09-03 08:31:16 -07:00
Vinnie Falco
96587dc68c
Add BeforeBoost.h and tidy up beast system headers
2013-09-01 12:22:08 -07:00
Vinnie Falco
d9d291abcb
Tidy up includes and header material
2013-08-30 17:33:33 -07:00
Vinnie Falco
5002ab2169
Merge beast_basics to beast_core
2013-08-24 10:18:24 -07:00
Vinnie Falco
04f9270772
Add TrackedMutex and measureFunctionCallTime
2013-08-23 15:00:04 -07:00
Vinnie Falco
21b78adfee
Add ContainerDeletePolicy for ownership containers
2013-08-17 21:10:01 -07:00
Vinnie Falco
21f0d63507
Add uint24 and network byte order conversions
2013-08-15 15:45:16 -07:00
Vinnie Falco
1c39721ff7
Add SemanticVersion
2013-08-01 15:27:18 -07:00
Vinnie Falco
a937b97a61
Add FatalError
2013-07-30 21:05:11 -07:00
Vinnie Falco
2e402ba654
Add lexicalCast
2013-07-28 21:27:04 -07:00
Vinnie Falco
cb47146b3b
Add classes ProtectedCall and Main
2013-07-28 14:58:19 -07:00
Vinnie Falco
abd3668b65
Upgrade UnitTest and provide JUnit XML output formatting
2013-07-28 02:44:26 -07:00
Vinnie Falco
810954014b
Add hardened HashFunction to UnsignedInteger
2013-07-27 10:47:32 -07:00