summaryrefslogtreecommitdiff
path: root/Source/cmAddTestCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Refactor: Use new SetProperty signaturesMarc Chevrier2021-08-251-1/+1
* cmMakefile: modernize memory managementMarc Chevrier2020-01-141-2/+4
* Refactor: Use cmStrCat to construct error stringsAsit Dhal2019-09-181-13/+6
* cmA*Command: Turn into free functionsRegina Pfeifer2019-08-071-22/+27
* add_test: Add COMMAND_EXPAND_LISTS optionSergey Bobrenok2019-06-071-0/+9
* Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-231-2/+1
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-1/+5
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-65/+36
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-1/+0
* Merge topic 'drop-ancient-workarounds'Brad King2015-01-121-3/+3
|\
| * Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-3/+3
* | Use insert instead of a loop in some cases.Stephen Kelly2015-01-111-5/+1
|/
* Remove some c_str() calls.Stephen Kelly2014-03-111-7/+7
* Only set the property if the property was givenBen Boeckel2011-01-201-5/+6
* Default the working dir to the current binary dirBen Boeckel2011-01-201-2/+4
* Add WORKING_DIRECTORY argument to add_testBen Boeckel2010-12-161-0/+17
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Add NAME mode to ADD_TEST commandBrad King2009-03-161-1/+110
* ENH: Refactor storage of test command linesBrad King2009-03-161-9/+6
* ENH: Refactor generation of CTestTestfile contentBrad King2009-03-161-1/+10
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+2
* STYLE: fix line lengthKen Martin2006-05-101-4/+3
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-1/+1
* COMP: Fix problem on compilers that cannot implicitly convert std::string to ...Andy Cedilnik2005-04-241-1/+5
* ENH: Improve internal test handling by creating a test class. Command cmEnabl...Andy Cedilnik2005-04-241-61/+9
* BUG: By default disable new files.Andy Cedilnik2005-04-041-3/+3
* ENH: More ctest changes and move SetupTest to superclassAndy Cedilnik2005-04-011-1/+1
* ENH: Start adding support for CTest testfilesAndy Cedilnik2005-04-011-1/+8
* ENH: big change that includes immediate subdir support, removing the notion o...Ken Martin2005-03-181-1/+1
* BUG: Cannot add extra escapes for backslashes because it makes the behavior i...Brad King2003-11-041-2/+4
* BUG#259: ADD_TEST command generated in DartTestfile.txt now quotes/escapes al...Brad King2003-11-031-7/+12
* BUG: Backing out previous change until a deeper problem can be investigated.Brad King2003-10-301-10/+9
* BUG#259: Do not double quote arguments if they are already quoted when writin...Brad King2003-10-301-9/+10
* ENH: Moved ExpandListVariables out of individual commands. Argument evaluati...Brad King2002-12-111-2/+1
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-11/+11
* removed some includesKen Martin2002-09-271-1/+0
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-7/+1
* ENH: expand variables in arguments before the commands get themBill Hoffman2002-03-051-3/+1
* FIX: command now expands args during the first pass (found through FOREACH ex...Sebastien Barre2002-02-261-9/+11
* ENH: fix for spaces in paths on unixBill Hoffman2002-02-221-1/+8
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
* ENH: change InitialPass to take a const reference to the argument string, to ...Bill Hoffman2001-09-201-1/+1
* BUG: ADD_TEST now only does stuff if ENABLE_TESTING has been run.Amitha Perera2001-08-231-18/+22
* ENH: Changed generated filename to DartTestfile.txtJim Miller2001-06-191-1/+1
* ENH: move utilities to targets from makefile, and add versioning to cacheBill Hoffman2001-06-071-1/+1
* FIX: InitialPass() seg fault on std::copy and FinalPass() was not appending t...Jim Miller2001-06-061-3/+4
* added enable testing deprecated some commandsKen Martin2001-06-061-4/+39
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-061-1/+1
* New cmake command to specify a single testJim Miller2001-06-051-0/+69