summaryrefslogtreecommitdiffstats
path: root/Source/cmConfigure.h.in
Commit message (Collapse)AuthorAgeFilesLines
* Removing old file. This was used by old configure script which has been ↵Brad King2003-07-211-8/+0
| | | | removed.
* ENH: Centralized setting of CMake version number to top-level CMake listfile.Brad King2003-02-141-0/+3
|
* ENH: Added cmStringStream class to wrap std::stringstream or std::strstream ↵Brad King2002-06-191-0/+1
| | | | depending on the platform. The interface is that of std::stringstream, so no "ends" or "rdbuf()->freeze(0)" lines are needed.
* ENH: big change, only allow commands access to the cache via the cmMakefile ↵Bill Hoffman2001-08-081-0/+2
| | | | class and GetDefinition, also the cmMakefile is the only way for commands to add to the cache. Also, some changes to configure.in that check for for scoping
* BUG: fix to compile on hp with aCCBill Hoffman2001-05-171-2/+2
|
* ENH: add CMakeCache.txt supportBill Hoffman2001-02-231-0/+2