Brad King
|
783c375766
Tests: Extend BuildDepends test to cover OBJECT_DEPENDS
|
10 years ago |
Brad King
|
9660a3ccea
Makefile: Fix multiple custom command outputs with one missing
|
10 years ago |
Brad King
|
65ea5eb721
Tests: Cover rebuild with multiple custom command outputs (#15116)
|
11 years ago |
Brad King
|
592644c42c
Tests/BuildDepends: Drop unneeded help for Ninja
|
11 years ago |
Brad King
|
e4114ee9e9
Tests/BuildDepends: Make 3-second delay more robust
|
11 years ago |
Brad King
|
73e5c6aead
ExternalProject: Add option to always run the build step
|
11 years ago |
Brad King
|
7f459a664c
Xcode: Teach BuildDepends test that Xcode >= 5 needs no help
|
12 years ago |
Brad King
|
118032247c
Xcode: Teach Tests/BuildDepends to allow LINK_DEPENDS_NO_SHARED failure
|
12 years ago |
Brad King
|
d12459f79e
VS 6: Tell BuildDepends test to tolerate ninjadep failure
|
12 years ago |
Robert Maynard
|
9275554496
Ninja: Update BuildDepends test to verify cmcldeps depfiles.
|
12 years ago |
Brad King
|
306796e862
Teach BuildDepends test to cover LINK_DEPENDS_NO_SHARED
|
13 years ago |
Marcin Wojdyr
|
84b49be8f0
Remove CMake multiline block-end command arguments
|
13 years ago |
Kitware Robot
|
9db3116226
Remove CMake-language block-end command arguments
|
13 years ago |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 years ago |
Peter Kuemmel
|
033a687acd
Ninja: add wrapper for cl to extract dependencies
|
13 years ago |
Peter Collingbourne
|
7eb8d9036c
Provide dependency file flags to generator
|
14 years ago |
Brad King
|
95f149e61f
Define LINK_DEPENDS target property (#11406)
|
15 years ago |
Brad King
|
2e48fe0eec
Avoid Intel linker crash in BuildDepends test
|
16 years ago |
Brad King
|
aaabb2fdc2
More verbose BuildDepends test output
|
16 years ago |
Brad King
|
91de0b09ef
ENH: Update BuildDepends test to check #include lines with macros.
|
17 years ago |
Ken Martin
|
ce8810c4e7
ENH: preclean some warnings
|
17 years ago |
Brad King
|
d4e0727e4d
BUG: Enable CMAKE_SUPPRESS_REGENERATION because the entire test runs during the inital configuration.
|
18 years ago |
Brad King
|
d83b4cd255
ENH: Add a depends check step to custom targets. Add support for the IMPLICIT_DEPENDS feature of custom commands when building in custom targets. Convert multiple-output pair checks to be per-target instead of global.
|
18 years ago |
Brad King
|
423cdb561c
ENH: Adding test for ADD_CUSTOM_COMMAND's new IMPLICIT_DEPENDS feature.
|
18 years ago |
Alexander Neundorf
|
7203990661
|
18 years ago |
Alexander Neundorf
|
92270d5bf8
|
18 years ago |
Brad King
|
6a145fb2be
BUG: Report proper error message when project does not build the first time. Also added hack to rebuild subproject several times for Xcode. The generator should be fixed and the hack removed.
|
18 years ago |
Brad King
|
c288da754a
BUG: Target names in the COMMAND part of a custom command should not create a file-level dependency that forces the command to rerun when the executable target rebuilds, but the target-level dependency should still be created. Target names in a DEPENDS should do both a target-level and file-level dependency. Updated the BuildDepends test to check that this works.
|
18 years ago |
Andy Cedilnik
|
9338803697
BUG: fix test for hp move to c++ to avoid ansi issues and produce a message if the compile fails, (really checked in by Bill H.)
|
18 years ago |
Bill Hoffman
|
1f286c067f
ENH: add test for build depends
|
18 years ago |