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