Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-11-12 | cmake: Add -Wstrict-prototypes during build | Andreas Schneider | 1 | -1/+1 | |
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> | |||||
2015-07-07 | cmake: Fix warning on OSX | Andreas Schneider | 1 | -0/+6 | |
2014-08-07 | GNU_SOURCE is not a compiler flag | Jakub Hrozek | 1 | -4/+1 | |
This line in DefineCompilerFlags.cmake always passed: check_c_compiler_flag("-D_GNU_SOURCE" WITH_GNU_SOURCE) because -D$string just defined a preprocessor macro, so the compilation would always succeed. On UNIX platforms, with GCC or LLVM compilers, we want to always use GNU_SOURCE. | |||||
2014-04-10 | cmake: Update UseDoxygen.cmake. | Andreas Schneider | 1 | -67/+107 | |
2014-04-09 | cmake: Create the compile command database by default. | Andreas Schneider | 1 | -0/+3 | |
2014-02-21 | Enable warning Wundef | Lukas Slebodnik | 1 | -1/+1 | |
It is better to use "#ifdef" for testing macros instead of "#if" In header file, "#ifdef DOXYGEN" was used 30 times and "#if DOXYGEN" 23 times. This patch makes it consistent and enable warning Wundef to prevent this kind of issues. Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | |||||
2014-01-20 | cmake: Add cmake config mode support. | Andreas Schneider | 1 | -4/+10 | |
2013-11-28 | cmake: Fix compilation with -D_FORTIFY_SOURCE. | Andreas Schneider | 1 | -1/+1 | |
2013-08-11 | cmake: Disable broken latex doc generation. | Andreas Schneider | 1 | -18/+18 | |
2013-07-24 | cmake: Fix a typo in FindNSIS. | Andreas Schneider | 1 | -1/+1 | |
2013-07-24 | cmake: Update FindNSIS module. | Andreas Schneider | 1 | -17/+37 | |
2013-07-10 | cmake: Pass _FORTIFY_SOURCE directly to the preprocessor. | Andreas Schneider | 1 | -2/+2 | |
2013-04-09 | cmake: Fix check for fortify source. | Andreas Schneider | 2 | -18/+24 | |
2013-03-19 | cmake: Try to fix problems with installation on other platforms. | Andreas Schneider | 1 | -7/+3 | |
2012-10-15 | cmake: Add API documentation support using doxygen. | Andreas Schneider | 1 | -0/+100 | |
2012-10-09 | cmake: Add missing AddCMockaTest.cmake. | Andreas Schneider | 1 | -0/+23 | |
2012-06-25 | cmake: Check for _GNU_SOURCE and add it if available. | Andreas Schneider | 1 | -0/+5 | |
This is needed for strsignal(). | |||||
2011-05-31 | build: Fix Visual Studio warnings. | Andreas Schneider | 1 | -2/+5 | |
2011-05-31 | build: Added CPack config for source and binary generators. | Andreas Schneider | 2 | -1/+32 | |
2011-05-31 | build: Added CMake build of cmockery. | Andreas Schneider | 7 | -0/+288 | |