summaryrefslogtreecommitdiffstats
path: root/Source/cmStandardIncludes.h
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Added definition of _BSD_SOURCE to enable proper use of POSIX functions ↵Brad King2002-09-101-0/+4
| | | | on comeau in linux.
* removed shared lib supportKen Martin2002-08-231-11/+0
|
* made CMakeLib shared on windowsKen Martin2002-08-211-0/+11
|
* BUG: Result from ostrstream::str() can be a null pointer.Brad King2002-06-251-1/+2
|
* BUG: Attempt to fix ostrstream::str() wrapper for broken platforms.Brad King2002-06-241-2/+2
|
* ERR: using declaration to move streams into std namespace needs to bring up ↵Brad King2002-06-211-2/+2
| | | | ostrstream and ostringstream, not strstream and stringstream.
* ERR: cmStringStream is taking the functionality of ostringstream and ↵Brad King2002-06-201-5/+5
| | | | ostrstream, not stringstream and strstream.
* ENH: Added cmStringStream class to wrap std::stringstream or std::strstream ↵Brad King2002-06-191-8/+60
| | | | depending on the platform. The interface is that of std::stringstream, so no "ends" or "rdbuf()->freeze(0)" lines are needed.
* ENH: fix for dec compiler, they still do not have the correct ansi stream ↵Bill Hoffman2002-01-301-1/+1
| | | | library
* ENH:Updated copyrightWill Schroeder2002-01-211-30/+6
|
* define hacks and such for the dec compilerBill Hoffman2001-11-201-3/+9
|
* ENH: Replaced cmStdString implementation to make it more transparently a ↵Brad King2001-10-311-7/+17
| | | | std:string.
* remove memory leaksBill Hoffman2001-09-141-1/+1
|
* ENH: add more testingBill Hoffman2001-08-231-1/+3
|
* ENH: change all maps of string to be maps of cmStdString, to reduce symbol ↵Bill Hoffman2001-08-221-0/+12
| | | | length in object files.
* ENH: big change, only allow commands access to the cache via the cmMakefile ↵Bill Hoffman2001-08-081-8/+10
| | | | 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
* ENH: compile with broken 720 SGI C++ compilerBill Hoffman2001-08-071-0/+40
|
* ENH: Warning 4503 disable for MSVC.Brad King2001-07-061-0/+1
|
* fix for scope on hpBill Hoffman2001-06-281-0/+1
|
* ENH: Added string.h include.Brad King2001-06-221-1/+2
|
* BUG: fix bootstrap build on unixBill Hoffman2001-06-211-4/+1
|
* ENH: fix cmake so it can boot strap itself betterBill Hoffman2001-06-201-0/+3
|
* BUG: fix to compile on hp with aCCBill Hoffman2001-05-171-0/+2
|
* ENH:New copyrightWill Schroeder2001-04-271-3/+28
|
* ENH: new GUI editor for cmake cache fileBill Hoffman2001-04-231-0/+1
|
* BUG: fix small compile issues on HP aCCBill Hoffman2001-04-161-0/+1
|
* ERR: Added pragma to disable symbol length warning for Intel compiler.Brad King2001-03-211-0/+4
|
* ERR: Added for-loop scoping hack for CMake sources on MSVCBrad King2001-03-141-0/+2
|
* ERR: fsream.h -> fstream.hBrad King2001-02-261-1/+1
|
* ENH: add CMakeCache.txt supportBill Hoffman2001-02-231-0/+5
|
* ENH: get rid of special msc configure fileBill Hoffman2001-02-131-0/+1
|
* ENH:Documentation and cleanupsWill Schroeder2001-01-111-0/+19
|
* ENH: rework cmake, added ruleMaker classes and changed the syntax of the ↵Bill Hoffman2001-01-051-0/+29
CMakeLists.txt files.