aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/mapreduce.h
Commit message (Expand)AuthorAgeFilesLines
* Utils: Replace foreach with range-based forOrgad Shaneh2020-06-161-2/+2
* Fix mapReduce with QVector inputEike Ziller2019-11-121-1/+4
* Reduce CPU load of test parsingEike Ziller2017-05-161-36/+45
* MapReduce: Optimize cancelling between thread start and exec() callEike Ziller2017-03-201-1/+2
* Use _t versions of various type traitsEike Ziller2017-01-301-23/+24
* Reduce thread priority for test parsingEike Ziller2016-11-151-22/+38
* Add functionResult_t as convenience for using functionTraitsEike Ziller2016-07-071-3/+3
* MapReduce: Fix documentationEike Ziller2016-05-231-2/+2
* Fix compiler warnings on windows.David Schulz2016-04-221-1/+1
* mapReduce: Add remaining API use cases from QtConcurrentEike Ziller2016-04-121-0/+129
* mapReduce: Allow init and cleanup functions without future interfaceEike Ziller2016-04-121-4/+37
* mapReduce: Option for ordered reduceEike Ziller2016-04-041-30/+80
* mapReduce: Perfect forwarding.Eike Ziller2016-03-031-54/+109
* mapReduce: Fix MSVC2013 buildEike Ziller2016-02-261-4/+17
* mapReduce: Support progress information and add (unordered) mapEike Ziller2016-02-261-34/+148
* MapReduce refactoring and improvementsEike Ziller2016-02-241-87/+130
* Runextensions: Move mapReduce to its own headerEike Ziller2016-02-091-0/+148