커밋 그래프

20 커밋

작성자 SHA1 메시지 날짜
Christian Göttsche
25d8df0b73 [Minor] do not pass invalid C warnings to C++ flags
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++
2020-01-16 19:37:12 +01:00
Christian Göttsche
e98f08c797 [Minor] use modern name -Wextra instead of -W 2020-01-16 19:37:12 +01:00
Christian Göttsche
1a7a4a3d89 [Minor] remove unused examplesdir 2020-01-16 16:02:58 +01:00
Vsevolod Stakhov
7fa1ebd8d6 [Minor] Fix misprint 2019-12-27 10:24:00 +00:00
Vsevolod Stakhov
4c81a52183 [Minor] Remove enforced "-O3" from contrib libraries 2019-12-25 13:05:01 +00:00
Vsevolod Stakhov
92e62855a6 [Minor] Allow hyperscan on i386 platform
Issue: #3195
2019-12-23 12:16:18 +00:00
Vsevolod Stakhov
80a9e13826 [Minor] It seems that -gembed-source is not working at all 2019-12-20 17:16:26 +00:00
Vsevolod Stakhov
d435f7dfe2 [Minor] Fix misprint 2019-12-20 14:09:50 +00:00
Vsevolod Stakhov
151f6d05f0 [Minor] Fix fast math usage 2019-12-20 14:07:54 +00:00
Vsevolod Stakhov
7058766513 [Minor] Improve build flags handling, add fast-math option 2019-12-20 13:51:36 +00:00
Petr Vaněk
2121a001ec Use CMAKE_CXX_FLAGS_{DEBUG,RELEASE} variable for C++
The CMAKE_CXX_FLAGS_{DEBUG,RELEASE} variable should be used with C++
rather than CMAKE_C_FLAGS_{DEBUG,RELEASE}.
2019-12-13 10:56:32 +01:00
Petr Vaněk
bbf8bb172d cmake: Unify ENABLE_OPENBLAS and ENABLE_BLAS
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.
2019-11-26 19:16:12 +01:00
Vsevolod Stakhov
9ab726cd1d [Minor] Disable jemalloc on sanitized builds 2019-11-19 15:15:52 +00:00
Vsevolod Stakhov
fbd2c0e1e3 [Minor] Try to fix gcc sanitizers 2019-11-19 12:19:32 +00:00
Vsevolod Stakhov
c4f656fb18 [Minor] Fix debian flags 2019-11-18 14:47:17 +00:00
Vsevolod Stakhov
c3928cf525 [Rework] Further cmake system rework 2019-11-18 14:19:43 +00:00
Vsevolod Stakhov
7f482c08ce [Rework] Make cmake structure more modular 2019-11-18 13:01:36 +00:00
Vsevolod Stakhov
c15ca59b25 [Rework] Move cmake modules to a dedicated path 2019-11-15 11:58:43 +00:00
Vsevolod Stakhov
a1debba268 Revert "cmake: Use Find Modules to find Luajit and Lua" 2016-11-28 19:01:28 +00:00
Andreas Schneider
ea6f08a564 cmake: Use Find Modules to find Luajit and Lua 2016-11-28 17:41:40 +01:00