aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fuzzy-test
Commit message (Expand)AuthorAgeFilesLines
* Bump minimum Qt versionChristian Kandeler2023-09-121-6/+1
* RIP QMake buildIvan Komissarov2022-12-161-11/+0
* Remove `import qbs` from all project filesDenis Shienkov2021-08-041-2/+0
* cmake: Add Qt6 buildIvan Komissarov2021-05-181-1/+1
* qt6: fix -Wformat warningsIvan Komissarov2021-02-161-2/+2
* Bump c++ version to the 17th standardIvan Komissarov2020-08-211-1/+1
* Initial CMake portIvan Komissarov2020-08-171-0/+12
* Fix Qt 5.15 deprecation warningsChristian Kandeler2020-06-161-1/+6
* Apply 'modernize-pass-by-value' fix-itIvan Komissarov2020-01-282-2/+2
* Apply 'modernize-use-equals-default' fix-itIvan Komissarov2019-11-253-5/+3
* Fix compiler warnings on macOSIvan Komissarov2019-11-201-1/+2
* Apply fix-its for the missing override keywordIvan Komissarov2019-05-031-2/+2
* Fix uninitialized variablesIvan Komissarov2019-05-022-5/+5
* Use QStringLiteral more where it is possibleDenis Shienkov2019-02-252-19/+19
* Remove support for in-build-dir-execution of the qbs qbs buildJoerg Bornemann2018-07-121-1/+6
* Build qbs with C++14Christian Kandeler2018-02-151-1/+1
* 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 empty() instead of isEmpty()Jake Petroules2017-11-161-3/+3
* STL compatibility: use size() instead of count()Jake Petroules2017-11-152-4/+4
* Replace QQueue with std::queueJake Petroules2017-05-102-8/+9
* Change style of #includes of Qt headersJake Petroules2017-01-045-10/+10
* Do not use fromLocal8Bit() for string literalsKai Koehne2016-11-082-16/+16
* Update license headersIikka Eklund2016-08-293-48/+42
* Update license headersIikka Eklund2016-08-292-32/+28
* Fix self hosted build with Qt 5.7, where C++11 is now requiredJake Petroules2016-07-051-0/+1
* Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-065-5/+5
* fuzzy tester: Cache information about build results.Christian Kandeler2015-05-072-12/+60
* fuzzy tester: Add option to log debugging information.Christian Kandeler2015-05-065-23/+80
* remove Qt4 work-aroundsJoerg Bornemann2015-03-191-1/+1
* fuzzy-tester: Add ability to forward job count to qbs.Christian Kandeler2015-02-175-13/+43
* fuzzy tester: Allow to run for a given time span.Christian Kandeler2015-02-175-14/+70
* Merge branch '1.3' into 'master'Christian Kandeler2015-01-285-30/+30
|\
| * Update LicenseEike Ziller2015-01-265-30/+30
* | remove more Qt4 legacy from project filesJoerg Bornemann2014-10-311-1/+0
|/
* complete license header updateJoerg Bornemann2014-10-165-35/+40
* Add and make use of convenience item QtGuiApplication.Christian Kandeler2014-07-141-2/+1
* Fuzzy tester: Print error message also for clean build failures.Christian Kandeler2014-04-222-6/+8
* Fuzzy test: Use "rev-parse" instead of "describe".Christian Kandeler2014-02-281-1/+1
* Make fuzzy test more thorough.Christian Kandeler2014-02-282-10/+34
* Improvements to fuzzy test.Christian Kandeler2014-02-271-1/+9
* Unbundle qbs_fuzzy-test on OS X.Jake Petroules2014-02-262-0/+2
* Rename the fuzzy tester executable.Christian Kandeler2014-02-212-2/+2
* Fuzzy test: Do "resolve" and "build" separately for incremental builds.Christian Kandeler2014-02-212-6/+12
* Fuzzy test: More verbose output, wait longer for git.Christian Kandeler2014-02-171-1/+5
* Introduce tool for fuzzy testing.Christian Kandeler2014-02-117-0/+476