.. |
numerics
|
test(util/numerics): more tests to improve coverage
|
2013-09-28 23:38:17 -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
|
test(safe_arith): add unit tests
|
2013-09-29 17:20:32 -07:00 |
exception.cpp
|
test(exception): add tests for improving coverage
|
2013-09-26 08:35:13 -07:00 |
format.cpp
|
fix(tests/util): use lean_assert_eq
|
2013-09-25 19:22:36 -07:00 |
hash.cpp
|
test(hash): add missing tests
|
2013-09-29 17:20:32 -07:00 |
lazy_list.cpp
|
test(lazy_list): add more tests
|
2013-09-29 14:38:35 -07:00 |
list.cpp
|
test(list): add tests for improving code coverage
|
2013-09-25 22:04:24 -07:00 |
memory.cpp
|
fix(memory): disable problematic test when tcmalloc is used
|
2013-09-25 22:39:49 -07:00 |
name.cpp
|
feat(name_generator): add name_generator for unique names modulo a prefix
|
2013-09-26 18:18:06 -07:00 |
options.cpp
|
Use fullpath in #include directives.
|
2013-09-12 20:04:10 -07: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 |
sexpr.cpp
|
refactor(util): make 'util/test.h' the first include
|
2013-09-25 20:13:05 -07:00 |
splay_map.cpp
|
feat(splay_tree): add fold and for_each templates for splay_tree and splay_map
|
2013-09-26 18:18:20 -07:00 |
splay_tree.cpp
|
test(splay_tree): add missing test
|
2013-09-29 17:28:10 -07:00 |
thread.cpp
|
Use suppressions file to ignore certain valgrind warnings
|
2013-09-10 15:37:09 -07:00 |
trace.cpp
|
test(trace): add unit test for trace module
|
2013-09-25 20:30:05 -07:00 |