lean2/src/util
2015-06-21 14:52:27 -07:00
..
interval chore(util/*): add cstddef header before including gmp.h/mpfr.h 2014-10-07 02:36:57 -04:00
numerics chore(util/*): add cstddef header before including gmp.h/mpfr.h 2014-10-07 02:36:57 -04:00
polynomial chore(*): create alias for std::pair 2014-08-20 16:46:19 -07:00
sexpr refactor(util/sexpr/format): remove format constructors using std::initializer_list 2015-06-20 14:02:18 -07:00
ascii.cpp refactor(util): explicit initialization/finalization 2014-09-23 08:13:33 -07:00
ascii.h refactor(util): explicit initialization/finalization 2014-09-23 08:13:33 -07:00
bit_tricks.cpp Fix bugs in mpbq. 2013-07-21 20:12:04 -07:00
bit_tricks.h Fix bugs in mpbq. 2013-07-21 20:12:04 -07:00
bitap_fuzzy_search.cpp feat(util): add fuzzy string search procedure 2014-09-05 18:01:09 -07:00
bitap_fuzzy_search.h feat(util): add fuzzy string search procedure 2014-09-05 18:01:09 -07:00
buffer.h fix(util/buffer): destructor was not being invoked at erase and erase_elem 2015-01-27 18:48:02 -08:00
CMakeLists.txt feat(library/user_recursors): generalize acceptable use-defined recursors 2015-05-18 14:21:10 -07:00
debug.cpp fix(*): remove unnecessary null pointer checks 2015-03-28 12:16:39 -07:00
debug.h feat(*): distinguish between logical and runtime exceptions. 2015-01-15 16:54:55 -08: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.cpp fix(util/exception): typo in error message 2015-04-27 12:02:04 -07:00
exception.h feat(*): distinguish between logical and runtime exceptions. 2015-01-15 16:54:55 -08:00
extensible_object.h refactor(*): explicit initialization/finalization for serialization 2014-09-22 15:26:41 -07:00
flet.h Track recursion depth at normalizer. Add fluid let template. 2013-08-23 09:42:49 -07:00
freset.h refactor(*): uses aliases for unordered_map and unordered_set 2013-12-18 12:30:45 -08:00
hash.cpp Remove invalid use of register 2013-09-19 22:59:39 -07:00
hash.h feat(library): add environment fingerprint 2014-09-29 18:30:00 -07:00
init_module.cpp refactor(*): remove dependency to thread_local C++11 keyword, the 2014-09-24 12:51:04 -07:00
init_module.h refactor(*): explicit initialization/finalization for serialization 2014-09-22 15:26:41 -07:00
int64.h feat(numerics): add finite field Z/pZ 2013-10-18 13:27:28 -07:00
interrupt.cpp feat(shell/lean): add option '-M' to limit amount of memory consumed 2015-01-15 16:54:55 -08:00
interrupt.h feat(shell/lean): add option '-M' to limit amount of memory consumed 2015-01-15 16:54:55 -08:00
lazy_list.h chore(*): create alias for std::pair 2014-08-20 16:46:19 -07:00
lazy_list_fn.h fix(util/lazy_list): bug in filter operation 2014-09-12 16:12:23 -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 fix(util/lean_path): relative position of library files in binary 2015-01-14 10:14:17 -08:00
lean_path.h feat(*): add support for separate HoTT library 2014-12-05 14:34:02 -08:00
list.h feat(util/list): add to_list from buffer 2014-12-19 13:54:12 -08:00
list_fn.cpp fix(util/list_fn): add missing file 2015-05-18 15:16:29 -07:00
list_fn.h feat(library/user_recursors): generalize acceptable use-defined recursors 2015-05-18 14:21:10 -07:00
lru_cache.h fix(util/lru_cache): typo 2014-06-03 14:59:00 -07:00
lua.cpp fix(util/lua.cpp): 'implicit conversion of nullptr constant to bool' warning 2015-03-29 23:06:22 -04:00
lua.h fix(util/sexpr): nested Lua objects 2014-07-09 11:13:17 -07:00
lua_list.h chore(*): remove Lua 'migrate' 2014-06-18 07:01:34 -07:00
lua_named_param.cpp feat(kernel): add proof irrelevance for classes 2014-05-16 15:30:32 -07:00
lua_named_param.h feat(kernel): add proof irrelevance for classes 2014-05-16 15:30:32 -07:00
lua_pair.h chore(*): create alias for std::pair 2014-08-20 16:46:19 -07:00
luaref.cpp fix(util/luaref): warnings produced by valgrind 2013-11-30 00:34:38 -08:00
luaref.h fix(util/luaref): warnings produced by valgrind 2013-11-30 00:34:38 -08:00
macros.h fix(util/sexpr/option_declarations): default value in help message, fixes #212 2014-09-27 10:12:59 -07:00
map.h Add helper function for maps. 2013-08-14 18:17:18 -07:00
memory.cpp fix(util/memory): memory allocation problem when using clang++ 3.5 on Ubuntu 14.04 2015-03-11 10:06:13 -07:00
memory.h feat(frontends/lean): add option 'max_memory' 2015-03-06 13:56:20 -08:00
memory_pool.cpp fix(build): add missing file 2014-09-24 12:54:17 -07:00
memory_pool.h refactor(*): remove dependency to thread_local C++11 keyword, the 2014-09-24 12:51:04 -07:00
name.cpp feat(frontends/lean): add 'find_decl' command 2014-11-23 23:00:59 -08:00
name.h chore(library,util): fix style 2015-05-27 16:46:58 -07:00
name_generator.cpp feat(library/definitional/rec_on): automatically generate rec_on function for inductive datatypes 2014-10-25 13:08:59 -07:00
name_generator.h feat(library/definitional/rec_on): automatically generate rec_on function for inductive datatypes 2014-10-25 13:08:59 -07:00
name_hash_map.h refactor(util): rename name_map to name_hash_map 2014-06-02 14:34:22 -07:00
name_map.cpp feat(util/name_map): add rename_map 2015-01-01 19:33:14 -08:00
name_map.h feat(util/name_map): add rename_map 2015-01-01 19:33:14 -08:00
name_set.cpp chore(*): remove Lua 'migrate' 2014-06-18 07:01:34 -07:00
name_set.h feat(util): name_set Lua API 2014-05-07 18:32:53 -07:00
object_serializer.h refactor(*): explicit initialization/finalization for serialization 2014-09-22 15:26:41 -07:00
optional.h fix(util/optional): bug in emplace method 2014-06-16 09:24:15 -07:00
output_channel.h Use fullpath in #include directives, add missing STL headers 2013-09-13 03:35:29 -07:00
pair.h chore(*): create alias for std::pair 2014-08-20 16:46:19 -07:00
rb_map.cpp chore(util/lua): name convention 2014-05-01 18:40:18 -07:00
rb_map.h chore(*): create alias for std::pair 2014-08-20 16:46:19 -07:00
rb_tree.h feat(util/rb_tree): add find_if method 2014-10-17 12:53:43 -07:00
rc.h fix(util/rc): reference counter memory_order flags 2014-07-21 08:23:01 -07:00
realpath.cpp fix(util/realpath): realpath on cygwin 2014-08-04 15:06:08 -07:00
realpath.h fix(util/realpath): rename realpath to lrealpath 2014-08-04 14:42:44 -07:00
safe_arith.cpp Fix cpplint warning in util/safe_arith.cpp 2013-09-16 19:12:12 -07:00
safe_arith.h Simplify how universe variable constraints are represented in the kernel. Allow universe variable to be created without an environment. 2013-08-05 20:06:42 -07:00
scoped_map.h chore(*): create alias for std::pair 2014-08-20 16:46:19 -07:00
scoped_set.h chore(*): create alias for std::pair 2014-08-20 16:46:19 -07:00
script_exception.cpp feat(*): distinguish between logical and runtime exceptions. 2015-01-15 16:54:55 -08:00
script_exception.h feat(*): distinguish between logical and runtime exceptions. 2015-01-15 16:54:55 -08:00
script_state.cpp refactor(util): explicit initialization/finalization 2014-09-24 10:12:29 -07:00
script_state.h refactor(util): explicit initialization/finalization 2014-09-24 10:12:29 -07:00
sequence.h refactor(*): remove dependency to thread_local C++11 keyword, the 2014-09-24 12:51:04 -07:00
serializer.cpp feat(*): use environment fingerprint to detect when the cache cannot be used because the configuration changed, closes #75 2014-09-29 18:30:00 -07:00
serializer.h feat(library/normalize): add templates for serializing optional types 2015-02-06 11:59:30 -08:00
shared_mutex.cpp feat(util/shared_mutex): skip shared_mutex implementation if LEAN_MULTI_THREAD is not defined 2013-12-09 15:42:08 -08:00
shared_mutex.h fix(util/shared_mutex) missing pragma 2013-12-12 16:48:34 -08:00
splay_map.h chore(*): create alias for std::pair 2014-08-20 16:46:19 -07:00
splay_tree.h refactor(*): minimize dependency on thread local storage, simplify MK_THREAD_LOCAL_GET 2014-06-07 12:16:01 -07:00
sstream.h Use fullpath in #include directives, add missing STL headers 2013-09-13 03:35:29 -07:00
stackinfo.cpp fix(util/stackinfo): saving max stack size on OSX 2015-05-27 08:52:39 -07:00
stackinfo.h feat(split-stack): add support for split-stacks (no more stackoverflows) 2013-12-09 22:30:54 -08:00
test.h feat(util): add primitives for checking the amount of available stack space 2013-12-01 17:19:27 -08:00
thread.cpp refactor(*): remove dependency to thread_local C++11 keyword, the 2014-09-24 12:51:04 -07:00
thread.h fix(*): remove unnecessary null pointer checks 2015-03-28 12:16:39 -07:00
thread_script_state.cpp fix(*): remove unnecessary null pointer checks 2015-03-28 12:16:39 -07:00
thread_script_state.h refactor(util): explicit initialization/finalization 2014-09-24 10:12:29 -07:00
timeit.h feat(util/timeit): avoid scientific notation when displaying runtimes 2015-06-21 14:52:27 -07:00
trace.cpp fix(*): remove unnecessary null pointer checks 2015-03-28 12:16:39 -07:00
trace.h refactor(util): explicit initialization/finalization 2014-09-23 08:13:33 -07:00
trie.h fix(util/trie): bug in for_each method 2014-06-09 16:43:01 -07:00
unlock_guard.h fix(util/script_state): deadlock 2014-05-01 14:10:57 -07:00
utf8.cpp refactor(frontends/lean/scanner): move basic UTF8 procedures to separate module 2014-10-19 13:29:15 -07:00
utf8.h refactor(frontends/lean/scanner): move basic UTF8 procedures to separate module 2014-10-19 13:29:15 -07:00
worker_queue.h feat(*): distinguish between logical and runtime exceptions. 2015-01-15 16:54:55 -08:00