cmake_modules/compilerchecks.cmake
2013-07-08 koda some work on cmake_pascal files to better support flags we use, make engine compile as library again
2013-07-04 koda as-needed only at release time
2013-07-01 koda tell ya what, let's just disable these tests on some platform for now
2013-06-28 koda disable stack protection on bsd too (untested)
2013-06-13 koda use target name instead of the resulting library, use more macros around
2013-06-13 koda actually tests are there to be tested, just skip the variable assignment on windows
2013-06-13 koda Backed out changeset c4289023ddae
2013-06-13 koda don't run the broken windows test at all on windows
2013-06-13 koda gather up the linker flags in a macro
2013-06-13 koda bring windows fixes from main repo
2013-06-12 koda apply linker flags to all relevant targets
2013-06-12 koda respect C and CXX flags
2013-06-12 koda oops, haskell uses gcc to link, correctly pass flags
2013-06-11 koda since shared libs are now our friends, let's optimise them
2013-06-12 koda fix launching on windows
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