lean4-htt/src/util
Sebastian Ullrich 7718795178 fix: mark Lean objects in C++ globals reachable from the new frontend as persistent
sed -Ei 's/(g_\w+)\s*= new (name|expr|format|level|string_ref)\W.*;/\0\n    mark_persistent(\1->raw());/' src/kernel/**/*.cpp src/util/**/*.cpp src/library/**/*.cpp
2020-10-11 17:43:28 +02:00
..
array_ref.h refactor: use Array Expr at DelayedMVarAssignment 2019-10-25 12:03:09 -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 chore: fix includes 2020-05-22 14:17:25 -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 chore: fix includes 2020-05-22 14:17:25 -07:00
bitap_fuzzy_search.h chore: fix includes 2020-05-22 14:17:25 -07:00
buffer.h chore: fix includes 2020-05-22 14:17:25 -07:00
CMakeLists.txt feat: make LEAN_PATH a mapping from package names to root dirs, remove C++ impl 2019-11-20 16:39:53 +01:00
escaped.cpp
escaped.h
exception_with_pos.h chore: fix includes 2020-05-22 14:17:25 -07:00
file_lock.cpp chore: fix includes 2020-05-22 14:17:25 -07:00
file_lock.h feat(util,library,shell): basic locking mechanism 2015-12-12 21:26:13 -08:00
format.cpp fix: mark Lean objects in C++ globals reachable from the new frontend as persistent 2020-10-11 17:43:28 +02:00
format.h chore: fix includes 2020-05-22 14:17:25 -07:00
freset.h
fresh_name.cpp fix: mark Lean objects in C++ globals reachable from the new frontend as persistent 2020-10-11 17:43:28 +02: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: fix includes 2020-05-22 14:17:25 -07:00
init_module.h refactor(*): explicit initialization/finalization for serialization 2014-09-22 15:26:41 -07:00
io.h chore: fix includes 2020-05-22 14:17:25 -07:00
json.hpp chore(util/json): workaround for mingw 2016-10-14 17:24:47 -07:00
kvmap.cpp chore: avoid cnstr_set_scalar and cnstr_get_scalar 2020-02-25 13:27:30 -08:00
kvmap.h feat: export helper functions 2020-02-25 13:00:22 -08:00
lbool.cpp
lbool.h
list.h chore: fix includes 2020-05-22 14:17:25 -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 phashmap_foreach, fix smap_foreach, update stage0 2019-09-20 14:22:03 -07:00
map_foreach.h chore: fix includes 2020-05-22 14:17:25 -07:00
message_definitions.h chore: fix includes 2020-05-22 14:17:25 -07:00
name.cpp fix: mark Lean objects in C++ globals reachable from the new frontend as persistent 2020-10-11 17:43:28 +02:00
name.h chore: fix includes 2020-05-22 14:17:25 -07:00
name_generator.cpp fix: mark Lean objects in C++ globals reachable from the new frontend as persistent 2020-10-11 17:43:28 +02: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 fix: nat_* primitives return objects that must be consumed 2020-03-16 19:28:22 -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 chore: fix includes 2020-05-22 14:17:25 -07:00
option_declarations.cpp fix: register_unsigned_option registered a bool option 2019-12-07 20:10:00 +01:00
option_declarations.h feat: option declarations in Lean 2019-12-05 06:18:35 -08:00
option_ref.h refactor(util/option_ref): match other wrapper classes 2019-09-12 18:22:02 +02:00
options.cpp fix: mark Lean objects in C++ globals reachable from the new frontend as persistent 2020-10-11 17:43:28 +02:00
options.h feat(frontends/lean/elaborator): add oldElaborate 2019-08-13 19:23:29 -07:00
output_channel.h fix(util): null_output_channel 2017-12-20 11:50:41 -08:00
pair.h chore: fix includes 2020-05-22 14:17:25 -07:00
pair_ref.h chore: fix includes 2020-05-22 14:17:25 -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: fix includes 2020-05-22 14:17:25 -07:00
path.h chore: fix includes 2020-05-22 14:17:25 -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 chore: fix includes 2020-05-22 14:17:25 -07:00
rc.h chore: fix includes 2020-05-22 14:17:25 -07:00
string_ref.h chore: fix includes 2020-05-22 14:17:25 -07:00
test.h chore: fix includes 2020-05-22 14:17:25 -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 chore: fix includes 2020-05-22 14:17:25 -07:00
trie.h chore: fix includes 2020-05-22 14:17:25 -07:00
unit.h refactor(*): task<T>, log_tree, cancellation_token 2017-03-23 08:57:52 +01:00
unlock_guard.h