Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Cleanup unused cmake checks | Anton Yuzhaninov | 2021-09-20 | 1 | -44/+0 |
| | |||||
* | Add SYSTEM_DOCTEST cmake option | Petr Vaněk | 2021-09-02 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | This gives packagers option to use system version of doctest rather than bundled one. It is disabled by default. Additionally, there is no need to link rspamd-test-cxx with doctest as it is is single header library. Main reason for this change is that currently bundled version of doctest-2.4.5 can't compile with glibc-2.34 [1]. However, this issue was already fixed in upstream doctest-2.4.6 [2] in commit [3]. With this, packagers can just bump doctest to fixed version. [1] https://github.com/onqtam/doctest/issues/473 [2] https://github.com/onqtam/doctest/blob/master/CHANGELOG.md#246-2021-03-22 [3] https://github.com/onqtam/doctest/commit/099d5414e97244ec44cf46b14cd176b3a3dc52e3 | ||||
* | Add SYSTEM_FMT cmake option | Petr Vaněk | 2021-08-21 | 1 | -2/+7 |
| | | | | | This gives packagers option to use system version of fmt rather than bundled one. It is disabled by default. | ||||
* | [Minor] Update version to 3.1 | Vsevolod Stakhov | 2021-08-20 | 1 | -1/+1 |
| | |||||
* | [Minor] Update version to 3.0 due to amount of changes | Vsevolod Stakhov | 2021-08-08 | 1 | -2/+2 |
| | |||||
* | [Minor] CMakeLists.txt: add LUA_PATH for run-test | Duncan Bellamy | 2021-07-29 | 1 | -1/+4 |
| | | | | * fixes #3826 | ||||
* | [Minor] Run all unit tests for Rspamd in run-test target | Vsevolod Stakhov | 2021-07-24 | 1 | -2/+2 |
| | |||||
* | [Feature] CMakeLists.txt: Change check and run-test to use rspamd-test-cxx | Duncan Bellamy | 2021-07-18 | 1 | -2/+2 |
| | | | | * fixes #3807 | ||||
* | [Minor] Fix FreeBSD release build with lld/libc++ | Vsevolod Stakhov | 2021-06-23 | 1 | -0/+2 |
| | | | | Issue: #3778 | ||||
* | [Minor] change headers for zstd depending on bundled or system used | Duncan Bellamy | 2021-05-29 | 1 | -0/+1 |
| | | | | follow on patch from #3764 | ||||
* | [Minor] Try to fix libicu linkage | Vsevolod Stakhov | 2021-05-28 | 1 | -2/+4 |
| | |||||
* | [Feature] add SYSTEM_ZSTD cmake option | Duncan Bellamy | 2021-05-23 | 1 | -1/+7 |
| | | | | To use the system zstd instead on the bundled version | ||||
* | [Minor] Always use UTF8 as the system encoding (for libicu) | Vsevolod Stakhov | 2021-05-17 | 1 | -0/+1 |
| | |||||
* | [Minor] Remove legacy iconv stuff | Vsevolod Stakhov | 2021-05-15 | 1 | -16/+0 |
| | |||||
* | [Project] Css: Tidy up lambdas | Vsevolod Stakhov | 2021-03-29 | 1 | -1/+1 |
| | |||||
* | [Project] Add fu2 library to better functions abstractions | Vsevolod Stakhov | 2021-03-29 | 1 | -0/+1 |
| | |||||
* | [Project] Css: Move some of the tests to the doctest | Vsevolod Stakhov | 2021-03-15 | 1 | -1/+1 |
| | |||||
* | [Minor] Make "INSTALL GLOB_RECURSE" for conf match conf and inc files | Duncan Bellamy | 2021-03-14 | 1 | -1/+2 |
| | | | | Ignores files left by patch | ||||
* | [Project] Add doctest unit testing library | Vsevolod Stakhov | 2021-03-12 | 1 | -0/+3 |
| | |||||
* | [Project] Add fmt library for simple string ops | Vsevolod Stakhov | 2021-03-12 | 1 | -1/+2 |
| | |||||
* | [Minor] Check for Lua 5.4 | Vsevolod Stakhov | 2021-02-26 | 1 | -12/+25 |
| | | | | Issue: #3656 | ||||
* | [Project] Css: Declarations parsing logic skeleton | Vsevolod Stakhov | 2021-02-18 | 1 | -0/+1 |
| | |||||
* | [Rework] Require proper C++ environment for Rspamd build | Vsevolod Stakhov | 2021-01-14 | 1 | -0/+2 |
| | |||||
* | [Minor] Update version to 2.8 | Vsevolod Stakhov | 2021-01-08 | 1 | -1/+1 |
| | |||||
* | [Minor] Fix some compiler warnings | Duncan Bellamy | 2020-12-29 | 1 | -0/+2 |
| | |||||
* | [Minor] Add LIB_SUFFIXES needed to detect lua on alpine linux | Duncan Bellamy | 2020-12-10 | 1 | -0/+2 |
| | |||||
* | [Minor] Fix bogus cmake | Vsevolod Stakhov | 2020-11-18 | 1 | -4/+4 |
| | |||||
* | [Minor] Use CONFIGURE_DEPENDS for glob expressions | Vsevolod Stakhov | 2020-11-18 | 1 | -6/+6 |
| | |||||
* | [Minor] Update version to 2.7 | Vsevolod Stakhov | 2020-09-30 | 1 | -1/+1 |
| | |||||
* | [Project] Detect memrchr in systems that supports it | Vsevolod Stakhov | 2020-07-24 | 1 | -0/+1 |
| | |||||
* | [Minor] Add recvmmsg detection | Vsevolod Stakhov | 2020-06-01 | 1 | -0/+5 |
| | |||||
* | [Rework] Use google-ced instead of libicu chardet as the former sucks | Vsevolod Stakhov | 2020-05-26 | 1 | -0/+3 |
| | |||||
* | [Minor] Fix pthreads linking | Vsevolod Stakhov | 2020-05-24 | 1 | -2/+2 |
| | |||||
* | [Minor] Fix luajit search | Vsevolod Stakhov | 2020-05-18 | 1 | -3/+6 |
| | |||||
* | [Rework] Remove old FindLua module, disable lua fallback when LuaJIT is enabled | Vsevolod Stakhov | 2020-05-17 | 1 | -23/+46 |
| | |||||
* | [Minor] Update version to 2.6 | Vsevolod Stakhov | 2020-04-01 | 1 | -1/+1 |
| | |||||
* | [Minor] Update version to 2.5 | Vsevolod Stakhov | 2020-02-26 | 1 | -1/+1 |
| | |||||
* | [Minor] Remove some old unused crap | Vsevolod Stakhov | 2020-02-07 | 1 | -1/+0 |
| | |||||
* | [Minor] Add explicit checks for FIPS mode presence | Vsevolod Stakhov | 2020-02-07 | 1 | -0/+11 |
| | |||||
* | [Minor] Update version to 2.4 | Vsevolod Stakhov | 2020-02-04 | 1 | -1/+1 |
| | |||||
* | [Minor] remove unused examplesdir | Christian Göttsche | 2020-01-16 | 1 | -2/+1 |
| | |||||
* | Append CXX to the list of needed languages | Petr Vaněk | 2019-12-13 | 1 | -1/+1 |
| | | | | | The replxx is written in C++ and it is enabled by default. We need to specify this to correctly pass user specific CXXFLAGS. | ||||
* | cmake: Unify ENABLE_OPENBLAS and ENABLE_BLAS | Petr Vaněk | 2019-11-26 | 1 | -1/+0 |
| | | | | | | | 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] Update version to 2.3 | Vsevolod Stakhov | 2019-11-19 | 1 | -1/+1 |
| | |||||
* | [Minor] Disable jemalloc on sanitized builds | Vsevolod Stakhov | 2019-11-19 | 1 | -1/+1 |
| | |||||
* | [Rework] Further cmake system rework | Vsevolod Stakhov | 2019-11-18 | 1 | -118/+6 |
| | |||||
* | [Rework] Make cmake structure more modular | Vsevolod Stakhov | 2019-11-18 | 1 | -620/+14 |
| | |||||
* | [Project] Add fast utf8 validation library | Vsevolod Stakhov | 2019-11-15 | 1 | -0/+1 |
| | |||||
* | [Minor] Move CPU detection out of the cryptobox module | Vsevolod Stakhov | 2019-11-15 | 1 | -16/+105 |
| | |||||
* | [Rework] Move cmake modules to a dedicated path | Vsevolod Stakhov | 2019-11-15 | 1 | -3/+4 |
| |