| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace cmArray{Begin,End,Size} by their standard counterparts | Matthias Maennich | 2017-10-23 | 1 | -16/+61 |
|
|
* | Avoid using std::bind1st that is removed in C++17 | Brad King | 2017-09-23 | 1 | -2/+1 |
|
|
* | clang-format: format all code as Cpp11 | Daniel Pfeifer | 2017-08-30 | 1 | -1/+1 |
|
|
* | server: backport to C++11 | Daniel Pfeifer | 2017-08-26 | 1 | -0/+19 |
|
|
* | cmAlgorithms: pass std::string by const ref | Daniel Pfeifer | 2017-04-21 | 1 | -1/+2 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -2/+2 |
|
|
* | cmAlgorithms: add cmEraseIf function | Daniel Pfeifer | 2017-02-10 | 1 | -0/+6 |
|
|
* | clang-tidy: apply performance-unnecessary-value-param fixes | Daniel Pfeifer | 2016-12-12 | 1 | -4/+4 |
|
|
* | Fix several include-what-you-use findings | Daniel Pfeifer | 2016-11-08 | 1 | -3/+11 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | make sure to include cmConfigure.h before cmStandardIncludes.h | Daniel Pfeifer | 2016-09-03 | 1 | -0/+2 |
|
|
* | Ninja: Support embedding of CMake as subninja project | Nicolas Despres | 2016-05-17 | 1 | -0/+15 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -103/+113 |
|
|
* | cmAlgorithms.h: remove superfluous semicolon after method | Christoph GrĂ¼ninger | 2016-02-01 | 1 | -1/+1 |
|
|
* | Remove temporary allocations when calling cmHasLiteral{Suf,Pre}fix. | Milian Wolff | 2016-01-20 | 1 | -2/+2 |
|
|
* | Port CMake from cmIML to KWIML | Brad King | 2015-12-18 | 1 | -2/+2 |
|
|
* | cmAlgorithms: Add cmMakeReverseIterator. | Stephen Kelly | 2015-07-22 | 1 | -0/+6 |
|
|
* | cmAlgorithms: Add some convenient typedefs. | Stephen Kelly | 2015-07-22 | 1 | -0/+6 |
|
|
* | cmAlgorithms: Move Range type out of private namespace. | Stephen Kelly | 2015-07-22 | 1 | -35/+35 |
|
|
* | cmAlgorithms: Rename cmRange to cmMakeRange. | Stephen Kelly | 2015-07-22 | 1 | -2/+2 |
|
|
* | Merge topic 'cmRemoveDuplicates-improvement' | Brad King | 2015-03-12 | 1 | -6/+36 |
|\ |
|
| * | cmRemoveDuplicates: Partially specialize the API for pointer types. | Stephen Kelly | 2015-03-10 | 1 | -1/+13 |
|
|
| * | cmRemoveDuplicates: Type-parameterize all uniq-operations | Stephen Kelly | 2015-03-10 | 1 | -11/+22 |
|
|
| * | cmRemoveDuplicates: Store unique iterators instead of values. | Stephen Kelly | 2015-03-10 | 1 | -6/+13 |
|
|
* | | Merge topic 'cmAlgorithms-cleanup' | Brad King | 2015-03-12 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | cmRemoveDuplicates: Fix iterator -> const_iterator. | Stephen Kelly | 2015-03-10 | 1 | -1/+1 |
|
|
* | | cmAlgorithms: Add early return in cmRemoveIndices. | Stephen Kelly | 2015-03-10 | 1 | -1/+5 |
|/ |
|
* | cmAlgorithms: Cache the end iterators in algorithms. | Stephen Kelly | 2015-02-24 | 1 | -4/+7 |
|
|
* | cmAlgorithms: Remove needless assignment. | Stephen Kelly | 2015-02-24 | 1 | -2/+1 |
|
|
* | cmAlgorithms: Maintain the pivot iterator in cmRemoveIndices. | Stephen Kelly | 2015-02-24 | 1 | -2/+4 |
|
|
* | cmAlgorithms: Relax iterator requirement for cmRemoveIndices. | Stephen Kelly | 2015-02-24 | 1 | -2/+5 |
|
|
* | cmAlgorithms: Make cmRemoveDuplicates work with more containers. | Stephen Kelly | 2015-02-24 | 1 | -2/+3 |
|
|
* | cmAlgorithms: Rename template argument to RemoveN. | Stephen Kelly | 2015-02-24 | 1 | -3/+3 |
|
|
* | cmAlgorithms: Relax cmRemoveN requirement to FwdIter. | Stephen Kelly | 2015-02-24 | 1 | -1/+3 |
|
|
* | cmAlgorithms: Add a size() to cmRange. | Stephen Kelly | 2015-02-24 | 1 | -0/+3 |
|
|
* | cmAlgorithms: Rename template type in cmDeleteAll algorithm. | Stephen Kelly | 2015-02-23 | 1 | -10/+10 |
|
|
* | cmAlgorithms: Add const to const objects. | Stephen Kelly | 2015-02-23 | 1 | -3/+3 |
|
|
* | cmAlgorithms: Add cmReverseRange adaptor. | Stephen Kelly | 2015-02-20 | 1 | -0/+8 |
|
|
* | cmAlgorithms: Add cmFindNot algorithm. | Stephen Kelly | 2015-02-20 | 1 | -0/+7 |
|
|
* | cmAlgorithms: Update concept requirement to FowardIterator | Stephen Kelly | 2015-02-20 | 1 | -6/+6 |
|
|
* | cmAlgorithms: Move cmRotate out of 'implementation detail' namespace. | Stephen Kelly | 2015-02-20 | 1 | -11/+11 |
|
|
* | cmAlgorithms: Add cmWrap. | Stephen Kelly | 2015-02-20 | 1 | -0/+17 |
|
|
* | cmAlgorithms: Add missing const to functors. | Stephen Kelly | 2015-02-17 | 1 | -3/+3 |
|
|
* | cmAlgorithms: Remove sort of already-sorted container. | Stephen Kelly | 2015-02-17 | 1 | -1/+0 |
|
|
* | cmAlgorithms: Add cmRemoveDuplicates algorithm. | Stephen Kelly | 2015-02-15 | 1 | -0/+29 |
|
|
* | cmAlgorithms: Add cmRemoveMatching algorithm. | Stephen Kelly | 2015-02-15 | 1 | -0/+24 |
|
|
* | cmAlgorithms: Implement algorithm for removing indexes. | Stephen Kelly | 2015-02-15 | 1 | -0/+38 |
|
|
* | cmAlgorithms: Add a range adaptor and API for adjusting a range. | Stephen Kelly | 2015-02-11 | 1 | -0/+19 |
|
|
* | cmAlgorithms: Add a Range container and adaptor method. | Stephen Kelly | 2015-02-11 | 1 | -0/+21 |
|
|
* | Split cmAlgorithms into a separate header file. | Stephen Kelly | 2015-02-10 | 1 | -0/+151 |
|
|