cmake_modules/compilerchecks.cmake
Wed, 09 Oct 2019 18:12:09 +0200 Wuzzy CMAKE_BUILD_TYPE: Replace MATCHES with STREQUAL
Wed, 09 Oct 2019 16:35:06 +0200 Wuzzy Fix incorrect checks for CMAKE_BUILD_TYPE
Thu, 15 Jan 2015 11:48:28 +0100 Gianfranco Costamagna Add RelWithDebInfo for debugging purposes
Mon, 08 Jul 2013 12:10:55 +0200 koda some work on cmake_pascal files to better support flags we use, make engine compile as library again
Thu, 04 Jul 2013 11:58:40 +0200 koda as-needed only at release time
Mon, 01 Jul 2013 22:49:28 +0200 koda tell ya what, let's just disable these tests on some platform for now
Sat, 29 Jun 2013 00:44:23 +0200 koda disable stack protection on bsd too (untested)
Thu, 13 Jun 2013 22:50:18 +0200 koda use target name instead of the resulting library, use more macros around
Thu, 13 Jun 2013 22:04:22 +0200 koda actually tests are there to be tested, just skip the variable assignment on windows
Thu, 13 Jun 2013 22:01:41 +0200 koda Backed out changeset c4289023ddae
Thu, 13 Jun 2013 17:01:26 +0200 koda don't run the broken windows test at all on windows
Thu, 13 Jun 2013 15:37:52 +0200 koda gather up the linker flags in a macro
Thu, 13 Jun 2013 14:44:28 +0200 koda bring windows fixes from main repo
Wed, 12 Jun 2013 19:30:11 +0200 koda apply linker flags to all relevant targets
Wed, 12 Jun 2013 12:03:04 +0200 koda respect C and CXX flags
Wed, 12 Jun 2013 09:49:46 +0200 koda oops, haskell uses gcc to link, correctly pass flags
Wed, 12 Jun 2013 01:30:16 +0200 koda since shared libs are now our friends, let's optimise them
Wed, 12 Jun 2013 19:15:51 +0200 koda fix launching on windows
Mon, 10 Jun 2013 11:05:10 +0200 koda visibility unsupported on windows
Mon, 10 Jun 2013 10:59:49 +0200 koda protect all types with -fstack-protector-all
Mon, 10 Jun 2013 10:47:59 +0200 koda stack-protector flag needs to be passed to the linker as well
Sun, 09 Jun 2013 12:20:19 +0200 koda set linker flags where appropriate
Sat, 08 Jun 2013 02:21:31 +0200 koda make sure that also CXX sources pick up the flags (although I'm not 100% of the correctness of the tests)
Sat, 08 Jun 2013 02:16:38 +0200 koda add fstack-protector and fvisibility=hidden to cmake tests
Sat, 08 Jun 2013 02:03:02 +0200 koda also apply linker flags to haskell programs
Sat, 08 Jun 2013 01:56:23 +0200 koda add relro linker tests (issue 663)
Sat, 08 Jun 2013 01:52:32 +0200 koda move compiler checks in a separate cmake module
less more (0) tip