lean2/src/util
Leonardo de Moura 6272408f12 Add format tests
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-08-22 08:20:42 -07:00
..
numerics Add more tests to improve coverage. Fix bug in mpz. 2013-08-18 00:28:50 -07:00
sexpr Add format tests 2013-08-22 08:20:42 -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 Improve comments 2013-08-15 19:02:28 -07:00
CMakeLists.txt Remove interrupt.cpp. We changed the way we will handle interruptions in Lean. 2013-08-19 20:05:56 -07:00
debug.cpp Delete obsolete function continue_on_violation 2013-08-15 19:02:28 -07:00
debug.h Delete obsolete function continue_on_violation 2013-08-15 19:02:28 -07:00
escaped.cpp Reformat code (make formating more consistent) 2013-08-07 08:17:33 -07:00
escaped.h Improve documentation 2013-07-26 11:43:53 -07:00
exception.cpp Fix scanner. Add scanner tests. Add itera to list::iterator. Add parser_exce. 2013-08-13 10:55:41 -07:00
exception.h Add interrupt method to type checker. 2013-08-19 20:05:56 -07:00
hash.cpp Improve hash for hierarchical names. 2013-07-24 14:56:32 -07:00
hash.h Improve hash for hierarchical names. 2013-07-24 14:56:32 -07:00
list.h Improve list iterator 2013-08-17 11:31:36 -07:00
map.h Add helper function for maps. 2013-08-14 18:17:18 -07:00
name.cpp Add is_prefix_of for hierarchical names 2013-08-19 11:43:46 -07:00
name.h Add is_prefix_of for hierarchical names 2013-08-19 11:43:46 -07:00
output_channel.h Add methods for setting options. Add string output channel. 2013-08-20 20:16:02 -07:00
pair.h Add options to customize formatter 2013-08-13 16:19:30 -07:00
rc.h Fix nasty crash that only happens when using cygwin. 2013-08-11 14:35:58 -07:00
safe_arith.cpp 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
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 Cache results of the normalizer. Add example that demonstrates the exponential performance improvement. 2013-08-14 23:18:50 -07:00
scoped_set.h Add scoped sets 2013-08-07 13:54:18 -07:00
test.h Clean white-spaces 2013-07-19 10:29:33 -07:00
trace.cpp Clean white-spaces 2013-07-19 10:29:33 -07:00
trace.h Clean white-spaces 2013-07-19 10:29:33 -07:00