lean4-htt/src/util
2018-01-22 18:07:04 -08:00
..
lp fix(util/lp): fix compile error due to missing functions 2017-06-03 15:44:22 +02:00
numerics feat(util/numerics/mpz): add mpz(uint64) constructor 2017-06-02 16:36:40 -07:00
polynomial
sexpr fix(util/sexpr/format): incorrect assertion 2017-05-01 13:13:07 +02:00
ascii.cpp
ascii.h
bit_tricks.cpp
bit_tricks.h
bitap_fuzzy_search.cpp
bitap_fuzzy_search.h
buffer.h chore(util/buffer): use std::move 2017-02-09 13:51:33 -08:00
cancellable.cpp fix(library/module_mgr): actually cancel invalidated tasks 2017-06-05 19:36:09 +02:00
cancellable.h fix(library/module_mgr): actually cancel invalidated tasks 2017-06-05 19:36:09 +02:00
CMakeLists.txt fix(util): null_output_channel 2017-12-20 11:50:41 -08:00
compiler_hints.h refactor(util/compiler_hints): move LEAN_UNLIKELY macro out of vm code 2017-06-03 15:44:22 +02:00
debug.cpp chore(util/debug): show current task in assertion message 2017-12-05 17:15:55 -08:00
debug.h chore(util/debug): mark assertion failures as LEAN_UNLIKELY 2017-06-03 15:44:22 +02:00
escaped.cpp
escaped.h
exception.cpp refactor(*): reduce exception context info from expr to pos_info 2017-02-17 13:45:57 +01:00
exception.h refactor(*): reduce exception context info from expr to pos_info 2017-02-17 13:45:57 +01:00
exception_with_pos.h refactor(*): reduce exception context info from expr to pos_info 2017-02-17 13:45:57 +01:00
extensible_object.h
file_lock.cpp fix(build): fix Cygwin build 2018-01-22 18:07:04 -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 fix(util/hash): add missing cast to unsigned 2017-06-25 14:58:18 +02:00
hash.h fix(*): [[fallthrough]] ==> /* fall-thru */ 2017-05-31 21:18:47 -07:00
init_module.cpp refactor(util/lean_path,util/path): separate search path functions 2017-05-01 14:11:38 -07:00
init_module.h
int64.h
interrupt.cpp refactor(*): task<T>, log_tree, cancellation_token 2017-03-23 08:57:52 +01:00
interrupt.h fix(library/tactic/tactic_state): make tactic.sleep interruptible 2017-06-15 17:16:40 +02: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(util/lean_path): detect all instances of ambiguous imports 2018-01-15 09:58:19 +01:00
lean_path.h refactor(util/lean_path,util/path): separate search path functions 2017-05-01 14:11:38 -07:00
list.h feat(library/tactic/smt/hinst_lemmas): change how transparency is used to process hinst_lemmas 2017-01-04 19:12:37 -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
log_tree.cpp chore(util/debug): show current task in assertion message 2017-12-05 17:15:55 -08:00
log_tree.h chore(util/debug): show current task in assertion message 2017-12-05 17:15:55 -08:00
lru_cache.h
macros.h
map.h
memory.cpp fix(util/memory): fix jemalloc support 2017-06-29 11:26:41 +02:00
memory.h feat(CMakeLists,util): add TRACK_CUSTOM_ALLOCATORS=ON compilation option 2017-02-28 10:38:09 -08:00
memory_pool.cpp feat(util/memory_pool): put limit on the size of memory_pool free_lists 2017-02-28 15:16:43 -08:00
memory_pool.h feat(library/parray): add parray thread safe version 2017-05-02 17:15:09 -07:00
message_definitions.h chore(*): style 2017-03-23 08:57:56 +01:00
name.cpp fix(util/name): escape empty name components using french quotes 2017-07-31 16:01:46 +01:00
name.h feat(frontends/lean): escape identifiers when pretty-printing 2017-06-28 10:43:19 -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.h fix(util): null_output_channel 2017-12-20 11:50:41 -08:00
object_serializer.h fix(util/object_serializer): do not compare chars 2017-06-19 20:48:24 +02:00
optional.h fix(*): gcc 7 weird uninitialized warnings 2017-05-31 18:05:03 -07:00
output_channel.h fix(util): null_output_channel 2017-12-20 11:50:41 -08:00
pair.h
parser_exception.cpp refactor(*): reduce exception context info from expr to pos_info 2017-02-17 13:45:57 +01:00
parser_exception.h chore(util,kernel,library): clang warnings 2017-02-17 20:01:34 -08:00
path.cpp refactor(util/lean_path,util/path): separate search path functions 2017-05-01 14:11:38 -07:00
path.h refactor(util/lean_path,util/path): separate search path functions 2017-05-01 14:11:38 -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 fix(library/vm): make sure vm_rb_map objects can be stored in ts_vm_obj 2017-01-26 15:58:11 -08:00
rb_multi_map.h fix(util/rb_multi_map): missing include 2015-11-25 14:26:08 -08:00
rb_tree.h fix(util/rbtree): make sure traversal methods do not crash if given function updates the tree 2018-01-05 14:10:28 -08:00
rc.h perf(util/rc): do not use fences 2017-07-28 18:31:04 +01:00
safe_arith.cpp
safe_arith.h
scoped_map.h
scoped_set.h
sequence.h
serializer.cpp refactor(util/serializer,library/module): use basic_ostream::write for the olean code 2017-06-23 15:13:40 +02:00
serializer.h refactor(util/serializer,library/module): use basic_ostream::write for the olean code 2017-06-23 15:13:40 +02:00
shared_mutex.cpp
shared_mutex.h
small_object_allocator.cpp feat(CMakeLists,util): add CUSTOM_ALLOCATORS=OFF compilation option 2017-02-28 11:13:54 -08:00
small_object_allocator.h chore(*): style 2016-05-25 18:10:15 -07:00
sstream.h
stackinfo.cpp fix(util/stackinfo): avoid and guard against negative overflow in g_stack_threshold computation 2017-06-07 13:22:11 +02: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
task.cpp fix(util/task): evaluate dependencies iteratively 2017-03-23 09:16:49 +01:00
task.h feat(util/log_tree): annotate nodes with detail levels 2017-03-23 09:03:43 +01:00
task_builder.cpp fix(library/module_mgr): actually cancel invalidated tasks 2017-06-05 19:36:09 +02:00
task_builder.h perf(util/task_builder): speed up traverse 2017-03-23 09:00:59 +01:00
test.h
thread.cpp fix(util/thread): disable thread finalizer manager finalization due to race condition 2017-06-04 23:29:34 +02:00
thread.h perf(util/rc): do not use fences 2017-07-28 18:31:04 +01:00
timeit.cpp refactor(frontends/lean/definition_cmds): make profiling threshold configurable 2017-04-23 11:22:41 -07:00
timeit.h refactor(frontends/lean/definition_cmds): make profiling threshold configurable 2017-04-23 11:22:41 -07:00
timer.cpp fix(util/timer): fix valgrind warning 2017-03-23 09:00:59 +01:00
timer.h feat(shell/server): limit full message updates to once every 200ms 2017-02-10 09:01:55 +01:00
trie.h fix(util/trie): compilation issue 2017-05-30 10:57:59 -07:00
unit.h refactor(*): task<T>, log_tree, cancellation_token 2017-03-23 08:57:52 +01:00
unlock_guard.h
utf8.cpp fix(util/utf8): UTF8 decoding 2017-10-27 09:48:09 -07:00
utf8.h feat(library/vm/vm_string): provide native implementation of type string in the VM 2017-10-23 10:55:26 -07:00
worker_queue.h