Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [Minor] do not pass invalid C warnings to C++ flags | Christian Göttsche | 2020-01-16 | 1 | -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 -W | Christian Göttsche | 2020-01-16 | 1 | -5/+5 | |
| | ||||||
* | [Minor] remove unused examplesdir | Christian Göttsche | 2020-01-16 | 1 | -5/+0 | |
| | ||||||
* | [Minor] Fix misprint | Vsevolod Stakhov | 2019-12-27 | 1 | -1/+1 | |
| | ||||||
* | [Minor] Remove enforced "-O3" from contrib libraries | Vsevolod Stakhov | 2019-12-25 | 1 | -2/+2 | |
| | ||||||
* | [Minor] Allow hyperscan on i386 platform | Vsevolod Stakhov | 2019-12-23 | 1 | -2/+2 | |
| | | | | Issue: #3195 | |||||
* | [Minor] It seems that -gembed-source is not working at all | Vsevolod Stakhov | 2019-12-20 | 1 | -1/+1 | |
| | ||||||
* | [Minor] Fix misprint | Vsevolod Stakhov | 2019-12-20 | 1 | -1/+1 | |
| | ||||||
* | [Minor] Fix fast math usage | Vsevolod Stakhov | 2019-12-20 | 1 | -5/+11 | |
| | ||||||
* | [Minor] Improve build flags handling, add fast-math option | Vsevolod Stakhov | 2019-12-20 | 1 | -15/+33 | |
| | ||||||
* | 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 | |