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
/
cmSetTestsPropertiesCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-2/+2
*
Use cmAppend to append ranges to std::vector instances
Sebastian Holtermann
2019-05-23
1
-1/+2
*
clang-tidy: remove else after break and continue
Daniel Pfeifer
2017-04-21
1
-2/+1
*
Include necessary headers in commands
Daniel Pfeifer
2016-10-26
1
-1/+5
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
use empty method to check for emptyness
Daniel Pfeifer
2016-09-15
1
-1/+1
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-45/+26
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-1/+1
*
cmPropertyMap: Remove chaining logic.
Stephen Kelly
2015-06-07
1
-2/+4
*
Fix an unused variable warning from scanbuild.
Bill Hoffman
2015-03-26
1
-10/+1
*
Replace while loop with member insert.
Stephen Kelly
2015-02-06
1
-8/+1
*
Take a size check outside of an inner loop.
Stephen Kelly
2015-02-06
1
-5/+5
*
Replace 'foo.size() == 0' pattern with foo.empty().
Stephen Kelly
2015-01-18
1
-1/+1
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-3/+3
*
stringapi: Use strings for test names
Ben Boeckel
2014-03-08
1
-1/+1
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-6/+6
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
ENH: Improve test property speed with a map
Brad King
2009-01-05
1
-20/+7
*
ENH: add return and break support to cmake, also change basic command invocat...
Ken Martin
2008-01-23
1
-2/+2
*
BUG: fix bad comparison
Ken Martin
2006-12-07
1
-1/+1
*
COMP: fix a warning
Ken Martin
2006-12-07
1
-1/+0
*
ENH: implements SetProperties for TEST
Ken Martin
2006-12-07
1
-23/+46
*
STYLE: fix line length
Ken Martin
2006-05-12
1
-3/+6
*
STYLE: some m_ to this-> cleanup
Ken Martin
2006-03-15
1
-1/+1
*
ENH: Add set and get test propety command
Andy Cedilnik
2005-07-31
1
-0/+110