lean2/src/util
Leonardo de Moura 8d3ae665e7 fix(splay_map): fix typo
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-09-29 17:30:08 -07:00
..
interval refactor(debug): improve lean_unreachable(), now we can avoid 'fake' return statements 2013-09-25 21:27:20 -07:00
numerics test(util/numerics): more tests to improve coverage 2013-09-28 23:38:17 -07:00
sexpr refactor(debug): improve lean_unreachable(), now we can avoid 'fake' return statements 2013-09-25 21:27:20 -07: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 test(buffer): add tests for improving coverage 2013-09-26 08:35:13 -07:00
CMakeLists.txt Track memory usage. Add new CMake option TRACK_MEMORY_USAGE (It is ON by default). 2013-09-20 12:32:12 -07:00
debug.cpp Update to suppress unused-parameter warnings 2013-09-19 22:40:34 -07:00
debug.h fix(debug): print type in lean_assert, print bool correctly 2013-09-28 23:38:21 -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.cpp test(exception): add new tests exception and parser_exception 2013-09-25 20:57:53 -07:00
exception.h test(exception): add new tests exception and parser_exception 2013-09-25 20:57:53 -07:00
flet.h Track recursion depth at normalizer. Add fluid let template. 2013-08-23 09:42:49 -07: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
interruptable_ptr.h Add Ctrl-C support for interrupting Lean shell. 2013-08-24 16:11:35 -07:00
lazy_list.h feat(lazy_list): implement ML-like lazy lists 2013-09-29 12:35:26 -07:00
list.h Remove duplicate solutions in the higher order matching module. Simplify solutions when higher-order matching is used, and we don't have a residue. 2013-09-19 18:59:28 -07:00
list_fn.h refactor(list): improve append function 2013-09-26 18:18:20 -07:00
map.h Add helper function for maps. 2013-08-14 18:17:18 -07:00
memory.cpp fix(memory): increase memory counters by the actual size of reallocated memory 2013-09-26 00:33:56 -07: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 Add support for creating unique internal names. 2013-09-24 11:01:30 -07:00
name.h Add support for creating unique internal names. 2013-09-24 11:01:30 -07:00
name_generator.h feat(name_generator): add name_generator for unique names modulo a prefix 2013-09-26 18:18:06 -07:00
name_set.h Use fullpath in #include directives, add missing STL headers 2013-09-13 03:35:29 -07: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
pdeque.h refactor(debug): improve lean_unreachable(), now we can avoid 'fake' return statements 2013-09-25 21:27:20 -07:00
pvector.h refactor(debug): improve lean_unreachable(), now we can avoid 'fake' return statements 2013-09-25 21:27:20 -07:00
rc.h Apply coding style 2013-09-13 18:48:09 -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 feat(scoped_map): add operator<< to scoped_map for debugging 2013-09-27 01:42:11 -07:00
scoped_set.h Use fullpath in #include directives, add missing STL headers 2013-09-13 03:35:29 -07:00
splay_map.h fix(splay_map): fix typo 2013-09-29 17:30:08 -07:00
splay_tree.h test(splay_tree): add missing test 2013-09-29 17:28:10 -07:00
sstream.h Use fullpath in #include directives, add missing STL headers 2013-09-13 03:35:29 -07:00
test.h Use fullpath in #include directives, add missing STL headers 2013-09-13 03:35:29 -07:00
timeit.h Use fullpath in #include directives, add missing STL headers 2013-09-13 03:35:29 -07:00
trace.cpp Use fullpath in #include directives, add missing STL headers 2013-09-13 03:35:29 -07:00
trace.h Use fullpath in #include directives, add missing STL headers 2013-09-13 03:35:29 -07:00