Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use CMAKE_CXX_FLAGS_{DEBUG,RELEASE} variable for C++ | Petr Vaněk | 2019-12-13 | 1 | -2/+2 |
| | | | | | The CMAKE_CXX_FLAGS_{DEBUG,RELEASE} variable should be used with C++ rather than CMAKE_C_FLAGS_{DEBUG,RELEASE}. | ||||
* | cmake: Unify ENABLE_OPENBLAS and ENABLE_BLAS | Petr Vaněk | 2019-11-26 | 1 | -1/+1 |
| | | | | | | | ENABLE_OPENBLAS is removed because it was not used to check if the openblas library should be used. The ENABLE_BLAS is moved from CMakeLists.txt to cmake/Openblas.cmake to have all related variables in one file and to reduce a complexity of CMakeLists.txt slightly. | ||||
* | [Minor] Disable jemalloc on sanitized builds | Vsevolod Stakhov | 2019-11-19 | 1 | -0/+1 |
| | |||||
* | [Minor] Try to fix gcc sanitizers | Vsevolod Stakhov | 2019-11-19 | 1 | -3/+7 |
| | |||||
* | [Minor] Fix debian flags | Vsevolod Stakhov | 2019-11-18 | 1 | -0/+3 |
| | |||||
* | [Rework] Further cmake system rework | Vsevolod Stakhov | 2019-11-18 | 5 | -5/+251 |
| | |||||
* | [Rework] Make cmake structure more modular | Vsevolod Stakhov | 2019-11-18 | 6 | -0/+566 |
| | |||||
* | [Rework] Move cmake modules to a dedicated path | Vsevolod Stakhov | 2019-11-15 | 4 | -0/+789 |
| | |||||
* | Revert "cmake: Use Find Modules to find Luajit and Lua" | Vsevolod Stakhov | 2016-11-28 | 1 | -71/+0 |
| | |||||
* | cmake: Use Find Modules to find Luajit and Lua | Andreas Schneider | 2016-11-28 | 1 | -0/+71 |