Stephen Kelly
|
21c573f682
Remove some c_str() calls.
|
11 年之前 |
Ben Boeckel
|
d94f9c6487
Only set the property if the property was given
|
14 年之前 |
Ben Boeckel
|
b6c302b1aa
Default the working dir to the current binary dir
|
14 年之前 |
Ben Boeckel
|
42de5d02dd
Add WORKING_DIRECTORY argument to add_test
|
15 年之前 |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 年之前 |
Brad King
|
9862f383d0
ENH: Add NAME mode to ADD_TEST command
|
16 年之前 |
Brad King
|
606e6ff9cd
ENH: Refactor storage of test command lines
|
16 年之前 |
Brad King
|
66d69f864a
ENH: Refactor generation of CTestTestfile content
|
16 年之前 |
Ken Martin
|
0e69d38004
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
|
18 年之前 |
Ken Martin
|
aae0bcdacf
STYLE: fix line length
|
19 年之前 |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
19 年之前 |
Andy Cedilnik
|
c736b5b958
COMP: Fix problem on compilers that cannot implicitly convert std::string to cmStdString
|
20 年之前 |
Andy Cedilnik
|
d395b563ed
ENH: Improve internal test handling by creating a test class. Command cmEnableTesting now only sets CMAKE_TESTING_ENABLED and cmAddTest only adds a test to the list. The actual test files are written by local generator. This way we can at some point in the future replace DartTestfile with some XML file
|
20 年之前 |
Andy Cedilnik
|
0dd2b6eb80
BUG: By default disable new files.
|
20 年之前 |
Andy Cedilnik
|
86cebea79a
ENH: More ctest changes and move SetupTest to superclass
|
20 年之前 |
Andy Cedilnik
|
7acfc4dc3c
ENH: Start adding support for CTest testfiles
|
20 年之前 |
Ken Martin
|
345cf04012
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
20 年之前 |
Brad King
|
0169ccf157
BUG: Cannot add extra escapes for backslashes because it makes the behavior inconsistent with previous versions of cmake.
|
22 年之前 |
Brad King
|
5f30c8caac
BUG#259: ADD_TEST command generated in DartTestfile.txt now quotes/escapes all arguments.
|
22 年之前 |
Brad King
|
fc689df5d9
BUG: Backing out previous change until a deeper problem can be investigated.
|
22 年之前 |
Brad King
|
cc3887c462
BUG#259: Do not double quote arguments if they are already quoted when writing DartTestfile.txt.
|
22 年之前 |
Brad King
|
4888c088ae
ENH: Moved ExpandListVariables out of individual commands. Argument evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
|
23 年之前 |
Brad King
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
23 年之前 |
Ken Martin
|
7ddb408621
removed some includes
|
23 年之前 |
Bill Hoffman
|
7d76de4403
make sure ; expansion is done in all commands
|
23 年之前 |
Bill Hoffman
|
4651dbcfc6
ENH: expand variables in arguments before the commands get them
|
23 年之前 |
Sebastien Barre
|
ffb875f862
FIX: command now expands args during the first pass (found through FOREACH example)
|
23 年之前 |
Bill Hoffman
|
b8d2413156
ENH: fix for spaces in paths on unix
|
24 年之前 |
Will Schroeder
|
a6a43d5320
ENH:Updated copyright
|
24 年之前 |
Bill Hoffman
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 年之前 |