summaryrefslogtreecommitdiffstats
path: root/Source/cmStandardIncludes.h
Commit message (Expand)AuthorAgeFilesLines
* COMP: Fix and/or disable warnings for Borland 5.6 build.Brad King2006-08-011-0/+4
* COMP: Remove warningsAndy Cedilnik2006-07-131-1/+1
* ENH: a warning fix and some more cleanupKen Martin2006-03-161-3/+3
* ENH: fix line length style stuffBill Hoffman2006-03-101-1/+2
* ENH: Added kwsys::String class to shorten debugging symbols and error message...Brad King2006-02-071-20/+2
* ENH: fix for borland memcpy junkBill Hoffman2006-01-241-0/+15
* ENH: Add superclass for all commands and handlers. Improve handlers to have i...Andy Cedilnik2005-06-171-0/+27
* ENH: Add support for dequeAndy Cedilnik2005-06-011-0/+1
* ENH: Add support for iomanipAndy Cedilnik2005-05-301-0/+8
* COMP: Added pragma directives for SGI compilers to avoid useless warnings.Brad King2005-05-031-0/+8
* COMP: Added hack to avoid SGI termios.h warnings.Brad King2005-05-031-0/+19
* COMP: Adding inclusion of stdarg.h to work-around SGI header bug in 7.4.2m.Brad King2005-04-261-0/+2
* BUG: Avoid duplicate definition by using cmsys_STL_STRING_NEQ_CHAR_DEFINED an...Brad King2005-04-061-0/+3
* COMP: Adding stdlib.h to standard includes. We are using functions from it a...Brad King2005-03-111-0/+1
* ENH: Adding cmCustomCommandLine and cmCustomCommandLines subclasses of std::v...Brad King2005-02-221-0/+18
* BUG: Add a safety check so that you cannot send cmOStringStream.str() to othe...Andy Cedilnik2004-04-291-0/+3
* ERR: Properly handle mode_t on borlandAndy Cedilnik2004-01-271-1/+1
* ERR Fix borlandAndy Cedilnik2004-01-261-1/+1
* ERR: Fix build problems on Visual Studio 6Andy Cedilnik2004-01-261-0/+5
* added stdioKen Martin2003-08-081-0/+1
* ENH: Improved name of cmake version variables. They are now CMake_VERSION (m...Brad King2003-07-081-1/+5
* Remove bogus flags from cmStandardIncludes and make complex test passAndy Cedilnik2003-03-261-4/+2
* ENH: Added cmDocumentation class to generate various forms of documentation. ...Brad King2003-02-141-0/+8
* ENH: Centralized setting of CMake version number to top-level CMake listfile.Brad King2003-02-141-0/+8
* Complete rework of makefile generators expect troubleBill Hoffman2002-11-081-2/+2
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* ERR: istrstream and istringstream need to be pulled into namespace std on the...Brad King2002-10-111-0/+2
* ENH: Renamed cmStringStream to cmOStringStream and added cmIStringStream. Re...Brad King2002-10-101-31/+42
* Remove compile error and remove some warningsAndy Cedilnik2002-10-101-1/+2
* Try to use platform independent input string streamAndy Cedilnik2002-10-101-0/+19
* ENH: Added explicit declarations of some C functions that are hard to get fro...Brad King2002-10-021-4/+13
* ENH: Added definition of _BSD_SOURCE to enable proper use of POSIX functions ...Brad King2002-09-101-0/+4
* 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 o...Brad King2002-06-211-2/+2
* ERR: cmStringStream is taking the functionality of ostringstream and ostrstre...Brad King2002-06-201-5/+5
* ENH: Added cmStringStream class to wrap std::stringstream or std::strstream d...Brad King2002-06-191-8/+60
* ENH: fix for dec compiler, they still do not have the correct ansi stream lib...Bill Hoffman2002-01-301-1/+1
* 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 std:...Brad King2001-10-311-7/+17
* 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 le...Bill Hoffman2001-08-221-0/+12
* ENH: big change, only allow commands access to the cache via the cmMakefile c...Bill Hoffman2001-08-081-8/+10
* 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