- 01 Mar, 2005 11 commits
-
-
Brad King authored
ENH: Framework for java dependency scanner. Right now it does nothing but always reports success. This is enough to get the Java test to pass with the new generator because the old implementation did not do dependencies anyway.
-
Brad King authored
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
Brad King authored
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
Brad King authored
BUG: Replaced previous fix with an implementation of properly formatting the custom build code in the generated file.
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
- 28 Feb, 2005 6 commits
-
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
Ken Martin authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Andy Cedilnik authored
-
- 27 Feb, 2005 3 commits
-
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
- 26 Feb, 2005 2 commits
-
-
Bill Hoffman authored
-
Andy Cedilnik authored
-
- 25 Feb, 2005 10 commits
-
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Brad King authored
ENH: Replaced OutputEcho/pre-echo/post-echo with AppendEcho. This allows for more flexible echo specifications and better preserves echo text.
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
ENH: Added ConvertToQuotedOutputPath method and used it to properly generate external object references with spaces in the path.
-
Andy Cedilnik authored
-
- 24 Feb, 2005 8 commits
-
-
Brad King authored
-
Brad King authored
-
Brad King authored
ENH: Converted some ConvertToRelativeOutputPath calls to ConvertToOptionallyRelativeOutputPath in preparation for making ConvertToRelativeOutputPath always convert. Some of these might be able to be switched back but we will first have to test what paths can be relative in the generate VS project files.
-
Bill Hoffman authored
-
Brad King authored
ENH: Converted some ConvertToRelativeOutputPath calls to ConvertToOptionallyRelativeOutputPath in preparation for making ConvertToRelativeOutputPath not check CMAKE_USE_RELATIVE_PATHS.
-
Brad King authored
BUG: The path to the source file in a compile line should be made relative only when CMAKE_USE_RELATIVE_PATHS is on.
-
Brad King authored
ENH: Merged implementations of ConvertToRelative*Path methods. The main ConvertToRelativePath method is now in cmGlobalGenerator. It converts paths only if they are at least inside the deepest common directory between the top-level source and build trees. Each cmLocalGenerator instance calls this global method with its own output directory as the "local" argument from which paths are relative. Added separate ConvertToOptionallyRelative path that pays attention to the CMAKE_USE_RELATIVE_PATHS option.
-
Andy Cedilnik authored
-