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
|
před 20 roky |
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.
|
před 20 roky |
Ken Martin
|
369308ca76
ENH: make LOCATION an computed property of the target and get rid of a bunch of const junk
|
před 20 roky |
Ken Martin
|
8108786494
ENH: fix for incorrect setting of CONFIZGURATION_TYPES
|
před 20 roky |
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.
|
před 20 roky |
Andy Cedilnik
|
61d0a75d11
ENH: Add option to ignore errors. Only works on make
|
před 20 roky |
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.
|
před 20 roky |
Andy Cedilnik
|
cb3ea2328a
ENH: Start working on a method that abstracts generating of build command
|
před 20 roky |
Brad King
|
3b81a43294
ENH: Added dependency from INSTALL target to ALL_BUILD target so that targets build before being installed.
|
před 20 roky |
Bill Hoffman
|
0255dab023
BUG: fix for bug 1702, better error message for GUID missing
|
před 20 roky |
Andy Cedilnik
|
86cebea79a
ENH: More ctest changes and move SetupTest to superclass
|
před 20 roky |
Ken Martin
|
791aa6052b
ENH: add support for out of source source
|
před 20 roky |
Ken Martin
|
3ff6722934
ENH: cleanup by removing all the olf local generate junk that i not longer needed
|
před 20 roky |
Brad King
|
39af9ee1e4
ENH: Updated implementation of custom commands. Multiple command lines are now supported effectively allowing entire scripts to be written. Also removed extra variable expansions and cleaned up passing of commands through to the generators. The command and individual arguments are now kept separate all the way until the generator writes them out. This cleans up alot of escaping issues.
|
před 20 roky |
Ken Martin
|
4d30cb309c
ENH: ctest now uses CMake global generator to do the build part of build-and-test
|
před 20 roky |
Bill Hoffman
|
13865fc4fa
ENH: move project map to global generator base
|
před 21 roky |
Brad King
|
a5ae290a5b
STYLE: Adjusted signature of cmGeneratedFileStream to make copy-if-different more explicity.
|
před 21 roky |
Brad King
|
e34207c1f0
COMP: Fix new cmGeneratedFileStream for MSVC.
|
před 21 roky |
Bill Hoffman
|
444dbd3309
BUG: fix external project command for VS 7 and 71
|
před 21 roky |
Bill Hoffman
|
e192b45f4b
ENH: fix for vs 70 generator
|
před 21 roky |
Bill Hoffman
|
5001eed8a5
ENH: clean up of INCLUDE_EXTERNAL_MSPROJECT contributed by Clinton Stimpson
|
před 21 roky |
Bill Hoffman
|
b1f3e10439
BUG: make sure env CC and CXX are not set for VS IDE builds
|
před 21 roky |
Bill Hoffman
|
32fe8caaef
bug fixes for external projects
|
před 21 roky |
Bill Hoffman
|
d385543865
BUG: fix include external project bug
|
před 21 roky |
Bill Hoffman
|
b5bdf2cb0a
ENH: add better error reporting for file open failures
|
před 21 roky |
Bill Hoffman
|
731369ef9c
ENH: try to initialize all languages at the same time
|
před 21 roky |
Bill Hoffman
|
bb32a51825
ENH: change RUN_TESTS to use -C and not -D also use GetRequiredDefinition where needed
|
před 21 roky |
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.
|
před 21 roky |
Bill Hoffman
|
1d061ae896
fix include order because of GetCurrentDirectory define and windows.h problem
|
před 21 roky |
Bill Hoffman
|
c15adc9221
BUG: fix sub project path problem
|
před 21 roky |