Tue, 18 Jun 2013 10:03:11 +0200 new FindClang.cmake webgl
koda [Tue, 18 Jun 2013 10:03:11 +0200] rev 9246
new FindClang.cmake
Fri, 21 Jun 2013 12:26:55 -0400 removed redundant band, added touch of consistency w/ everywhere else
nemo [Fri, 21 Jun 2013 12:26:55 -0400] rev 9245
removed redundant band, added touch of consistency w/ everywhere else
Tue, 18 Jun 2013 09:48:10 +0200 fix a few loose ends here webgl
koda [Tue, 18 Jun 2013 09:48:10 +0200] rev 9244
fix a few loose ends here
Thu, 20 Jun 2013 11:15:50 +0400 First select group of templates, then pick template from selected group
unc0rr [Thu, 20 Jun 2013 11:15:50 +0400] rev 9243
First select group of templates, then pick template from selected group
Mon, 17 Jun 2013 23:24:18 +0200 add dummy typinfo header webgl
koda [Mon, 17 Jun 2013 23:24:18 +0200] rev 9242
add dummy typinfo header
Thu, 20 Jun 2013 10:10:05 +0400 Fix engine build when png lib isn't available
unc0rr [Thu, 20 Jun 2013 10:10:05 +0400] rev 9241
Fix engine build when png lib isn't available
Mon, 17 Jun 2013 23:21:53 +0200 uscript rendering webgl
unC0Rr [Mon, 17 Jun 2013 23:21:53 +0200] rev 9240
uscript rendering
Thu, 20 Jun 2013 00:28:44 +0400 Silly me
unc0rr [Thu, 20 Jun 2013 00:28:44 +0400] rev 9239
Silly me
Mon, 17 Jun 2013 23:18:39 +0200 little cleanup after so many merges webgl
koda [Mon, 17 Jun 2013 23:18:39 +0200] rev 9238
little cleanup after so many merges
Wed, 19 Jun 2013 17:40:50 +0300 added campaign descriptions in CMakeList
Periklis Ntanasis <pntanasis@gmail.com> [Wed, 19 Jun 2013 17:40:50 +0300] rev 9237
added campaign descriptions in CMakeList
Mon, 17 Jun 2013 23:10:45 +0200 really update with default webgl
koda [Mon, 17 Jun 2013 23:10:45 +0200] rev 9236
really update with default
Mon, 17 Jun 2013 17:45:18 +0200 issue 672, frontend less spammy
koda [Mon, 17 Jun 2013 17:45:18 +0200] rev 9235
issue #672, frontend less spammy
Mon, 17 Jun 2013 17:40:01 +0200 This commit changes many aspect of our cmake build system
koda [Mon, 17 Jun 2013 17:40:01 +0200] rev 9234
This commit changes many aspect of our cmake build system - shared libraries are compiled by default: * this modifies RPATH of unix executables; * this will prevent a lot of linking issues, esp. from pascal world; * the old behaviour (static libs) is still available with -DBUILD_SHARED_LIBS=off; * of course in this case you have to provide the full list of dependencies with FPFLAGS and CMAKE_C_FLAGS; - pascal is now fully integrated with cmake, meaning you can just do add_sources and use CMAKE_Pascal_FLAGS: * some of the language features are only partially implemented, for example .inc files will not get rebuilt if you modify them; * target_link_libraries for pascal targets is just dummy as linking is determined within pascal files; * universal builds for osx are not available any more; - bundled libraries and system libraries are addressed using the target name: * this avoids depedency tracking; * this allows to name output as we wish.
Fri, 14 Jun 2013 15:58:58 +0200 when you don't use bundled dirs, add a fake target anyway, so you can use the same cmake syntax even if the target uses a different name
koda [Fri, 14 Jun 2013 15:58:58 +0200] rev 9233
when you don't use bundled dirs, add a fake target anyway, so you can use the same cmake syntax even if the target uses a different name
Fri, 14 Jun 2013 15:47:55 +0200 there is no need of escaping after all...
koda [Fri, 14 Jun 2013 15:47:55 +0200] rev 9232
there is no need of escaping after all...
Fri, 14 Jun 2013 01:24:41 +0200 this should fix rpath problem
koda [Fri, 14 Jun 2013 01:24:41 +0200] rev 9231
this should fix rpath problem
Fri, 14 Jun 2013 01:11:22 +0200 oops, forgot to set the path after all
koda [Fri, 14 Jun 2013 01:11:22 +0200] rev 9230
oops, forgot to set the path after all
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
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip