Vinnie Falco
f63cf33118
New unit_test framework:
...
* Header-only!
* No external dependencies or other beast modules
* Compilation options allow for:
- Stand-alone application to run a single test suite
- Stand-alone application to run a set of test suites
- Global suite of tests inline with the host application
- Disable test suite generation completely
* Existing tests reworked to use the new classes
2014-03-21 18:00:37 -07:00
Vinnie Falco
78e1995365
New utility classes, containers, C++14 compatibility, and fixes:
...
* Add std::equal_to <void> (since C++14)
* Add heterogeneous std::equal (since C++14)
* Add maybe_const
* Add empty_base_optimization
* Add is_constructible specialization for pair, tuple
* Add aged associative containers:
- aged_set, aged_map, aged_multiset, aged_multimap
- aged_unordered_set, aged_unordered_map,
- aged_unordered_multiset, aged_unordered_multimap
* Fix auto keyword pass by reference
* Fix basic_seconds_clock warning and project file
2014-02-24 19:25:01 -08:00
Vinnie Falco
048a2d7bc3
Fix PropertyStream overloads
2014-01-29 07:53:27 -08:00
NATTSiM
dda419ddd6
Improved PropertyStream find and print routines
2014-01-13 21:51:31 -08:00
Vinnie Falco
61cfa6e37e
Add double conversion for PropertyStream map items
2013-11-30 17:56:25 -08:00
Vinnie Falco
b560f5a474
Add ostream support for PropertyStream items
2013-11-05 03:09:39 -08:00
Vinnie Falco
2ec6050959
Fix crash in PropertyStream::find
2013-10-22 10:13:46 -07:00
Patrick Dehne
e5bb90fdfa
Fix constness of Proxy
2013-10-19 15:54:02 -07:00
Vinnie Falco
2c02580c37
Add PropertyStream for server state introspection
2013-10-07 14:00:03 -07:00
Vinnie Falco
7442932b5e
Fix missing PropertyStream members
2013-10-06 18:25:53 -07:00
Vinnie Falco
fcfa10d508
Add PropertyStream
2013-10-06 17:30:44 -07:00