.. |
interval
|
test(util/interval): add more tests
|
2013-11-19 19:07:09 -08:00 |
numerics
|
feat(util/numerics): serialization for mpz and mpq
|
2013-12-27 18:32:01 -08:00 |
bit_tricks.cpp
|
test(bit_tricks): add tests for log2
|
2013-09-25 20:58:01 -07:00 |
buffer.cpp
|
test(buffer): add missing tests
|
2013-09-29 17:20:32 -07:00 |
CMakeLists.txt
|
feat(util): add lru cache
|
2014-06-03 13:26:02 -07:00 |
exception.cpp
|
fix(*): style and clang warnings
|
2014-03-18 10:27:56 -07:00 |
format.cpp
|
refactor(kernel): justification objects
|
2014-03-18 10:27:56 -07:00 |
hash.cpp
|
test(hash): add missing tests
|
2013-09-29 17:20:32 -07:00 |
lazy_list.cpp
|
chore(*): disable multi thread support for OSX, remove the !defined(APPLE) directives
|
2014-06-02 18:23:26 -07:00 |
list.cpp
|
feat(util/list): add remove_last template
|
2013-12-14 23:08:10 -08:00 |
lru_cache.cpp
|
feat(util): add lru cache
|
2014-06-03 13:26:02 -07:00 |
memory.cpp
|
feat(boost): implement multi-threading support using Boost
|
2013-12-09 17:24:32 -08:00 |
name.cpp
|
refactor(util/name_generator): make sure there is no risk of overflow, name generators will be extensively used in version 0.2
|
2014-03-18 10:27:56 -07:00 |
optional.cpp
|
style(util): missing includes
|
2013-11-23 17:05:46 -08:00 |
options.cpp
|
feat(util/sexpr/options): serialization for options
|
2013-12-27 20:40:00 -08:00 |
rb_map.cpp
|
feat(util): add maps based on red-black trees
|
2014-03-18 10:27:56 -07:00 |
rb_tree.cpp
|
chore(*): disable multi thread support for OSX, remove the !defined(APPLE) directives
|
2014-06-02 18:23:26 -07:00 |
safe_arith.cpp
|
test(safe_arith): add unit tests
|
2013-09-29 17:20:32 -07:00 |
scoped_map.cpp
|
refactor(util): make 'util/test.h' the first include
|
2013-09-25 20:13:05 -07:00 |
scoped_set.cpp
|
refactor(util): make 'util/test.h' the first include
|
2013-09-25 20:13:05 -07:00 |
serializer.cpp
|
feat(util/serializer): add hackish write_double/read_double
|
2013-12-27 19:46:45 -08:00 |
set.cpp
|
test(set): add set of pointers test
|
2013-10-22 08:15:36 -07:00 |
sexpr.cpp
|
feat(util/sexpr): serialization for sexpr
|
2013-12-27 20:19:56 -08:00 |
splay_map.cpp
|
refactor(util/splay_map): remove unnecessary operation
|
2014-03-18 10:27:56 -07:00 |
splay_tree.cpp
|
refactor(util/splay_tree): replace find with splay_find
|
2013-12-12 17:27:30 -08:00 |
stackinfo.cpp
|
feat(util/stackinfo): implement get_stack_size (Mac OSX version)
|
2013-12-01 22:24:12 -05:00 |
thread.cpp
|
chore(*): disable multi thread support for OSX, remove the !defined(APPLE) directives
|
2014-06-02 18:23:26 -07:00 |
trace.cpp
|
test(trace): add unit test for trace module
|
2013-09-25 20:30:05 -07:00 |
trie.cpp
|
feat(util/trie): add value() method
|
2014-06-03 01:19:23 -07:00 |