- Aug 19, 2005
-
-
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.
-
Brad King authored
-
Bill Hoffman authored
-
Andy Cedilnik authored
-
Brad King authored
-
Brad King authored
BUG: Need to test void* not "void *" because the Intel compiler icc expands the asterisk. Thanks to Filipe Sousa for the patch.
-
Brad King authored
-
Andy Cedilnik authored
-
- Aug 18, 2005
-
-
Andy Cedilnik authored
-
Brad King authored
BUG: Fixed dirname in a few cases on windows. Now using KWSYS_SHARED_FORWARD_CONFIG_NAME setting instead of CMAKE_INTDIR directly to give choice to user code. Updated documentation to include @KWSYS_NAMESPACE@_SHARED_FORWARD_CONFIG_NAME, @KWSYS_NAMESPACE@_SHARED_FORWARD_OPTION_PRINT, and @KWSYS_NAMESPACE@_SHARED_FORWARD_OPTION_LDD settings.
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Andy Cedilnik authored
-
- Aug 17, 2005
-
-
Brad King authored
BUG: It seems the auto-object-depends feature does not work in Visual Studio. I'm restoring the explicit OBJECT_DEPENDS lines.
-
Brad King authored
BUG: RunSingleCommand should translate NULL characters in the output to valid text. This should fix the missing-output problem caused by NULL-characters in VS build output.
-
Brad King authored
BUG: Automatic pwd/cwd path translation must check that the generated logical-to-physical mapping is correct by using realpath.
-
Brad King authored
-
Brad King authored
ENH: Added versioned executable support. This partially addresses bug#2143. Also made OUTPUT_NAME work when installing executables.
-
Brad King authored
ENH: Added -E cmake_symlink_executable command to help create symbolic links for versioned executables.
-
Brad King authored
-
Andy Cedilnik authored
-
Brad King authored
COMP: Cannot use first/last insertion constructor of std::set because it is not available on all platforms.
-
Brad King authored
ENH: Adding test for auto-object-depends feature. It has been tested with the Makefile generator. Hopefully this will work for the Visual Studio and XCode generators.
-
Brad King authored
-
Andy Cedilnik authored
-
- Aug 16, 2005
-
-
Bill Hoffman authored
-
Andy Cedilnik authored
-
- Aug 15, 2005
-
-
Andy Cedilnik authored
-
- Aug 14, 2005
-
-
Andy Cedilnik authored
-
- Aug 13, 2005
-
-
Andy Cedilnik authored
-
- Aug 12, 2005
-
-
Andy Cedilnik authored
-
- Aug 11, 2005
-
-
Ken Martin authored
ENH: added better error checking for cases when there is a CMakeCache.txt file but it is not readable
-
Andy Cedilnik authored
-
- Aug 10, 2005
-
-
Jorgen Bodde authored
-G"generator" (legacy format) -G "generator" (new format)
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-