summaryrefslogtreecommitdiffstats
path: root/Source/cmCreateTestSourceList.cxx
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Andy Cedilnik2004-05-271-11/+6
| | | | changes, it will not rebuild. Fixes Bug #885 - cmCreateTestSource overwrite file when running cmake
* ENH: make test driver more flexible by using a configured file instead of ↵Bill Hoffman2004-04-281-155/+28
| | | | generating all the code. fixes bug 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 ↵Brad King2002-12-111-6/+4
| | | | evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
* ENH: Improved implementation of MSVC debug hook to only add the hook if ↵Brad King2002-12-111-8/+9
| | | | DART_TEST_FROM_DART is set in the environment. This is better than always adding the hook and testing the environment from the callback.
* ENH: Generate code to setup MSVC debug library hook. The test driver ↵Brad King2002-12-111-9/+29
| | | | program will not display error dialogs if DART_TEST_FROM_DART is set in the environment.
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-3/+3
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* 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 ↵Ken Martin2002-06-271-1/+1
| | | | appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building
* 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 ↵Bill Hoffman2002-04-041-7/+55
| | | | before the test driver gets them
* 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
| | | | objects, the source lists reference the list via pointers, also you can now set properties on a file, like compile flags, abstract, etc.
* FIX: tolower is in <ctype.h> !, frenchySebastien Barre2002-03-291-1/+1
|
* ENH: perform case insensitive comparison on test namesSebastien Barre2002-03-281-7/+28
|
* FIX: cmSourceFile::SetName was not called correctly for the test source filesSebastien Barre2002-03-271-2/+2
|
* ENH: small formatting enhSebastien Barre2002-03-271-3/+3
|
* ENH: keep the name of the test as close to the source file (only the ↵Sebastien Barre2002-03-261-13/+15
| | | | function name is cleaned up)
* ENH: add -R (similar to ctest but use substr instead of regexp). indent.Sebastien Barre2002-03-261-59/+102
|
* ENH: now supports tests inside sub-dirsSebastien Barre2002-03-261-8/+42
|
* ENH: if no arguments are given and there is only one test, then run itBill Hoffman2002-03-261-1/+7
|
* ENH: add new command to create a test driverBill Hoffman2002-03-201-0/+129