Brad King
|
79a88c35f8
Refactor VS <= 7.1 utility-depends workaround
|
15 years ago |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 years ago |
Brad King
|
09e398fa9f
Create VS generator GetRegistryBase method
|
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 |
Alexander Neundorf
|
43de8c8628
|
18 years ago |
Brad King
|
2c1204e361
ENH: Added cmGlobalVisualStudioGenerator as superclass to all VS global generators.
|
18 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 |
Bill Hoffman
|
89e5fc63fe
STYLE: fix line lengths
|
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 |
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 |
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
|
4d30cb309c
ENH: ctest now uses CMake global generator to do the build part of build-and-test
|
20 years ago |
Bill Hoffman
|
13865fc4fa
ENH: move project map to global generator base
|
21 years ago |
Bill Hoffman
|
731369ef9c
ENH: try to initialize all languages at the same time
|
21 years ago |
Brad King
|
9b1771aef4
BUG: CMAKE_TRY_COMPILE_CONFIGURATION should be obtained from the cmMakefile instance for the listfile containing the TRY_COMPILE call, not the top level listfile.
|
21 years ago |
Bill Hoffman
|
ddb815c125
ENH: add new subdirectory exclude from top option
|
21 years ago |
Bill Hoffman
|
d89adbf049
remove warnings
|
22 years ago |
Bill Hoffman
|
5ccfaefb48
ENH: generate a sln and dsw file for each sub project in a project
|
22 years ago |
Brad King
|
e5ed57ec18
ENH: Registered global generators are now kept in a table in the cmake instance. Added support for documentation with a Generators section.
|
22 years ago |
Brad King
|
4e6ad941e9
ENH: Visual Studio 6 and 7 generators now set CMAKE_CONFIGURATION_TYPES to be a semicolon-separated list of configurations that will be built.
|
23 years ago |
Bill Hoffman
|
96189f79d5
ENH: unify EnableLanguage across all generators
|
23 years ago |
Brad King
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
23 years ago |