aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarker
Commit message (Expand)AuthorAgeFilesLines
* RIP QMake buildIvan Komissarov2022-12-161-20/+0
* Remove `import qbs` from all project filesDenis Shienkov2021-08-041-2/+0
* Switch qbs-benchmarker to QbsIvan Komissarov2021-07-032-4/+11
* cmake: Add Qt6 buildIvan Komissarov2021-05-181-1/+1
* qt6: use lambdas to pass callables to QtConcurrent::runIvan Komissarov2020-11-042-12/+16
* qt6: do not forward-declare QStringListIvan Komissarov2020-11-043-11/+3
* Bump c++ version to the 17th standardIvan Komissarov2020-08-212-2/+2
* Initial CMake portIvan Komissarov2020-08-171-0/+18
* Fix Qt 5.15 deprecation warningsChristian Kandeler2020-06-161-1/+1
* Apply 'modernize-pass-by-value' fix-itIvan Komissarov2020-01-285-12/+13
* qbs_benchmarker: Validate commit parametersIvan Komissarov2020-01-061-0/+4
* Apply 'modernize-use-equals-default' fix-itIvan Komissarov2019-11-252-4/+2
* Fix -Wclazy-inefficient-qlist-softIvan Komissarov2019-05-201-3/+6
* Apply fix-its for the missing override keywordIvan Komissarov2019-05-031-3/+3
* Fix uninitialized variablesIvan Komissarov2019-05-021-1/+1
* Use QStringLiteral more where it is possibleDenis Shienkov2019-02-254-17/+17
* Replace 'typedef' with 'using' where it is possibleDenis Shienkov2019-02-231-1/+1
* Replace non-const calls to temporaries with constIvan Komissarov2019-02-211-4/+8
* Remove support for in-build-dir-execution of the qbs qbs buildJoerg Bornemann2018-07-121-1/+6
* benchmarker: Fix crash when called with no parametersChristian Kandeler2018-07-101-1/+8
* Benchmarker: Keep the temp data in case of a failureChristian Kandeler2018-06-221-5/+8
* Merge 1.11 into masterChristian Kandeler2018-03-151-1/+5
|\
| * Make Qt Concurrent dependency optionalKai Koehne2018-03-131-1/+5
* | Build qbs with C++14Christian Kandeler2018-02-152-2/+2
|/
* Replace 'foreach' macro with range-based 'for'Denis Shienkov2017-11-242-5/+7
* Benchmarker: Better names for short optionsChristian Kandeler2017-11-201-3/+3
* STL compatibility: use push_back() instead of operator<<Jake Petroules2017-11-161-4/+4
* Benchmarker: Provide short command-line optionsChristian Kandeler2017-11-161-6/+9
* STL compatibility: use empty() instead of isEmpty()Jake Petroules2017-11-161-1/+1
* STL compatibility: use size() instead of count()Jake Petroules2017-11-151-3/+3
* STL compatibility: use front() instead of first()Jake Petroules2017-11-141-3/+3
* Benchmarker: Build qbs with debug infoChristian Kandeler2017-11-141-1/+2
* Benchmarker: Keep raw data in case a regression is detectedChristian Kandeler2017-11-135-21/+55
* Use the [[noreturn]] attribute instead of Q_NORETURNChristian Kandeler2017-10-301-2/+2
* Replace all uses of QMutex/QMutexLocker with std::mutex/std::lock_guardJake Petroules2017-03-222-4/+6
* Change style of #includes of Qt headersJake Petroules2017-01-0411-28/+31
* Fix restoration of symbolic commitsJoerg Bornemann2017-01-023-3/+17
* qbs_benchmarker: Fix interpretation of massif outputChristian Kandeler2016-11-161-1/+1
* Update license headersIikka Eklund2016-08-295-80/+70
* Update license headersIikka Eklund2016-08-296-96/+84
* Benchmarker: Make valgrind trace child processesChristian Kandeler2016-07-281-2/+3
* Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-0611-11/+11
* Add benchmarking tool.Christian Kandeler2015-02-1713-0/+1083