summaryrefslogtreecommitdiff
path: root/Source/cmCreateTestSourceList.cxx
Commit message (Expand)AuthorAgeFilesLines
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-0/+4
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-0/+1
* Separate compilation for commands included in cmBootstrapCommands1Daniel Pfeifer2016-10-211-0/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Use std::replace for replacing chars in strings.Daniel Pfeifer2016-05-241-3/+3
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-73/+47
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* Avoid depending on CMAKE_ROOT cache entry internally (#16015)Brad King2016-03-161-2/+1
* cmMakefile: Rename GetCurrent{Output,Binary}Directory.Stephen Kelly2015-04-211-1/+1
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-2/+2
* Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-2/+2
* Remove some c_str() calls.Stephen Kelly2014-03-111-2/+2
* Run vim spellcheck on some filesYury G. Kudryashov2012-02-291-1/+1
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+2
* ENH: Merging changes from branch CMake-SourceFile2-b between tagsBrad King2007-06-181-19/+7
* ENH: allow source file properties to chain to Directories and upKen Martin2006-12-131-3/+2
* ENH: make properties a bit more formal with documentation and chainingKen Martin2006-12-071-0/+3
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-16/+17
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-23/+29
* ENH: use GetRequiredDefinition instead of GetDefinition and crashBill Hoffman2004-08-111-1/+1
* BUG: When creating a test driver, do not remove the old file, so if nothing c...Andy Cedilnik2004-05-271-11/+6
* ENH: make test driver more flexible by using a configured file instead of gen...Bill Hoffman2004-04-281-155/+28
* fix compiler warningKen Martin2003-12-151-1/+0
* ENH: null terminate at the end of the listBill Hoffman2003-07-031-1/+3
* undid change because other changes make it no longer neccesaryKen Martin2003-06-061-1/+1
* minor fixKen Martin2003-06-051-1/+1
* BUG: Generate 0 into test driver instead of NULL.Brad King2003-02-051-1/+1
* ENH: Moved ExpandListVariables out of individual commands. Argument evaluati...Brad King2002-12-111-6/+4
* ENH: Improved implementation of MSVC debug hook to only add the hook if DART_...Brad King2002-12-111-8/+9
* ENH: Generate code to setup MSVC debug library hook. The test driver program...Brad King2002-12-111-9/+29
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* Rename variables to remove warningsAndy Cedilnik2002-10-171-4/+4
* removed some includesKen Martin2002-09-271-1/+1
* modified how source files store propertiesKen Martin2002-08-161-2/+2
* fixed some compiler warnings and leaksKen Martin2002-08-081-0/+2
* fixed some compiler warnings and leaksKen Martin2002-08-071-1/+1
* fixed some compiler warnings and leaksKen Martin2002-08-071-15/+4
* fixed support for C test programsKen Martin2002-07-311-4/+4
* FIX: <stdlib.h> is enough to get malloc()/free()Sebastien Barre2002-07-311-1/+1
* updated to handle extensionsKen Martin2002-07-301-9/+32
* FIX: la commande créait du code C++. Du code C devrait faire l'affaire.Sebastien Barre2002-07-301-4/+6
* FIX: la commande créait du code C++. Du code C devrait faire l'affaire.Sebastien Barre2002-07-301-8/+11
* removed all source lists from the system and made them vectors. Also appended...Ken Martin2002-06-271-1/+1
* modified create test source to create a vectorKen Martin2002-06-191-4/+9
* ENH: add the ability to process command line arguments in the test driver bef...Bill Hoffman2002-04-041-7/+55
* FIX: should compare to 0, not NULLSebastien Barre2002-03-291-1/+1
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-1/+1
* ENH: major change, the cmMakefile now contains a master list of cmSourceFile ...Bill Hoffman2002-03-291-0/+1
* FIX: tolower is in <ctype.h> !, frenchySebastien Barre2002-03-291-1/+1