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 |
Andy Cedilnik
|
07d0e776ad
BUG: More fixing of support for global target son visual studio
|
19 years ago |
Brad King
|
c21287552b
ENH: Switched order of slash and configuration name in cmGlobalGenerator::AppendDirectoryForConfig method to increase flexibility.
|
19 years ago |
Bill Hoffman
|
347c5f4b46
ENH: add working directory support
|
20 years ago |
Brad King
|
afa8367885
BUG: Fixed cmTarget::GetFullPath to not append the configuration name when only one configuration is built. It now asks the generator what subdirectory if any to use for a given configuration name.
|
20 years ago |
Brad King
|
22c62c9e65
BUG: Sweeping changes to cleanup computation of target names. This should
|
20 years ago |
Andy Cedilnik
|
782bef7374
ENH: Add a way for the generated command to include extra flags. This is useful for CTest (or try compile) to add -j2
|
20 years ago |
Ken Martin
|
369308ca76
ENH: make LOCATION an computed property of the target and get rid of a bunch of const junk
|
20 years ago |
Andy Cedilnik
|
61d0a75d11
ENH: Add option to ignore errors. Only works on make
|
20 years ago |
Brad King
|
48702f8a8d
COMP: Converting INSTALL->ALL_BUILD dependency implementation to use the AddUtility method on a target. This significantly simplifies the implementation and removes warnings about hiding virtual functions.
|
20 years ago |
Andy Cedilnik
|
cb3ea2328a
ENH: Start working on a method that abstracts generating of build command
|
20 years ago |
Brad King
|
3b81a43294
ENH: Added dependency from INSTALL target to ALL_BUILD target so that targets build before being installed.
|
20 years ago |
Andy Cedilnik
|
86cebea79a
ENH: More ctest changes and move SetupTest to superclass
|
20 years ago |
Ken Martin
|
791aa6052b
ENH: add support for out of source source
|
20 years ago |