Stephen Kelly
|
931e055d8c
Port all cmOStringStream to std::ostringstream.
|
10 år sedan |
Ben Boeckel
|
d8589e6437
ctest: count errors from scripts properly
|
11 år sedan |
Nils Gladitz
|
cc1139cc30
strings: Remove redundant calls to std::string::c_str()
|
11 år sedan |
Brad King
|
f33d875a84
CTest: Implement message(STATUS) output for 'ctest -S' scripts
|
11 år sedan |
Stephen Kelly
|
af8a1643c1
Remove c_str calls when using stream APIs.
|
11 år sedan |
Stephen Kelly
|
21c573f682
Remove some c_str() calls.
|
11 år sedan |
Ben Boeckel
|
270eb96df0
strings: Remove cmStdString references
|
11 år sedan |
Brad King
|
d1526f825e
Refactor internal resource location APIs and initialization
|
12 år sedan |
Nils Gladitz
|
35fbc10079
CTest: more aggressive implementation of ctest_empty_binary_directory()
|
12 år sedan |
Brad King
|
87cc62cab9
Drop "full" documentation output types
|
12 år sedan |
David Cole
|
93d084c180
CTest: Extend -D command line arg handling for variable definitions
|
13 år sedan |
Brad King
|
b10c5cbb87
CTest: Simplify environment save/restore
|
13 år sedan |
Zach Mullen
|
350546db3a
Implement ctest_upload command
|
14 år sedan |
Brad King
|
a1711f1c6b
Remove trailing whitespace
|
14 år sedan |
David Cole
|
4d3a387ac6
Preserve environment variables across calls to cmCTestScriptHandler::RunConfigurationScript. This will help prevent problems like we are currently experiencing (regarding CMake continuous dashboards only running once each day because the HOME environment variable is modified indirectly by a command in a called script, but affects the environment in the calling script).
|
16 år sedan |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 år sedan |
Bill Hoffman
|
cdb966532b
Fix memory and process leak in ctest_run_script.
|
16 år sedan |
Bill Hoffman
|
7d190a65ca
Change run_ctest_script in ctest to not stop processing when there is an error in the script being run. Also, add a RETURN_VALUE option so that you can find out if the script failed
|
16 år sedan |
Brad King
|
a48f29c904
Set current directory variables in CTest scripts
|
16 år sedan |
Brad King
|
e9d7ebb3ec
BUG: Do not double-initialize local generators
|
16 år sedan |
Alexander Neundorf
|
7048373296
STYLE: don't load CMakeDetermineSystem and CMakeSystemSpecific directly from
|
16 år sedan |
Alexander Neundorf
|
46f99c6565
STYLE: move the code for writing the initial cache into its own separate
|
16 år sedan |
Alexander Neundorf
|
a605bd5225
STYLE: rename InitCache to InitialCache, since it contains the contents for
|
16 år sedan |
Bill Hoffman
|
953439f738
ENH: add reminder comment
|
16 år sedan |
Bill Hoffman
|
e7f16fcb1b
BUG: make sure error condition is reset before loading scripts
|
16 år sedan |
Bill Hoffman
|
5b1139caea
BUG: fix for bug #8224 fix crash
|
17 år sedan |
Bill Hoffman
|
bdfc3fadd3
ENH: add more debug stuff to CTestCTest2 so I can figure out redwall
|
17 år sedan |
Alexander Neundorf
|
45aec04508
ENH: load CMakeDetermineSystem and CMakeSystemSpecificInformation when
|
17 år sedan |
Ken Martin
|
0e69d38004
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
|
18 år sedan |
Brad King
|
9f61e2a235
ENH: Centralized and globalized computation of CMake program locations. This eliminates startup paths that failed to produce this information.
|
18 år sedan |