aboutsummaryrefslogtreecommitdiffstats
path: root/src/cdb/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Move cdb to contrib as well.Vsevolod Stakhov2015-02-211-13/+0
|
* Eliminate mess with linking.Vsevolod Stakhov2015-02-131-1/+0
|
* Allow NO_SHARED build to use static archives for internal libraries.Vsevolod Stakhov2012-06-071-4/+5
| | | | Check for -fPIC/-fpic support.
* Avoid using global 'counters' hash, include it in struct rspamd_main.Vsevolod Stakhov2012-06-071-0/+1
| | | | | Move worker related utils to separate file and include it in rspamd-mime library. Add some cross-dependencies.
* Version some lonely libraries.Vsevolod Stakhov2012-06-051-0/+1
|
* Fix static build.Vsevolod Stakhov2012-06-051-1/+1
| | | | As there are too many changes from 0.4.7 mark this version as 0.5.0.
* * Split rspamd build to several independent libraries to reduce overhead.Vsevolod Stakhov2012-06-051-2/+6
|
* * Add ability to lookup CDB maps from luaVsevolod Stakhov2011-03-051-0/+7
* Add cdb:// map to multimap plugin