lean2/src/tests/util
Leonardo de Moura 8ab775bd6f feat(*): distinguish between logical and runtime exceptions.
Now, we use throwable as the new base class for all Lean exceptions, and
exception is the subclass for "logical" exceptions.
2015-01-15 16:54:55 -08:00
..
interval chore(CMakeLists.txt): replace "lib1;lib2" with "lib1" "lib2" 2014-07-31 14:31:19 -07:00
numerics refactor(util/numerics): explicit initialization/finalization 2014-09-24 10:12:29 -07: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): add fuzzy string search procedure 2014-09-05 18:01:09 -07:00
exception.cpp feat(*): distinguish between logical and runtime exceptions. 2015-01-15 16:54:55 -08:00
format.cpp refactor(*): explicit initialization/finalization for serialization 2014-09-22 15:26:41 -07: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
lazy_list.cpp fix(util/lazy_list): bug in filter operation 2014-09-12 16:12:23 -07:00
list.cpp feat(util/list_fn): generalize map_filter template 2014-10-08 22:23:20 -07:00
lru_cache.cpp feat(util): add lru cache 2014-06-03 13:26:02 -07:00
memory.cpp fix(tests/util/memory): remove reference to deleted function 2014-06-07 13:29:45 -07:00
name.cpp refactor(util): explicit initialization/finalization 2014-09-23 08:13:33 -07:00
optional.cpp style(util): missing includes 2013-11-23 17:05:46 -08:00
options.cpp refactor(*): explicit initialization/finalization for serialization 2014-09-22 15:26:41 -07:00
rb_map.cpp feat(frontends/lean): send tactic hint table to elaborator 2014-06-29 07:03:25 -07:00
rb_tree.cpp fix(tests/util): disable some tests that do not compile on OSX + Boost + MULTI_THREAD 2014-06-07 13:14:17 -07: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/util/sequence.cpp): clang build error 2014-08-20 21:20:17 -07: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 refactor(*): explicit initialization/finalization for serialization 2014-09-22 15:26:41 -07:00
splay_map.cpp refactor(util/splay_map): remove unnecessary operation 2014-03-18 10:27:56 -07: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 refactor(*): remove dependency to thread_local C++11 keyword, the 2014-09-24 12:51:04 -07:00
trace.cpp test(trace): add unit test for trace module 2013-09-25 20:30:05 -07:00
trie.cpp feat(util/trie): add value() method 2014-06-03 01:19:23 -07:00
worker_queue.cpp feat(util): add worker queue 2014-07-12 21:59:22 +01:00