aboutsummaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)AuthorFilesLines
2019-10-21CI: Attemp to fix MSVC pipelinePaolo Teti1-1/+1
2019-10-16cmake: Make shared lib optionalArnaud Gelas1-0/+23
2019-03-12cmake: Disable in source builds the cmake wayAndreas Schneider1-0/+4
2019-01-25cmake: Add MemorySanitizer build typeAndreas Schneider1-0/+12
2018-10-02cmake: Always build position independent codeAndreas Schneider1-0/+3
2018-09-27gitlab-ci: Use a toolchain file for mipsAndreas Schneider1-0/+21
2018-09-27cmake: Update AddCMockaTestAndreas Schneider1-7/+101
2018-09-25cmake: Add -DCMAKE_BUILD_TYPE=UndefinedSanitizerAndreas Schneider1-0/+12
2018-09-25cmake: Add toolchain file for m32 buildsAndreas Schneider1-0/+23
2018-09-11cmake: Improve CheckCCompilerFlagSSPAndreas Schneider1-1/+20
2018-09-10cmake: Remove obsolete DefineInstallationPaths.cmakeAndreas Schneider1-109/+0
2018-09-10cmake: Move compiler flags to new fileAndreas Schneider2-26/+25
2018-09-10cmake: Fix cmake defaultsAndreas Schneider1-18/+0
2018-09-03cmocka: Update AddCMockaTest.cmakeAndreas Schneider1-11/+31
2018-09-02cmake: Add support for AddressSanitizerAndreas Schneider1-10/+19
2018-08-29cmake: Fix SSP compiler flag checkJoel Carlson1-3/+3
2018-08-22cmake: Remove obsolete DefineCompilerFlags.cmakeAndreas Schneider1-79/+0
2018-08-22cmake: Add AddCCompilerFlag.cmakeAndreas Schneider1-0/+21
2018-08-22cmake: check_c_compieler_flag_ssp should be a macroAndreas Schneider1-6/+9
2018-08-21cmake: Update NSIS find module for WindowsAndreas Schneider1-5/+8
2018-07-06cmake: Remove obsolete UseDoxygen.cmakeAndreas Schneider1-140/+0
2018-06-21cmocka cmake: fix stack protect checkJoel Carlson1-3/+3
2016-11-12cmake: Add -Wstrict-prototypes during buildAndreas Schneider1-1/+1
2015-07-07cmake: Fix warning on OSXAndreas Schneider1-0/+6
2014-08-07GNU_SOURCE is not a compiler flagJakub Hrozek1-4/+1
2014-04-10cmake: Update UseDoxygen.cmake.Andreas Schneider1-67/+107
2014-04-09cmake: Create the compile command database by default.Andreas Schneider1-0/+3
2014-02-21Enable warning WundefLukas Slebodnik1-1/+1
2014-01-20cmake: Add cmake config mode support.Andreas Schneider1-4/+10
2013-11-28cmake: Fix compilation with -D_FORTIFY_SOURCE.Andreas Schneider1-1/+1
2013-08-11cmake: Disable broken latex doc generation.Andreas Schneider1-18/+18
2013-07-24cmake: Fix a typo in FindNSIS.Andreas Schneider1-1/+1
2013-07-24cmake: Update FindNSIS module.Andreas Schneider1-17/+37
2013-07-10cmake: Pass _FORTIFY_SOURCE directly to the preprocessor.Andreas Schneider1-2/+2
2013-04-09cmake: Fix check for fortify source.Andreas Schneider2-18/+24
2013-03-19cmake: Try to fix problems with installation on other platforms.Andreas Schneider1-7/+3
2012-10-15cmake: Add API documentation support using doxygen.Andreas Schneider1-0/+100
2012-10-09cmake: Add missing AddCMockaTest.cmake.Andreas Schneider1-0/+23
2012-06-25cmake: Check for _GNU_SOURCE and add it if available.Andreas Schneider1-0/+5
2011-05-31build: Fix Visual Studio warnings.Andreas Schneider1-2/+5
2011-05-31build: Added CPack config for source and binary generators.Andreas Schneider2-1/+32
2011-05-31build: Added CMake build of cmockery.Andreas Schneider7-0/+288