summaryrefslogtreecommitdiffstats
path: root/Source/cmStandardIncludes.h
Commit message (Expand)AuthorAgeFilesLines
* cmStandardIncludes: Remove list include.Stephen Kelly2015-02-061-1/+0
* cmStandardIncludes: Remove deque include.Stephen Kelly2015-02-061-1/+0
* cmStandardIncludes: Remove some VS6 workarounds.Stephen Kelly2015-02-061-10/+0
* cmDeleteAll: Generalize deletion specialization for map types.Stephen Kelly2015-01-171-4/+17
* Add a generic algorithm for deleting items in a container.Stephen Kelly2015-01-131-0/+27
* Merge topic 'join-algorithm'Brad King2015-01-121-0/+27
|\
| * cmStandardIncludes: Add a join algorithm for string containers.Stephen Kelly2015-01-081-0/+27
* | cmStandardIncludes: Remove obsolete cmOStringStream.Stephen Kelly2015-01-111-61/+4
* | Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-1/+1
* | Remove unused cmIStringStream class.Stephen Kelly2015-01-081-31/+0
* | cmStandardIncludes: Remove std namespace hack.Stephen Kelly2015-01-081-5/+0
* | cmStandardIncludes: Remove ANSI_FOR_SCOPE hack.Stephen Kelly2015-01-081-7/+0
* | cmStandardIncludes: Remove iostreams workaround for obsolete Compaq compiler.Stephen Kelly2015-01-081-49/+0
* | cmStandardIncludes: Drop Comeau-related workaround.Stephen Kelly2015-01-081-13/+0
* | Remove Borland-related undef.Stephen Kelly2015-01-081-1/+0
* | cmStandardIncludes: Remove comment about Borland.Stephen Kelly2015-01-081-11/+0
* | Drop SGI as a CMake host compiler.Stephen Kelly2015-01-081-42/+1
|/
* Remove workaround for GCC < 3 ios_base absence.Stephen Kelly2015-01-011-5/+0
* Remove GCC 2.95 support macros in favor of template versions.Stephen Kelly2015-01-011-16/+0
* cmStandardIncludes: Remove MSVC6 condition for cmArrayBegin macro.Stephen Kelly2014-11-201-2/+1
* Remove borland workarounds.Stephen Kelly2014-10-151-20/+1
* Remove const char string comparison helper.Stephen Kelly2014-09-171-6/+0
* Remove extra semicolons from C++ code.Stephen Kelly2014-04-031-3/+3
* cmTypeMacro: Add a class to eat the semicolon following the macro use.Stephen Kelly2014-04-031-1/+2
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-2/+2
* stringapi: Accept strings in cmStrCmpBen Boeckel2014-03-081-3/+8
* cmStandardIncludes: Include cmIML/INT.h for portable integer typesBrad King2014-02-101-0/+3
* Add cmHasLiteralSuffix API.Stephen Kelly2014-01-061-0/+25
* Constify cmStrCmp.Stephen Kelly2013-12-191-3/+3
* cmTarget: Add whitelist of properties on INTERFACE_LIBRARY.Stephen Kelly2013-11-251-0/+6
* cmStandardIncludes: Add new cmHasLiteralPrefix function.Stephen Kelly2013-11-211-1/+25
* cmArray: Use macro variant of cmArray{Begin,Size,End} for old GCC.Stephen Kelly2013-10-241-1/+2
* Add some templates for cleaner array iteration.Stephen Kelly2013-10-221-0/+28
* Drop the 'Full' field from cmDocumentationEntryBrad King2013-10-161-6/+4
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-8/+8
* Provide std::ios_base typedef on GCC < 3Brad King2011-11-301-0/+5
* Tru64: Place cmOStringStream vtable uniquely (#10541)Brad King2010-06-101-1/+2
* Ignore some more sgi warnings.Bill Hoffman2010-05-121-0/+1
* Suppress Intel float-equality test warningsBrad King2009-11-241-0/+1
* Fix double bootstrap build for in source buildsBill Hoffman2009-11-101-1/+1
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* COMP: Block warnings in Borland system headersBrad King2009-06-121-0/+8
* STYLE: suppress warnings for borlandBill Hoffman2009-06-091-0/+1
* STYLE: suppress warnings for borlandBill Hoffman2009-06-091-1/+3
* ENH: Overhaul CMake version numberingBrad King2009-03-051-15/+0
* COMP: Fix Borland 5.5 buildBrad King2008-02-241-0/+1
* ENH: Added method cmLocalGenerator::GetBackwardsCompatibility to reduce parsi...Brad King2007-12-291-0/+3
* ENH: change to make the documentation class more generic, about halfway there...Ken Martin2007-10-221-3/+10
* BUG: revert doc changes since VS7 cannot compile them, will implement them in...Ken Martin2007-10-091-3/+3
* ENH: make documentation entries actually store their dataKen Martin2007-10-091-3/+3