| .. |
|
interval
|
refactor(debug): improve lean_unreachable(), now we can avoid 'fake' return statements
|
2013-09-25 21:27:20 -07:00 |
|
numerics
|
feat(numerics): add is_prime function
|
2013-10-16 17:25:08 -07:00 |
|
sexpr
|
fix(lean): fix warnings produced by cppcheck
|
2013-09-30 21:38:55 -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
|
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 |
|
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
|
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(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(util): add static_assert to {scoped,splay}_{map,set}
|
2013-10-01 16:47:28 -07:00 |
|
splay_tree.h
|
feat(util): add static_assert to {scoped,splay}_{map,set}
|
2013-10-01 16:47:28 -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 |
|
uint64.h
|
fix(style): fix warnings produced by cpplint.py, disable sizeof(type) warning
|
2013-10-16 17:04:39 -07:00 |