Brad King
|
79a88c35f8
Refactor VS <= 7.1 utility-depends workaround
|
15 years ago |
Brad King
|
325bdb2a92
Factor out duplicate VS target dependency code
|
15 years ago |
Bill Hoffman
|
268448b891
Teach VS generators to set the MACHINE type correctly.
|
16 years ago |
Brad King
|
9000b5a4de
Avoid non-root copies of root-only targets
|
16 years ago |
Brad King
|
c8ddb6813b
Cleanup cmGlobalGenerator::GetTargetSets method
|
16 years ago |
Brad King
|
55eec2a5bf
Use target dependency closure for VS 6 solutions
|
16 years ago |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 years ago |
Bill Hoffman
|
3d1c12b802
ENH: remove INCLUDE_EXTERNAL_MSPROJECT name hack, and use target properties instead, fix VXExternalInclude test for VS10
|
16 years ago |
David Cole
|
227c86d8cc
STYLE: Fix line length style violations.
|
17 years ago |
David Cole
|
16f35e189e
COMP: Fix the ExternalProject test for Visual Studio 6. Visual Studio 6 *.dsp files cannot have hyphens in them. Add utility function GetVS6TargetName to replace hyphens with underscores when generating *.dsp file names. Use the function everywhere necessary in the VS6 generators. And, a workaround: VS6 uses ".\Debug" (for example) as an "$(IntDir)" value - strip any leading ".\" when processing a --config argument in the cmake --build handling code.
|
17 years ago |
Brad King
|
5594ad4885
ENH: Updated exporting and importing of targets to support libraries and configurations.
|
18 years ago |
Ken Martin
|
6cdf032505
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
18 years ago |
Alexander Neundorf
|
789f0b26d9
|
18 years ago |
Alexander Neundorf
|
43de8c8628
|
18 years ago |
Brad King
|
ba7780a3c4
ENH: Fixed INSTALL_FILES and INSTALL_PROGRAMS commands to not create targets. No targets of type cmTarget::INSTALL_FILES or cmTarget::INSTALL_PROGRAMS are created, so we do not need to check for them everywhere anymore.
|
18 years ago |
Alexander Neundorf
|
b37cc6072f
|
18 years ago |
Alexander Neundorf
|
4878c00905
|
18 years ago |
Alexander Neundorf
|
7f11536704
|
18 years ago |
Brad King
|
996f391593
BUG: The ALL_BUILD target should not have any command lines so that it is not always considered out of date. Moved the 'Build all projects' message into the description field instead of an echo in the command field. Moved common implementation of Generate for VS6 and VS7 into the superclass to avoid duplicate code for the ALL_BUILD target. This addresses bug#4556.
|
18 years ago |
Brad King
|
438a7e2fce
BUG: Fix utility dependencies for static libraries in VS generators. This addresses bug#4789.
|
18 years ago |
Ken Martin
|
c53b26baf2
ENH: some more cleanup
|
18 years ago |
Ken Martin
|
b99129d2d8
ENH: some code cleanup
|
18 years ago |
Brad King
|
73a5c33f9b
BUG: Removed legacy SetupTests method that was causing RUN_TESTS to test twice.
|
18 years ago |
Brad King
|
7d2de52c1a
ENH: Cleaned up signature of cmMakefile::AddUtilityCommand. It is not valid to have an output from a utility rule and no calls to the method asked for an output anyway. The argument has been removed.
|
19 years ago |
Brad King
|
87d4d0e039
BUG: cmGlobalGenerator::Build should not always use the /fast target name because dependency checking is often required. It now takes an argument specifying whether to use the /fast target name, and the argument is currently only true for try-compiles.
|
19 years ago |
Ken Martin
|
bf0cb4d49a
STYLE: fix line length
|
19 years ago |
Brad King
|
bc135b7fc2
BUG: MSVC* variables should be set in IDE generators instead of just NMake.
|
19 years ago |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
19 years ago |
Brad King
|
93c95f1cc5
BUG: Fixed installation of MacOSX Bundle executables and the corresponding install_name remapping support. Extended the BundleTest test to check that this all works. Part of these fixes required changing the signature of AppendDirectoryForConfig in all generators. It now accepts prefix and suffix strings to deal with whether leading or trailing slashes should be included with the configuration subdirectory.
|
19 years ago |
Andy Cedilnik
|
c4156b4531
COMP: Even more global target fixes
|
19 years ago |