lean2/src
2013-09-10 17:37:22 -07:00
..
cmake/Modules Add support for READLINE. Remark: it is not enabled by default. Rename tcmalloc option to TCMALLOC (using consistent name convention for cmake parameters). 2013-08-21 19:08:44 -07:00
frontends/lean Fix initialized memory error reported by Valgrind. Disable 2 tests that produce memory leaks due to a bug in g++. 2013-09-10 13:51:02 -07:00
interval Fix interval<T>::mul to suppress clang warnings 2013-08-21 14:35:46 -07:00
kernel Encapsulate context implementation. The current implementantion based on lists may be a performance problem in the future, and we should be able to change it without affecting the whole code base. 2013-09-07 11:15:11 -07:00
library Fix typo 2013-09-08 20:38:11 -07:00
shell Move 'slow' test files to different subdir. Modify CTestCustom.cmake.in to run leantests. 2013-09-06 08:48:12 -07:00
tests Use suppressions file to ignore certain valgrind warnings 2013-09-10 15:37:09 -07:00
util Fix memory leaks in mpfp.h 2013-09-10 13:26:14 -07:00
CMakeLists.txt Add castlib as an independent library 2013-09-06 23:40:47 -07:00
CTestConfig.cmake Update memcheck.supp to match the thread bug patterns we get by using clang++-3.3 2013-09-10 17:37:22 -07:00
CTestCustom.cmake.in Use suppressions file to ignore certain valgrind warnings 2013-09-10 15:37:09 -07:00
Doxyfile Doxygen: exclude src/tests directory 2013-08-21 14:35:46 -07:00
memcheck.supp Update memcheck.supp to match the thread bug patterns we get by using clang++-3.3 2013-09-10 17:37:22 -07:00