lean2/src/util
Leonardo de Moura 26097475fd Use fullpath in #include directives.
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-09-12 20:04:10 -07:00
..
numerics Use fullpath in #include directives. 2013-09-12 20:04:10 -07:00
sexpr Use fullpath in #include directives. 2013-09-12 20:04:10 -07:00
ascii.cpp 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
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 Add basic list functions 2013-09-11 19:48:54 -07:00
CMakeLists.txt 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
debug.cpp Add hierarchical names tests 2013-08-22 08:48:52 -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 Add sstream to simplify the generation of exception messages. 2013-08-24 11:55:17 -07:00
exception.h Add check_interrupted 'macro' 2013-08-25 11:03:09 -07:00
flet.h Track recursion depth at normalizer. Add fluid let template. 2013-08-23 09:42:49 -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
interruptable_ptr.h Add Ctrl-C support for interrupting Lean shell. 2013-08-24 16:11:35 -07:00
list.h Use split_reverse_second instead of split and then reverse in queue 2013-09-11 19:48:55 -07:00
list_fn.h Use split_reverse_second instead of split and then reverse in queue 2013-09-11 19:48:55 -07:00
map.h Add helper function for maps. 2013-08-14 18:17:18 -07:00
name.cpp Modify Set command in the default lean frontend. Now, the lean prefix (for lean default frontend specific options) is optional when we are in the lean front-end. 2013-09-03 11:07:28 -07:00
name.h Factor duplicate code. Add more comments 2013-09-03 23:27:58 -07:00
name_set.h Add name_set typedef 2013-08-23 19:34:10 -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
pdeque.h Add support for writing a[i] = v instead of a.set(i, v) in the pdeque class. 2013-09-12 11:18:26 -07:00
pvector.h Add support for writing a[i] = v instead of a.set(i, v) in the pvector class. 2013-09-12 11:12:02 -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 Fix name clash problem when pretty printing 2013-08-30 13:25:12 -07:00
sstream.h Add sstream to simplify the generation of exception messages. 2013-08-24 11:55:17 -07:00
test.h Clean white-spaces 2013-07-19 10:29:33 -07:00
timeit.h Fix problem reported by Soonho 2013-09-08 23:10: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