aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/tools/shellutils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Return initializer list where it is possibleDenis Shienkov2019-02-261-1/+1
* Use QStringLiteral more where it is possibleDenis Shienkov2019-02-251-3/+3
* Replace more loops with range-forJake Petroules2017-11-271-2/+2
* STL compatibility: use empty() instead of isEmpty()Jake Petroules2017-11-161-2/+2
* STL compatibility: use front() instead of first()Jake Petroules2017-11-141-1/+1
* Add some std::string overloads to shellutilsJake Petroules2017-08-031-0/+36
* Replace all uses of QVector with std::vectorJake Petroules2017-03-291-3/+3
* Change style of #includes of Qt headersJake Petroules2017-01-041-3/+3
* Update license headersIikka Eklund2016-08-291-14/+23
* Add a CommandLine helper class to create quoted command linesJake Petroules2016-08-221-0/+51
* Add an additional shellQuote overload for an argument listJake Petroules2016-07-281-3/+13
* Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-061-1/+1
* Pull in updated shell utility functions from upstream.Jake Petroules2015-08-171-15/+37
* DRY up shell quoting code, and do it properly in all places.Jake Petroules2015-07-131-2/+16
* Prevent automatic casting from char* to QString.Christian Kandeler2015-04-231-1/+1
* Try to forward "bad interpreter" errors to the user.Jake Petroules2015-03-271-0/+16
* update license headersJoerg Bornemann2015-03-021-2/+2
* Update LicenseEike Ziller2015-01-261-7/+7
* License update.Eike Ziller2014-10-161-7/+8
* Import some shellquote utility functions from qmake.Jake Petroules2014-07-181-0/+102