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
*
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