lean4-htt/src/tests/util
2017-01-31 09:39:31 +01:00
..
interval fix(tests): initialize util module 2016-12-08 13:11:53 -08:00
lp feat(tests): run tests in emscripten build 2016-10-16 14:41:35 -07:00
numerics fix(tests): initialize util module 2016-12-08 13:11:53 -08:00
bit_tricks.cpp test(bit_tricks): add tests for log2 2013-09-25 20:58:01 -07:00
bitap_fuzzy_search.cpp feat(util): add fuzzy string search procedure 2014-09-05 18:01:09 -07:00
buffer.cpp fix(util/buffer): bug in expand method 2015-01-06 11:42:40 -08:00
CMakeLists.txt feat(util/memory): simplify memory tracking code 2016-12-01 16:07:46 -08:00
exception.cpp fix(tests): initialize util module 2016-12-08 13:11:53 -08:00
format.cpp chore(util/sexpr): remove mpz and mpq cases 2017-01-31 09:39:31 +01:00
hash.cpp test(hash): add missing tests 2013-09-29 17:20:32 -07:00
import_test.lua feat(util/thread_script_state): add system_import procedure 2014-06-06 16:23:24 -07:00
list.cpp fix(tests): initialize util module 2016-12-08 13:11:53 -08:00
lru_cache.cpp feat(util): add lru cache 2014-06-03 13:26:02 -07:00
name.cpp refactor(*): remove name_generator and use simpler mk_fresh_name 2016-02-11 18:05:57 -08:00
optional.cpp style(util): missing includes 2013-11-23 17:05:46 -08:00
options.cpp feat(util/sexpr/option_declarations): allow options to be registered after initialization 2016-08-19 16:58:30 -07:00
rb_map.cpp fix(tests): initialize util module 2016-12-08 13:11:53 -08:00
rb_tree.cpp fix(tests): initialize util module 2016-12-08 13:11:53 -08:00
safe_arith.cpp test(safe_arith): add unit tests 2013-09-29 17:20:32 -07:00
scoped_map.cpp feat(util/scoped_map): add 'keep' method for closing a scope without undoing operations 2014-06-13 11:25:14 -07:00
scoped_set.cpp refactor(util): make 'util/test.h' the first include 2013-09-25 20:13:05 -07:00
sequence.cpp fix(tests): initialize util module 2016-12-08 13:11:53 -08:00
serializer.cpp refactor(*): explicit initialization/finalization for serialization 2014-09-22 15:26:41 -07:00
set.cpp test(set): add set of pointers test 2013-10-22 08:15:36 -07:00
sexpr.cpp chore(util/sexpr): remove mpz and mpq cases 2017-01-31 09:39:31 +01:00
stackinfo.cpp feat(util/stackinfo): implement get_stack_size (Mac OSX version) 2013-12-01 22:24:12 -05:00
thread.cpp chore(tests/util/thread): enable test on OSX 2016-12-05 09:24:17 -08:00
trie.cpp fix(tests): initialize util module 2016-12-08 13:11:53 -08:00
worker_queue.cpp fix(tests): initialize util module 2016-12-08 13:11:53 -08:00