lean2/src/cmake/Modules
Soonho Kong 765d9b032f feat(src/cmake/modules/CleanOlean.cmake): add CleanOlean.cmake
Instead of using 'find -delete', use CMAKE's FILE GLOB_RECURSE and FILE
REMOVE to implement clean-olean.

Related issue: #166
2014-09-14 01:40:21 -07:00
..
CheckJemalloc.cc feat(build): add build option for jemalloc 2014-07-22 13:44:47 -07:00
CheckLuaNewstate.cc fix(cmake/Modules/CheckLuaNewstate.cc): compilation problem on cygwin 2013-11-09 12:18:20 -08:00
CheckMallocSize.cc Add support OSX's malloc_size 2013-09-20 17:48:55 -07:00
CheckMallocUsableSize.cc Add support OSX's malloc_size 2013-09-20 17:48:55 -07:00
CheckMSize.cc Add support OSX's malloc_size 2013-09-20 17:48:55 -07:00
CheckTcmalloc.cc Add MPFR & restructure cmake directory 2013-08-05 17:58:54 -07:00
CleanOlean.cmake feat(src/cmake/modules/CleanOlean.cmake): add CleanOlean.cmake 2014-09-14 01:40:21 -07:00
CodeCoverage.cmake chore(cmake): do not delete coverage.info.cleaned which will be used for coveralls.io 2013-11-09 22:19:08 -05:00
cpplint.py fix(style): fix warnings produced by cpplint.py, disable sizeof(type) warning 2013-10-16 17:04:39 -07:00
FindGMP.cmake Add MPFR & restructure cmake directory 2013-08-05 17:58:54 -07:00
FindJemalloc.cmake feat(build): add build option for jemalloc 2014-07-22 13:44:47 -07:00
FindLua.cmake chore(build): remove CheckLuaObjlen, it is easier to check the Lua version 2013-11-12 12:58:22 -08:00
FindMallocSize.cmake Update Find{MSize,MallocSize,MallocUsableSize}.cmake to handle the case where find_path fails 2013-09-21 00:10:25 -07:00
FindMallocUsableSize.cmake Update Find{MSize,MallocSize,MallocUsableSize}.cmake to handle the case where find_path fails 2013-09-21 00:10:25 -07:00
FindMPFR.cmake Add MPFR & restructure cmake directory 2013-08-05 17:58:54 -07:00
FindMSize.cmake Update Find{MSize,MallocSize,MallocUsableSize}.cmake to handle the case where find_path fails 2013-09-21 00:10:25 -07:00
FindPackageHandleStandardArgs.cmake feat(lua): add Lua support to build 2013-11-02 11:16:30 -07:00
FindReadline.cmake 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
FindTcmalloc.cmake Fix bugs in Tcmalloc detection. 2013-09-19 23:52:50 -07:00
GetGitRevisionDescription.cmake fix(build): githash generation 2013-12-29 14:41:28 -08:00
GetGitRevisionDescription.cmake.in fix(build): githash generation 2013-12-29 14:41:28 -08:00
StyleCheck.cmake Add StyleCheck.cmake 2013-09-13 19:21:02 -07:00