aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Collapse)AuthorAgeFilesLines
...
* [Minor] do not pass invalid C warnings to C++ flagsChristian Göttsche2020-01-161-2/+4
| | | | | cc1plus: warning: command line option ‘-Wno-pointer-sign’ is valid for C/ObjC but not for C++ cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
* [Minor] use modern name -Wextra instead of -WChristian Göttsche2020-01-161-5/+5
|
* [Minor] remove unused examplesdirChristian Göttsche2020-01-161-5/+0
|
* [Minor] Fix misprintVsevolod Stakhov2019-12-271-1/+1
|
* [Minor] Remove enforced "-O3" from contrib librariesVsevolod Stakhov2019-12-251-2/+2
|
* [Minor] Allow hyperscan on i386 platformVsevolod Stakhov2019-12-231-2/+2
| | | | Issue: #3195
* [Minor] It seems that -gembed-source is not working at allVsevolod Stakhov2019-12-201-1/+1
|
* [Minor] Fix misprintVsevolod Stakhov2019-12-201-1/+1
|
* [Minor] Fix fast math usageVsevolod Stakhov2019-12-201-5/+11
|
* [Minor] Improve build flags handling, add fast-math optionVsevolod Stakhov2019-12-201-15/+33
|
* Use CMAKE_CXX_FLAGS_{DEBUG,RELEASE} variable for C++Petr Vaněk2019-12-131-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_BLASPetr Vaněk2019-11-261-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 buildsVsevolod Stakhov2019-11-191-0/+1
|
* [Minor] Try to fix gcc sanitizersVsevolod Stakhov2019-11-191-3/+7
|
* [Minor] Fix debian flagsVsevolod Stakhov2019-11-181-0/+3
|
* [Rework] Further cmake system reworkVsevolod Stakhov2019-11-185-5/+251
|
* [Rework] Make cmake structure more modularVsevolod Stakhov2019-11-186-0/+566
|
* [Rework] Move cmake modules to a dedicated pathVsevolod Stakhov2019-11-154-0/+789
|
* Revert "cmake: Use Find Modules to find Luajit and Lua"Vsevolod Stakhov2016-11-281-71/+0
|
* cmake: Use Find Modules to find Luajit and LuaAndreas Schneider2016-11-281-0/+71