aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/tst_tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* Apply modernize-use-auto fix-itIvan Komissarov2019-05-201-6/+6
* Use auto when declaring iteratorsIvan Komissarov2019-03-071-24/+24
* Use QStringLiteral more where it is possibleDenis Shienkov2019-02-251-20/+20
* Use 'const auto' keywords more at objects allocationsDenis Shienkov2019-02-231-3/+3
* Add support for system-level settingsChristian Kandeler2018-06-011-2/+2
* Fix size_t/int size difference warningsJoerg Bornemann2018-05-081-1/+1
* Add FileInfo.suffix and FileInfo.completeSuffixJoerg Bornemann2018-05-021-0/+2
* Use 'auto' keywords more for the allocated variablesDenis Shienkov2018-01-231-3/+3
* Internal::Set: use the size_type that is actually advertisedJake Petroules2018-01-031-11/+13
* Replace more loops with range-forJake Petroules2017-11-271-2/+2
* Replace 'foreach' macro with range-based 'for'Denis Shienkov2017-11-241-1/+1
* STL compatibility: use push_back() instead of operator<<Jake Petroules2017-11-161-3/+3
* STL compatibility: use empty() instead of isEmpty()Jake Petroules2017-11-161-16/+16
* STL compatibility: use size() instead of count()Jake Petroules2017-11-151-12/+12
* Fix FileSaver and add some autotests to make sure it worksJake Petroules2017-10-201-1/+126
* Merge 1.9 into masterChristian Kandeler2017-08-281-1/+10
|\
| * Fix problems with drive root paths on WindowsJake Petroules2017-08-231-1/+10
* | Add a header file for string utility functionsJake Petroules2017-08-231-0/+189
|/
* Move the buildgraph, language and tools tests into the proper locationsJake Petroules2017-06-221-7/+921
* Support providing a settings directory to the autotestsChristian Kandeler2017-05-101-3/+4
* Change style of #includes of Qt headersJake Petroules2017-01-041-2/+3
* Update license headersIikka Eklund2016-08-291-16/+14
* Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-061-1/+1
* Update LicenseEike Ziller2015-01-261-6/+6
* complete license header updateJoerg Bornemann2014-10-161-7/+8
* remove qbsSettings() functionJoerg Bornemann2014-07-091-3/+3
* Allow the user to specify a custom place for settings.Christian Kandeler2014-02-211-1/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Build a shared library.Christian Kandeler2013-02-081-178/+9
* Remove global log sink.Christian Kandeler2013-02-061-6/+13
* Introduce new command-line option "--force".Christian Kandeler2013-02-011-0/+10
* Do not hardcode the settings source in the library.Christian Kandeler2013-01-291-20/+27
* Remove the "platform" concept.Christian Kandeler2013-01-181-7/+7
* Introduce profile inheritance.Christian Kandeler2013-01-161-0/+58
* update copyright yearJoerg Bornemann2013-01-091-1/+1
* Redo help output.Christian Kandeler2012-12-051-18/+25
* fix FileInfo::lastModified() return values for nonexistent filesJoerg Bornemann2012-11-091-0/+1
* Do product filtering at an earlier stage.Christian Kandeler2012-11-061-1/+1
* Get rid of some Q_OS_* ifdefs.Christian Kandeler2012-10-231-3/+3
* Remove some redundant namespace usages.Christian Kandeler2012-10-231-21/+23
* fix handling of source file paths that contain "../"Joerg Bornemann2012-10-231-0/+3
* Get rid of special treatment for files ending in ".qbp".Christian Kandeler2012-10-191-2/+2
* Move command line parser out of lib/.Christian Kandeler2012-10-161-27/+27
* Remove as much stuff as possible from the evil Qbs namespace.Christian Kandeler2012-10-161-1/+1
* Clean up main().Christian Kandeler2012-10-161-5/+6
* Use consistent name for tools test.Christian Kandeler2012-10-161-2/+2
* Introduce BuildOptions.Christian Kandeler2012-10-151-3/+3
* Sanitize the semantics of the command line verbosity setting.Christian Kandeler2012-10-101-2/+11
* Rework command line parsing.Christian Kandeler2012-10-101-3/+19
* Improve command line parsing.Christian Kandeler2012-10-091-6/+6