index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmCTest.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmListFileCache: Remove cmState header include
Stephen Kelly
2016-10-19
1
-0/+1
*
cmState: Port dependents to new cmStateTypes header
Stephen Kelly
2016-10-19
1
-1/+1
*
cmState: Move CacheEntryType enum to separate namespace
Stephen Kelly
2016-10-19
1
-1/+1
*
Do not define cout/cerr preprocessor symbols
Brad King
2016-10-04
1
-7/+0
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
CTest::CompressString: Avoid manual delete
Daniel Pfeifer
2016-09-23
1
-10/+5
*
CTest::CompressString: Reorder code to avoid unnecessary allocation
Daniel Pfeifer
2016-09-23
1
-8/+7
*
CTest::Base64EncodeFile: Avoid manual delete
Daniel Pfeifer
2016-09-23
1
-12/+7
*
fix a load of include-what-you-use violations
Daniel Pfeifer
2016-09-03
1
-27/+29
*
CMake: don't use else after return
Daniel Pfeifer
2016-08-18
1
-6/+5
*
Add additional <= and >= comparison operators
Chuck Atkins
2016-08-09
1
-5/+2
*
Use better KWSys SystemTools::GetEnv and HasEnv signatures
Dāvis Mosāns
2016-07-18
1
-5/+7
*
Merge topic 'reorganize-cmCTest'
Brad King
2016-07-06
1
-100/+135
|
\
|
*
cmCTest: Rename "ProcessTests()" to "ProcessSteps()" and improve doxygen
Jean-Christophe Fillion-Robin
2016-07-05
1
-2/+2
|
*
cmCTest: Facilitate code reading adding consistent comments in Run()
Jean-Christophe Fillion-Robin
2016-07-05
1
-4/+7
|
*
cmCTest: Improve readability adding "HandleTest(Action|Model)Argument()"
Jean-Christophe Fillion-Robin
2016-07-05
1
-43/+65
|
*
cmCTest: Improve readability adding "RunCMakeAndTest()" and "ExecuteTests()"
Jean-Christophe Fillion-Robin
2016-07-05
1
-54/+64
|
*
cmCTest: Fix typo
Jean-Christophe Fillion-Robin
2016-07-05
1
-1/+1
*
|
Avoid using KWSys auto_ptr by adopting it ourselves
Brad King
2016-06-29
1
-4/+4
|
/
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-25/+25
*
Remove c_str() calls from stream arguments.
Daniel Pfeifer
2016-06-06
1
-4/+4
*
Use the empty() method to check for emptyness.
Daniel Pfeifer
2016-06-02
1
-2/+2
*
Pass arguments that are not modified as const&.
Daniel Pfeifer
2016-05-26
1
-6/+6
*
Improve string find: prefer character overloads.
Daniel Pfeifer
2016-05-24
1
-2/+2
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-1546/+1084
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-79/+0
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-17/+17
*
Source: Stabilize include order
Brad King
2016-04-29
1
-0/+1
*
cmState: Initialize default definitions immediately.
Stephen Kelly
2015-10-13
1
-0/+1
*
CTest: Remove needless cmLocalGenerator creation.
Stephen Kelly
2015-10-05
1
-2/+0
*
CTest: Add options to limit output of passed and failed tests
Roman Wüger
2015-09-18
1
-1/+40
*
Merge topic 'fix-ctest-xml-double-encoding'
Brad King
2015-08-31
1
-4/+1
|
\
|
*
CTest: Fix XML double-encoding cases
Daniel Pfeifer
2015-08-28
1
-4/+1
*
|
cmLocalGenerator: Create from already-constructed cmMakefile.
Stephen Kelly
2015-08-28
1
-4/+4
*
|
cmGlobalGenerator: Remove MakeLocalGenerator method.
Stephen Kelly
2015-08-28
1
-1/+1
*
|
cmGlobalGenerator: Require a snapshot to create a local generator.
Stephen Kelly
2015-08-28
1
-1/+2
*
|
CTest: Report to CDash the compiler version used to build the project
Daniel Pfeifer
2015-08-11
1
-3/+2
*
|
CTest: Optionally add a ChangeId attribute on XML Site tags
Zack Galbreath
2015-07-17
1
-0/+7
*
|
CTest: hide progress ticks in verbose output
Daniel Pfeifer
2015-07-06
1
-4/+10
*
|
ctest: Optionally avoid starting tests that may exceed a given CPU load
Betsy McPhail
2015-06-30
1
-0/+35
|
/
*
Merge topic 'ctest-xml-refactor'
Brad King
2015-05-28
1
-70/+77
|
\
|
*
cmCTest: Drop unused method overloads
Daniel Pfeifer
2015-05-26
1
-112/+0
|
*
cmCTest: Port GenerateNotesFile to cmXMLWriter
Daniel Pfeifer
2015-05-26
1
-24/+26
|
*
cmCTest: Port to cmXMLWriter
Daniel Pfeifer
2015-05-26
1
-0/+117
*
|
cmGlobalGenerator: Require a cmake instance in ctor.
Stephen Kelly
2015-05-27
1
-2/+1
|
/
*
Merge topic 'refactor-cmLocalGenerator'
Brad King
2015-05-19
1
-0/+2
|
\
|
*
cmState: Compute and store directory components.
Stephen Kelly
2015-05-16
1
-0/+2
*
|
cmGlobalGenerator: Add NVI wrapper to create local generator.
Stephen Kelly
2015-05-16
1
-1/+1
|
/
*
ctest: Treat ENV{CTEST_OUTPUT_ON_FAILURE} as a boolean
Brad King
2015-04-22
1
-2/+2
*
cmMakefile: Remove always-null first parameter to ReadListFile.
Stephen Kelly
2015-04-18
1
-2/+2
[next]