Commit History

Author SHA1 Message Date
  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 7b54af713d ENH: add the keywords OFFSET and HEX to the FILE() command, using OFFSET an 18 years ago
  Ken Martin 8d32d229a3 ENH: make commands lower case by default 18 years ago
  Brad King e25dd3b903 COMP: Remove unused argument. 18 years ago
  Brad King 7f29f8966d ENH: Further cleanup of installation script generation. The per-component and per-configuration testing is now done in cmake code instead of in the FILE(INSTALL) command. The generation of the cmake code to do these tests is centralized in cmInstallGenerator. Old-style shared library versioning and component/config support code has been removed from FILE(INSTALL). This commit is surrounded by the tags CMake-InstallGeneratorCleanup2-pre and CMake-InstallGeneratorCleanup2-post. 18 years ago
  Brad King c0d3ab2d2b BUG: Need to compute the correct versioned name for executables on cygwin. This addresses bug#5238. 18 years ago
  Alexander Neundorf 698ca6e956 18 years ago
  Alexander Neundorf b956fc2406 18 years ago
  Alexander Neundorf 55f11b348b 18 years ago
  Alexander Neundorf f4eb541880 18 years ago
  Alexander Neundorf 61d3444f93 18 years ago
  Brad King 0fb689973e ENH: Added FILE(STRINGS) command. 18 years ago
  Ken Martin f8c982cf78 ENH: added LIMIT on file read 18 years ago
  Bill Hoffman a2e8b602f9 ENH: fix spelling error bug # 4233 18 years ago
  Brad King 932e3524fc ENH: Changing shared library versioned file names on OSX to conform to that platform's convention. 19 years ago
  Ken Martin 2af4710525 STYLE: fix line length 19 years ago
  Bill Hoffman 24f08322be ENH: add path conversion stuff and rm SYSTEM_PATH 19 years ago
  Andy Cedilnik d41f97a5e6 ENH: Add relative tag and add test for relative tag 19 years ago
  Bill Hoffman ac432c7e7c ENH: add a new FILE SYSTEM_PATH that allows you to read a environment variable with a path in it. 19 years ago
  Bill Hoffman 89e5fc63fe STYLE: fix line lengths 19 years ago
  Bill Hoffman 4c5ba06fa1 ENH: use a cmake script to do the clean step, this allows for large numbers of files to be removed without making the command line too long 19 years ago
  Ken Martin 1d4b3f8388 STYLE: fix docs 20 years ago
  Andy Cedilnik 6e5cdd6de7 ENH: Add regular string replace (not regex), and relative path command. Also add tests 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 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 21 years ago
  Andy Cedilnik dae3e140ae ENH: Add unix style install in file command 22 years ago
  Ken Martin 072db6ad70 removed redundent includes 22 years ago
  Andy Cedilnik 0e1de8a9f2 ENH: Fix comment 22 years ago
  Andy Cedilnik 274535d366 ENH: Recurse subdirectories 22 years ago
  Andy Cedilnik d0964a349e ENH: Add MAKE_DIRECTORY and modify documentation 22 years ago