lean4-htt/src/util
2019-06-07 11:00:00 -07:00
..
array_ref.h feat(library/compiler): C++ API for Lean IR 2019-04-29 18:23:19 -07:00
ascii.cpp fix(*): truncation bugs 2018-06-15 16:05:11 -07:00
ascii.h fix(*): truncation bugs 2018-06-15 16:05:11 -07:00
bit_tricks.cpp refactor(*): add runtime folder 2018-05-14 14:23:56 -07: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 refactor(*): add runtime folder 2018-05-14 14:23:56 -07:00
bitap_fuzzy_search.h refactor(*): add runtime folder 2018-05-14 14:23:56 -07:00
buffer.h refactor(*): add runtime folder 2018-05-14 14:23:56 -07:00
CMakeLists.txt chore(util): move format to src/util 2019-06-07 10:58:23 -07:00
escaped.cpp Use fullpath in #include directives, add missing STL headers 2013-09-13 03:35:29 -07:00
escaped.h Improve documentation 2013-07-26 11:43:53 -07:00
exception_with_pos.h refactor(*): add runtime folder 2018-05-14 14:23:56 -07:00
file_lock.cpp refactor(*): add runtime folder 2018-05-14 14:23:56 -07:00
file_lock.h feat(util,library,shell): basic locking mechanism 2015-12-12 21:26:13 -08:00
format.cpp chore(util): move format to src/util 2019-06-07 10:58:23 -07:00
format.h chore(util): move format to src/util 2019-06-07 10:58:23 -07:00
freset.h refactor(*): uses aliases for unordered_map and unordered_set 2013-12-18 12:30:45 -08:00
fresh_name.cpp fix(*): truncation bugs 2018-06-15 16:05:11 -07:00
fresh_name.h refactor(util/fresh_name): implement fresh_name using unique thread id 2018-02-23 10:35:04 -08:00
init_module.cpp chore(util): move format to src/util 2019-06-07 10:58:23 -07:00
init_module.h refactor(*): explicit initialization/finalization for serialization 2014-09-22 15:26:41 -07:00
io.h feat(frontends/lean/decl_attributes): connect old frontend to new attribute manager 2019-06-06 10:43:09 -07:00
json.hpp chore(util/json): workaround for mingw 2016-10-14 17:24:47 -07:00
kvmap.cpp refactor(util/sexpr/options): options as a Lean object 2019-05-16 14:27:44 -07:00
kvmap.h refactor(util/sexpr/options): options as a Lean object 2019-05-16 14:27:44 -07:00
lbool.cpp feat(util): add missing lbool.* files 2014-04-24 12:27:19 -07:00
lbool.h feat(util): add missing lbool.* files 2014-04-24 12:27:19 -07:00
lean_path.cpp refactor(library/module_mgr): minor refactorings 2018-09-11 13:55:25 -07:00
lean_path.h refactor(library/module{,_mgr},frontends/lean/parser): use absolute module names everywhere for identifying modules, move actual importing from parser to module_mgr 2018-09-11 13:55:25 -07:00
list.h refactor(*): add runtime folder 2018-05-14 14:23:56 -07: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
list_ref.h feat(library/compiler/csimp): add "case merging" optimization 2019-04-02 09:41:53 -07:00
macros.h fix(util/sexpr/option_declarations): default value in help message, fixes #212 2014-09-27 10:12:59 -07:00
map_foreach.cpp feat(util/map_foreach): add helper functions for traversing Lean maps 2019-05-13 12:27:59 -07:00
map_foreach.h feat(util/map_foreach): add helper functions for traversing Lean maps 2019-05-13 12:27:59 -07:00
message_definitions.h refactor(*): add runtime folder 2018-05-14 14:23:56 -07:00
name.cpp feat(runtime): increase small nat size 2019-03-26 14:21:03 -07:00
name.h feat(frontends/lean/vm_elaborator): port to new runtime 2019-02-14 14:07:05 -08:00
name_generator.cpp fix(*): truncation bugs 2018-06-15 16:05:11 -07:00
name_generator.h feat(frontends/lean/vm_elaborator): port to new runtime 2019-02-14 14:07:05 -08:00
name_hash_map.h feat(runtime,library/compiler): add name.dec_eq builtin 2019-02-05 14:36:02 -08:00
name_hash_set.h feat(runtime,library/compiler): add name.dec_eq builtin 2019-02-05 14:36:02 -08:00
name_map.h chore(util): remove dead code 2019-03-06 06:56:16 -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
nat.h feat(runtime): increase small nat size 2019-03-26 14:21:03 -07:00
null_ostream.h fix(util): null_output_channel 2017-12-20 11:50:41 -08:00
object_ref.cpp chore(runtime): make sure we use the same naming convention for getters and setters 2018-09-09 10:07:00 -07:00
object_ref.h feat(library/init/lean/compiler/ir): expose C++ primitives for accessing export and extern attributes 2019-05-20 15:49:03 -07:00
option_declarations.cpp refactor(util/sexpr): move options and option_declarations to util 2019-05-16 14:37:24 -07:00
option_declarations.h refactor(util/sexpr): move options and option_declarations to util 2019-05-16 14:37:24 -07:00
option_ref.h refactor(library/messages): make an object_ref 2018-09-11 13:55:25 -07:00
options.cpp refactor(util/sexpr): move options and option_declarations to util 2019-05-16 14:37:24 -07:00
options.h chore(*): get_obj_arg => to_obj_arg 2019-05-16 14:42:02 -07:00
output_channel.h fix(util): null_output_channel 2017-12-20 11:50:41 -08:00
pair.h refactor(*): add runtime folder 2018-05-14 14:23:56 -07:00
pair_ref.h feat(library/private): use environment extension in Lean 2019-06-03 11:50:33 -07:00
parser_exception.cpp chore(util/parser_exception): avoid thread local storage 2018-02-16 12:12:56 -08:00
parser_exception.h refactor(*): use C++11 std::current_exception and std::rethrow_exception 2018-06-07 16:28:54 -07:00
path.cpp chore(util/path): valgrind was reporting a bug on OSX 2019-02-11 10:56:43 -08:00
path.h refactor(*): add runtime folder 2018-05-14 14:23: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 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/rb_tree.h): make sure it compiles with g++ 2019-03-21 15:06:46 -07:00
rc.h refactor(*): add runtime folder 2018-05-14 14:23:56 -07:00
shared_mutex.cpp refactor(*): add runtime folder 2018-05-14 14:23:56 -07:00
shared_mutex.h refactor(*): add runtime folder 2018-05-14 14:23:56 -07:00
string_ref.h feat(library/module, library/init/lean/environment): add primitives for reading/writing files as compacted regions 2019-05-13 17:26:28 -07:00
test.h refactor(*): add runtime folder 2018-05-14 14:23:56 -07:00
timeit.cpp refactor(frontends/lean/definition_cmds): make profiling threshold configurable 2017-04-23 11:22:41 -07:00
timeit.h feat(util/timeit): add simpler type for threshold 2018-09-20 12:05:48 -07:00
timer.cpp fix(util/timer): fix valgrind warning 2017-03-23 09:00:59 +01:00
timer.h refactor(*): add runtime folder 2018-05-14 14:23:56 -07:00
trie.h refactor(*): add runtime folder 2018-05-14 14:23:56 -07:00
unit.h refactor(*): task<T>, log_tree, cancellation_token 2017-03-23 08:57:52 +01:00
unlock_guard.h fix(util/script_state): deadlock 2014-05-01 14:10:57 -07:00