lean4-htt/src
2013-09-10 10:47:04 -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 test error on Cygwin 2013-09-09 18:35:11 -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 Add light_checker: module for extracting the type of (fully elaborated) expressions. It is much faster than type_checker, which infers the type but also check whether the input is type correct or not. 2013-09-07 22:33:18 -07:00
util Fix problem reported by Soonho 2013-09-08 23:10:33 -07:00
CMakeLists.txt Add castlib as an independent library 2013-09-06 23:40:47 -07:00
CTestConfig.cmake Use "--trace-children=yes" option for MemCheck(valgrind) to handle 2013-09-10 10:47:04 -07:00
CTestCustom.cmake.in Move 'slow' test files to different subdir. Modify CTestCustom.cmake.in to run leantests. 2013-09-06 08:48:12 -07:00
Doxyfile Doxygen: exclude src/tests directory 2013-08-21 14:35:46 -07:00