Fri, 14 Jun 2013 01:09:39 +0200 less spam
koda [Fri, 14 Jun 2013 01:09:39 +0200] rev 9229
less spam
Fri, 14 Jun 2013 01:06:49 +0200 remove two unused cmake files
koda [Fri, 14 Jun 2013 01:06:49 +0200] rev 9228
remove two unused cmake files
Fri, 14 Jun 2013 01:01:18 +0200 this should resolve a few issues on clean builds
koda [Fri, 14 Jun 2013 01:01:18 +0200] rev 9227
this should resolve a few issues on clean builds
Thu, 13 Jun 2013 22:55:33 +0200 oops, use right macro name
koda [Thu, 13 Jun 2013 22:55:33 +0200] rev 9226
oops, use right macro name
Thu, 13 Jun 2013 22:50:18 +0200 use target name instead of the resulting library, use more macros around
koda [Thu, 13 Jun 2013 22:50:18 +0200] rev 9225
use target name instead of the resulting library, use more macros around
Thu, 13 Jun 2013 22:27:23 +0200 merge cmake_pascal branch in default
koda [Thu, 13 Jun 2013 22:27:23 +0200] rev 9224
merge cmake_pascal branch in default
Thu, 13 Jun 2013 22:04:22 +0200 actually tests are there to be tested, just skip the variable assignment on windows
koda [Thu, 13 Jun 2013 22:04:22 +0200] rev 9223
actually tests are there to be tested, just skip the variable assignment on windows
Thu, 13 Jun 2013 22:01:41 +0200 Backed out changeset c4289023ddae
koda [Thu, 13 Jun 2013 22:01:41 +0200] rev 9222
Backed out changeset c4289023ddae
Thu, 13 Jun 2013 17:01:26 +0200 don't run the broken windows test at all on windows
koda [Thu, 13 Jun 2013 17:01:26 +0200] rev 9221
don't run the broken windows test at all on windows
Thu, 13 Jun 2013 15:37:52 +0200 gather up the linker flags in a macro
koda [Thu, 13 Jun 2013 15:37:52 +0200] rev 9220
gather up the linker flags in a macro
Thu, 13 Jun 2013 14:44:28 +0200 bring windows fixes from main repo
koda [Thu, 13 Jun 2013 14:44:28 +0200] rev 9219
bring windows fixes from main repo
Wed, 12 Jun 2013 19:30:44 +0200 another code typo
koda [Wed, 12 Jun 2013 19:30:44 +0200] rev 9218
another code typo
Wed, 12 Jun 2013 19:30:11 +0200 apply linker flags to all relevant targets
koda [Wed, 12 Jun 2013 19:30:11 +0200] rev 9217
apply linker flags to all relevant targets
Wed, 12 Jun 2013 19:27:17 +0200 explicitly set the origin linker flag so that $ORIGIN is used correctly
koda [Wed, 12 Jun 2013 19:27:17 +0200] rev 9216
explicitly set the origin linker flag so that $ORIGIN is used correctly
Wed, 12 Jun 2013 18:48:34 +0200 add a possible lua include path
koda [Wed, 12 Jun 2013 18:48:34 +0200] rev 9215
add a possible lua include path
Wed, 12 Jun 2013 16:44:53 +0200 less cached cmake output
koda [Wed, 12 Jun 2013 16:44:53 +0200] rev 9214
less cached cmake output
Wed, 12 Jun 2013 16:43:24 +0200 code typos
koda [Wed, 12 Jun 2013 16:43:24 +0200] rev 9213
code typos
Wed, 12 Jun 2013 12:18:03 +0200 use QT_DEBUG which is always added
koda [Wed, 12 Jun 2013 12:18:03 +0200] rev 9212
use QT_DEBUG which is always added
Wed, 12 Jun 2013 12:03:04 +0200 respect C and CXX flags
koda [Wed, 12 Jun 2013 12:03:04 +0200] rev 9211
respect C and CXX flags
Wed, 12 Jun 2013 11:27:00 +0200 freepascal on windows only supports shared libraries
koda [Wed, 12 Jun 2013 11:27:00 +0200] rev 9210
freepascal on windows only supports shared libraries
Wed, 12 Jun 2013 11:18:20 +0200 nitpick
koda [Wed, 12 Jun 2013 11:18:20 +0200] rev 9209
nitpick
Wed, 12 Jun 2013 11:17:54 +0200 heavily rework lua discovery and linking, needs testing but it's more similar to what we do for other libraries now
koda [Wed, 12 Jun 2013 11:17:54 +0200] rev 9208
heavily rework lua discovery and linking, needs testing but it's more similar to what we do for other libraries now
Wed, 12 Jun 2013 09:49:46 +0200 oops, haskell uses gcc to link, correctly pass flags
koda [Wed, 12 Jun 2013 09:49:46 +0200] rev 9207
oops, haskell uses gcc to link, correctly pass flags
Wed, 12 Jun 2013 01:30:16 +0200 since shared libs are now our friends, let's optimise them
koda [Wed, 12 Jun 2013 01:30:16 +0200] rev 9206
since shared libs are now our friends, let's optimise them
Wed, 12 Jun 2013 01:26:42 +0200 aaaaand let's not forget about lua, which has also a slightly revised build process
koda [Wed, 12 Jun 2013 01:26:42 +0200] rev 9205
aaaaand let's not forget about lua, which has also a slightly revised build process
Wed, 12 Jun 2013 01:04:30 +0200 drop the '_'
koda [Wed, 12 Jun 2013 01:04:30 +0200] rev 9204
drop the '_'
Wed, 12 Jun 2013 01:02:33 +0200 and now also avwrapper can be shared/static, add visibility to its exported functions, drop (needed only when static)
koda [Wed, 12 Jun 2013 01:02:33 +0200] rev 9203
and now also avwrapper can be shared/static, add visibility to its exported functions, drop (needed only when static)
Wed, 12 Jun 2013 01:00:47 +0200 also physlayer can be comiled as static or shared now
koda [Wed, 12 Jun 2013 01:00:47 +0200] rev 9202
also physlayer can be comiled as static or shared now
Mon, 17 Jun 2013 22:54:17 +0200 redid FindGLEW in the right way (tm) webgl
koda [Mon, 17 Jun 2013 22:54:17 +0200] rev 9201
redid FindGLEW in the right way (tm)
Wed, 12 Jun 2013 00:07:19 +0200 love cmake when it works
koda [Wed, 12 Jun 2013 00:07:19 +0200] rev 9200
love cmake when it works
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip