# # ChangeLog for code/branches/pch/cmake # # Generated by Trac 1.0.9 # Nov 25, 2024, 9:07:41 PM 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 ...