lean4-htt/src/util
2016-08-19 16:58:30 -07:00
..
interval chore(*): remove old tracing framework 2015-12-08 09:06:10 -08:00
lp fix(util/lp): fix compilation error 2016-07-29 23:44:22 -04:00
numerics chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
polynomial
sexpr feat(util/sexpr/option_declarations): allow options to be registered after initialization 2016-08-19 16:58:30 -07:00
ascii.cpp
ascii.h
bit_tricks.cpp
bit_tricks.h
bitap_fuzzy_search.cpp
bitap_fuzzy_search.h
buffer.h feat(frontends/lean/elaborator): add code for deciding which function application elaboration procedure should be used 2016-07-25 12:55:28 -07:00
CMakeLists.txt feat(util): add small object allocator 2016-05-13 14:41:31 -07:00
debug.cpp fix(*): remove unnecessary null pointer checks 2015-03-28 12:16:39 -07:00
debug.h feat(util): add small object allocator 2016-05-13 14:41:31 -07: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
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 feat(util/fresh_name): API for detecting whether a name was created using mk_fresh_name 2016-08-05 19:02:31 -07:00
fresh_name.h feat(util/fresh_name): API for detecting whether a name was created using mk_fresh_name 2016-08-05 19:02:31 -07:00
hash.cpp
hash.h fix(util/sexpr/format): fixes #955 2016-02-04 14:55:11 -08:00
init_module.cpp feat(util/fresh_name): API for detecting whether a name was created using mk_fresh_name 2016-08-05 19:02:31 -07:00
init_module.h
int64.h
interrupt.cpp
interrupt.h
lazy_list.h
lazy_list_fn.h
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 refactor(frontends/lean): replace different attribute classes with single scoped_ext 2016-07-29 18:51:23 -04: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
map.h
memory.cpp feat(util/memory.cpp): use COMP_HAS_SIZED_DEALLOCATION macro 2016-06-02 11:53:08 -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
name.cpp chore(util/name): remove assertion 2016-07-30 19:53:58 -07:00
name.h chore(util/name): remove confusing precondition comment 2016-07-29 23:44:22 -04:00
name_hash_map.h
name_map.cpp
name_map.h
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
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
parray.h feat(library/vm): pretty print bytecode 2016-05-11 16:57:56 -07:00
priority_queue.h refactor(frontends/lean): replace different attribute classes with single scoped_ext 2016-07-29 18:51:23 -04:00
rb_map.h feat(kernel/environment): add is_eqp for environment 2016-06-14 12:28:59 -07:00
rb_multi_map.h fix(util/rb_multi_map): missing include 2015-11-25 14:26:08 -08:00
rb_tree.h feat(kernel/environment): add is_eqp for environment 2016-06-14 12:28:59 -07:00
rc.h
realpath.cpp
realpath.h
safe_arith.cpp
safe_arith.h
scoped_map.h
scoped_set.h
sequence.h
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
small_object_allocator.cpp chore(*): style 2016-05-25 18:10:15 -07:00
small_object_allocator.h chore(*): style 2016-05-25 18:10:15 -07:00
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