15 Commits (67e8012783da07b165261d93636d2523e142c67c)

Author SHA1 Message Date
Ken Martin cac30b5ff8 STYLE: fix line length 20 years ago
Andy Cedilnik ee1975570e ENH: Allow blocking of writing into the source tree 20 years ago
Andy Cedilnik 36e2728431 ENH: Cleanup bootstrap even more 20 years ago
Ken Martin 3d96e52261 STYLE: some m_ to this-> cleanup 20 years ago
Andy Cedilnik c4db8aba73 STYLE: Fix typos 20 years ago
Andy Cedilnik 04bb427d1f BUG: Handle restrictive permissions 21 years ago
Andy Cedilnik 55a71ba572 ENH: Add check for infinite loops. Make sure that files written using WRITE_FILE and FILE WRITE are not used as input files. Fixes Bug #678 - WRITE_FILE and FILE(WRITE...) lead to infinite loops 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 dc919e841a Make directory if it does not exist yet 23 years ago
Andy Cedilnik 91bd207812 Add flag to WRITE_FILE to append 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
Ken Martin f7ec3c2a76 compiler warning 23 years ago
Andy Cedilnik a77f9f0715 Fix namespace problem 23 years ago
Andy Cedilnik 92714311c9 Add WRITE_FILE command, which writes string to a file 23 years ago
Bill Hoffman 72022ac27b ENH: add ability to escape semi-colons 24 years ago
Sebastien Barre b6ebd7b7fa ENH: Add SEND_ERROR flag to MESSAGE so that an error can be raised within a CMakeList file 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 0314c5f76a Allow multiline messages 24 years ago
Bill Hoffman 1830690a0d ENH: expand variables in message command output 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 9922155423 ENH: rename Invoke to InitialPass 25 years ago
Bill Hoffman f18bb42bfc ENH: print all arguments 25 years ago
Ken Martin d037d11447 new command 25 years ago
Brad King 0829faa9e1 ENH: Moved cache entry addition into cmMakefile::AddLibrary and AddExecutable so that commands do not have to add it explicitly. 25 years ago
Will Schroeder 54cfe84f3f ENH:New copyright 25 years ago
Bill Hoffman 2c1fb789d7 ENH: add help for cache entries 25 years ago
Jim Miller e963dcaa8f FIX: allow ADD_LIBRARY with no source list 25 years ago
Ken Martin e40aaa57c3 some bug fixes 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