aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/buildablehelperlibrary.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Replace foreach with range-based forOrgad Shaneh2020-06-161-4/+4
* Utils: Use QRegularExpression in BuildableHelperLibraryhjk2020-06-111-9/+9
* Utils: Rename FilePathList to simply FilePathshjk2019-12-181-4/+4
* Utils: SimplifyNikolai Kosjar2019-11-011-3/+1
* QtSupport: Simplify detection of qmake executable in PATH on WindowsOrgad Shaneh2019-10-221-1/+1
* Utils: Add CommandLine convenience constructorshjk2019-07-231-2/+2
* Use Utils::FilePath in SynchronousProcesshjk2019-06-111-2/+2
* Utils: Rename FileName to FilePathhjk2019-05-281-17/+17
* Utils: Replace FileName::FileName(QFileInfo) by a named constructorhjk2019-05-131-1/+1
* QtVersionManager: Find all Qt installations in PATHChristian Kandeler2019-03-151-22/+46
* Utils: Do not blindly assume qmake* is an executableChristian Stenger2018-02-071-1/+1
* Utils: Do not assume qtchooser target as validChristian Stenger2018-02-051-1/+2
* Environment: Use Utils::FileName for path() and related methodsTobias Hunger2017-09-271-3/+3
* QRegExp include cleanupSamuel Gaist2017-03-131-0/+1
* Fix off-by-one error which stops qtchooser finding qmakeAnthony Heading2017-01-091-1/+1
* SynchronousProcess: Store raw bytes from stdout/stderr of the processTobias Hunger2016-07-151-1/+1
* Use SynchronousProcess::runBlockingTobias Hunger2016-05-261-2/+2
* Fix up QProcess::waitForFinished()Tobias Hunger2016-05-111-24/+14
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Utils: Make SynchronousProcess use second based timeoutsOrgad Shaneh2015-04-151-9/+9
* Move filterForQmakeFileDialog to a place where it can be reusedDaniel Teske2015-03-311-0/+21
* Update LicenseEike Ziller2015-01-161-6/+6
* Use QFileInfo::exist(f) instead of QFileInfo(f).exists() if possiblehjk2014-11-031-1/+1
* BuildableHelperLibrary: Remove a unused methodTobias Hunger2014-10-311-10/+1
* QtVersion: Fix detection of system QtTobias Hunger2014-10-311-12/+30
* QtSupport/OS X: Fix issues with selecting qmake from Qt 4 packagesEike Ziller2014-10-171-9/+5
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Use Qt 5's QStringList::join(QChar)hjk2014-08-251-3/+3
* | Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-07-171-4/+4
|\|
| * Utils: Remove unneeded namespace qualificationsOrgad Shaneh2014-07-161-4/+4
* | Some QString -> FileName transformationOrgad Shaneh2014-07-161-8/+10
|/
* BuildableHelperLibrary: Remove unused/unimplemented methodsTobias Hunger2014-06-271-9/+0
* Use double quotes instead of single quotes as per our guidelines.Christian Kandeler2014-04-221-2/+2
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Fix MSVC64 warning about integer truncation in qtChooserToQmakePath().Friedemann Kleint2013-10-101-2/+3
* QtVersion: Special treatment for qthooserDaniel Teske2013-08-051-1/+30
* Use the qtchooser default Qt on first run instead of forcing Qt 4.Timo Jyrinki2013-04-101-2/+2
* Clean headers in Utils.Friedemann Kleint2013-03-191-11/+2
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-4/+2
* | Add whitespace after control keywordsOrgad Shaneh2012-11-281-2/+2
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-051-21/+20
|\|
| * Adjust license headershjk2012-10-051-21/+20
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-09-261-1/+3
|\|
| * Detect Qt5 in PATHTobias Hunger2012-09-251-1/+3
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-09-111-1/+2
|\|
| * Add more possible qmake namesDaniel Teske2012-09-061-1/+2
* | Utils::FileUtils: Use Utils::FileName for file paths instead of QString.Christian Kandeler2012-09-071-1/+1