lean2/src/util
Leonardo de Moura 449454efdb fix(debug): remove typeid information from assertion, the names are mangled and are not very useful
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-10-23 16:41:51 -07:00
..
interval refactor(interval): organize template source code using the approach described at http://www.codeproject.com/Articles/3515/How-To-Organize-Template-Source-Code 2013-10-21 18:15:27 -07:00
numerics refactor(numerics): rename power operator to pow, the idea is to follow the C/C++ name convention for the power operator 2013-10-21 17:23:56 -07:00
polynomial feat(polynomial): add multivariate polynomials 2013-10-21 18:22:14 -07:00
sexpr feat(pos_info_provider): add position information provider for expressions 2013-10-22 08:15:36 -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): remove typeid information from assertion, the names are mangled and are not very useful 2013-10-23 16:41:51 -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 fix(lean): fix warnings produced by cppcheck 2013-09-30 21:38:55 -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
int64.h feat(numerics): add finite field Z/pZ 2013-10-18 13:27:28 -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 feat(util/list): add static_asserts for map/for_each/compare 2013-10-01 09:05:53 -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 feat(elaborator): solve unification constraints 2013-10-22 08:15:36 -07:00
name_generator.h feat(elaborator): solve unification constraints 2013-10-22 08:15:36 -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(util): add static_assert to {scoped,splay}_{map,set} 2013-10-01 16:47:28 -07:00
scoped_set.h feat(util): add static_assert to {scoped,splay}_{map,set} 2013-10-01 16:47:28 -07:00
splay_map.h feat(elaborator): add trace objects for elaborator 2013-10-22 08:15:36 -07:00
splay_tree.h feat(elaborator): add trace objects for elaborator 2013-10-22 08:15:36 -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