# # ChangeLog for code/branches/pch/cmake # # Generated by Trac 1.0.9 # Nov 22, 2024, 2:43:49 PM Sun, 14 Jun 2009 16:11:32 GMT rgrieder [3167] * code/branches/pch/bin/CMakeLists.txt (modified) * code/branches/pch/bin/vld.ini.in (added) * code/branches/pch/cmake/BuildConfig.cmake (modified) * code/branches/pch/cmake/BuildConfigMSVC.cmake (modified) * code/branches/pch/cmake/LibraryConfig.cmake (modified) * code/branches/pch/cmake/PackageConfig.cmake (added) * code/branches/pch/cmake/PackageConfigMSVC.cmake (modified) * code/branches/pch/cmake/PackageConfigMinGW.cmake (modified) * code/branches/pch/cmake/PrecompiledHeaderFiles.cmake (modified) * code/branches/pch/cmake/TargetUtilities.cmake (modified) * code/branches/pch/src/CMakeLists.txt (modified) * code/branches/pch/src/OrxonoxConfig.h.in (modified) * code/branches/pch/src/SpecialConfig.h.in (modified) * code/branches/pch/src/orxonox/CMakeLists.txt (modified) * code/branches/pch/src/orxonox/Main.cc (modified) * code/branches/pch/src/orxonox/orxonox.vcproj.user.in (moved) * code/branches/pch/src/orxonox/sound/SoundBase.h (modified) * code/branches/pch/src/tolua/CMakeLists.txt (modified) Merged the build system changes from the Gruppenarbeit: - More ... Sat, 13 Jun 2009 21:29:15 GMT rgrieder [3161] * code/branches/pch/cmake/BuildConfigGCC.cmake (modified) * code/branches/pch/cmake/GetGCCCompilerFlags.cmake (modified) * code/branches/pch/src/core/CorePrecompiledHeaders.h (modified) Workaround for GCC < 4.2.0 to avoid a bug Sat, 13 Jun 2009 20:24:14 GMT rgrieder [3160] * code/branches/pch/cmake/PrecompiledHeaderFiles.cmake (modified) * code/branches/pch/src/core/CMakeLists.txt (modified) * code/branches/pch/src/core/CorePrecompiledHeaders.h (added) Added precompiled header file for the core library. It contains as ... Sat, 13 Jun 2009 16:41:05 GMT rgrieder [3159] * code/branches/pch/cmake/GenerateToluaBindings.cmake (modified) * code/branches/pch/cmake/LibraryConfig.cmake (modified) * code/branches/pch/src/core/Game.h (modified) * code/branches/pch/src/core/IRC.h (modified) * code/branches/pch/src/core/Template.cc (modified) * code/branches/pch/src/core/XMLPort.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/WorldEntity.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/triggers/Trigger.cc (modified) * code/branches/pch/src/util/ExprParser.cc (modified) * code/branches/pch/src/util/SignalHandler.cc (modified) Several small fixes and some removed warnings Wed, 03 Jun 2009 18:40:17 GMT rgrieder [3117] * code/branches/pch/cmake/BuildConfigGCC.cmake (modified) * code/branches/pch/cmake/BuildConfigMSVC.cmake (modified) * code/branches/pch/cmake/GetGCCCompilerFlags.cmake (added) * code/branches/pch/cmake/PrecompiledHeaderFiles.cmake (added) * code/branches/pch/cmake/TargetUtilities.cmake (modified) * code/branches/pch/src/orxonox/CMakeLists.txt (modified) * code/branches/pch/src/orxonox/OrxonoxPrecompiledHeaders.h (added) Adding experimental precompiled header file support. It seems to work ... Wed, 03 Jun 2009 18:28:37 GMT rgrieder [3116] * code/branches/pch/cmake/BuildConfigGCC.cmake (modified) * code/branches/pch/cmake/BuildConfigMSVC.cmake (modified) * code/branches/pch/cmake/CapitaliseName.cmake (added) * code/branches/pch/cmake/InstallUtilities.cmake (deleted) * code/branches/pch/cmake/ParseMacroArguments.cmake (added) * code/branches/pch/cmake/TargetUtilities.cmake (added) * code/branches/pch/src/CMakeLists.txt (modified) * code/branches/pch/src/bullet/CMakeLists.txt (modified) * code/branches/pch/src/ceguilua/CMakeLists.txt (modified) * code/branches/pch/src/core/CMakeLists.txt (modified) * code/branches/pch/src/cpptcl/CMakeLists.txt (modified) * code/branches/pch/src/network/CMakeLists.txt (modified) * code/branches/pch/src/ogreceguirenderer/CMakeLists.txt (modified) * code/branches/pch/src/ois/CMakeLists.txt (modified) * code/branches/pch/src/orxonox/CMakeLists.txt (modified) * code/branches/pch/src/tinyxml/CMakeLists.txt (modified) * code/branches/pch/src/tolua/CMakeLists.txt (modified) * code/branches/pch/src/util/CMakeLists.txt (modified) Added new CMake functions: ORXONOX_ADD_LIBRARY and ... Wed, 03 Jun 2009 17:45:10 GMT rgrieder [3115] * code/branches/pch/cmake/FlagUtilities.cmake (modified) * code/branches/pch/cmake/SeparateFlags.cmake (added) * code/branches/pch/cmake/SetCacheAdvanced.cmake (added) Split the flag parser and the advanced cache writer from ... Wed, 03 Jun 2009 17:20:36 GMT rgrieder [3114] * code/branches/pch (copied) Creating branch for experimental precompiled header file support. Tue, 02 Jun 2009 18:31:14 GMT rgrieder [3111] * code/trunk/cmake/BuildConfigGCC.cmake (modified) REMOVE_COMPILER_FLAGS makes no sense here. This fixes some gcc ...