Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Feature] Support BLIS blas library | Vsevolod Stakhov | 2020-09-02 | 1 | -1/+18 |
| | |||||
* | [Rework] Change and improve openblas detection and usage | Vsevolod Stakhov | 2020-09-02 | 1 | -6/+22 |
| | |||||
* | [Minor] Use cblas_saxpy where possible | Vsevolod Stakhov | 2020-09-01 | 1 | -0/+22 |
| | |||||
* | [Minor] Sigh, another workaround for broken blas | Vsevolod Stakhov | 2020-08-27 | 1 | -0/+33 |
| | |||||
* | [Minor] Link lapack as well | Vsevolod Stakhov | 2020-08-19 | 1 | -0/+5 |
| | |||||
* | [Project] Detect memrchr in systems that supports it | Vsevolod Stakhov | 2020-07-24 | 1 | -0/+2 |
| | |||||
* | [Minor] Replace ADD_DEFINITIONS with ADD_COMPILE_OPTIONS | Vsevolod Stakhov | 2020-06-02 | 2 | -7/+7 |
| | |||||
* | [Minor] Fix clang plugin with asan | Vsevolod Stakhov | 2020-05-28 | 1 | -3/+4 |
| | |||||
* | [Rework] Remove old FindLua module, disable lua fallback when LuaJIT is enabled | Vsevolod Stakhov | 2020-05-17 | 1 | -114/+0 |
| | |||||
* | [Minor] enable Wmissing-format-attribute | Christian Göttsche | 2020-04-11 | 1 | -0/+4 |
| | |||||
* | [Minor] Enable missing_noreturn compiler warning | Christian Göttsche | 2020-04-11 | 1 | -0/+4 |
| | |||||
* | [Minor] Print always IPO status | Christian Göttsche | 2020-04-11 | 1 | -0/+3 |
| | |||||
* | [Feature] Support multiple base32 alphabets | Vsevolod Stakhov | 2020-04-09 | 1 | -1/+1 |
| | |||||
* | [Minor] Support gcc static analyzer (from gcc 10) | Vsevolod Stakhov | 2020-04-09 | 1 | -0/+8 |
| | |||||
* | [Minor] Slghtly improve cmake reporting + use -O0 with full debug | Vsevolod Stakhov | 2020-03-30 | 2 | -4/+13 |
| | |||||
* | [Rework] Further project structure reorganisation | Vsevolod Stakhov | 2020-02-11 | 1 | -9/+0 |
| | |||||
* | [Minor] Remove dwarf-5 as it is not working with rpm | Vsevolod Stakhov | 2020-01-27 | 1 | -5/+1 |
| | |||||
* | [Minor] CMake: Add ENABLE_LTO option | Peter Wu | 2020-01-21 | 1 | -2/+9 |
| | | | | | | | | * The `CMAKE_BUILD_TYPE=None` option is commonly used to respect the user's optimization flags. Users may be interested in enabling LTO anyway in that case. Implement this the Debian build. * Remove typo, the value is called RelWithDebInfo. Enable LTO for this by default. | ||||
* | [Minor] Make ragel-generated files independent of the parent directory | Peter Wu | 2020-01-21 | 1 | -2/+9 |
| | | | | | | | | | | * Use relative paths for `#line` directives to allow reproducible builds independent of the absolute build directory. For /b/rspamd/src/x.rl and build dir /b/build, it could result in `../../build/src/x.rl`. * The `-L` option for `Inhibit writing #line directives` is useless, it just comments out the line with `/* ... */`, but that means that the source file is still different. * Note that ragel only accepts one input file, despite plural `INPUTS`. | ||||
* | [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 |