lean2/src/tests/util
Leonardo de Moura e7ae749221 feat(boost): implement multi-threading support using Boost
To use Boost instead of the standard library, we must use the cmake option
    -D BOOST=ON

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-12-09 17:24:32 -08:00
..
interval test(util/interval): add more tests 2013-11-19 19:07:09 -08:00
numerics test(numerics/numeric_traits): add missing test 2013-10-28 07:50:33 -07:00
bit_tricks.cpp test(bit_tricks): add tests for log2 2013-09-25 20:58:01 -07:00
buffer.cpp test(buffer): add missing tests 2013-09-29 17:20:32 -07:00
CMakeLists.txt feat(util): add primitives for checking the amount of available stack space 2013-12-01 17:19:27 -08:00
exception.cpp test(exception): add tests for improving coverage 2013-09-26 08:35:13 -07:00
format.cpp feat(*): add component name to check_stack and check_system 2013-12-07 15:11:55 -08:00
hash.cpp test(hash): add missing tests 2013-09-29 17:20:32 -07:00
lazy_list.cpp refactor(*): isolate std::thread dependency 2013-12-09 15:20:26 -08:00
list.cpp fix(util/list): bug in map template 2013-12-01 08:51:24 -08:00
memory.cpp feat(boost): implement multi-threading support using Boost 2013-12-09 17:24:32 -08:00
name.cpp feat(util/name_set): add mk_unique (with respect to a name_set) 2013-11-30 11:28:38 -08:00
optional.cpp style(util): missing includes 2013-11-23 17:05:46 -08:00
options.cpp feat(*): add component name to check_stack and check_system 2013-12-07 15:11:55 -08:00
pdeque.cpp Use C++11's <random> in pdeque/pvector tests (cygwin doesn't support rand_r) 2013-09-15 01:38:57 -07:00
pvector.cpp Use C++11's <random> in pdeque/pvector tests (cygwin doesn't support rand_r) 2013-09-15 01:38:57 -07:00
safe_arith.cpp test(safe_arith): add unit tests 2013-09-29 17:20:32 -07:00
scoped_map.cpp refactor(util): make 'util/test.h' the first include 2013-09-25 20:13:05 -07:00
scoped_set.cpp refactor(util): make 'util/test.h' the first include 2013-09-25 20:13:05 -07:00
set.cpp test(set): add set of pointers test 2013-10-22 08:15:36 -07:00
sexpr.cpp feat(*): add component name to check_stack and check_system 2013-12-07 15:11:55 -08:00
splay_map.cpp test(*): add missing tests 2013-11-18 09:13:34 -08:00
splay_tree.cpp test(splay_tree): add missing test 2013-09-29 17:28:10 -07:00
stackinfo.cpp feat(util/stackinfo): implement get_stack_size (Mac OSX version) 2013-12-01 22:24:12 -05:00
thread.cpp feat(boost): implement multi-threading support using Boost 2013-12-09 17:24:32 -08:00
trace.cpp test(trace): add unit test for trace module 2013-09-25 20:30:05 -07:00