cmake_modules/compilerchecks.cmake
2013-06-10 koda visibility unsupported on windows
2013-06-10 koda protect all types with -fstack-protector-all
2013-06-10 koda stack-protector flag needs to be passed to the linker as well
2013-06-09 koda set linker flags where appropriate
2013-06-08 koda make sure that also CXX sources pick up the flags (although I'm not 100% of the correctness of the tests)
2013-06-08 koda add fstack-protector and fvisibility=hidden to cmake tests
2013-06-08 koda also apply linker flags to haskell programs
2013-06-07 koda add relro linker tests (issue 663)
2013-06-07 koda move compiler checks in a separate cmake module
less more (0) tip