- 20 Feb, 2007 1 commit
-
-
Bill Hoffman authored
-
- 18 Feb, 2007 1 commit
-
-
Bill Hoffman authored
-
- 16 Feb, 2007 1 commit
-
-
Bill Hoffman authored
-
- 23 Jan, 2007 2 commits
-
-
Bill Hoffman authored
-
Bill Hoffman authored
-
- 25 Oct, 2006 2 commits
- 16 Oct, 2006 1 commit
-
-
Brad King authored
ENH: Adding image version number (major.minor) property to windows binaries. Default is 0.0, but the VERSION target property may change the value. Windows now has first-class support for dll and exe versioning. This addresses bug#1219.
-
- 27 Sep, 2006 1 commit
-
-
Brad King authored
ENH: Re-implemented command line argument shell quoting to support several platforms with one code base.
-
- 21 Sep, 2006 1 commit
-
-
Brad King authored
BUG: Centralized generation of command line arguments in escaped form. This addresses bug#3786 for several platforms.
-
- 11 Jul, 2006 1 commit
-
-
Brad King authored
ENH: Made cmLocalVisualStudioGenerator a superclass of cmLocalVisualStudio6Generator. Implemented object file unique naming when multiple sources share the same name.
-
- 12 May, 2006 1 commit
-
-
Ken Martin authored
-
- 19 Apr, 2006 1 commit
-
-
Brad King authored
-
- 18 Apr, 2006 2 commits
- 11 Apr, 2006 2 commits
-
-
Brad King authored
ENH: Split CMAKE_STANDARD_LIBRARIES into per-language variables CMAKE_<lang>_STANDARD_LIBRARIES. This is needed to get programmable language support working with Visual Studio generators. It makes sense anyway.
-
Brad King authored
ENH: Added support for multiple outputs generated by a single custom command. For Visual Studio generators the native tool provides support. For Xcode and Makefile generators a simple trick is used. The first output is considered primary and has the build rule attached. Other outputs simply depend on the first output with no build rule. During cmake_check_build_system CMake detects when a secondary output is missing and removes the primary output to make sure all outputs are regenerated. This approach always builds the custom command at the right time and only once even during parallel builds.
-
- 03 Apr, 2006 1 commit
-
-
Bill Hoffman authored
-
- 23 Mar, 2006 1 commit
-
-
Ken Martin authored
-
- 15 Mar, 2006 1 commit
-
-
Ken Martin authored
-
- 24 Feb, 2006 2 commits
-
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
- 20 Feb, 2006 1 commit
-
-
Brad King authored
BUG: Add target-level COMPILE_FLAGS to the target not the individual source files. This simplifies the generated files and puts flags in a more logical order (VS6 works, VS7 needs more translation to work).
-
- 18 Feb, 2006 1 commit
-
-
Brad King authored
ENH: If CMAKE_NO_AUTOMATIC_INCLUDE_DIRECTORIES is not set try to approximate in-source build include file behavior in an out-of-source build by adding the build tree directory corresponding to a source tree directory at the beginning of the include path. Also fixed VS6 and VS7 generators to use cmLocalGenerator's computation of include paths. The VS6 generator will now short-path the include directories if the total length is too long in order to try to avoid its truncation limit.
-
- 14 Feb, 2006 1 commit
-
-
Brad King authored
BUG: Avoid adding unused rules to special targets like ALL_BUILD. Make sure project regeneration rules go only in desired targets.
-
- 09 Feb, 2006 2 commits
- 08 Feb, 2006 2 commits
-
-
Brad King authored
ENH: Enabled new WORKING_DIRECTORY option to ADD_CUSTOM_COMMAND and ADD_CUSTOM_TARGET on VS 6 generator.
-
Bill Hoffman authored
-
- 25 Jan, 2006 1 commit
-
-
Bill Hoffman authored
-
- 13 Jan, 2006 1 commit
-
-
Brad King authored
fix many bugs related to target names being computed inconsistently. - Centralized computation of a target's file name to a method in cmTarget. Now that global knowledge is always available the *_CMAKE_PATH cache variables are no longer needed. - Centralized computation of link library command lines and link directory search order. - Moved computation of link directories needed to link CMake targets to be after evaluation of linking dependencies. This also removed alot of duplicate code in which each version had its own bugs. This commit is surrounded by the tags CMake-TargetNameCentralization1-pre and CMake-TargetNameCentralization1-post so make the large set of changes easy to identify.
-
- 09 Jan, 2006 1 commit
-
-
Bill Hoffman authored
ENH: for all custom commands that can not be given to a target, add them to all targets in the current makefile
-
- 19 Aug, 2005 1 commit
-
-
Brad King authored
BUG: Fixed OUTPUT_NAME feature for VS6 generator. It was not working for Debug builds and was not paying attention to the executable output path.
-
- 13 Jul, 2005 3 commits
-
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
- 22 Jun, 2005 1 commit
-
-
Ken Martin authored
-
- 16 Jun, 2005 1 commit
-
-
Ken Martin authored
-
- 10 Jun, 2005 1 commit
-
-
Ken Martin authored
-
- 26 Apr, 2005 1 commit
-
-
Brad King authored
BUG: Fixed ordering of multiple commands in a custom target when implemented as custom commands. Also added support to execute pre-build rules first to be consistent with makefile generator.
-