- 13 Aug, 2012 1 commit
-
-
Kitware Robot authored
-
- 12 Aug, 2012 1 commit
-
-
Kitware Robot authored
-
- 11 Aug, 2012 1 commit
-
-
Kitware Robot authored
-
- 10 Aug, 2012 2 commits
-
-
Brad King authored
Multiple versions of Xcode may be installed in different locations. Run "xcode-select --print-path" to detect the active Xcode location and parse its Contents/version.plist file. Note that the Xcode.app directory name may vary in developer versions.
-
Kitware Robot authored
-
- 09 Aug, 2012 3 commits
-
-
David Cole authored
-
David Cole authored
-
Kitware Robot authored
-
- 08 Aug, 2012 1 commit
-
-
Kitware Robot authored
-
- 07 Aug, 2012 1 commit
-
-
Kitware Robot authored
-
- 06 Aug, 2012 1 commit
-
-
Kitware Robot authored
-
- 05 Aug, 2012 1 commit
-
-
Kitware Robot authored
-
- 04 Aug, 2012 1 commit
-
-
Kitware Robot authored
-
- 03 Aug, 2012 3 commits
-
-
-
Brad King authored
In cmGlobalXCodeGenerator::Generate we generate a .xcodeproj for each directory in the tree containing a project() command. First we iteratively use SetGenerationRoot to add "ALL_BUILD" and other targets to each project. This leaves "CurrentProject" set to the last project when we invoke cmGlobalGenerator::Generate, which is not the same as the top-level project if any subdirectories invoke the project() command. When cmGlobalGenerator::Generate reaches CreateGeneratorTargets it constructs cmGeneratorTarget and calls ComputeTargetObjects exactly once per target. In this context the value of CurrentProject is undefined so we cannot pass it to GetObjectsNormalDirectory. Use "$(PROJECT_NAME)" instead so it will adapt automatically to each project. Also teach Tests/ObjectLibrary to cover this case.
-
Kitware Robot authored
-
- 02 Aug, 2012 1 commit
-
-
Kitware Robot authored
-
- 01 Aug, 2012 1 commit
-
-
Kitware Robot authored
-
- 31 Jul, 2012 1 commit
-
-
Kitware Robot authored
-
- 30 Jul, 2012 2 commits
-
-
Rolf Eike Beer authored
-
Kitware Robot authored
-
- 29 Jul, 2012 1 commit
-
-
Kitware Robot authored
-
- 28 Jul, 2012 2 commits
-
-
Alexander Neundorf authored
Don't create linked resources which point to CMAKE_BINARY_DIR itself or one of its parent dirs. Eclipse complained about that. Alex
-
Kitware Robot authored
-
- 27 Jul, 2012 1 commit
-
-
Kitware Robot authored
-
- 26 Jul, 2012 1 commit
-
-
Kitware Robot authored
-
- 25 Jul, 2012 2 commits
-
-
David Cole authored
-
Kitware Robot authored
-
- 24 Jul, 2012 1 commit
-
-
Kitware Robot authored
-
- 23 Jul, 2012 1 commit
-
-
Kitware Robot authored
-
- 22 Jul, 2012 3 commits
-
-
Nicolas Despres authored
-
Nicolas Despres authored
This was introduced by 5d885db4.
-
Kitware Robot authored
-
- 21 Jul, 2012 1 commit
-
-
Kitware Robot authored
-
- 20 Jul, 2012 6 commits
-
-
Brad King authored
When a search path contains multiple "lib/" instances we previously converted all or none. This fails for cases where only some of the multiple instances must be converted. Teach AddArchitecturePaths to generate all combinations that exist. Uncomment these cases in the CMakeOnly.find_library test now that they work.
-
Brad King authored
Simplify cmFindLibraryCommand::AddArchitecturePaths logic to avoid recording a separate 'found' status and populating an entire vector<string> just to throw it away.
-
Brad King authored
Previously methods AddArchitecturePaths and AddLib64Paths were almost identical. Replace the latter with a call to the former. Fix the AddArchitecturePaths implementation to add trailing slashes to all tested paths.
-
David Cole authored
-
Bill Hoffman authored
Using OUTPUT_MERGE can cause the output to be jumbled in some cases.
-
Peter Kümmel authored
-