lean2/src/tests/util
Leonardo de Moura 84e211b81b fix(frontends/lean): missing ':' in error messages
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-09 11:19:58 -08:00
..
interval test(util/interval): add more tests 2013-11-19 19:07:09 -08:00
numerics feat(util/numerics): serialization for mpz and mpq 2013-12-27 18:32:01 -08: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/serializer): simple serialization infrastructure 2013-12-27 16:50:06 -08:00
exception.cpp fix(frontends/lean): missing ':' in error messages 2014-01-09 11:19:58 -08: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 feat(util/list): add remove_last template 2013-12-14 23:08:10 -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(util/sexpr/options): serialization for options 2013-12-27 20:40:00 -08: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
serializer.cpp feat(util/serializer): add hackish write_double/read_double 2013-12-27 19:46:45 -08:00
set.cpp test(set): add set of pointers test 2013-10-22 08:15:36 -07:00
sexpr.cpp feat(util/sexpr): serialization for sexpr 2013-12-27 20:19:56 -08:00
splay_map.cpp test(*): add missing tests 2013-11-18 09:13:34 -08:00
splay_tree.cpp refactor(util/splay_tree): replace find with splay_find 2013-12-12 17:27:30 -08: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