summaryrefslogtreecommitdiffstats
path: root/Source/cmStandardIncludes.h
Commit message (Expand)AuthorAgeFilesLines
* Remove cmObject.h and cmTypeMacro.hDaniel Pfeifer2016-10-241-1/+0
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* cmTargetLinkLibraryType: Extract from cmStandardIncludes.hDaniel Pfeifer2016-06-161-7/+1
* cmTypeMacro: Extract from cmStandardIncludes.hDaniel Pfeifer2016-06-161-22/+1
* cmCustomCommandLines: Extract from cmStandardIncludes.hDaniel Pfeifer2016-06-161-18/+1
* cmDocumentationEntry: Extract from cmStandardIncludesDaniel Pfeifer2016-06-131-25/+1
* cmConfigure.h: Establish as 'include first' fileDaniel Pfeifer2016-06-131-12/+0
* Add missing braces around statements in header filesDaniel Pfeifer2016-06-111-4/+8
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-43/+47
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-5/+5
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* Port CMake from cmIML to KWIMLBrad King2015-12-181-1/+1
* Merge topic 'include-for-mode_t'Brad King2015-12-021-0/+2
|\
| * Include `sys/types.h` header to get `mode_t`Kylie McClain2015-12-021-0/+2
* | cmTarget: Move link type enum out.Stephen Kelly2015-10-141-0/+6
|/
* Remove use of include <cmsys/IOStream.hxx> from KWSysBrad King2015-08-211-8/+0
* Split cmAlgorithms into a separate header file.Stephen Kelly2015-02-101-134/+0
* 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