aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Use a full config.h with doxygenManuel Pégourié-Gonnard1-3/+14
2015-08-31Only use -Wshadow with GCC 4.8 or higherManuel Pégourié-Gonnard1-1/+4
2015-08-31Fix -Wshadow warningsManuel Pégourié-Gonnard1-2/+2
2015-08-11Fix missing break in switch for SSL presetsManuel Pégourié-Gonnard1-1/+1
2015-07-19Fix bug with cmake and old version of GCCManuel Pégourié-Gonnard1-1/+8
2015-07-09cmake: testing disabled by default with MSVCManuel Pégourié-Gonnard1-1/+8
2015-07-08cmake: move options to the topManuel Pégourié-Gonnard1-11/+10
2015-07-08Simplify some scriptsManuel Pégourié-Gonnard1-2/+2
2015-07-08Tests enabled by default with cmake on win32Manuel Pégourié-Gonnard1-8/+1
2015-07-01More cmake for windows tune-upsManuel Pégourié-Gonnard1-0/+4
2015-07-01Don't rely on CMake 3.0 featuresManuel Pégourié-Gonnard1-36/+40
2015-07-01Adjust prerequisites for tests in cmakeManuel Pégourié-Gonnard1-27/+33
2015-06-25cmake: no reason for test to depend on gcc/clangManuel Pégourié-Gonnard1-6/+2
2015-06-25Fix whitespace in CMakeLists.txtManuel Pégourié-Gonnard1-52/+52
2015-06-25Minor tune-ups in CMakeManuel Pégourié-Gonnard1-15/+5
2015-03-13Change "check" build mode to use -OsManuel Pégourié-Gonnard1-2/+2
2015-01-27Rename project in CMakeManuel Pégourié-Gonnard1-3/+3
2015-01-23Fix error in lcov targetManuel Pégourié-Gonnard1-1/+1
2015-01-23Rename in cmake help stringsManuel Pégourié-Gonnard1-5/+5
2015-01-22Rename doxyfileManuel Pégourié-Gonnard1-1/+1
2015-01-13Merge miscellaneous fixes into developmentPaul Bakker1-14/+18
2015-01-07Fix previous commitManuel Pégourié-Gonnard1-1/+1
2014-12-15Allow flexible location of valgrindManuel Pégourié-Gonnard1-0/+2
2014-11-14Adjust warnings in different modesManuel Pégourié-Gonnard1-1/+1
2014-11-13Add new build modes for sanitizersManuel Pégourié-Gonnard1-14/+16
2014-11-12Add a MemSan Cmake build typeManuel Pégourié-Gonnard1-1/+3
2014-11-12Detect undefined behaviours too in ASan buildsManuel Pégourié-Gonnard1-1/+1
2014-11-12Fix CFLAGS with cmake and gccManuel Pégourié-Gonnard1-2/+2
2014-08-14Add warnings in debug build, and -Werror with ASanManuel Pégourié-Gonnard1-6/+6
2014-06-25Fix clang's check mode againManuel Pégourié-Gonnard1-1/+1
2014-06-25Add -Wmissing-prototypes to clang's check mode tooManuel Pégourié-Gonnard1-1/+1
2014-06-23Exclude headers from lcov reportsManuel Pégourié-Gonnard1-2/+4
2014-06-23Force lcov to notice files not covered at allManuel Pégourié-Gonnard1-6/+4
2014-04-30Fix build with cc from Apple LLVMBarry K. Nathan1-1/+1
2014-04-30Add option to CMake to disable all testsPaul Bakker1-15/+22
2014-03-27Add -O1 to check mode (helps some warnings)Manuel Pégourié-Gonnard1-2/+2
2014-03-26Made building of programs optional in CMakePaul Bakker1-1/+4
2014-03-14Add test descriptions for lcovManuel Pégourié-Gonnard1-4/+8
2014-03-14Add a 'testcov' targetManuel Pégourié-Gonnard1-0/+7
2014-03-14lcov cosmeticsManuel Pégourié-Gonnard1-2/+3
2014-03-13CMake: fix zlib include dirhasufell1-1/+1
2014-03-13CMake: respect system cflagshasufell1-2/+4
2014-02-24Add -Wunreachable-code to check modeManuel Pégourié-Gonnard1-1/+1
2014-01-31Add an 'lcov' target for HTML coverage reportManuel Pégourié-Gonnard1-0/+6
2014-01-31make: add a 'test-ref-configs' targetManuel Pégourié-Gonnard1-0/+4
2014-01-31cmake: add 'ASan' build typeManuel Pégourié-Gonnard1-1/+3
2014-01-31cmake: coverage flags for clang tooManuel Pégourié-Gonnard1-2/+7
2014-01-23Fix "check" mode warningsManuel Pégourié-Gonnard1-1/+1
2014-01-22Disable unused-function warning for clang-checkManuel Pégourié-Gonnard1-1/+1
2014-01-22Enable cmake tests with Clang tooManuel Pégourié-Gonnard1-0/+3