aboutsummaryrefslogtreecommitdiff
path: root/cmake/Modules
AgeCommit message (Expand)AuthorFilesLines
2019-02-20cmake: Use GNUInstallDirsAndreas Schneider1-109/+0
2018-10-23cmake: Update AddCMockaTestAndreas Schneider1-7/+111
2018-10-23cmake: Add CFLAGS for AddressSanitizer and UndefinedSanitizerAndreas Schneider1-0/+24
2018-10-23cmake: Move Compiler flags to new fileAndreas Schneider2-7/+13
2018-10-23cmake: Remove obsolete DefineCompilerFlags.cmakeAndreas Schneider1-64/+0
2018-10-23cmake: Improve checks for compiler flagsAndreas Schneider2-7/+50
2018-10-23cmake: Update CMake defaultsAndreas Schneider1-12/+3
2017-04-06cmake: Do not check for LFS supportAndreas Schneider1-29/+0
2014-09-01cmake: Set strict aliasing and strict overflow checks.Andreas Schneider1-0/+4
2014-08-15Add #define __APPLE_USE_RFC_3542 to CFLAGSJakub Hrozek1-0/+4
2014-08-15Define _GNU_SOURCE on one place only.Jakub Hrozek1-0/+1
2014-07-09cmake: Add more build warnings and errors.Andreas Schneider1-2/+3
2014-05-26cmake: Add some warnings were we should error out.Andreas Schneider1-0/+6
2014-05-22cmake: Require cmocka versin 0.4.1.Andreas Schneider1-49/+0
2014-05-21cmake: Build swrap with _GNU_SOURCE.Andreas Schneider1-1/+1
2014-05-05Fix some typos.Jakub Wilk2-2/+2
2014-04-07cmake: Create the compile command database by default.Andreas Schneider1-0/+3
2014-01-20cmake: Add cmake config version script.Andreas Schneider1-12/+17
2013-12-04cmake: Set _FORTIFY_SOURCE only for optimized builds.Andreas Schneider1-3/+3
2013-07-05src: Correctly load symbols on APPLE.Andreas Schneider1-0/+4
2013-05-28tests: Add test as cmocka test.Andreas Schneider2-0/+72
2013-02-07Fix cmake -D_FORTIFY_SOURCE=2 detection.Andreas Schneider1-6/+8
2013-02-07Initial commit.Andreas Schneider7-0/+299