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 |
Bill Hoffman
|
0005d625a0
ENH: add special windows CMAKE_MSVCIDE_RUN_PATH variable for adding to the path of vs IDE for running custom commands from cmake
|
19 years ago |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 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.
|
20 years ago |
Andy Cedilnik
|
c4156b4531
COMP: Even more global target fixes
|
20 years ago |
Andy Cedilnik
|
07d0e776ad
BUG: More fixing of support for global target son visual studio
|
20 years ago |
Andy Cedilnik
|
0ba40b59c7
COMP: Handle preinstall properly on IDEs
|
20 years ago |
Andy Cedilnik
|
1ecd48ba67
COMP: Fix for preinstall
|
20 years ago |
Andy Cedilnik
|
549b77034e
COMP: Fixes for visual studio
|
20 years ago |
Brad King
|
c21287552b
ENH: Switched order of slash and configuration name in cmGlobalGenerator::AppendDirectoryForConfig method to increase flexibility.
|
20 years ago |
Brad King
|
bd0b829ffb
BUG: Fixed generation of VS8 solution file to not be re-written when loaded by VS and to work with msbuild.
|
20 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 |
Brad King
|
1c7075057f
ENH: Added support for parallel builds in VS 8. There is now a special target on which all other targets depend that re-runs CMake if any listfiles have been changed. This addresses bug#2512.
|
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 |
Brad King
|
f9aef0e422
ENH: Generator now creates a separate intermediate files directory for each target. This is needed for MSVC 8 to support parallel builds.
|
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 |
Ken Martin
|
8108786494
ENH: fix for incorrect setting of CONFIZGURATION_TYPES
|
20 years ago |
Brad King
|
1c6f9716c3
BUG: Added space after /clean to avoid putting it together with the build configuration. This fixes the failure of the complext test on the second run in the same tree.
|
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 |
Bill Hoffman
|
0255dab023
BUG: fix for bug 1702, better error message for GUID missing
|
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
|
21 years ago |