| Commit message (Expand) | Author | Age | Files | Lines |
* | Split cmAlgorithms into a separate header file. | Stephen Kelly | 2015-02-10 | 1 | -134/+0 |
|
|
* | cmStandardIncludes: Remove list include. | Stephen Kelly | 2015-02-06 | 1 | -1/+0 |
|
|
* | cmStandardIncludes: Remove deque include. | Stephen Kelly | 2015-02-06 | 1 | -1/+0 |
|
|
* | cmStandardIncludes: Remove some VS6 workarounds. | Stephen Kelly | 2015-02-06 | 1 | -10/+0 |
|
|
* | cmDeleteAll: Generalize deletion specialization for map types. | Stephen Kelly | 2015-01-17 | 1 | -4/+17 |
|
|
* | Add a generic algorithm for deleting items in a container. | Stephen Kelly | 2015-01-13 | 1 | -0/+27 |
|
|
* | Merge topic 'join-algorithm' | Brad King | 2015-01-12 | 1 | -0/+27 |
|\ |
|
| * | cmStandardIncludes: Add a join algorithm for string containers. | Stephen Kelly | 2015-01-08 | 1 | -0/+27 |
|
|
* | | cmStandardIncludes: Remove obsolete cmOStringStream. | Stephen Kelly | 2015-01-11 | 1 | -61/+4 |
|
|
* | | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -1/+1 |
|
|
* | | Remove unused cmIStringStream class. | Stephen Kelly | 2015-01-08 | 1 | -31/+0 |
|
|
* | | cmStandardIncludes: Remove std namespace hack. | Stephen Kelly | 2015-01-08 | 1 | -5/+0 |
|
|
* | | cmStandardIncludes: Remove ANSI_FOR_SCOPE hack. | Stephen Kelly | 2015-01-08 | 1 | -7/+0 |
|
|
* | | cmStandardIncludes: Remove iostreams workaround for obsolete Compaq compiler. | Stephen Kelly | 2015-01-08 | 1 | -49/+0 |
|
|
* | | cmStandardIncludes: Drop Comeau-related workaround. | Stephen Kelly | 2015-01-08 | 1 | -13/+0 |
|
|
* | | Remove Borland-related undef. | Stephen Kelly | 2015-01-08 | 1 | -1/+0 |
|
|
* | | cmStandardIncludes: Remove comment about Borland. | Stephen Kelly | 2015-01-08 | 1 | -11/+0 |
|
|
* | | Drop SGI as a CMake host compiler. | Stephen Kelly | 2015-01-08 | 1 | -42/+1 |
|/ |
|
* | Remove workaround for GCC < 3 ios_base absence. | Stephen Kelly | 2015-01-01 | 1 | -5/+0 |
|
|
* | Remove GCC 2.95 support macros in favor of template versions. | Stephen Kelly | 2015-01-01 | 1 | -16/+0 |
|
|
* | cmStandardIncludes: Remove MSVC6 condition for cmArrayBegin macro. | Stephen Kelly | 2014-11-20 | 1 | -2/+1 |
|
|
* | Remove borland workarounds. | Stephen Kelly | 2014-10-15 | 1 | -20/+1 |
|
|
* | Remove const char string comparison helper. | Stephen Kelly | 2014-09-17 | 1 | -6/+0 |
|
|
* | Remove extra semicolons from C++ code. | Stephen Kelly | 2014-04-03 | 1 | -3/+3 |
|
|
* | cmTypeMacro: Add a class to eat the semicolon following the macro use. | Stephen Kelly | 2014-04-03 | 1 | -1/+2 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
|
|
* | stringapi: Accept strings in cmStrCmp | Ben Boeckel | 2014-03-08 | 1 | -3/+8 |
|
|
* | cmStandardIncludes: Include cmIML/INT.h for portable integer types | Brad King | 2014-02-10 | 1 | -0/+3 |
|
|
* | Add cmHasLiteralSuffix API. | Stephen Kelly | 2014-01-06 | 1 | -0/+25 |
|
|
* | Constify cmStrCmp. | Stephen Kelly | 2013-12-19 | 1 | -3/+3 |
|
|
* | cmTarget: Add whitelist of properties on INTERFACE_LIBRARY. | Stephen Kelly | 2013-11-25 | 1 | -0/+6 |
|
|
* | cmStandardIncludes: Add new cmHasLiteralPrefix function. | Stephen Kelly | 2013-11-21 | 1 | -1/+25 |
|
|
* | cmArray: Use macro variant of cmArray{Begin,Size,End} for old GCC. | Stephen Kelly | 2013-10-24 | 1 | -1/+2 |
|
|
* | Add some templates for cleaner array iteration. | Stephen Kelly | 2013-10-22 | 1 | -0/+28 |
|
|
* | Drop the 'Full' field from cmDocumentationEntry | Brad King | 2013-10-16 | 1 | -6/+4 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -8/+8 |
|
|
* | Provide std::ios_base typedef on GCC < 3 | Brad King | 2011-11-30 | 1 | -0/+5 |
|
|
* | Tru64: Place cmOStringStream vtable uniquely (#10541) | Brad King | 2010-06-10 | 1 | -1/+2 |
|
|
* | Ignore some more sgi warnings. | Bill Hoffman | 2010-05-12 | 1 | -0/+1 |
|
|
* | Suppress Intel float-equality test warnings | Brad King | 2009-11-24 | 1 | -0/+1 |
|
|
* | Fix double bootstrap build for in source builds | Bill Hoffman | 2009-11-10 | 1 | -1/+1 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | COMP: Block warnings in Borland system headers | Brad King | 2009-06-12 | 1 | -0/+8 |
|
|
* | STYLE: suppress warnings for borland | Bill Hoffman | 2009-06-09 | 1 | -0/+1 |
|
|
* | STYLE: suppress warnings for borland | Bill Hoffman | 2009-06-09 | 1 | -1/+3 |
|
|
* | ENH: Overhaul CMake version numbering | Brad King | 2009-03-05 | 1 | -15/+0 |
|
|
* | COMP: Fix Borland 5.5 build | Brad King | 2008-02-24 | 1 | -0/+1 |
|
|
* | ENH: Added method cmLocalGenerator::GetBackwardsCompatibility to reduce parsi... | Brad King | 2007-12-29 | 1 | -0/+3 |
|
|
* | ENH: change to make the documentation class more generic, about halfway there... | Ken Martin | 2007-10-22 | 1 | -3/+10 |
|
|
* | BUG: revert doc changes since VS7 cannot compile them, will implement them in... | Ken Martin | 2007-10-09 | 1 | -3/+3 |
|
|