summaryrefslogtreecommitdiffstats
path: root/Source/cmLoadCommandCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
...
* ERR: Fixes for comeau compiler. NULL is a pointer of type void*, and cannot ↵Brad King2002-09-101-1/+1
| | | | be compared directly with other pointer types. We use 0 instead.
* changed cache manager and registered generators to no longer be singletonsKen Martin2002-08-281-1/+1
|
* ENH: fix warningsBill Hoffman2002-08-271-1/+1
|
* now uses stubsKen Martin2002-08-261-3/+5
|
* adding plugin supportKen Martin2002-08-211-0/+203