summaryrefslogtreecommitdiffstats
path: root/Source/cmRegularExpression.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Merged use of the kwsys RegularExpression class instead of ↵Brad King2003-06-231-1207/+0
| | | | cmRegularExpression.
* ENH: remove warnings from borland 6 compilerBill Hoffman2003-05-291-1/+1
|
* ENH: compile method now returns whether compilation succeeded.Brad King2002-11-061-5/+6
|
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-3/+3
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* Try to improve source group interfaceAndy Cedilnik2002-10-041-536/+546
|
* ERR: Fixes for comeau compiler. NULL is a pointer of type void*, and cannot ↵Brad King2002-09-101-45/+45
| | | | be compared directly with other pointer types. We use 0 instead.
* ENH: remove several compiler warningsBill Hoffman2002-03-131-6/+6
|
* ENH:Updated copyrightWill Schroeder2002-01-211-30/+6
|
* ENH:New copyrightWill Schroeder2001-04-271-5/+30
|
* ENH:Documentation and cleanupsWill Schroeder2001-01-111-103/+18
|
* ENH: rework cmake, added ruleMaker classes and changed the syntax of the ↵Bill Hoffman2001-01-051-1/+2
| | | | CMakeLists.txt files.
* NEW: move from tools and config to create CMakeBill Hoffman2000-08-291-0/+1279