Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/cmake

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9165   12 years rgrieder Fixed OGRE plugin finding for Ubuntu precise. Untested!
(edit) @9164   12 years jo Possible fix for Ubuntu precise. Cmake runs without further errors. …
(edit) @9163   12 years rgrieder Possible quickfix for tolua finding on Ubuntu precise.
(edit) @8876   13 years landauf adjusted tardis library config to amd64. this is a quick fix for the …
(edit) @8729   13 years rgrieder Merged unity_build branch back to trunk. Features: - Implemented …
(edit) @8421   13 years rgrieder Hide the PCH_ENABLE_TARGET variables in the CMake GUI (almost never …
(edit) @8412   13 years rgrieder MSVC specific: Sorted out Visual Leak Detector handling (it's now …
(edit) @8409   13 years rgrieder Found a better solution to make the Visual Leak Detector (MSVC …
(edit) @8405   13 years rgrieder Added MSVC option to install the *.pdb debug symbols files as well.
(edit) @8368   13 years rgrieder Added CMake configuration type "RelForDevs", which replaces …
(edit) @8364   13 years rgrieder Never omit frame pointer on GCC too to avoid unreadable stack traces …
(edit) @8363   13 years rgrieder To avoid further confusion, I linked ORXONOX_RELEASE to the 'Release' …
(edit) @8362   13 years rgrieder Cleaned up linker and compiler flag configuration for Visual Studio. …
(edit) @8361   13 years rgrieder Require package version 4.4 for MSVC (includes DLLs required to …
(edit) @8351   13 years rgrieder Merged kicklib2 branch back to trunk (includes former branches …
(edit) @8264   13 years rgrieder Removed build option "OGRE_PLUGINS" since it's not very useful. …
(edit) @8079   13 years landauf merged usability branch back to trunk incomplete summary of the …
(edit) @7955   13 years rgrieder No auto-linking for POCO too. Fixed build by explicitly linking …
(edit) @7818   13 years rgrieder Merged changes related to Visual Leak Detector and source file …
(edit) @7810   13 years rgrieder Added comment.
(edit) @7459   14 years adrfried Merged ipv6 branch Orxonox now includes a modified version of ENet 1.3.0
(edit) @7458   14 years landauf added compiler flags that enhance the output of Dr. Mingw (a 'just in …
(edit) @7449   14 years landauf added windows implementation of SignalHandler.
(edit) @7448   14 years rgrieder DEFINE_SYMBOL property is only added to compile flags for an executable.
(edit) @7440   14 years rgrieder Fixed MSVC linker flag handling.
(edit) @7429   14 years landauf less "spam" from the linker when using MinGW
(edit) @7416   14 years rgrieder Never insert even the tiniest thing that is for sure certain without …
(edit) @7415   14 years rgrieder Placing all generated files in source group "Generated" for MSVC …
(edit) @7401   14 years landauf merged doc branch back to trunk
(edit) @7379   14 years rgrieder Removed MSVC warning about the preDestroy() method for now. Just for now.
(edit) @7289   14 years rgrieder This should actually fix the PCH problem with GCC
(edit) @7288   14 years rgrieder Finally found a fix for the No rule to make target problem with …
(edit) @7285   14 years landauf added eol-style native for some files. note: there are another 6 …
(edit) @7247   14 years rgrieder Cosmetic changes in CompilerConfigMSVC.cmake.
(edit) @7244   14 years landauf POCO is currently not required with MinGW
(edit) @7243   14 years landauf re-applied r7074 to trunk (it was accidentally applied to fps branch …
(edit) @7237   14 years rgrieder Added more boost versions.
(edit) @7225   14 years rgrieder Extended search paths for dependencies. You should now be able to host …
(edit) @7224   14 years rgrieder Adjusted CMake code to accept the new v5 dependencies that requires …
(edit) @7173   14 years rgrieder Enabled parallel build of compilations and normal source files for …
(edit) @7170   14 years rgrieder Doxygen should work again (and tardis as well).
(edit) @7163   14 years dafrick Merged presentation3 branch into trunk.
(edit) @6765   14 years rgrieder Dependency acceptance update: 5.0 with OGRE 1.7 is now also allowed, …
(edit) @6746   14 years rgrieder Merged gamestates2 branch back to trunk. This brings in some heavy …
(edit) @6723   14 years rgrieder Using /MP instead of /MP2 for MSVC. That way the number of processes …
(edit) @6590   14 years rgrieder Switching to OGRE v1.6 on Tardis
(edit) @6535   14 years rgrieder MSVC build config fix for incremental linking.
(edit) @6495   14 years rgrieder Fixed CEGUI library problem on tardis
(edit) @6461   14 years scheusso further tardis hacks/fixes in order to build orxonox on the new tardis …
(edit) @6460   14 years scheusso release version now compiling again on tardis
(edit) @6443   14 years rgrieder Fixed two problems with the ORXONOX_RELEASE really release version.
(edit) @6429   14 years rgrieder No STL iterator bounds checking for MSVC release versions.
(edit) @6417   14 years rgrieder Merged presentation2 branch back to trunk. Major new features: - …
(edit) @6105   14 years rgrieder Merged console branch back to trunk.
(edit) @6084   14 years rgrieder - Fixed typing error in a cmake file causing a rebuild of the …
(edit) @5964   14 years rgrieder Fixed msvc build with PCH.
(edit) @5963   14 years rgrieder Improved Visual Studio IntelliSense (tool that suggests function names …
(edit) @5929   14 years rgrieder Merged core5 branch back to the trunk. Key features include clean …
(edit) @5923   14 years rgrieder Allowing multiple major dependency versions. Currently this is 3.1 and …
(edit) @5901   14 years rgrieder Fix did not entirely work before. Visual Studio should now work again.
(edit) @5900   14 years rgrieder Hopefully fixed CMake visual studio bug in the trunk.
(edit) @5794   15 years rgrieder Small stuff and added support for Boost 1.40
(edit) @5781   15 years rgrieder Reverted trunk again. We might want to find a way to delete these …
(edit) @5774   15 years rgrieder Removed almost everything. Should be working already, but not yet …
(edit) @5770   15 years rgrieder Fixed dependency versioning problem.
(edit) @5752   15 years rgrieder Small changes for the include directories: - Our own directories get …
(edit) @5702   15 years rgrieder Added incompatibility warning: Orxonox does not compile with GCC 4.4 …
(edit) @5698   15 years landauf Finally found the reason why tardis links so damn slow: gcc-4.1.2. …
(edit) @5695   15 years rgrieder Merged resource2 branch back to trunk. IMPORTANT NOTE: Upon this …
(edit) @5693   15 years landauf merged libraries branch back to trunk
(edit) @3371   15 years rgrieder Build fix for the revision before the merge.
(edit) @3370   15 years rgrieder Merged resource branch back to the trunk. Changes: - Automated …
(edit) @3368   15 years rgrieder Added NO_INSTALL argument for ORXONOX_ADD_EXECUTABLE/LIBRARY and moved …
(edit) @3330   15 years rgrieder Added general PCH_ENABLE option in CMake to disable PCH with one …
(edit) @3323   15 years rgrieder ORXONOX_USE_WINMAIN should now work as expected.
(edit) @3309   15 years rgrieder Using the updated dependencies (you already required them by paper but …
(edit) @3304   15 years rgrieder Merged netp6 branch back to the trunk.
(edit) @3280   15 years rgrieder Merged most of the core4 revisions back to the trunk except for: - …
(edit) @3251   15 years rgrieder Fixed two serious dependency bugs: - Only every second file of the …
(edit) @3244   15 years rgrieder Build bugfix in GenerateToluaBindings.cmake: we have to supply a …
(edit) @3196   15 years rgrieder Merged pch branch back to trunk.
(edit) @3111   15 years rgrieder REMOVE_COMPILER_FLAGS makes no sense here. This fixes some gcc warning …
(edit) @3068   15 years landauf removing svn:mergeinfo again after sound2 merge
(edit) @3060   15 years scheusso merged sound2 back to trunk
(edit) @3028   15 years landauf removed svn:mergeinfo properties
(edit) @2988   15 years rgrieder Small build system fix.
(edit) @2925   15 years rgrieder Moving some CMake variables to the advanced section of the cache when …
(edit) @2911   15 years landauf Merged r1-2096 of questsystem5 back to trunk I hope there weren't …
(edit) @2896   15 years landauf Merged gui branch back to trunk. I did 2 small changes in …
(edit) @2893   15 years landauf merged weaponsystem branch back to trunk
(edit) @2868   15 years adrfried cmake install prefix reset, compiler flags fixed
(edit) @2826   15 years landauf merged miniprojects branch back to trunk
(edit) @2792   15 years rgrieder Finally found the MSVC IntelliSense bug! It wasn't working at all, so …
(edit) @2752   15 years adrfried don't fail if no /etc/hostname
(edit) @2748   15 years rgrieder - Removed very old testing file - Removed old testing CMake code. Also …
(edit) @2728   15 years rgrieder Updated to the new tardis libraries. Seems to work fine.
(edit) @2723   15 years rgrieder Unix update for the copyable installation.
(edit) @2721   15 years rgrieder Stupid me.
(edit) @2720   15 years rgrieder Moved media/CMakeLists.txt to cmake/Media.cmake to allow media …
(edit) @2719   15 years rgrieder Copyable installation could not find the shared libraries on Unix. …
Note: See TracRevisionLog for help on using the revision log.