Wouter Klouwen
|
5fd979a8a3
CTest: adopt std::chrono::system_clock
|
před 8 roky |
Wouter Klouwen
|
e8a4036e96
CTest: use std::chrono::steady_clock for time keeping
|
před 8 roky |
Brad King
|
0b33aee48b
Use C++11 override instead of CM_OVERRIDE
|
před 8 roky |
Daniel Pfeifer
|
ca2233e31f
IWYU: Mark cmConfigure.h with pragma: keep
|
před 8 roky |
Daniel Pfeifer
|
1d829c862c
Use quotes for non-system includes
|
před 8 roky |
Dāvis Mosāns
|
40bd42dfbc
Add Encoding option for RunChild, RunMakeCommand and RunProcess
|
před 9 roky |
Brad King
|
92c865b8f5
cmCTestBuildHandler: Use size_t in ProcessBuffer length argument
|
před 9 roky |
Daniel Pfeifer
|
15aa814b85
Remove cmObject.h and cmTypeMacro.h
|
před 9 roky |
Daniel Pfeifer
|
fb0b087c4d
Make cmCTestGenericHandler not inherit from cmObject
|
před 9 roky |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
před 9 roky |
Daniel Pfeifer
|
3849164454
CTest: fix include-what-you-use violations
|
před 9 roky |
Daniel Pfeifer
|
a7a9239096
mark functions with CM_OVERRIDE
|
před 9 roky |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
před 9 roky |
Brad King
|
180538c706
Source: Stabilize include order
|
před 9 roky |
Daniel Pfeifer
|
82455a9d3a
cmCTestBuildHandler: Port to cmXMLWriter
|
před 10 roky |
Stephen Kelly
|
e848cc5074
cmStandardIncludes: Remove deque include.
|
před 11 roky |
Ben Boeckel
|
270eb96df0
strings: Remove cmStdString references
|
před 11 roky |
Clinton Stimpson
|
5730710c86
Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.
|
před 12 roky |
David Cole
|
0b38bb4c53
Fix issue #2336 - honor the -C arg to ctest. Honor it for all stages of running -D dashboards from the command line and running ctest_configure, ctest_build and ctest_test commands in -S scripts. Also, allow a script to change it by setting the CTEST_CONFIGURATION_TYPE variable: allows for multiple configuration build/test cycles within one script. Add a new signature for the cmake command build_command that accepts CONFIGURATION as one argument. The original build_command signature is still there, but now marked as deprecated in the documentation. Of course... also add CTestConfig tests to verify that -C is honored for -D dashboards and -S scripts.
|
před 16 roky |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
před 16 roky |
Brad King
|
7497fd575d
ENH: Teach CTest dashboard builds to use launchers
|
před 17 roky |
Brad King
|
5f65e04ea2
ENH: Refactor Build.xml generation
|
před 17 roky |
Bill Hoffman
|
82c3afcf6f
ENH: allow ctest_build to return error and warning counts
|
před 17 roky |
Bill Hoffman
|
c4093afc52
ENH: enhancements for cdash, include system information and better time entries
|
před 18 roky |
Andy Cedilnik
|
862f5df25c
STYLE: Fix some style issues
|
před 19 roky |
Andy Cedilnik
|
6503a0eecc
STYLE: Fix some style issues
|
před 20 roky |
Andy Cedilnik
|
04c705bc01
ENH: Better handle interleved error/output
|
před 20 roky |
Andy Cedilnik
|
d9dc9b54a6
ENH: Add superclass for all commands and handlers. Improve handlers to have initialization code, and start initializing ctest when start is invoked
|
před 20 roky |
Andy Cedilnik
|
ac05727cb0
ENH: Once the number of errors or warnings was reached, stop counting them. Also fix compile warning on bad compilers
|
před 20 roky |
Andy Cedilnik
|
36121b9234
ENH: Streamline build process. This reduces the memory footprint, since only some number of lines of output will be in memory at the time. Also, this will report the build errors and warnings as it goes through the build
|
před 20 roky |