26 Commits (67e8012783da07b165261d93636d2523e142c67c)

Author SHA1 Message Date
Ken Martin c53b26baf2 ENH: some more cleanup 19 years ago
Brad King 5a6b0792cd ENH: Added COMMENT option to ADD_CUSTOM_TARGET. This addresses bug#3461. 19 years ago
Brad King 7d2de52c1a ENH: Cleaned up signature of cmMakefile::AddUtilityCommand. It is not valid to have an output from a utility rule and no calls to the method asked for an output anyway. The argument has been removed. 19 years ago
Brad King d01b6f1281 ENH: Added VERBATIM option to ADD_CUSTOM_COMMAND and ADD_CUSTOM_TARGET commands. This option enables full escaping of custom command arguments on all platforms. See bug#3786. 19 years ago
Brad King 6ce165de43 ENH: Added diagnosis of bad target names. 19 years ago
Ken Martin 3d96e52261 STYLE: some m_ to this-> cleanup 20 years ago
Andy Cedilnik 634343c3e8 STYLE: Fix some style issues 20 years ago
Bill Hoffman ccdca71332 ENH: fix broken tests 20 years ago
Bill Hoffman 347c5f4b46 ENH: add working directory support 20 years ago
Brad King 289429cd00 ENH: Added check for invalid characters in output name. 21 years ago
Brad King 39af9ee1e4 ENH: Updated implementation of custom commands. Multiple command lines are now supported effectively allowing entire scripts to be written. Also removed extra variable expansions and cleaned up passing of commands through to the generators. The command and individual arguments are now kept separate all the way until the generator writes them out. This cleans up alot of escaping issues. 21 years ago
Brad King bfd79e99e6 BUG: Fixed check of number of arguments. 22 years ago
Ken Martin a293f8f7a0 fixed argument parsing 22 years ago
Ken Martin ba68f771b3 yikes added new custom command support 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
Andy Cedilnik ab64db6ee8 Allow target with no command 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
Bill Hoffman 7d76de4403 make sure ; expansion is done in all commands 24 years ago
Bill Hoffman 4651dbcfc6 ENH: expand variables in arguments before the commands get them 24 years ago
Will Schroeder a6a43d5320 ENH:Updated copyright 24 years ago
Bill Hoffman baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 years ago
Bill Hoffman cc5c1fa6f7 ENH: separate command from its arguments in the custom command. This allows the generator on windows to change the slashes for just the command 24 years ago
Ken Martin c84f6448a6 modified how paths are escaped, added depends 24 years ago
Bill Hoffman 9922155423 ENH: rename Invoke to InitialPass 25 years ago
Ken Martin 089aa3e106 option to make utilities in the all target 25 years ago
Bill Hoffman 8a21493f56 ENH: move testing stuff to cmake from configure, good bye dashboard... :) 25 years ago
Will Schroeder 54cfe84f3f ENH:New copyright 25 years ago
Ken Martin 865ec96644 major changes to support multiple libraries and source lists 25 years ago
Brad King 8c087d0e7a ENH: Added SOURCE_GROUP command and corresponding support code. This command allows CMakeLists files to specify how sources are organized into groups in the generated DSP files and makefiles. 25 years ago
Brad King be4db9150c ENH: Added INCLUDE_REGULAR_EXPRESSION command to set regular expression used in dependency checking. 25 years ago
Will Schroeder 658614ff6a ENH:Reworked CMake for consistency 25 years ago
Will Schroeder 0ce5ac760b ENH:Documentation and cleanups 25 years ago
Bill Hoffman c54a05bfc7 ENH: rework cmake, added ruleMaker classes and changed the syntax of the CMakeLists.txt files. 25 years ago