Sat, 16 Mar 2013 23:29:50 +0100 |
koda |
do not hardcode CMAKE_INSTALL_PREFIX for windows, but rather put it in the script, so that custom build setups still work
|
file |
diff |
annotate
|
Sun, 10 Mar 2013 00:40:00 +0100 |
koda |
alignment
|
file |
diff |
annotate
|
Sat, 09 Mar 2013 19:23:00 +0100 |
koda |
introducing the bestest flag of all
|
file |
diff |
annotate
|
Sat, 09 Mar 2013 21:40:02 +0400 |
unc0rr |
- Put compiled units into more appropriate dir
|
file |
diff |
annotate
|
Sat, 09 Mar 2013 01:17:31 +0100 |
koda |
sigh
|
file |
diff |
annotate
|
Sat, 09 Mar 2013 00:26:25 +0100 |
koda |
move cpack stuff in its own cmake file
|
file |
diff |
annotate
|
Thu, 07 Mar 2013 11:55:00 +0100 |
koda |
even more wrapping with find_package_or_disable_msg
|
file |
diff |
annotate
|
Thu, 07 Mar 2013 10:16:21 +0100 |
koda |
update option list
|
file |
diff |
annotate
|
Thu, 07 Mar 2013 10:14:12 +0100 |
koda |
introduce find_package_or_fail/disable to group together similar cmake code
|
file |
diff |
annotate
|
Thu, 07 Mar 2013 11:23:01 +0400 |
unc0rr |
Fix check for flag
|
file |
diff |
annotate
|
Wed, 06 Mar 2013 16:48:03 +0100 |
koda |
our cmake modules have become good enough, prefer them over system ones
|
file |
diff |
annotate
|
Wed, 06 Mar 2013 16:47:31 +0100 |
koda |
Backed out changeset 4cccc0520988
|
file |
diff |
annotate
|
Wed, 06 Mar 2013 16:42:56 +0100 |
koda |
our cmake modules have become good enough, prefer them over system ones
|
file |
diff |
annotate
|
Wed, 06 Mar 2013 16:40:56 +0100 |
koda |
write FindGHC.cmake for haskell stuff
|
file |
diff |
annotate
|
Wed, 06 Mar 2013 15:09:29 +0100 |
koda |
user correct variable and slimmer test, version typos, .dll.a updated
|
file |
diff |
annotate
|
Wed, 06 Mar 2013 12:12:02 +0100 |
koda |
rework ffmpeg/libav/videorec linking and their cmake discovery
|
file |
diff |
annotate
|
Wed, 06 Mar 2013 11:18:54 +0100 |
koda |
rewritten findfreepascal, moved checkstack code elsewhere
|
file |
diff |
annotate
|
Wed, 06 Mar 2013 01:28:21 +0100 |
koda |
fail if sparkle not found consciously
|
file |
diff |
annotate
|
Mon, 04 Mar 2013 23:11:28 +0100 |
koda |
version variables confom to naming convention
|
file |
diff |
annotate
|
Mon, 04 Mar 2013 18:27:21 +0100 |
koda |
on linux assume datapath is always relative to cmake_install_prefix, unless you provide an absolute path; on win32/osx hardcode engine path to default installation prefixes (it gets overridden at runtime so it works even if you move the data folder)
|
file |
diff |
annotate
|
Mon, 04 Mar 2013 16:35:17 +0100 |
koda |
typo and doc
|
file |
diff |
annotate
|
Mon, 04 Mar 2013 13:44:33 +0100 |
koda |
use rev info from the just created file when configuring without mercurial
|
file |
diff |
annotate
|
Mon, 04 Mar 2013 13:30:33 +0100 |
koda |
dump rev and hash in a file to be packed by cpack
|
file |
diff |
annotate
|
Mon, 04 Mar 2013 13:29:59 +0100 |
koda |
adjust cpack ignored files (libraries, mobile project files and win res files are still necessary)
|
file |
diff |
annotate
|
Mon, 04 Mar 2013 10:30:56 +0100 |
koda |
convert HAVE_NETSERVER to check for file existance, so that it's easier to provide missing servers
|
file |
diff |
annotate
|
Mon, 04 Mar 2013 10:08:38 +0100 |
koda |
convert HW_DEV in ifdef DEBUG clauses
|
file |
diff |
annotate
|
Fri, 01 Mar 2013 00:58:37 +0100 |
koda |
drop useless option, automatically set revision and debug info
|
file |
diff |
annotate
|
Fri, 01 Mar 2013 00:06:05 +0100 |
koda |
split cVersionString into its three separate components (version, revision, hash) and apply the new values sensibly on the frontend (esp. title, info and feedback)
|
file |
diff |
annotate
|
Thu, 28 Feb 2013 23:05:07 +0100 |
koda |
support WARNING message status on cmake 2.6 (bug 524)
|
file |
diff |
annotate
|
Wed, 27 Feb 2013 23:15:37 +0100 |
koda |
physfs strikes back
|
file |
diff |
annotate
|
Mon, 25 Feb 2013 19:48:35 +0100 |
koda |
on windows fpc-linking is the funniest of all
physfslayer
|
file |
diff |
annotate
|
Mon, 25 Feb 2013 10:03:35 +0100 |
koda |
moar docs update
physfslayer
|
file |
diff |
annotate
|
Mon, 25 Feb 2013 00:20:09 +0100 |
koda |
due to popular demand, add a compile time switch to manually select whether to build the internal physfs (default) or not
physfslayer
|
file |
diff |
annotate
|
Sun, 24 Feb 2013 23:11:00 +0100 |
koda |
perform a version check before including physfs (maybe there is a better place for this?) and allow overriding automagic search
physfslayer
|
file |
diff |
annotate
|
Sun, 24 Feb 2013 19:11:58 +0100 |
koda |
this should hijack the linker name and always pick the bundled physfs when another version is already prsent
physfslayer
|
file |
diff |
annotate
|
Fri, 22 Feb 2013 06:39:16 +0100 |
koda |
and now compile and link properly
physfslayer
|
file |
diff |
annotate
|
Fri, 22 Feb 2013 05:15:48 +0100 |
koda |
use standard library prefix
physfslayer
|
file |
diff |
annotate
|
Wed, 20 Feb 2013 02:21:58 +0100 |
koda |
add support for clang 3.3 (although there has to be a better way for this) and output right version number
webgl
|
file |
diff |
annotate
|
Sun, 27 Jan 2013 00:28:57 +0100 |
koda |
update branch
webgl
|
file |
diff |
annotate
|
Fri, 04 Jan 2013 21:44:40 +0400 |
unc0rr |
Merge from default
flibqtfrontend
|
file |
diff |
annotate
|
Sun, 30 Dec 2012 03:00:51 +0100 |
koda |
don't discard older cmake_c_flags
|
file |
diff |
annotate
|
Sun, 30 Dec 2012 02:43:24 +0100 |
Willie Zhu |
GCI2012: CMake List Append
|
file |
diff |
annotate
|
Wed, 02 Jan 2013 11:11:49 +0100 |
koda |
install shaders only when needed, find clang only when needed, fix building on windows, better cmake boolean vars
webgl
|
file |
diff |
annotate
|
Sun, 30 Dec 2012 09:23:30 -0500 |
Michael Hartman |
Added shaders and -GL2 option
webgl
|
file |
diff |
annotate
|
Thu, 27 Dec 2012 15:32:48 +0100 |
koda |
move DATA_INSTALL_DIR to the configurable options section
|
file |
diff |
annotate
|
Thu, 27 Dec 2012 13:24:57 +0100 |
koda |
typo when using DATA_INSTALL_DIR
|
file |
diff |
annotate
|
Tue, 25 Dec 2012 04:45:22 +0100 |
koda |
update branch with default
webgl
|
file |
diff |
annotate
|
Thu, 20 Dec 2012 23:14:54 +0100 |
koda |
remove the CROSSAPPLE option until a better solution is found
|
file |
diff |
annotate
|
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)
|
file |
diff |
annotate
|
Wed, 19 Dec 2012 18:23:29 +0100 |
koda |
remove FPFLAGS and GHFLAGS from cache every time
|
file |
diff |
annotate
|
Sun, 16 Dec 2012 12:25:13 +0400 |
unc0rr |
Merge from default
flibqtfrontend
|
file |
diff |
annotate
|
Sun, 09 Dec 2012 18:00:01 +0100 |
koda |
cmake verbosity/documentation/cleanup/formatting
|
file |
diff |
annotate
|
Sun, 09 Dec 2012 16:00:06 +0100 |
koda |
less linking needed, raise minimum_osx_version when videorec is enabled
|
file |
diff |
annotate
|
Sat, 08 Dec 2012 22:53:23 +0400 |
unc0rr |
Merge with default
flibqtfrontend
|
file |
diff |
annotate
|
Sat, 08 Dec 2012 15:38:16 +0100 |
koda |
removing the optimisation that caused (most likely) the lua crashes on osx
flibqtfrontend
|
file |
diff |
annotate
|
Sat, 08 Dec 2012 15:38:16 +0100 |
koda |
removing the optimisation that caused (most likely) the lua crashes on osx
|
file |
diff |
annotate
|
Tue, 04 Dec 2012 10:49:52 +0100 |
koda |
backout rea7541f77944 since development of frontlib is on another branch
|
file |
diff |
annotate
|
Fri, 30 Nov 2012 07:42:28 +0100 |
m4tx |
GCI2012: Lowercase CMake functions (main files only)
|
file |
diff |
annotate
|
Sat, 01 Dec 2012 15:52:36 -0600 |
Bryan Dunsmore |
Refactor Clang module.
webgl
|
file |
diff |
annotate
|
Fri, 30 Nov 2012 21:28:40 -0600 |
Bryan Dunsmore |
Move version check of Clang to CMakeLists.
webgl
|
file |
diff |
annotate
|