aboutsummaryrefslogtreecommitdiff
path: root/cmake/Modules/DefineCompilerFlags.cmake
AgeCommit message (Expand)AuthorFilesLines
2011-01-02cmake: Fixed msvc posix warnings and unsecure functions.Andreas Schneider1-2/+5
2010-09-10build: Added -pedantic-errors.Andreas Schneider1-1/+1
2010-09-08build: Cleanup DefineCompilerFlags.Andreas Schneider1-49/+57
2010-04-28Change the test file for stackprotector for clangAris Adamantiadis1-1/+2
2010-02-13Set CFLAGS correctly.Andreas Schneider1-7/+7
2009-10-02Fixed setting of LFS CFLAGS.Andreas Schneider1-2/+4
2009-10-02Fixed LFS support on unix.Andreas Schneider1-25/+25
2009-10-01Remove --as-needed linker flag.Andreas Schneider1-2/+0
2009-09-01Add more warnings to gcc.Andreas Schneider1-1/+2
2009-08-25Link shared libraries with --as-needed by default.Andreas Schneider1-3/+6
2009-08-25Set gcc to c99 standard and enable pedantic.Andreas Schneider1-1/+1
2009-08-11Suppress warning about "deprecated" functions in MSVC.Andreas Schneider1-0/+5
2009-07-21Add compile flags and test for compiler options only if we use gcc.Andreas Schneider1-42/+41
2009-07-21Only add additional warnings if we have a GNU compiler.Andreas Schneider1-1/+3
2009-06-09Fix cmake on BSD.Andreas Schneider1-3/+3
2009-02-02Add Makefiles for the CMake build system.Andreas Schneider1-0/+49