Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] CMake: show version of packages found if available | Vsevolod Stakhov | 2024-08-08 | 1 | -1/+6 |
| | |||||
* | Disabled compiler warnings | LeftTry | 2024-07-24 | 1 | -3/+3 |
| | |||||
* | [Minor] Limit to x86_64 | Vsevolod Stakhov | 2024-03-23 | 1 | -1/+3 |
| | |||||
* | Add support for loongarch | wuruilong | 2023-11-16 | 1 | -0/+2 |
| | |||||
* | [Minor] Remove SunPro support as it is not really supported | Vsevolod Stakhov | 2023-07-30 | 1 | -10/+0 |
| | |||||
* | [Minor] Remove unused var | Vsevolod Stakhov | 2023-07-29 | 1 | -2/+0 |
| | |||||
* | [Minor] Another try to use the proper linker | Vsevolod Stakhov | 2023-07-16 | 2 | -3/+4 |
| | |||||
* | [Minor] Do not use lld when clang is not the compiler... | Vsevolod Stakhov | 2023-07-16 | 1 | -1/+9 |
| | |||||
* | [Minor] Add autodetection of the libc++ | Vsevolod Stakhov | 2023-02-19 | 1 | -1/+16 |
| | |||||
* | [Minor] Several fixes for clang-16 | Vsevolod Stakhov | 2023-02-17 | 1 | -1/+7 |
| | |||||
* | [Minor] Remove FP producing warning | Vsevolod Stakhov | 2023-02-11 | 1 | -0/+5 |
| | |||||
* | [Minor] Remove -Weffc++ flag by default | Vsevolod Stakhov | 2022-12-02 | 1 | -2/+2 |
| | |||||
* | [Minor] Some tweaks to the cmake scripts | Vsevolod Stakhov | 2022-10-23 | 1 | -4/+6 |
| | |||||
* | [Minor] Respect full debug request in sanitizers config | Vsevolod Stakhov | 2022-09-19 | 1 | -2/+10 |
| | |||||
* | [Minor] Allow to specify multiple sanitize targets and slightly rework | Vsevolod Stakhov | 2022-09-17 | 1 | -31/+42 |
| | |||||
* | [Minor] Various improvements into the toolset detection scripts | Vsevolod Stakhov | 2022-05-15 | 1 | -9/+11 |
| | |||||
* | [Minor] Remove useless checks | Vsevolod Stakhov | 2022-03-28 | 2 | -9/+0 |
| | |||||
* | [Minor] Allow ubsan usage | Vsevolod Stakhov | 2021-12-04 | 1 | -1/+1 |
| | |||||
* | Support i386 with optimizations | xtkoba | 2021-10-13 | 1 | -3/+3 |
| | |||||
* | [Fix] fix static building | Duncan Bellamy | 2021-09-27 | 1 | -1/+1 |
| | |||||
* | [Minor] FindRagel.cmake - remove cmake min version | Duncan Bellamy | 2021-05-31 | 1 | -3/+0 |
| | | | | As now causes warning and main CMakeLists.txt min version is greater | ||||
* | [Minor] Always use c++ linker now | Vsevolod Stakhov | 2021-05-28 | 1 | -1/+0 |
| | |||||
* | [Minor] Add -m64 option | Vsevolod Stakhov | 2021-05-21 | 1 | -0/+1 |
| | |||||
* | [Minor] Allow to enable libc++ conditionally | Vsevolod Stakhov | 2021-02-09 | 1 | -2/+8 |
| | |||||
* | [Minor] Toolset: Use libc++ as libstdc++ is broken on old compilers | Vsevolod Stakhov | 2021-02-09 | 1 | -2/+4 |
| | |||||
* | [Minor] Another ragel fix | Vsevolod Stakhov | 2021-01-22 | 1 | -1/+1 |
| | |||||
* | [Minor] Improve ragel support in cmake | Vsevolod Stakhov | 2021-01-22 | 1 | -2/+5 |
| | |||||
* | [Minor] Allow timestamping of the compilation | Vsevolod Stakhov | 2021-01-22 | 1 | -0/+5 |
| | |||||
* | [Project] Allow static libstdc++ | Vsevolod Stakhov | 2021-01-22 | 1 | -0/+9 |
| | |||||
* | [Minor] Make sanitizer optional | Vsevolod Stakhov | 2021-01-07 | 1 | -1/+2 |
| | |||||
* | [Feature] allow hyperscan for aarch64 | Duncan Bellamy | 2020-12-28 | 1 | -4/+1 |
| | |||||
* | [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`. |