lean4-htt/src/util
2016-12-05 12:57:15 -05:00
..
interval chore(*): remove old tracing framework 2015-12-08 09:06:10 -08:00
lp fix(tests/util/lp): fix debug build 2016-10-03 22:22:12 -07:00
numerics feat(util/memory): simplify memory tracking code 2016-12-01 16:07:46 -08:00
polynomial
sexpr feat(src/library/inductive_compiler): support for nested inductive types 2016-09-16 12:50:59 -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 fix(*): fix build 2016-11-29 11:12:43 -08:00
debug.cpp feat(util/debug): emscripten support 2016-10-16 14:41:35 -07:00
debug.h feat(shell/lean): disable assertion violation dialog in server mode 2016-10-13 18:56:10 -07:00
escaped.cpp
escaped.h
exception.cpp chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
exception.h feat(util/task_queue,library/versioned_msg_buf): rudimentary support for task interruption 2016-11-29 11:12:43 -08:00
extensible_object.h
file_lock.cpp fix(util/file_lock): disable file locks in emscripten 2016-10-16 14:41:35 -07: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 feat(util/hash): use #if 2016-10-02 10:46:11 -07: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 chore(*): compilation errors, fix style, fix warnings 2016-11-29 11:35:01 -08:00
interrupt.h chore(*): compilation errors, fix style, fix warnings 2016-11-29 11:35:01 -08:00
json.hpp chore(util/json): workaround for mingw 2016-10-14 17:24:47 -07:00
lbool.cpp
lbool.h
lean_path.cpp feat(*): parallel compilation 2016-11-29 11:12:40 -08:00
lean_path.h feat(*): parallel compilation 2016-11-29 11:12:40 -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
list_fn.h
lru_cache.h
macros.h
map.h
memory.cpp feat(util/memory): simplify memory tracking code 2016-12-01 16:07:46 -08:00
memory.h feat(util/memory): simplify memory tracking code 2016-12-01 16:07:46 -08:00
memory_pool.cpp
memory_pool.h
name.cpp refactor(*): integrate emscripten build 2016-10-16 14:41:35 -07:00
name.h feat(library/local_context): make get_unused_name O(log(n)) 2016-09-19 16:38:03 -07:00
name_hash_map.h
name_hash_set.h feat(src/library/inductive_compiler): support for nested inductive types 2016-09-16 12:50:59 -07:00
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
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(util/rb_map): add unsigned_map 2016-10-03 16:26:58 -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(library/local_context): make get_unused_name O(log(n)) 2016-09-19 16:38:03 -07:00
rc.h
realpath.cpp feat(*): parallel compilation 2016-11-29 11:12:40 -08:00
realpath.h
safe_arith.cpp
safe_arith.h
scoped_map.h
scoped_set.h
sequence.h
serializer.cpp
serializer.h feat(library/vm/vm): store .olean file name at vm_decl's 2016-11-11 16:19:19 -08: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(src/util): make sure thread stack size is > LEAN_STACK_BUFFER_SPACE 2016-12-03 12:05:01 -08:00
stackinfo.h
subscripted_name_set.cpp chore(*): fix compilation warnings 2016-09-19 17:36:28 -07:00
subscripted_name_set.h feat(library/local_context): make get_unused_name O(log(n)) 2016-09-19 16:38:03 -07:00
test.h
thread.cpp feat(util/thread): handle thread creation/join failure on Windows 2016-12-05 09:53:41 -08:00
thread.h chore(util/thread): do not import chrono twice 2016-12-05 12:57:15 -05:00
timeit.h chore(util/timeit): style 2016-11-08 08:36:27 -08:00
trie.h
unlock_guard.h
utf8.cpp
utf8.h
worker_queue.h