aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/algorithm.h
Commit message (Expand)AuthorAgeFilesLines
...
* Utils: add filter and transform function for qobject containerDavid Schulz2017-11-141-0/+16
* Utils: Add predicates for comparison to constant valuesMarco Bubke2017-10-271-18/+2
* Simplify text format handling in syntax highlightersEike Ziller2017-05-231-0/+15
* Simplify Utils::transform (again)Eike Ziller2017-03-291-80/+52
* Algorithm: Add a member variant for transformOrgad Shaneh2017-03-101-0/+9
* Utils: Reserve a container before you use transformMarco Bubke2017-02-081-0/+1
* Utils: Eradicate Q_FOREACH in algorithm.hOrgad Shaneh2017-02-061-1/+1
* Algorithm: Use decltype(auto)Eike Ziller2017-01-301-12/+6
* Use _t versions of various type traitsEike Ziller2017-01-301-11/+4
* Revert "Revert "Revert "Algorithms: Simplify Utils::transform implementation"""Eike Ziller2016-12-011-46/+80
* Remove all QT_VERSION_CHECKOrgad Shaneh2016-08-121-9/+0
* Algorithm: Allow sorting container of pointers with member (function)Eike Ziller2016-08-091-4/+8
* Utils: Introduce sort variants for member and member functionOrgad Shaneh2016-08-091-0/+18
* Algorithm: Fix build issue with MSVC2015Eike Ziller2016-07-141-1/+1
* Revert "Revert "Algorithms: Simplify Utils::transform implementation""Eike Ziller2016-07-131-80/+46
* Utils: Fix compile for Qt5.5Christian Stenger2016-06-271-0/+9
* PluginManager: Code clean upEike Ziller2016-06-241-0/+11
* Utils::transform with using keywordNikita Baryshnikov2016-06-021-23/+13
* Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Algorithm: Add filteredUniqueTobias Hunger2015-11-041-0/+25
* Algorithm: Add partition functionsTobias Hunger2015-11-031-0/+35
* Utils: Fix indentionTobias Hunger2015-10-271-8/+8
* Algorithm: Make filtered accept a member function pointerTobias Hunger2015-10-231-0/+10
* Algorithm: Make transform work with simple iteratorsTobias Hunger2015-10-211-1/+0
* Algorithm: Mark output of filtered as Q_REQUIRED_RESULTTobias Hunger2015-10-211-0/+1
* Add Utils::filtered as a wrapper around std::copy_ifEike Ziller2015-10-141-0/+12
* Algorithm: Add a TODO for the futureDaniel Teske2015-09-141-0/+2
* KitManager: Consider sdk kits for initial default kitDaniel Teske2015-09-141-0/+13
* Utils::transform; Remove some code duplicationDaniel Teske2015-08-111-42/+23
* CodeBlocks: Take into account file target when explicitly specifiedwonder.mice2015-06-151-0/+8
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Utils.Transform: fix stolen const on MFPNikita Baryshnikov2015-02-111-1/+1
|/
* Utils::transform: Add missing overloads, simplify implementationNikita Baryshnikov2014-11-071-64/+106
* Make Utils::transform more genericDaniel Teske2014-11-041-18/+134
* Fix compileRobert Loehning2014-10-241-4/+5
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Remove Qt version checks.Christian Kandeler2014-09-081-12/+2
* | QmakeProjectImporter: Prepare for multiple concurrent importsDaniel Teske2014-09-031-0/+6
* | Algorithms for DocumentModelEike Ziller2014-07-181-0/+12
* | Algorithms: Fix compilationAlessandro Portale2014-07-171-7/+0
* | Fix compile with g++ 4.7 on JenkinsDaniel Teske2014-07-171-7/+0
* | Algorithms: Introduce helper Utils::equalDaniel Teske2014-07-161-0/+17
* | Even more algorithm usage in ProjectExplorerDaniel Teske2014-07-161-9/+61
|/
* Reinvent deprecated qSort as Utils::sortNikita Baryshnikov2014-06-191-0/+12
* Core: Utils: Fix compile with Qt4Christian Stenger2014-06-171-1/+11
* ProjectExplorer: Fix comparing prioritiesDaniel Teske2014-06-161-2/+2
* ProjectExplorer: Use more algorithmsDaniel Teske2014-06-161-0/+34