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
528cf56f80
Reduce StatsDCollector log verbosity
2014-01-02 19:32:27 -08:00
NATTSiM
27b771e2ba
Fix clang compile
2013-12-27 17:46:51 -08:00
Vinnie Falco
8c2ec2cfbe
Add AbstractObject, cyclic_iterator, Journal improvements
2013-12-27 16:47:43 -08:00
Nik Bougalis
88a8433d31
Add reference counting to AsyncObject
2013-12-19 14:39:26 -08:00
Vinnie Falco
f88fcf55a3
Add Beast.Insight stats collection module
2013-12-16 12:22:25 -08:00
Vinnie Falco
561c8dea08
Add stl module for c++11 compatibility classes
2013-12-16 11:35:21 -08:00
Vinnie Falco
e6da61120a
Make AbstractObject unit test manual
2013-12-06 09:57:03 -08:00
Vinnie Falco
0f2a657196
Add double conversion for PropertyStream map items
2013-11-30 17:56:25 -08:00
Vinnie Falco
89aa2c7a6a
Refactor some Journal::Sink members
2013-11-30 17:32:50 -08:00
Vinnie Falco
4c843b6c66
IPAddress fixes and algorithm comparison functors
2013-11-30 09:21:46 -08:00
Vinnie Falco
130c7c5c58
Refactor and fix some object arithmetic comparisons
2013-11-30 06:28:29 -08:00
Vinnie Falco
a549c94a15
Fix missing assert in UnitTest runner
2013-11-30 01:42:37 -08:00
Vinnie Falco
6de8a6907f
Add AbstractObject
2013-11-30 01:42:37 -08:00
Vinnie Falco
fc31562052
Tidy doc comments
2013-11-29 23:44:36 -08:00
JoelKatz
c124ad0dcd
Add BEAST_SQLITE_FORCE_NDEBUG option
2013-11-26 21:56:17 -08:00
Vinnie Falco
5500701661
Fix Workers thread name
2013-11-22 15:51:20 -08:00
Vinnie Falco
a399b571ac
Journal API improvements
2013-11-15 12:30:01 -08:00
Vinnie Falco
d0e71225c4
Fix severity check on ~ScopedStream
2013-11-15 11:29:45 -08:00
Patrick Dehne
286ade2d17
Beast improvements and vflib compatibility module work
...
* Add CallQueue vflib compatibility class
* Use run instead of run_one
* Merge BindableServiceQueue into CallQueue
* Take BEAST_VARIADIC_MAX into account
* Fix license headers as suggested by Vinnie
* Remove obsolete comment
* Add ManualServiceQueue
* Add ManualServiceQueue to beast_vflib include
* Move static unit test variables of header only classes to module cpp
* Remove no longer used mutex member
* _VARIADIC_MAX maxes out at 10
* Correctly apply BEAST_VARIADIC_MAX
* Merge BindableServiceQueue into CallQueue
* New GuiServiceQueue and its JUCE dependency
* Fix leftover merge errors
* Fix CallQueue unit test
* Don't use bassert for better CI support
2013-11-07 09:42:37 -08:00
Vinnie Falco
08cbcba4ee
Fix warning
2013-11-05 03:23:15 -08:00
Vinnie Falco
2a9171c623
Improve hasher for IPAddress
2013-11-05 03:15:09 -08:00
Vinnie Falco
8573679fbb
Fix compile error
2013-11-05 03:09:39 -08:00
Vinnie Falco
811f244fc2
Set boolalpha for Journal::ScopedStream
2013-11-05 03:09:39 -08:00
Vinnie Falco
a31b2556a3
Add ostream support for PropertyStream items
2013-11-05 03:09:39 -08:00
Vinnie Falco
a0ad5cdbfe
Add to_string for asio endpoints
2013-11-05 03:09:39 -08:00
Nicholas Dudfield
59cf668348
Fix IPAddress::V4::Proxy
2013-11-05 03:02:20 -08:00
Vinnie Falco
b08c7d15cd
Stoppable, make stop() require call to start()
2013-11-01 13:31:38 -07:00
Vinnie Falco
f859bf160a
Improve URL string conversions and ostream support
2013-10-31 08:10:06 -07:00
Vinnie Falco
e0512930ae
Fix error parameter in HTTPClient logic
2013-10-31 08:10:06 -07:00
Vinnie Falco
7bbf6c553f
Move ServiceQueueBase out of detail namespace
2013-10-31 08:10:05 -07:00
Vinnie Falco
aeb335ebdc
Add hash function to URL
2013-10-31 08:10:05 -07:00
Vinnie Falco
73ab408b3c
Move MurmurHash to beast
2013-10-31 08:10:04 -07:00
Vinnie Falco
f333a33f3d
Make ServiceQueue::enqueue virtual
2013-10-31 08:10:04 -07:00
Patrick Dehne
31b1a6a7e6
Add beast_vflib compatibility module and stand alone unit test app
2013-10-23 17:37:00 -07:00
Vinnie Falco
7b6d81d812
Measure CPU usage in Workers
2013-10-22 17:23:54 -07:00
Vinnie Falco
23f44f12bd
Add IPAddressConversion and asio module
2013-10-22 11:45:30 -07:00
Vinnie Falco
2427cce2c8
Rename to IPAddress and remove unused files
2013-10-22 10:43:16 -07:00
Vinnie Falco
1a6d72b14c
Squelch spurious linker warning
2013-10-22 10:43:15 -07:00
Vinnie Falco
2cc4488d8e
Fix crash in PropertyStream::find
2013-10-22 10:13:46 -07:00
Vinnie Falco
81eadbd05c
RelativeTime tidying
2013-10-20 15:31:50 -07:00
Patrick Dehne
ef1e2f8595
monotonicCurrentTimeInSeconds should return seconds, not milliseconds
2013-10-21 00:11:44 +02:00
Patrick Dehne
fae7082049
Wrap hiResCounterHandler in a function to prevent an order of initialization problems
2013-10-20 23:38:52 +02:00
Patrick Dehne
a63de23156
Rename millisecondsSinceStartup to monotonicCurrentTimeInSeconds
2013-10-20 23:37:24 +02:00
Patrick Dehne
8e0dda8480
#ifdef unneeded sys/prctl.h include in the mac build
2013-10-20 01:43:24 +02:00
Patrick Dehne
ad7b9ff8b5
Make fromStartup compile on mac
2013-10-20 01:38:59 +02:00
Vinnie Falco
04f2d0787a
Merge commit '2ad98a025eb263d97b1942fc468937b4719becd8' into develop
...
Conflicts:
src/beast/beast/utility/PropertyStream.h
src/beast/beast/utility/impl/PropertyStream.cpp
src/beast/modules/beast_sqlite/beast_sqlite.h
2013-10-19 15:57:15 -07:00
Vinnie Falco
466e623dd6
Add BaseFromMember
2013-10-18 16:04:37 -07:00
Vinnie Falco
a8a4caf0e4
Make List<>::Node not uncopyable
2013-10-17 17:46:18 -07:00
Vinnie Falco
33478517a6
Add Journal to UnitTest
2013-10-17 17:46:13 -07:00