aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/tools/executablefinder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix Qt 5.15 deprecation warningsChristian Kandeler2020-06-161-1/+1
* Fix 'performance-move-const-arg' warningsIvan Komissarov2019-12-091-2/+2
* Use pass-by-value and moveIvan Komissarov2019-03-071-4/+3
* corelib: Gather string constants in central placeChristian Kandeler2017-11-291-5/+6
* Fix build with Qt 5.6Christian Kandeler2017-11-281-0/+1
* Replace more loops with range-forJake Petroules2017-11-271-4/+3
* STL compatibility: use size() instead of count()Jake Petroules2017-11-151-3/+3
* Use categorized logging in ExecutorJoerg Bornemann2017-08-021-8/+6
* Change style of #includes of Qt headersJake Petroules2017-01-041-1/+1
* Update license headersIikka Eklund2016-08-291-14/+23
* Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-061-1/+1
* update license headersJoerg Bornemann2015-03-021-2/+2
* Update LicenseEike Ziller2015-01-261-6/+6
* complete license header updateJoerg Bornemann2014-10-161-7/+8
* let JS extension Process find executables in PATHJoerg Bornemann2014-10-101-10/+20
* make product's file path cache thread-safeJoerg Bornemann2014-10-101-4/+4
* factor ExecutableFinder out of ProcessCommandExecutorJoerg Bornemann2014-10-101-0/+135