2013-07-08 |
koda |
some work on cmake_pascal files to better support flags we use, make engine compile as library again
|
file |
diff |
annotate
|
2013-06-29 |
koda |
minor dep order change
|
file |
diff |
annotate
|
2013-06-29 |
koda |
break uDebug and uCommand depedency loop by putting stuff in uIO
|
file |
diff |
annotate
|
2013-06-28 |
koda |
uvariables comes before uutils
|
file |
diff |
annotate
|
2013-06-28 |
koda |
if you don't add the new pas files here they won't potentially trigger a rebuild anyway
|
file |
diff |
annotate
|
2013-06-27 |
unc0rr |
Refactoring: get rid of GSHandlers.inc
|
file |
diff |
annotate
|
2013-06-27 |
koda |
restore the GLUT check
|
file |
diff |
annotate
|
2013-06-27 |
koda |
move some osx only configuration code
|
file |
diff |
annotate
|
2013-06-27 |
koda |
use add_flag_append more, correctly set a few flags
|
file |
diff |
annotate
|
2013-06-18 |
koda |
fix a few loose ends here
webgl
|
file |
diff |
annotate
|
2013-06-20 |
unc0rr |
Fix engine build when png lib isn't available
|
file |
diff |
annotate
|
2013-06-17 |
koda |
really update with default
webgl
|
file |
diff |
annotate
|
2013-06-13 |
koda |
oops, forgot to set the path after all
|
file |
diff |
annotate
|
2013-06-13 |
koda |
this should resolve a few issues on clean builds
|
file |
diff |
annotate
|
2013-06-13 |
koda |
use target name instead of the resulting library, use more macros around
|
file |
diff |
annotate
|
2013-06-13 |
koda |
merge cmake_pascal branch in default
|
file |
diff |
annotate
|
2013-06-12 |
koda |
heavily rework lua discovery and linking, needs testing but it's more similar to what we do for other libraries now
|
file |
diff |
annotate
|
2013-06-11 |
koda |
and now also avwrapper can be shared/static, add visibility to its exported functions, drop (needed only when static)
|
file |
diff |
annotate
|
2013-06-09 |
koda |
update with default
webgl
|
file |
diff |
annotate
|
2013-06-07 |
koda |
simplify cmake message syntax a little bit
|
file |
diff |
annotate
|
2013-06-04 |
koda |
move sdlmain_osx aside in its own folder so its include path is not contaminated
webgl
|
file |
diff |
annotate
|
2013-06-04 |
koda |
update branch
webgl
|
file |
diff |
annotate
|
2013-04-20 |
koda |
it's still not really clear to my why this is needed, maybe only in combination with -XD
0.9.19
|
file |
diff |
annotate
|
2013-04-29 |
koda |
fpc sysroot should belong to user configuration
cmake_pascal
|
file |
diff |
annotate
|
2013-03-26 |
koda |
restore the osx build disabling universal app support
cmake_pascal
|
file |
diff |
annotate
|
2013-03-26 |
koda |
add and use the integrated version check
cmake_pascal
|
file |
diff |
annotate
|
2013-04-03 |
koda |
update branch again
webgl
|
file |
diff |
annotate
|
2013-03-26 |
koda |
set directories to be included externally, in the project file
cmake_pascal
|
file |
diff |
annotate
|
2013-03-24 |
koda |
gather all libs in a single list
cmake_pascal
|
file |
diff |
annotate
|
2013-03-24 |
koda |
remove old code
cmake_pascal
|
file |
diff |
annotate
|
2013-03-24 |
koda |
parsing CMAKE_OSX_ARCHITECTURES
cmake_pascal
|
file |
diff |
annotate
|
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
|