Stephen Kelly
|
fd7b371293
Replace foo.size() pattern with !foo.empty().
|
10 years ago |
Stephen Kelly
|
aa773035b7
Replace !foo.size() pattern with foo.empty().
|
10 years ago |
Stephen Kelly
|
930bd47816
Replace 'foo.size() == 0' pattern with foo.empty().
|
10 years ago |
Stephen Kelly
|
d92887efab
Replace 'foo.size() > 0' pattern with !foo.empty().
|
10 years ago |
Stephen Kelly
|
931e055d8c
Port all cmOStringStream to std::ostringstream.
|
10 years ago |
Nils Gladitz
|
cc1139cc30
strings: Remove redundant calls to std::string::c_str()
|
11 years ago |
Brad King
|
29bd843e8b
CTest: Use -A option to pass generator platform selection
|
11 years ago |
Brad King
|
8d33209170
CTest: Add options to set generator platform
|
11 years ago |
Brad King
|
30983ebec1
cmGlobalGenerator: Take Build output argument by reference
|
11 years ago |
Brad King
|
f52b5ae3c4
cmSystemTools: Add callback for Stderr
|
11 years ago |
Brad King
|
73b13f5641
cmSystemTools: Rename ErrorCallback to MessageCallback
|
11 years ago |
Brad King
|
7577a542df
cmCTestBuildAndTestHandler: Refactor output capture
|
11 years ago |
Brad King
|
b1b4d761a1
cmCTestBuildAndTestHandler: Refactor local loop var
|
11 years ago |
Stephen Kelly
|
21c573f682
Remove some c_str() calls.
|
11 years ago |
Brad King
|
4d1d7725f3
ctest: Teach --build-options to allow zero options
|
12 years ago |
Brad King
|
96966b5c80
ctest: Make the --build-makeprogram optional for --build-and-test
|
12 years ago |
Brad King
|
d1526f825e
Refactor internal resource location APIs and initialization
|
12 years ago |
Brad King
|
e3841cf4a2
CTest: Add options to set generator toolset
|
13 years ago |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 years ago |
David Cole
|
85feea2d0d
Fix floating point comparison warnings. Thanks to Alex Neundorf for the patch.
|
16 years ago |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 years ago |
Bill Hoffman
|
0e85c8b6a1
STYLE: fix warning
|
16 years ago |
Bill Hoffman
|
15ad6db170
BUG: fix crash when running ctest coverage for VTK
|
16 years ago |
Brad King
|
4c725d1e0e
ENH: Minor readability improvement in CTest output
|
17 years ago |
David Cole
|
ceaef94ccc
ENH: Implement feature request from issue 7885. Allow setting environment variables on a per-test basis for ctest using set_test_properties ENVIRONMENT.
|
17 years ago |
Brad King
|
810c47f56e
BUG: Make CTest honor user-specified config
|
17 years ago |
Bill Hoffman
|
bf3598bab4
BUG: make sure ctest sees the output of the cmake run in build and test cases, it was not...
|
17 years ago |
Bill Hoffman
|
267fd538d8
ENH: fix build issue with config type not being specified by ctest
|
18 years ago |
Bill Hoffman
|
1f99030cfa
ENH: for build and test default the config type to the one that ctest was built with, it is good for the current ctest setup, and other projects can always specify a value on the command line
|
18 years ago |
Ken Martin
|
a175613a56
BUG: better passing of global TIMEOUT to internal ctest invocaitons
|
18 years ago |