summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.cxx
Commit message (Collapse)AuthorAgeFilesLines
* some fixes for If commandsKen Martin2001-04-261-0/+17
|
* BUG: fix small compile issues on HP aCCBill Hoffman2001-04-161-2/+2
|
* ERR: Corrected use of double-quotes to be compatible with UNIX make. Now ↵Brad King2001-04-091-0/+16
| | | | double quotes (windows) or escape sequences for spaces (unix) are added when dependencies are output.
* ERR: Blank line regular expression updated to allow whitespace on the line.Brad King2001-03-281-1/+1
|
* ERR: Removed functions I just added. They don't belong here (yet?).Brad King2001-03-191-22/+0
|
* ENH: Added functions to get information about the CMake executable on each ↵Brad King2001-03-191-0/+21
| | | | platform.
* ENH: Added support for comments inside function calls and indented comments.Brad King2001-03-141-1/+5
|
* ENH: Improved error handling when GetError is called on a command that has ↵Brad King2001-03-121-1/+10
| | | | not called SetError.
* ENH: Added UTILITY_SOURCE command for specifying where a 3rd party utility's ↵Brad King2001-03-081-0/+11
| | | | source is located when it is included in the distribution of a project.
* ENH/BUG: Improved function parsing to allow just about anything inside a ↵Brad King2001-02-271-16/+43
| | | | double-quoted argument. Also fixed parsing of lines with both quoted and non-quoted arguments.
* ENH: mask on mkdir set to 777.Bill Lorensen2001-02-271-1/+1
|
* BUG: remove debug printBill Hoffman2001-02-231-1/+0
|
* ENH: add CMakeCache.txt supportBill Hoffman2001-02-231-0/+102
|
* ENH: remove relative and extra paths in CMakeLists.txt filesBill Hoffman2001-02-201-1/+1
|
* ENH: first pass at cache, clean up the unix generator, clean up configure.in ↵Bill Hoffman2001-02-191-2/+3
| | | | some
* ENH: add new commands fro find library and find programKen Martin2001-02-161-0/+25
|
* ENH: get rid of special msc configure fileBill Hoffman2001-02-131-2/+3
|
* BUG: add check for missing ) on functionBill Hoffman2001-01-121-0/+6
|
* ENH:Documentation and cleanupsWill Schroeder2001-01-111-0/+15
|
* ENH:Documentation and cleanupsWill Schroeder2001-01-111-4/+4
|
* ENH: rework cmake, added ruleMaker classes and changed the syntax of the ↵Bill Hoffman2001-01-051-71/+156
| | | | CMakeLists.txt files.
* BUG: remove tabs from classnamesBill Hoffman2000-10-251-0/+5
|
* BUG: remove tabs from classnamesBill Hoffman2000-10-251-1/+1
|
* ENH: change ME to LIBRARY and added PROJECT, also remove ITK stuff and ↵Bill Hoffman2000-09-271-1/+44
| | | | replaced with CMake
* ENH: CMake and configure now use SUBDIRS in CMakeLists.txt to find all the ↵Bill Hoffman2000-09-121-3/+105
| | | | directories of the system.
* BUG: fix release build on windowsBill Hoffman2000-09-011-5/+7
|
* NEW: move from tools and config to create CMakeBill Hoffman2000-08-291-0/+52