lean2/src/util
Leonardo de Moura 5fdd2fe3a9 refactor(util/script_state): replace splay_map with rb_map in the Lua environment
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-04-28 17:53:34 -07:00
..
interval refactor(*): isolate std::thread dependency 2013-12-09 15:20:26 -08:00
numerics feat(util/numerics): serialization for mpz and mpq 2013-12-27 18:32:01 -08:00
polynomial chore(util/rc): remove unnecessary argument from LEAN_COPY_REF and LEAN_MOVE_REF macros 2013-12-13 15:01:24 -08:00
sexpr feat(library/tactic): add simplify_tactic based on the simplifier 2014-01-26 18:53:18 -08:00
ascii.cpp Modify Doxygen file to extract all elements even the undocumented ones. Disable warnings for undocumented entities. Add extra comments. 2013-09-13 13:46:22 -07:00
ascii.h Create pp::unicode option. The idea is to be able to disable unicode characters, but still be able to use mixfix notation. 2013-09-03 10:11:45 -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
buffer.h fix(util/buffer): warning produced by clang++ 2014-01-08 11:27:11 -08:00
CMakeLists.txt refactor(util/script_state): replace splay_map with rb_map in the Lua environment 2014-04-28 17:53:34 -07:00
debug.cpp fix(util/debug): avoid infinite loop when Ctrl-D is pressed after an assertion violation 2014-01-12 17:20:35 -08:00
debug.h refactor(util/lua): propagate C++ Lean exceptions in Lua 2013-11-27 12:25:29 -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(frontends/lean): missing ':' in error messages 2014-01-09 11:19:58 -08:00
exception.h refactor(*): error messages 2014-01-13 16:54:21 -08:00
extensible_object.h feat(util/extensible_object): add template for creating 'extensible' objects 2013-12-27 15:40:21 -08: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 Use fullpath in #include directives, add missing STL headers 2013-09-13 03:35:29 -07:00
int64.h feat(numerics): add finite field Z/pZ 2013-10-18 13:27:28 -07:00
interrupt.cpp feat(boost): implement multi-threading support using Boost 2013-12-09 17:24:32 -08:00
interrupt.h feat(boost): implement multi-threading support using Boost 2013-12-09 17:24:32 -08:00
lazy_list.h chore(util/rc): remove unnecessary argument from LEAN_COPY_REF and LEAN_MOVE_REF macros 2013-12-13 15:01:24 -08:00
lazy_list_fn.h feat(boost): implement multi-threading support using Boost 2013-12-09 17:24:32 -08: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(build): problem with reading LEAN_PATH on cygwin 2013-12-30 15:12:31 -08:00
lean_path.h feat(kernel): export/import (.olean) binary files 2013-12-28 17:31:35 -08:00
list.h feat(util/list): improve to_list function, it takes an optional tail 2013-12-24 20:56:34 -08:00
list_fn.h feat(util/list): add remove_last template 2013-12-14 23:08:10 -08:00
lua.cpp fix(util/lua): deadlock 2014-02-04 15:16:29 -08:00
lua.h fix(util/lua): deadlock 2014-02-04 15:16:29 -08: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
map.h Add helper function for maps. 2013-08-14 18:17:18 -07:00
memory.cpp refactor(*): isolate std::thread dependency 2013-12-09 15:20:26 -08:00
memory.h Track memory usage. Add new CMake option TRACK_MEMORY_USAGE (It is ON by default). 2013-09-20 12:32:12 -07:00
name.cpp refactor(util/name_generator): make sure there is no risk of overflow, name generators will be extensively used in version 0.2 2014-03-18 10:27:56 -07:00
name.h refactor(util/name_generator): make sure there is no risk of overflow, name generators will be extensively used in version 0.2 2014-03-18 10:27:56 -07:00
name_generator.cpp fix(*): style and clang warnings 2014-03-18 10:27:56 -07:00
name_generator.h refactor(util/name_generator): make sure there is no risk of overflow, name generators will be extensively used in version 0.2 2014-03-18 10:27:56 -07:00
name_map.h feat(util/name_map): add template alias 2013-12-18 11:34:40 -08:00
name_set.cpp refactor(util/name_set): implement name_sets using red black trees instead of hashtables 2014-04-22 11:09:13 -07:00
name_set.h refactor(util/name_set): implement name_sets using red black trees instead of hashtables 2014-04-22 11:09:13 -07:00
object_serializer.h feat(deserializer): protect against corrupted binary files 2013-12-30 18:05:38 -08:00
optional.h feat(kernel/expr): no overhead optional<expr> template specialization 2013-12-08 10:17:29 -08:00
output_channel.h Use fullpath in #include directives, add missing STL headers 2013-09-13 03:35:29 -07:00
pair.h Add options to customize formatter 2013-08-13 16:19:30 -07:00
rb_map.cpp feat(util): add maps based on red-black trees 2014-03-18 10:27:56 -07:00
rb_map.h feat(util): add method get_rc (mainly for debugging purposes) 2014-04-17 10:36:54 -07:00
rb_tree.h feat(util): add method get_rc (mainly for debugging purposes) 2014-04-17 10:36:54 -07:00
rc.h chore(util/rc): remove unnecessary argument from LEAN_COPY_REF and LEAN_MOVE_REF macros 2013-12-13 15:01:24 -08:00
realpath.cpp fix(util/realpath): style 2013-11-18 09:55:16 -08:00
realpath.h fix(kernel/environment): compilation problem on Windows 2013-11-18 09:52:47 -08: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 refactor(kernel/expr): remove 'null' expression, and operator bool for expression 2013-12-07 23:21:10 -08:00
scoped_set.h chore(emplace_back): use emplace_back when appropriate 2013-11-10 11:14:04 -08:00
script_exception.cpp fix(util/script_exception): make sure a script_nested_exception may have a nested script_nested_exception, use LEAN_THREAD_LOCAL macro instead of thread_local 2014-01-29 08:07:52 -08:00
script_exception.h refactor(*): error messages 2014-01-13 16:54:21 -08:00
script_state.cpp refactor(util/script_state): replace splay_map with rb_map in the Lua environment 2014-04-28 17:53:34 -07:00
script_state.h chore(util/script_state): remove dead code 2014-01-07 16:59:50 -08:00
serializer.cpp fix(util/serializer): nontermination on corrupted files 2014-01-07 14:21:54 -08:00
serializer.h refactor(kernel): use names instead of unsigned integers to encode level parameters 2014-03-18 10:27:57 -07: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 refactor(util/splay_map): remove unnecessary operation 2014-03-18 10:27:56 -07:00
splay_tree.h chore(util/rc): remove unnecessary argument from LEAN_COPY_REF and LEAN_MOVE_REF macros 2013-12-13 15:01:24 -08:00
sstream.h Use fullpath in #include directives, add missing STL headers 2013-09-13 03:35:29 -07:00
stackinfo.cpp feat(split-stack): add support for split-stacks (no more stackoverflows) 2013-12-09 22:30:54 -08: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 feat(boost): implement multi-threading support using Boost 2013-12-09 17:24:32 -08:00
thread.h feat(util/thread): add atomic_uchar 2014-03-18 10:27:56 -07:00
timeit.h Use fullpath in #include directives, add missing STL headers 2013-09-13 03:35:29 -07:00
trace.cpp refactor(*): isolate std::thread dependency 2013-12-09 15:20:26 -08:00
trace.h refactor(*): isolate std::thread dependency 2013-12-09 15:20:26 -08:00
unlock_guard.h refactor(*): isolate std::thread dependency 2013-12-09 15:20:26 -08:00