lean2/src
2013-11-15 21:26:16 -08:00
..
bindings/lua fix(lua): replace std::mutex with std::recursive_mutex, add test that demonstrates the problem that is being fixed 2013-11-15 21:26:16 -08:00
cmake/Modules chore(build): remove CheckLuaObjlen, it is easier to check the Lua version 2013-11-12 12:58:22 -08:00
frontends/lean feat(lua): expose parse_expr and parse_commands from frontends/lean in the Lua API 2013-11-15 16:11:26 -08:00
kernel feat(lua): expose parse_expr and parse_commands from frontends/lean in the Lua API 2013-11-15 16:11:26 -08:00
library feat(library/script_evaluator): add abstract class that exposes only the API needed by frontend objects 2013-11-15 12:13:09 -08:00
shell feat(lua): expose parse_expr and parse_commands from frontends/lean in the Lua API 2013-11-15 16:11:26 -08:00
tests feat(lua): expose parse_expr and parse_commands from frontends/lean in the Lua API 2013-11-15 16:11:26 -08:00
util feat(lua): throw an exception if the user tries to create a thread and Lean was compiled without multi-threading support 2013-11-14 19:06:36 -08:00
CMakeLists.txt feat(library/script_evaluator): add abstract class that exposes only the API needed by frontend objects 2013-11-15 12:13:09 -08:00
CTestConfig.cmake Fix typo in CTestConfig.cmake 2013-09-24 21:46:51 -07:00
CTestCustom.cmake.in Exclude 'style_check' from MemCheck list 2013-09-13 20:27:35 -07:00
Doxyfile Add EXCLUDE_PATTERNS to src/Doxyfile 2013-09-15 20:31:15 -07:00
memcheck.supp chore(memcheck): make the suppression entries for LuaJIT more general 2013-11-15 11:34:50 -08:00