2013-04-02 |
koda |
update webgl branch
webgl
|
file |
diff |
annotate
|
2013-04-02 |
koda |
fix osx build
|
file |
diff |
annotate
|
2013-04-01 |
unc0rr |
Think this is what was meant by koda
|
file |
diff |
annotate
|
2013-03-22 |
koda |
oops
cmake_pascal
|
file |
diff |
annotate
|
2013-03-21 |
koda |
drop processor flags
cmake_pascal
|
file |
diff |
annotate
|
2013-03-21 |
koda |
add support for creating shared pascal libraries
cmake_pascal
|
file |
diff |
annotate
|
2013-03-20 |
koda |
adjust verbosity, move debug/release variables in the right section
cmake_pascal
|
file |
diff |
annotate
|
2013-03-19 |
koda |
below this i cannot break the loop
cmake_pascal
|
file |
diff |
annotate
|
2013-03-19 |
koda |
move a few checks so that add_defintions doesn't interfere
cmake_pascal
|
file |
diff |
annotate
|
2013-03-19 |
koda |
move avwraper compilation in its own folder
cmake_pascal
|
file |
diff |
annotate
|
2013-03-19 |
koda |
move sdlmain compilation in its own folder
cmake_pascal
|
file |
diff |
annotate
|
2013-03-19 |
koda |
enable fpc inlining only in release mode only if using fpc > 2.6
cmake_pascal
|
file |
diff |
annotate
|
2013-03-19 |
koda |
wow windows works too with minor changes
cmake_pascal
|
file |
diff |
annotate
|
2013-03-19 |
koda |
even though pascal linking is scripted, we need target_link_libraries anyways, so that modifying that library, will trigger linking again
cmake_pascal
|
file |
diff |
annotate
|
2013-03-19 |
koda |
move one flag
cmake_pascal
|
file |
diff |
annotate
|
2013-03-19 |
koda |
apply the new macro add_flag_* to set pascal flags, apply add_definitions where appropriate, small cleanup
cmake_pascal
|
file |
diff |
annotate
|
2013-03-19 |
koda |
partial conversion of pascal_flags to CMAKE_Pascal_FLAGS
cmake_pascal
|
file |
diff |
annotate
|
2013-03-18 |
koda |
partial reodering of units so that dependency tracking is done with cmake
cmake_pascal
|
file |
diff |
annotate
|
2013-03-18 |
koda |
move paths setup inside cmake_lang files
cmake_pascal
|
file |
diff |
annotate
|
2013-03-18 |
koda |
this should make cmake-pascal stuff work on linux too
cmake_pascal
|
file |
diff |
annotate
|
2013-03-18 |
koda |
with lot of hackery, use add_executable on pascal files, SUCCSS
cmake_pascal
|
file |
diff |
annotate
|
2013-03-08 |
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)
|
file |
diff |
annotate
|
2013-03-08 |
koda |
fix linking on osx
|
file |
diff |
annotate
|
2013-03-07 |
koda |
even more wrapping with find_package_or_disable_msg
|
file |
diff |
annotate
|
2013-03-07 |
koda |
introduce find_package_or_fail/disable to group together similar cmake code
|
file |
diff |
annotate
|
2013-03-06 |
koda |
user correct variable and slimmer test, version typos, .dll.a updated
|
file |
diff |
annotate
|
2013-03-06 |
koda |
rework ffmpeg/libav/videorec linking and their cmake discovery
|
file |
diff |
annotate
|
2013-03-06 |
koda |
rewritten findfreepascal, moved checkstack code elsewhere
|
file |
diff |
annotate
|
2013-03-06 |
koda |
support old cmake style variables
|
file |
diff |
annotate
|
2013-03-06 |
koda |
rewritten findffmpeg.cmake
|
file |
diff |
annotate
|
2013-03-06 |
koda |
replace sdl mixer/image version checking with something more robust
|
file |
diff |
annotate
|
2013-02-28 |
koda |
support WARNING message status on cmake 2.6 (bug 524)
|
file |
diff |
annotate
|
2013-02-22 |
koda |
and now compile and link properly
physfslayer
|
file |
diff |
annotate
|
2013-02-20 |
koda |
fix compiling on osx when you have multiple linkers installed
|
file |
diff |
annotate
|
2013-01-26 |
koda |
update branch
webgl
|
file |
diff |
annotate
|
2013-01-14 |
koda |
keep engine target name consistent across platforms
|
file |
diff |
annotate
|
2012-12-30 |
Willie Zhu |
GCI2012: CMake List Append
|
file |
diff |
annotate
|
2012-12-30 |
Michael Hartman |
Small GL message
webgl
|
file |
diff |
annotate
|
2012-12-25 |
koda |
update branch with default
webgl
|
file |
diff |
annotate
|
2012-12-24 |
koda |
adjust rpath on osx too for libengine
|
file |
diff |
annotate
|
2012-12-20 |
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
|
2012-12-19 |
koda |
can change library name and compile it on windows again
|
file |
diff |
annotate
|
2012-12-19 |
koda |
can compile engine as library on linux but not run the executable (automatically), most likely breaking other platforms (wrt engine-as-library)
|
file |
diff |
annotate
|
2012-12-18 |
koda |
can use engine as library on windows too
|
file |
diff |
annotate
|
2012-12-09 |
koda |
cmake verbosity/documentation/cleanup/formatting
|
file |
diff |
annotate
|
2012-12-03 |
Rowan D |
GCI2012: Convert uMobile into a Callback Record
|
file |
diff |
annotate
|
2012-12-03 |
koda |
GCI2012: Move Video Preferences in Settings Tab
|
file |
diff |
annotate
|
2012-12-03 |
Mitchell Kember |
Merged changes from upstream.
|
file |
diff |
annotate
|
2012-12-03 |
koda |
caught a few more possible glitches in engine cmakefile
|
file |
diff |
annotate
|
2012-12-02 |
koda |
fix compiling engine (bug introduced in r33868aea694c)
|
file |
diff |
annotate
|
2012-12-01 |
Bryan Dunsmore |
Refactor Freepascal module.
|
file |
diff |
annotate
|
2012-12-01 |
Bryan Dunsmore |
Move noexecstack flags to Freepascal module and refactor.
|
file |
diff |
annotate
|
2012-12-01 |
Bryan Dunsmore |
Move code for Freepascal to separate CMake module.
|
file |
diff |
annotate
|
2012-11-30 |
m4tx |
GCI2012: Lowercase CMake functions (main files only)
|
file |
diff |
annotate
|
2012-11-21 |
koda |
updated branch
webgl
|
file |
diff |
annotate
|
2012-11-21 |
koda |
moar cmake cleanup, use message(WARNING ...) where appropriate
|
file |
diff |
annotate
|
2012-11-21 |
koda |
cleanup revision section, make hg launch tolerant to config errors, drop deprecated exec_prog for desktop configuration in favour of execute_process
|
file |
diff |
annotate
|
2012-11-21 |
koda |
little cmake cleanup, search installed modules first, then our own
|
file |
diff |
annotate
|
2012-11-21 |
koda |
lotsa hackery to get frontend somehow link libengine...
|
file |
diff |
annotate
|
2012-11-20 |
koda |
fix physfs on osx, now all platforms should be happy
|
file |
diff |
annotate
|