Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
19 년 전 |
Bill Hoffman
|
89e5fc63fe
STYLE: fix line lengths
|
19 년 전 |
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 년 전 |
Andy Cedilnik
|
c4156b4531
COMP: Even more global target fixes
|
20 년 전 |
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 년 전 |
Brad King
|
22c62c9e65
BUG: Sweeping changes to cleanup computation of target names. This should
|
20 년 전 |
Brad King
|
805d365d47
ENH: Renamed ZeroTargetCheck target to ZERO_CHECK for consistency with other CMake-generated targets (ALL_BUILD, RUN_TESTS, INSTALL).
|
20 년 전 |
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 년 전 |
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 년 전 |
Brad King
|
d952f68738
BUG: Tweak VS8 generator to keep VS8 happy. The .vcproj files need their own GUIDs in a ProjectGUID attribute. The top level .sln file needs a special comment at the top to allow it to be opened with double-click in explorer.
|
20 년 전 |
Ken Martin
|
369308ca76
ENH: make LOCATION an computed property of the target and get rid of a bunch of const junk
|
20 년 전 |
Andy Cedilnik
|
61d0a75d11
ENH: Add option to ignore errors. Only works on make
|
20 년 전 |
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 년 전 |
Andy Cedilnik
|
cb3ea2328a
ENH: Start working on a method that abstracts generating of build command
|
20 년 전 |
Brad King
|
3b81a43294
ENH: Added dependency from INSTALL target to ALL_BUILD target so that targets build before being installed.
|
20 년 전 |
Andy Cedilnik
|
86cebea79a
ENH: More ctest changes and move SetupTest to superclass
|
20 년 전 |
Ken Martin
|
3ff6722934
ENH: cleanup by removing all the olf local generate junk that i not longer needed
|
20 년 전 |
Ken Martin
|
4d30cb309c
ENH: ctest now uses CMake global generator to do the build part of build-and-test
|
21 년 전 |
Bill Hoffman
|
13865fc4fa
ENH: move project map to global generator base
|
21 년 전 |
Bill Hoffman
|
731369ef9c
ENH: try to initialize all languages at the same time
|
21 년 전 |
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 년 전 |
Bill Hoffman
|
70eaddbf8e
BUG: make sure global generate is done when cmakelist file chagnes, also make sure guids are stored in the cache so the .sln file does not change every time
|
21 년 전 |
Bill Hoffman
|
ddb815c125
ENH: add new subdirectory exclude from top option
|
22 년 전 |
Bill Hoffman
|
d89adbf049
remove warnings
|
22 년 전 |
Bill Hoffman
|
5ccfaefb48
ENH: generate a sln and dsw file for each sub project in a project
|
22 년 전 |
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 년 전 |
Bill Hoffman
|
6112e7fc16
add support for vs 71
|
22 년 전 |
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 년 전 |
Bill Hoffman
|
96189f79d5
ENH: unify EnableLanguage across all generators
|
23 년 전 |
Ken Martin
|
6964957b4a
use InAll target setting to determine what targets are in the default build
|
23 년 전 |