lean4-htt/src/util
2018-05-14 11:09:07 -07:00
..
sexpr chore(unicode): use utf8 chars directly in strings 2018-02-13 10:42:08 -08:00
apply.cpp feat(gen/apply): simplify over-application case and avoid quadratic blowup 2018-05-12 15:10:26 -07:00
apply.h fix(gen/apply): emit #pragma once 2018-05-14 11:08:45 -07:00
ascii.cpp
ascii.h
bit_tricks.cpp fix(bit_tricks): make sure no one calls math.h's log2() 2018-03-06 11:21:28 -08:00
bit_tricks.h fix(bit_tricks): make sure no one calls math.h's log2() 2018-03-06 11:21:28 -08:00
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 feat(gen/apply): add generator for apply 2018-05-11 17:54:09 -07: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): remove logtree dependency 2018-05-14 11:09:07 -07:00
debug.h fix(msvc): bugfix for LEAN_DISPLAY macros 2018-02-06 10:11:10 -08:00
escaped.cpp
escaped.h
exception.cpp chore(util/exception): avoid thread local storage 2018-02-16 12:12:44 -08:00
exception.h chore(util/exception): avoid thread local storage 2018-02-16 12:12:44 -08: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): style 2018-02-06 10:11:10 -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 fix(util/fresh_name): missing case 2018-02-26 10:19:52 -08:00
fresh_name.h refactor(util/fresh_name): implement fresh_name using unique thread id 2018-02-23 10:35:04 -08: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 chore(util): remove memory_pool 2018-04-12 16:43:10 -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_obj.cpp chore(util/lean_obj): style 2018-04-24 15:23:53 -07:00
lean_obj.h chore(util/lean_obj): remove unnecessary includes 2018-05-14 11:08:16 -07:00
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 chore(util): remove memory_pool 2018-04-12 16:43:10 -07:00
list_fn.cpp
list_fn.h
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
macros.h
map.h
memory.cpp fix(util/memory): fix jemalloc support 2017-06-29 11:26:41 +02:00
memory.h chore(util,library): remove small_object_allocator 2018-04-12 16:43:10 -07:00
message_definitions.h chore(*): style 2017-03-23 08:57:56 +01:00
mpq.cpp refactor(util): move mpz/mpq to util 2018-04-12 16:43:11 -07:00
mpq.h refactor(util): move mpz/mpq to util 2018-04-12 16:43:11 -07:00
mpz.cpp refactor(util): move mpz/mpq to util 2018-04-12 16:43:11 -07:00
mpz.h refactor(util): move mpz/mpq to util 2018-04-12 16:43:11 -07:00
name.cpp chore(util): remove memory_pool 2018-04-12 16:43:10 -07:00
name.h refactor(library/util,util): move is_internal_name to util/ 2018-02-21 15:04:19 -08:00
name_generator.cpp feat(library/name_generator): add nest_with 2018-02-27 13:17:58 -08:00
name_generator.h feat(library/name_generator): add nest_with 2018-02-27 13:17:58 -08: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(msvc): compiler warning 2018-02-06 10:11:10 -08: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 chore(util/parser_exception): avoid thread local storage 2018-02-16 12:12:56 -08:00
parser_exception.h chore(util/parser_exception): avoid thread local storage 2018-02-16 12:12:56 -08:00
path.cpp fix(msvc): crashes in getopt and read_dir 2018-02-06 10:11:10 -08: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
rb_tree.h chore(util): remove memory_pool 2018-04-12 16:43:10 -07:00
rc.h feat(util/lean_obj): new objects for code extraction, virtual machine and implementing Lean itself 2018-04-18 15:50:14 -07:00
safe_arith.cpp
safe_arith.h
serializer.cpp chore(style): fix cast style 2018-02-13 10:42:08 -08: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
sstream.h
stackinfo.cpp feat(msvc): further work on MSVC compatibility 2018-02-06 10:11:09 -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
task.cpp fix(util/task): evaluate dependencies iteratively 2017-03-23 09:16:49 +01:00
task.h refactor(util/fresh_name): implement fresh_name using unique thread id 2018-02-23 10:35:04 -08: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 feat(*): add reset_thread_local 2018-02-21 15:04:19 -08:00
thread.h feat(*): add reset_thread_local 2018-02-21 15:04:19 -08:00
timeit.cpp refactor(frontends/lean/definition_cmds): make profiling threshold configurable 2017-04-23 11:22:41 -07:00
timeit.h feat(library/time_task): print cumulative times on --profile 2018-02-19 09:13:24 -08: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