Stephen Kelly
|
5642449a69
cmCommand: Remove IsDiscouraged interface.
|
10 years ago |
Stephen Kelly
|
de21168612
Port to static cmPolicies API.
|
10 years ago |
Stephen Kelly
|
86b5bdfa08
Replace 'foo.length() == 0' pattern with foo.empty().
|
10 years ago |
Stephen Kelly
|
6c19024570
Remove extra semicolons from C++ code.
|
11 years ago |
Ben Boeckel
|
85fc9f26a7
stringapi: Command names
|
11 years ago |
Ben Boeckel
|
dddbd2c7fa
stringapi: Accept strings when setting command errors
|
11 years ago |
Brad King
|
882c0f0b69
Add infrastructure for policies that disallow commands
|
12 years ago |
Brad King
|
e33d8d2d77
Drop builtin command documentation
|
12 years ago |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 years ago |
Yury G. Kudryashov
|
737c49a357
Add 'const' qualifier to some cmCommand members
|
13 years ago |
Eric NOULARD
|
1629615a10
CPack Documentation extraction from CMake script begins to work
|
14 years ago |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 years ago |
Brad King
|
71c0e1417b
ENH: Keep only FinalPass commands in memory
|
16 years ago |
Brad King
|
5f57efb417
BUG: Skip a command if its arguments fail to parse
|
17 years ago |
Ken Martin
|
d49ef18f8a
ENH: add first cut and policies still need to add the doc support
|
17 years ago |
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 years ago |
Alexander Neundorf
|
2e56fa4808
|
18 years ago |
Brad King
|
f12742d6cd
ENH: Patch from Alex to add IsDiscouraged method for future use in generating separate documentation for old commands. Also modified documentation of MAKE_DIRECTORY and REMOVE commands to indicate they should not be used.
|
19 years ago |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
19 years ago |
Andy Cedilnik
|
d9dc9b54a6
ENH: Add superclass for all commands and handlers. Improve handlers to have initialization code, and start initializing ctest when start is invoked
|
20 years ago |
Andy Cedilnik
|
ed75322836
COMP: Fix build error on Windows
|
20 years ago |
Andy Cedilnik
|
4c658a5bc5
ENH: Add classname to commands
|
20 years ago |
Andy Cedilnik
|
63a34874d5
ENH: Add accessor for Makefile and make SetError public
|
20 years ago |
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 years ago |
Andy Cedilnik
|
69dd3218ba
ENH: Start includding the scripting support
|
22 years ago |
Ken Martin
|
072db6ad70
removed redundent includes
|
22 years ago |
Andy Cedilnik
|
4d311988b9
ENH: Initial framework for deprecated commands
|
22 years ago |
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 years ago |
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 years ago |
Ken Martin
|
7ddb408621
removed some includes
|
23 years ago |