- Apr 12, 2006
-
-
Andy Cedilnik authored
-
Andy Cedilnik authored
ENH: More system variables, more operators, more commands, fix some string issues and some cmake arguments issues
-
Bill Hoffman authored
-
Ken Martin authored
-
Ken Martin authored
-
Bill Hoffman authored
-
Andy Cedilnik authored
-
- Apr 11, 2006
-
-
Bill Hoffman authored
-
Bill Hoffman authored
ENH: fix re-run of cmake based on configured files that are done with copy if different and never change
-
Bill Hoffman authored
-
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
-
Brad King authored
ENH: Restored implementation of AddCustomCommandToCreateObject. Updated it to use newer custom command functionality.
-
Brad King authored
BUG: Install scripts should honor EXCLUDE_FROM_ALL options for subdirectories. This addresses bug#3100.
-
Ken Martin authored
-
Brad King authored
-
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.
-
Brad King authored
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
- Apr 10, 2006
-
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Andy Cedilnik authored
-
Bill Hoffman authored
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
- Apr 09, 2006
-
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
- Apr 08, 2006
-
-
Bill Hoffman authored
-
Andy Cedilnik authored
-
- Apr 07, 2006
-
-
Bill Hoffman authored
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
- Apr 06, 2006
-
-
Andy Cedilnik authored
-
- Apr 05, 2006
-
-
Brad King authored
-
Brad King authored
BUG: Fixed cmOrderLinkDirectories to deal with raw link items that do not yet exist and correct drive letter case to avoid duplicate paths on windows. Fixed cmLocalGenerator to pass CMake targets as full paths to cmOrderLinkDirectories to make sure the ordering will pick up the proper target libraries.
-
Bill Hoffman authored
-