| .. |
|
interval
|
refactor(*): minimize dependency on thread local storage, simplify MK_THREAD_LOCAL_GET
|
2014-06-07 12:16:01 -07:00 |
|
numerics
|
chore(*): remove Lua 'migrate'
|
2014-06-18 07:01:34 -07:00 |
|
polynomial
|
chore(util/rc): remove unnecessary argument from LEAN_COPY_REF and LEAN_MOVE_REF macros
|
2013-12-13 15:01:24 -08:00 |
|
sexpr
|
chore(util/sexpr/options): typos
|
2014-08-01 21:20:01 -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
|
fix(util/buffer): warning produced by clang++
|
2014-01-08 11:27:11 -08:00 |
|
CMakeLists.txt
|
feat(util): add global (thread local) script_state objects
|
2014-06-06 15:46:16 -07:00 |
|
debug.cpp
|
fix(util/debug): avoid infinite loop when Ctrl-D is pressed after an assertion violation
|
2014-01-12 17:20:35 -08:00 |
|
debug.h
|
refactor(util/lua): propagate C++ Lean exceptions in Lua
|
2013-11-27 12:25:29 -08: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
|
chore(*): remove Lua 'migrate'
|
2014-06-18 07:01:34 -07:00 |
|
exception.h
|
refactor(*): error messages
|
2014-01-13 16:54:21 -08:00 |
|
extensible_object.h
|
feat(util/extensible_object): add template for creating 'extensible' objects
|
2013-12-27 15:40:21 -08:00 |
|
flet.h
|
Track recursion depth at normalizer. Add fluid let template.
|
2013-08-23 09:42:49 -07:00 |
|
freset.h
|
refactor(*): uses aliases for unordered_map and unordered_set
|
2013-12-18 12:30:45 -08:00 |
|
hash.cpp
|
Remove invalid use of register
|
2013-09-19 22:59:39 -07:00 |
|
hash.h
|
fix(util/hash): relax pre-condition
|
2014-07-02 09:56:50 -07:00 |
|
int64.h
|
feat(numerics): add finite field Z/pZ
|
2013-10-18 13:27:28 -07:00 |
|
interrupt.cpp
|
refactor(*): replace LEAN_THREAD_LOCAL with MK_THREAD_LOCAL_GET, the new macro uses the Boost thread_local_ptr instead of 'thread_local' directive
|
2014-06-07 10:18:36 -07:00 |
|
interrupt.h
|
feat(boost): implement multi-threading support using Boost
|
2013-12-09 17:24:32 -08:00 |
|
lazy_list.h
|
feat(util/lazy_list): add is_nil predicate
|
2014-06-26 18:51:35 -07:00 |
|
lazy_list_fn.h
|
feat(util/lazy_list_fn): handle the 'is_nil' case more efficiently
|
2014-07-03 11:29:04 -07:00 |
|
lbool.cpp
|
feat(util): add missing lbool.* files
|
2014-04-24 12:27:19 -07:00 |
|
lbool.h
|
feat(util): add missing lbool.* files
|
2014-04-24 12:27:19 -07:00 |
|
lean_path.cpp
|
fix(util/lean_path): use unix style paths when using cygwin
|
2014-08-04 14:45:23 -07:00 |
|
lean_path.h
|
fix(frontends/lean/dependencies): take relative paths into account when computing dependencies
|
2014-08-02 20:03:51 -07:00 |
|
list.h
|
chore(util/list): add inline functions for commonly used patterns in list processing code
|
2014-08-03 13:51:38 -07:00 |
|
list_fn.h
|
fix(frontends/lean): fix (and simplify) parameter universe inference
|
2014-07-06 16:56:54 -07:00 |
|
lru_cache.h
|
fix(util/lru_cache): typo
|
2014-06-03 14:59:00 -07:00 |
|
lua.cpp
|
fix(util/sexpr): nested Lua objects
|
2014-07-09 11:13:17 -07:00 |
|
lua.h
|
fix(util/sexpr): nested Lua objects
|
2014-07-09 11:13:17 -07:00 |
|
lua_list.h
|
chore(*): remove Lua 'migrate'
|
2014-06-18 07:01:34 -07:00 |
|
lua_named_param.cpp
|
feat(kernel): add proof irrelevance for classes
|
2014-05-16 15:30:32 -07:00 |
|
lua_named_param.h
|
feat(kernel): add proof irrelevance for classes
|
2014-05-16 15:30:32 -07:00 |
|
lua_pair.h
|
refactor(util): file name convention
|
2014-05-08 14:15:28 -07:00 |
|
luaref.cpp
|
fix(util/luaref): warnings produced by valgrind
|
2013-11-30 00:34:38 -08:00 |
|
luaref.h
|
fix(util/luaref): warnings produced by valgrind
|
2013-11-30 00:34:38 -08:00 |
|
map.h
|
Add helper function for maps.
|
2013-08-14 18:17:18 -07:00 |
|
memory.cpp
|
fix(util/memory): remove get_thread_allocated_memory, it used thread_local
|
2014-06-07 13:05:03 -07:00 |
|
memory.h
|
fix(util/memory): remove get_thread_allocated_memory, it used thread_local
|
2014-06-07 13:05:03 -07:00 |
|
memory_pool.h
|
perf(util/memory_pool): use memory_pool for hierarchical names and justification objects we get a 8% performance improvement when using multiple threads
|
2014-07-22 09:18:26 -07:00 |
|
name.cpp
|
fix(util/name): avoid assertion violation when reading numeric names
|
2014-08-07 08:32:43 -07:00 |
|
name.h
|
fix(util/name): avoid assertion violation when reading numeric names
|
2014-08-07 08:32:43 -07:00 |
|
name_generator.cpp
|
feat(util/name_generator): allow name generator to be created without providing any argument in the Lua API
|
2014-07-02 12:39:41 -07:00 |
|
name_generator.h
|
feat(util): name_generator Lua API
|
2014-05-07 17:28:11 -07:00 |
|
name_hash_map.h
|
refactor(util): rename name_map to name_hash_map
|
2014-06-02 14:34:22 -07:00 |
|
name_map.h
|
feat(util): add (functional) name_map
|
2014-06-02 14:46:13 -07:00 |
|
name_set.cpp
|
chore(*): remove Lua 'migrate'
|
2014-06-18 07:01:34 -07:00 |
|
name_set.h
|
feat(util): name_set Lua API
|
2014-05-07 18:32:53 -07:00 |
|
object_serializer.h
|
feat(deserializer): protect against corrupted binary files
|
2013-12-30 18:05:38 -08:00 |
|
optional.h
|
fix(util/optional): bug in emplace method
|
2014-06-16 09:24:15 -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 |
|
rb_map.cpp
|
chore(util/lua): name convention
|
2014-05-01 18:40:18 -07:00 |
|
rb_map.h
|
fix(kernel/metavar): wierd memory leak that only happens when compiling with clang++
|
2014-05-01 12:55:55 -07:00 |
|
rb_tree.h
|
feat(util/rb_tree): use memory_pool at rb_tree, 5% performance improvement when using multiple threads
|
2014-07-22 10:53:07 -07:00 |
|
rc.h
|
fix(util/rc): reference counter memory_order flags
|
2014-07-21 08:23:01 -07:00 |
|
realpath.cpp
|
fix(util/realpath): realpath on cygwin
|
2014-08-04 15:06:08 -07:00 |
|
realpath.h
|
fix(util/realpath): rename realpath to lrealpath
|
2014-08-04 14:42:44 -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/scoped_map): add 'keep' method for closing a scope without undoing operations
|
2014-06-13 11:25:14 -07:00 |
|
scoped_set.h
|
chore(emplace_back): use emplace_back when appropriate
|
2013-11-10 11:14:04 -08:00 |
|
script_exception.cpp
|
refactor(*): replace LEAN_THREAD_LOCAL with MK_THREAD_LOCAL_GET, the new macro uses the Boost thread_local_ptr instead of 'thread_local' directive
|
2014-06-07 10:18:36 -07:00 |
|
script_exception.h
|
refactor(*): error messages
|
2014-01-13 16:54:21 -08:00 |
|
script_state.cpp
|
refactor(util/script_state): remove support for threads and communication channels from the Lua API, the goal is to keep is simple, and use one Lua state object per thread
|
2014-06-17 21:56:45 -07:00 |
|
script_state.h
|
refactor(util/script_state): remove support for threads and communication channels from the Lua API, the goal is to keep is simple, and use one Lua state object per thread
|
2014-06-17 21:56:45 -07:00 |
|
serializer.cpp
|
fix(util/serializer): nontermination on corrupted files
|
2014-01-07 14:21:54 -08:00 |
|
serializer.h
|
refactor(kernel): use names instead of unsigned integers to encode level parameters
|
2014-03-18 10:27:57 -07:00 |
|
shared_mutex.cpp
|
feat(util/shared_mutex): skip shared_mutex implementation if LEAN_MULTI_THREAD is not defined
|
2013-12-09 15:42:08 -08:00 |
|
shared_mutex.h
|
fix(util/shared_mutex) missing pragma
|
2013-12-12 16:48:34 -08:00 |
|
splay_map.h
|
refactor(util/splay_map): remove unnecessary operation
|
2014-03-18 10:27:56 -07:00 |
|
splay_tree.h
|
refactor(*): minimize dependency on thread local storage, simplify MK_THREAD_LOCAL_GET
|
2014-06-07 12:16:01 -07:00 |
|
sstream.h
|
Use fullpath in #include directives, add missing STL headers
|
2013-09-13 03:35:29 -07:00 |
|
stackinfo.cpp
|
fix(util/stackinfo): on OSX Boost does not seem to be based on pthread library
|
2014-06-07 20:47:46 -07:00 |
|
stackinfo.h
|
feat(split-stack): add support for split-stacks (no more stackoverflows)
|
2013-12-09 22:30:54 -08:00 |
|
test.h
|
feat(util): add primitives for checking the amount of available stack space
|
2013-12-01 17:19:27 -08:00 |
|
thread.cpp
|
feat(boost): implement multi-threading support using Boost
|
2013-12-09 17:24:32 -08:00 |
|
thread.h
|
fix(util/thread): thread_specific_ptr finalization
|
2014-07-22 10:50:44 -07:00 |
|
thread_script_state.cpp
|
fix(util/thread_script_state): new state was being added twice to g_states, use import_explicit
|
2014-06-27 19:58:28 -07:00 |
|
thread_script_state.h
|
feat(util/thread_script_state): add system_import procedure
|
2014-06-06 16:23:24 -07:00 |
|
timeit.h
|
Use fullpath in #include directives, add missing STL headers
|
2013-09-13 03:35:29 -07:00 |
|
trace.cpp
|
refactor(*): isolate std::thread dependency
|
2013-12-09 15:20:26 -08:00 |
|
trace.h
|
refactor(*): isolate std::thread dependency
|
2013-12-09 15:20:26 -08:00 |
|
trie.h
|
fix(util/trie): bug in for_each method
|
2014-06-09 16:43:01 -07:00 |
|
unlock_guard.h
|
fix(util/script_state): deadlock
|
2014-05-01 14:10:57 -07:00 |
|
worker_queue.h
|
feat(util/worker_queue): allow main thread to process tasks while waiting
|
2014-07-25 23:24:04 -07:00 |