hedgewars/CMakeLists.txt
Sat, 01 Mar 2014 23:37:01 +0400 unc0rr Fix "don't know how to make hwengine.pas" error
Wed, 26 Feb 2014 00:28:27 +0400 unc0rr - Make world wrap edges not depend on gear radius
Tue, 21 Jan 2014 22:38:13 +0100 koda partial merge of the webgl branch
Fri, 17 Jan 2014 18:17:47 +0100 koda drop redundancies for lua and physfs
Fri, 17 Jan 2014 16:31:36 +0100 koda use bundled physfs on win and osx
Thu, 16 Jan 2014 22:38:43 +0100 sheepluva unCORr likes PChar arrays
Wed, 15 Jan 2014 23:48:18 +0100 sheepluva add compatibility for physicsfs 2.0
Wed, 08 Jan 2014 23:46:02 +0100 koda fix a few uses of VERSION_* checks
Wed, 08 Jan 2014 23:39:43 +0100 koda drop extra spaces from a few CMakeLists.txt files
Wed, 08 Jan 2014 23:29:30 +0100 koda consistent cmake checks
Wed, 08 Jan 2014 19:19:09 +0100 koda use mainstream project name
Sat, 04 Jan 2014 23:55:54 +0400 unc0rr merge default webgl
Sat, 04 Jan 2014 02:15:01 +0100 koda hwlibrary also depends on hwengine 0.9.20
Sat, 04 Jan 2014 02:18:57 +0100 koda set common pascal library search path once 0.9.20
Sat, 04 Jan 2014 02:18:57 +0100 Gianfranco Costamagna Fixed fPIC link failure with arm and sparc architectures, fixing issue #757 0.9.20
Wed, 01 Jan 2014 00:45:28 +0400 unc0rr This is the way I like it:
Tue, 31 Dec 2013 00:32:55 +0100 koda switch every optimization from Os to O2 0.9.20 0.9.20-release
Tue, 31 Dec 2013 00:19:12 +0100 koda move CMAKE_Pascal_FLAGS_* flags after enabling the Pascal language or they get overwritten 0.9.20
Tue, 17 Dec 2013 00:02:52 +0400 unc0rr merge default here sdl2transition
Tue, 03 Dec 2013 18:09:54 +0100 sheepluva make all objects depend on .inc files (which are not correctly positioned in list, because cmake can't deal with that
Tue, 03 Dec 2013 17:39:07 +0100 sheepluva make source files objects depend on their predecessors in list
Fri, 06 Dec 2013 00:02:10 +0100 koda use NOSDL2 for consistency sdl2transition
Tue, 05 Nov 2013 23:33:23 +0100 koda some improvements for sdl2 building (not complete nor clean) sdl2transition
Wed, 06 Nov 2013 00:59:33 +0400 unc0rr - Use USESDL12 for old SDL sdl2transition
Sun, 03 Nov 2013 16:54:44 +0100 sheepluva unbreak png screenshots
Mon, 28 Oct 2013 16:53:20 +0100 koda add possibility to compile with SDL2 automatically
Fri, 11 Oct 2013 17:43:13 +0200 koda merge with latest defaul, fixing compiling with fpc, parsing and rendering with pas2c, some minor problems with compiling with clang webgl
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
Sat, 29 Jun 2013 16:05:17 +0200 koda minor dep order change
Sat, 29 Jun 2013 02:42:15 +0200 koda break uDebug and uCommand depedency loop by putting stuff in uIO
Sat, 29 Jun 2013 01:56:16 +0200 koda uvariables comes before uutils
Sat, 29 Jun 2013 01:26:05 +0200 koda if you don't add the new pas files here they won't potentially trigger a rebuild anyway
Thu, 27 Jun 2013 15:33:02 +0400 unc0rr Refactoring: get rid of GSHandlers.inc
Thu, 27 Jun 2013 12:18:35 +0200 koda restore the GLUT check
Thu, 27 Jun 2013 12:09:24 +0200 koda move some osx only configuration code
Thu, 27 Jun 2013 12:02:40 +0200 koda use add_flag_append more, correctly set a few flags
Tue, 18 Jun 2013 09:48:10 +0200 koda fix a few loose ends here webgl
Thu, 20 Jun 2013 10:10:05 +0400 unc0rr Fix engine build when png lib isn't available
Mon, 17 Jun 2013 23:10:45 +0200 koda really update with default webgl
Fri, 14 Jun 2013 01:11:22 +0200 koda oops, forgot to set the path after all
Fri, 14 Jun 2013 01:01:18 +0200 koda this should resolve a few issues on clean builds
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:27:23 +0200 koda merge cmake_pascal branch in default
Wed, 12 Jun 2013 11:17:54 +0200 koda 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 01:02:33 +0200 koda and now also avwrapper can be shared/static, add visibility to its exported functions, drop (needed only when static)
Sun, 09 Jun 2013 12:22:53 +0200 koda update with default webgl
Sat, 08 Jun 2013 01:31:53 +0200 koda simplify cmake message syntax a little bit
Tue, 04 Jun 2013 23:48:24 +0200 koda move sdlmain_osx aside in its own folder so its include path is not contaminated webgl
Tue, 04 Jun 2013 22:28:12 +0200 koda update branch webgl
Sun, 21 Apr 2013 01:36:08 +0200 koda it's still not really clear to my why this is needed, maybe only in combination with -XD 0.9.19
Tue, 30 Apr 2013 01:43:00 +0200 koda fpc sysroot should belong to user configuration cmake_pascal
Tue, 26 Mar 2013 02:06:54 +0100 koda restore the osx build disabling universal app support cmake_pascal
Tue, 26 Mar 2013 01:43:34 +0100 koda add and use the integrated version check cmake_pascal
Thu, 04 Apr 2013 00:32:57 +0200 koda update branch again webgl
Tue, 26 Mar 2013 01:13:45 +0100 koda set directories to be included externally, in the project file cmake_pascal
Sun, 24 Mar 2013 11:11:39 +0100 koda gather all libs in a single list cmake_pascal
Sun, 24 Mar 2013 10:54:16 +0100 koda remove old code cmake_pascal
Sun, 24 Mar 2013 10:48:37 +0100 koda parsing CMAKE_OSX_ARCHITECTURES cmake_pascal
Tue, 02 Apr 2013 21:00:57 +0200 koda update webgl branch webgl
Tue, 02 Apr 2013 23:02:06 +0200 koda fix osx build
Mon, 01 Apr 2013 23:26:41 +0400 unc0rr Think this is what was meant by koda
Fri, 22 Mar 2013 10:33:35 +0100 koda oops cmake_pascal
Thu, 21 Mar 2013 15:03:30 +0100 koda drop processor flags cmake_pascal
Thu, 21 Mar 2013 14:38:58 +0100 koda add support for creating shared pascal libraries cmake_pascal
Wed, 20 Mar 2013 18:31:13 +0100 koda adjust verbosity, move debug/release variables in the right section cmake_pascal
Tue, 19 Mar 2013 18:32:22 +0100 koda below this i cannot break the loop cmake_pascal
Tue, 19 Mar 2013 17:15:23 +0100 koda move a few checks so that add_defintions doesn't interfere cmake_pascal
Tue, 19 Mar 2013 17:14:10 +0100 koda move avwraper compilation in its own folder cmake_pascal
Tue, 19 Mar 2013 16:34:31 +0100 koda move sdlmain compilation in its own folder cmake_pascal
Tue, 19 Mar 2013 16:28:26 +0100 koda enable fpc inlining only in release mode only if using fpc > 2.6 cmake_pascal
Tue, 19 Mar 2013 14:14:40 +0100 koda wow windows works too with minor changes cmake_pascal
Tue, 19 Mar 2013 10:58:46 +0100 koda even though pascal linking is scripted, we need target_link_libraries anyways, so that modifying that library, will trigger linking again cmake_pascal
Tue, 19 Mar 2013 10:55:10 +0100 koda move one flag cmake_pascal
Tue, 19 Mar 2013 10:34:46 +0100 koda apply the new macro add_flag_* to set pascal flags, apply add_definitions where appropriate, small cleanup cmake_pascal
Tue, 19 Mar 2013 01:28:25 +0100 koda partial conversion of pascal_flags to CMAKE_Pascal_FLAGS cmake_pascal
Mon, 18 Mar 2013 20:10:27 +0100 koda partial reodering of units so that dependency tracking is done with cmake cmake_pascal
Mon, 18 Mar 2013 12:30:09 +0100 koda move paths setup inside cmake_lang files cmake_pascal
Mon, 18 Mar 2013 10:06:07 +0100 koda this should make cmake-pascal stuff work on linux too cmake_pascal
Mon, 18 Mar 2013 02:07:58 +0100 koda with lot of hackery, use add_executable on pascal files, SUCCSS cmake_pascal
Sat, 09 Mar 2013 00:57:09 +0100 koda have fpc work in the right directory instead of passing the full path of the main module (avoids having full paths in debug build backtraces for the first module only)
Sat, 09 Mar 2013 00:20:58 +0100 koda fix linking on osx
Thu, 07 Mar 2013 11:55:00 +0100 koda even more wrapping with find_package_or_disable_msg
Thu, 07 Mar 2013 10:14:12 +0100 koda introduce find_package_or_fail/disable to group together similar cmake code
Wed, 06 Mar 2013 15:09:29 +0100 koda user correct variable and slimmer test, version typos, .dll.a updated
Wed, 06 Mar 2013 12:12:02 +0100 koda rework ffmpeg/libav/videorec linking and their cmake discovery
Wed, 06 Mar 2013 11:18:54 +0100 koda rewritten findfreepascal, moved checkstack code elsewhere
Wed, 06 Mar 2013 10:13:23 +0100 koda support old cmake style variables
Wed, 06 Mar 2013 03:46:22 +0100 koda rewritten findffmpeg.cmake
Wed, 06 Mar 2013 03:11:15 +0100 koda replace sdl mixer/image version checking with something more robust
Thu, 28 Feb 2013 23:05:07 +0100 koda support WARNING message status on cmake 2.6 (bug 524)
Fri, 22 Feb 2013 06:39:16 +0100 koda and now compile and link properly physfslayer
Wed, 20 Feb 2013 01:55:23 +0100 koda fix compiling on osx when you have multiple linkers installed
Sun, 27 Jan 2013 00:28:57 +0100 koda update branch webgl
Mon, 14 Jan 2013 11:52:19 +0100 koda keep engine target name consistent across platforms
Sun, 30 Dec 2012 02:43:24 +0100 Willie Zhu GCI2012: CMake List Append
Sun, 30 Dec 2012 09:48:52 -0500 Michael Hartman Small GL message webgl
Tue, 25 Dec 2012 04:45:22 +0100 koda update branch with default webgl
Mon, 24 Dec 2012 03:00:18 +0100 koda adjust rpath on osx too for libengine
Thu, 20 Dec 2012 23:12:18 +0100 koda cmake rework, cleanup a lot of redundant sections, separate library and binary install location, unify osx and win handling of the data directory (tested on win, lin and mac)
Wed, 19 Dec 2012 19:28:13 +0100 koda can change library name and compile it on windows again
Wed, 19 Dec 2012 18:17:23 +0100 koda can compile engine as library on linux but not run the executable (automatically), most likely breaking other platforms (wrt engine-as-library)
Tue, 18 Dec 2012 12:04:17 +0100 koda can use engine as library on windows too
Sun, 09 Dec 2012 18:00:01 +0100 koda cmake verbosity/documentation/cleanup/formatting
Mon, 03 Dec 2012 17:51:57 +0100 Rowan D GCI2012: Convert uMobile into a Callback Record
Mon, 03 Dec 2012 17:47:39 +0100 koda GCI2012: Move Video Preferences in Settings Tab
Sun, 02 Dec 2012 23:07:36 -0500 Mitchell Kember Merged changes from upstream.
Mon, 03 Dec 2012 01:45:59 +0100 koda caught a few more possible glitches in engine cmakefile
Sun, 02 Dec 2012 23:41:01 +0100 koda fix compiling engine (bug introduced in r33868aea694c)
Sat, 01 Dec 2012 16:03:38 -0600 Bryan Dunsmore Refactor Freepascal module.
Sat, 01 Dec 2012 15:40:10 -0600 Bryan Dunsmore Move noexecstack flags to Freepascal module and refactor.
Fri, 30 Nov 2012 23:08:10 -0600 Bryan Dunsmore Move code for Freepascal to separate CMake module.
Fri, 30 Nov 2012 07:42:28 +0100 m4tx GCI2012: Lowercase CMake functions (main files only)
Thu, 22 Nov 2012 00:41:53 +0100 koda updated branch webgl
Wed, 21 Nov 2012 23:34:54 +0100 koda moar cmake cleanup, use message(WARNING ...) where appropriate
Wed, 21 Nov 2012 18:34:45 +0100 koda cleanup revision section, make hg launch tolerant to config errors, drop deprecated exec_prog for desktop configuration in favour of execute_process
Wed, 21 Nov 2012 12:03:40 +0100 koda little cmake cleanup, search installed modules first, then our own
Wed, 21 Nov 2012 01:48:10 +0100 koda lotsa hackery to get frontend somehow link libengine...
Tue, 20 Nov 2012 21:55:51 +0100 koda fix physfs on osx, now all platforms should be happy
Tue, 20 Nov 2012 23:09:17 +0400 unc0rr Fix build
Tue, 20 Nov 2012 18:33:09 +0100 koda physfs compilation on windows
less more (0) -120 tip