aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fuzzy-test/fuzzytester.cpp
Commit message (Expand)AuthorAgeFilesLines
* qt6: fix -Wformat warningsIvan Komissarov2021-02-161-2/+2
* Fix Qt 5.15 deprecation warningsChristian Kandeler2020-06-161-1/+6
* Fix compiler warnings on macOSIvan Komissarov2019-11-201-1/+2
* Use QStringLiteral more where it is possibleDenis Shienkov2019-02-251-12/+12
* Replace more loops with range-forJake Petroules2017-11-271-2/+2
* Replace 'foreach' macro with range-based 'for'Denis Shienkov2017-11-241-2/+3
* Use nullptr to initialize the pointersDenis Shienkov2017-11-201-1/+1
* STL compatibility: use size() instead of count()Jake Petroules2017-11-151-3/+3
* Replace QQueue with std::queueJake Petroules2017-05-101-6/+7
* Change style of #includes of Qt headersJake Petroules2017-01-041-5/+5
* Do not use fromLocal8Bit() for string literalsKai Koehne2016-11-081-8/+8
* Update license headersIikka Eklund2016-08-291-16/+14
* Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-061-1/+1
* fuzzy tester: Cache information about build results.Christian Kandeler2015-05-071-7/+53
* fuzzy tester: Add option to log debugging information.Christian Kandeler2015-05-061-13/+55
* remove Qt4 work-aroundsJoerg Bornemann2015-03-191-1/+1
* fuzzy-tester: Add ability to forward job count to qbs.Christian Kandeler2015-02-171-2/+7
* fuzzy tester: Allow to run for a given time span.Christian Kandeler2015-02-171-4/+19
* Update LicenseEike Ziller2015-01-261-6/+6
* complete license header updateJoerg Bornemann2014-10-161-7/+8
* Fuzzy tester: Print error message also for clean build failures.Christian Kandeler2014-04-221-5/+7
* Fuzzy test: Use "rev-parse" instead of "describe".Christian Kandeler2014-02-281-1/+1
* Make fuzzy test more thorough.Christian Kandeler2014-02-281-10/+28
* Improvements to fuzzy test.Christian Kandeler2014-02-271-1/+9
* Fuzzy test: Do "resolve" and "build" separately for incremental builds.Christian Kandeler2014-02-211-5/+11
* Fuzzy test: More verbose output, wait longer for git.Christian Kandeler2014-02-171-1/+5
* Introduce tool for fuzzy testing.Christian Kandeler2014-02-111-0/+155