index
:
delta/cmake.git
baserock/morph
dashboard
hooks
maint
master
next
nightly
nightly-master
release
gitlab.kitware.com: cmake/cmake.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
cmAddTestCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-65
/
+36
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-1
/
+0
*
Merge topic 'drop-ancient-workarounds'
Brad King
2015-01-12
1
-3
/
+3
|
\
|
*
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-3
/
+3
*
|
Use insert instead of a loop in some cases.
Stephen Kelly
2015-01-11
1
-5
/
+1
|
/
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-7
/
+7
*
Only set the property if the property was given
Ben Boeckel
2011-01-20
1
-5
/
+6
*
Default the working dir to the current binary dir
Ben Boeckel
2011-01-20
1
-2
/
+4
*
Add WORKING_DIRECTORY argument to add_test
Ben Boeckel
2010-12-16
1
-0
/
+17
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14
/
+9
*
ENH: Add NAME mode to ADD_TEST command
Brad King
2009-03-16
1
-1
/
+110
*
ENH: Refactor storage of test command lines
Brad King
2009-03-16
1
-9
/
+6
*
ENH: Refactor generation of CTestTestfile content
Brad King
2009-03-16
1
-1
/
+10
*
ENH: add return and break support to cmake, also change basic command invocat...
Ken Martin
2008-01-23
1
-1
/
+2
*
STYLE: fix line length
Ken Martin
2006-05-10
1
-4
/
+3
*
STYLE: some m_ to this-> cleanup
Ken Martin
2006-03-15
1
-1
/
+1
*
COMP: Fix problem on compilers that cannot implicitly convert std::string to ...
Andy Cedilnik
2005-04-24
1
-1
/
+5
*
ENH: Improve internal test handling by creating a test class. Command cmEnabl...
Andy Cedilnik
2005-04-24
1
-61
/
+9
*
BUG: By default disable new files.
Andy Cedilnik
2005-04-04
1
-3
/
+3
*
ENH: More ctest changes and move SetupTest to superclass
Andy Cedilnik
2005-04-01
1
-1
/
+1
*
ENH: Start adding support for CTest testfiles
Andy Cedilnik
2005-04-01
1
-1
/
+8
*
ENH: big change that includes immediate subdir support, removing the notion o...
Ken Martin
2005-03-18
1
-1
/
+1
*
BUG: Cannot add extra escapes for backslashes because it makes the behavior i...
Brad King
2003-11-04
1
-2
/
+4
*
BUG#259: ADD_TEST command generated in DartTestfile.txt now quotes/escapes al...
Brad King
2003-11-03
1
-7
/
+12
*
BUG: Backing out previous change until a deeper problem can be investigated.
Brad King
2003-10-30
1
-10
/
+9
*
BUG#259: Do not double quote arguments if they are already quoted when writin...
Brad King
2003-10-30
1
-9
/
+10
*
ENH: Moved ExpandListVariables out of individual commands. Argument evaluati...
Brad King
2002-12-11
1
-2
/
+1
*
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...
Brad King
2002-10-23
1
-11
/
+11
*
removed some includes
Ken Martin
2002-09-27
1
-1
/
+0
*
make sure ; expansion is done in all commands
Bill Hoffman
2002-03-29
1
-7
/
+1
*
ENH: expand variables in arguments before the commands get them
Bill Hoffman
2002-03-05
1
-3
/
+1
*
FIX: command now expands args during the first pass (found through FOREACH ex...
Sebastien Barre
2002-02-26
1
-9
/
+11
*
ENH: fix for spaces in paths on unix
Bill Hoffman
2002-02-22
1
-1
/
+8
*
ENH:Updated copyright
Will Schroeder
2002-01-21
1
-29
/
+5
*
ENH: change InitialPass to take a const reference to the argument string, to ...
Bill Hoffman
2001-09-20
1
-1
/
+1
*
BUG: ADD_TEST now only does stuff if ENABLE_TESTING has been run.
Amitha Perera
2001-08-23
1
-18
/
+22
*
ENH: Changed generated filename to DartTestfile.txt
Jim Miller
2001-06-19
1
-1
/
+1
*
ENH: move utilities to targets from makefile, and add versioning to cache
Bill Hoffman
2001-06-07
1
-1
/
+1
*
FIX: InitialPass() seg fault on std::copy and FinalPass() was not appending t...
Jim Miller
2001-06-06
1
-3
/
+4
*
added enable testing deprecated some commands
Ken Martin
2001-06-06
1
-4
/
+39
*
ENH: rename Invoke to InitialPass
Bill Hoffman
2001-06-06
1
-1
/
+1
*
New cmake command to specify a single test
Jim Miller
2001-06-05
1
-0
/
+69