lean4-htt/src/util
2016-02-11 18:05:57 -08:00
..
interval chore(*): remove old tracing framework 2015-12-08 09:06:10 -08:00
lp chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
numerics chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
polynomial chore(*): create alias for std::pair 2014-08-20 16:46:19 -07:00
sexpr chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
ascii.cpp refactor(util): explicit initialization/finalization 2014-09-23 08:13:33 -07:00
ascii.h refactor(util): explicit initialization/finalization 2014-09-23 08:13:33 -07:00
bit_tricks.cpp
bit_tricks.h
bitap_fuzzy_search.cpp feat(util): add fuzzy string search procedure 2014-09-05 18:01:09 -07:00
bitap_fuzzy_search.h feat(util): add fuzzy string search procedure 2014-09-05 18:01:09 -07:00
buffer.h fix(util/buffer): destructor was not being invoked at erase and erase_elem 2015-01-27 18:48:02 -08:00
CMakeLists.txt refactor(*): remove name_generator and use simpler mk_fresh_name 2016-02-11 18:05:57 -08:00
debug.cpp fix(*): remove unnecessary null pointer checks 2015-03-28 12:16:39 -07:00
debug.h feat(*): distinguish between logical and runtime exceptions. 2015-01-15 16:54:55 -08:00
escaped.cpp
escaped.h
exception.cpp chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
exception.h chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
extensible_object.h refactor(*): explicit initialization/finalization for serialization 2014-09-22 15:26:41 -07:00
file_lock.cpp fix(src/util/file_lock): ignore failure to create locks on read-only file systems 2016-01-16 11:00:44 -08:00
file_lock.h feat(util,library,shell): basic locking mechanism 2015-12-12 21:26:13 -08:00
flet.h
freset.h
fresh_name.cpp refactor(*): remove name_generator and use simpler mk_fresh_name 2016-02-11 18:05:57 -08:00
fresh_name.h refactor(*): remove name_generator and use simpler mk_fresh_name 2016-02-11 18:05:57 -08:00
hash.cpp
hash.h fix(util/sexpr/format): fixes #955 2016-02-04 14:55:11 -08:00
init_module.cpp refactor(*): remove name_generator and use simpler mk_fresh_name 2016-02-11 18:05:57 -08:00
init_module.h refactor(*): explicit initialization/finalization for serialization 2014-09-22 15:26:41 -07:00
int64.h
interrupt.cpp feat(shell/lean): add option '-M' to limit amount of memory consumed 2015-01-15 16:54:55 -08:00
interrupt.h feat(shell/lean): add option '-M' to limit amount of memory consumed 2015-01-15 16:54:55 -08:00
lazy_list.h chore(*): create alias for std::pair 2014-08-20 16:46:19 -07:00
lazy_list_fn.h fix(util/lazy_list): bug in filter operation 2014-09-12 16:12:23 -07:00
lbool.cpp
lbool.h
lean_path.cpp chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
lean_path.h chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
list.h feat(util/list): add is_suffix_eqp 2015-12-05 16:52:18 -08:00
list_fn.cpp fix(util/list_fn): add missing file 2015-05-18 15:16:29 -07:00
list_fn.h style(library/abstract_expr_manager): whitespace 2015-11-12 21:21:52 -08:00
lru_cache.h
macros.h fix(util/sexpr/option_declarations): default value in help message, fixes #212 2014-09-27 10:12:59 -07:00
map.h
memory.cpp fix(util/memory): memory allocation problem when using clang++ 3.5 on Ubuntu 14.04 2015-03-11 10:06:13 -07:00
memory.h feat(frontends/lean): add option 'max_memory' 2015-03-06 13:56:20 -08:00
memory_pool.cpp fix(util/thread): LEAN_AUTO_THREAD_FINALIZATION on OSX 2015-09-03 14:18:31 -07:00
memory_pool.h refactor(*): remove dependency to thread_local C++11 keyword, the 2014-09-24 12:51:04 -07:00
name.cpp chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
name.h chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
name_hash_map.h
name_map.cpp feat(util/name_map): add rename_map 2015-01-01 19:33:14 -08:00
name_map.h feat(util/name_map): add rename_map 2015-01-01 19:33:14 -08:00
name_set.cpp chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
name_set.h chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
null_ostream.cpp fix(library/trace): use null output channel when trace environment is not set 2015-12-08 18:37:57 -08:00
null_ostream.h fix(library/trace): use null output channel when trace environment is not set 2015-12-08 18:37:57 -08:00
object_serializer.h refactor(*): explicit initialization/finalization for serialization 2014-09-22 15:26:41 -07:00
optional.h
output_channel.h fix(library/trace): use null output channel when trace environment is not set 2015-12-08 18:37:57 -08:00
pair.h chore(*): create alias for std::pair 2014-08-20 16:46:19 -07:00
priority_queue.h refactor(library): add attribute manager 2015-12-17 20:58:15 -08:00
rb_map.h chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
rb_multi_map.h fix(util/rb_multi_map): missing include 2015-11-25 14:26:08 -08:00
rb_tree.h perf(util/rb_tree): mark check_invariant as a conditional/tagged assertion 2015-12-06 15:45:55 -08:00
rc.h fix(util/rc): reference counter memory_order flags 2014-07-21 08:23:01 -07:00
realpath.cpp fix(util/realpath): realpath on cygwin 2014-08-04 15:06:08 -07:00
realpath.h fix(util/realpath): rename realpath to lrealpath 2014-08-04 14:42:44 -07:00
safe_arith.cpp
safe_arith.h
scoped_map.h chore(*): create alias for std::pair 2014-08-20 16:46:19 -07:00
scoped_set.h chore(*): create alias for std::pair 2014-08-20 16:46:19 -07:00
sequence.h refactor(*): remove dependency to thread_local C++11 keyword, the 2014-09-24 12:51:04 -07:00
serializer.cpp chore(util/serializer): fix style 2015-08-14 18:34:33 -07:00
serializer.h chore(util/serializer): fix style 2015-08-14 18:34:33 -07:00
shared_mutex.cpp
shared_mutex.h
splay_map.h chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
splay_tree.h
sstream.h
stackinfo.cpp fix(util/stackinfo): lazy thread initialization 2015-08-23 19:08:02 -07:00
stackinfo.h
test.h
thread.cpp chore(util/thread): fix style 2015-09-03 15:07:55 -07:00
thread.h chore(util/thread): fix style 2015-09-03 15:07:55 -07:00
timeit.h feat(frontends/lean): suppress profiling information for declarations that take less than 0.01 secs to be processed 2015-12-09 10:48:36 -08:00
trie.h
unlock_guard.h
utf8.cpp feat(frontends/lean): allow specifying notation spacing via quoted symbols 2015-09-30 17:36:32 -07:00
utf8.h feat(frontends/lean): allow specifying notation spacing via quoted symbols 2015-09-30 17:36:32 -07:00
worker_queue.h feat(*): distinguish between logical and runtime exceptions. 2015-01-15 16:54:55 -08:00