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
/
cmCreateTestSourceList.cxx
Commit message (
Collapse
)
Author
Age
Files
Lines
*
ENH: add the ability to process command line arguments in the test driver ↵
Bill Hoffman
2002-04-04
1
-7/+55
|
|
|
|
before the test driver gets them
*
FIX: should compare to 0, not NULL
Sebastien Barre
2002-03-29
1
-1/+1
|
*
make sure ; expansion is done in all commands
Bill Hoffman
2002-03-29
1
-1/+1
|
*
ENH: major change, the cmMakefile now contains a master list of cmSourceFile ↵
Bill Hoffman
2002-03-29
1
-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> !, frenchy
Sebastien Barre
2002-03-29
1
-1/+1
|
*
ENH: perform case insensitive comparison on test names
Sebastien Barre
2002-03-28
1
-7/+28
|
*
FIX: cmSourceFile::SetName was not called correctly for the test source files
Sebastien Barre
2002-03-27
1
-2/+2
|
*
ENH: small formatting enh
Sebastien Barre
2002-03-27
1
-3/+3
|
*
ENH: keep the name of the test as close to the source file (only the ↵
Sebastien Barre
2002-03-26
1
-13/+15
|
|
|
|
function name is cleaned up)
*
ENH: add -R (similar to ctest but use substr instead of regexp). indent.
Sebastien Barre
2002-03-26
1
-59/+102
|
*
ENH: now supports tests inside sub-dirs
Sebastien Barre
2002-03-26
1
-8/+42
|
*
ENH: if no arguments are given and there is only one test, then run it
Bill Hoffman
2002-03-26
1
-1/+7
|
*
ENH: add new command to create a test driver
Bill Hoffman
2002-03-20
1
-0/+129