Stephen Kelly
|
e6eecec761
cmListFileCache: Remove cmState header include
|
9 years ago |
Stephen Kelly
|
a91eaf3872
cmState: Port dependents to new cmStateTypes header
|
9 years ago |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
9 years ago |
Craig Scott
|
73f47c9e46
CTest: Add support for test fixtures
|
9 years ago |
Daniel Pfeifer
|
3849164454
CTest: fix include-what-you-use violations
|
9 years ago |
Daniel Pfeifer
|
50ad1e0a14
CTest: don't use else after return
|
9 years ago |
Daniel Pfeifer
|
e7b842e189
Make sure unnused parameters are /*named*/
|
9 years ago |
Brad King
|
b5ec5b0901
Avoid using KWSys auto_ptr by adopting it ourselves
|
9 years ago |
Daniel Pfeifer
|
1d6909a287
use CM_NULLPTR
|
9 years ago |
Daniel Pfeifer
|
7647f6afa4
Add CM_OVERRIDE to some functions
|
9 years ago |
Daniel Pfeifer
|
24ab29b882
Prefer istringstream and ostringstream over stringstream.
|
9 years ago |
Daniel Pfeifer
|
fa277b29e4
Remove c_str() calls from stream arguments.
|
9 years ago |
Brad King
|
3d6638471a
Merge topic 'size-empty'
|
9 years ago |
Daniel Pfeifer
|
c6220de276
Use the empty() method to check for emptyness.
|
9 years ago |
Daniel Pfeifer
|
7f6b8d3399
Simplify boolean expressions
|
9 years ago |
Daniel Pfeifer
|
5784747d1b
Improve string find: prefer character overloads.
|
9 years ago |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 years ago |
Brad King
|
0ac18d40c8
Remove `//------...` horizontal separator comments
|
9 years ago |
Brad King
|
e1c7747253
Format include directive blocks and ordering with clang-format
|
9 years ago |
Brad King
|
180538c706
Source: Stabilize include order
|
9 years ago |
Zack Galbreath
|
993e48d045
CTest: Optionally use a secondary test timeout after matching output
|
9 years ago |
Zack Galbreath
|
a7393cbd40
ctest_test: Report which tests failed even when QUIET is used
|
9 years ago |
Sean McBride
|
710d8bab7e
Fix trivial clang -Wdouble-promotion warnings
|
10 years ago |
Stephen Kelly
|
20b95ef8c8
cmState: Initialize default definitions immediately.
|
10 years ago |
Stephen Kelly
|
6da4cd8fb9
CTest: Remove needless cmLocalGenerator creation.
|
10 years ago |
Brad King
|
e18f6fe276
Merge topic 'fix-ctest-xml-double-encoding'
|
10 years ago |
Stephen Kelly
|
ff8ac8ee6a
cmLocalGenerator: Create from already-constructed cmMakefile.
|
10 years ago |
Stephen Kelly
|
92041eec49
cmGlobalGenerator: Remove MakeLocalGenerator method.
|
10 years ago |
Stephen Kelly
|
acb006229d
cmGlobalGenerator: Require a snapshot to create a local generator.
|
10 years ago |
Daniel Pfeifer
|
ab2524d63f
CTest: Fix XML double-encoding cases
|
10 years ago |