summaryrefslogtreecommitdiffstats
path: root/qmake/library
Commit message (Expand)AuthorAgeFilesLines
* Cleanup ProString::append/prependLars Knoll2020-09-102-55/+38
* Use QList instead of QVector in qmakeJarek Kobus2020-09-051-4/+4
* Add ; to Q_UNUSEDLars Schmertmann2020-07-072-4/+4
* Get rid of shared null for QByteArray, QString and QVectorLars Knoll2020-07-062-2/+2
* Port qmake from QStringRef to QStringViewLars Knoll2020-06-0510-82/+81
* qmake: fix a few deprecated QChar(non-char-type) warningsMarc Mutz2020-05-122-8/+8
* Add a QRegularExpression::fromWildcard() convenience methodLars Knoll2020-05-061-1/+1
* Port qmake over to user QRegularExpressionLars Knoll2020-05-053-35/+58
* Build qmake with QT_USE_STRINGBUILDERLars Knoll2020-05-051-20/+54
* Remove textcodec codepaths in qmakeLars Knoll2020-05-012-30/+1
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-094-5/+5
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-033-6/+6
|\
| * QMake: Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-283-6/+6
* | Use a QMap instead of a QHash for the ProValueMapLars Knoll2020-02-031-1/+2
|/
* qmake: Don't call QDir::count() over and overUlf Hermann2019-10-301-1/+1
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-221-2/+3
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-201-2/+3
| |\
| | * qmake: fix move semanticsGiuseppe D'Angelo2019-07-181-2/+3
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-171-26/+13
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-121-26/+13
| |\|
| | * Revert "Fix determination of source and build roots"Jörg Bornemann2019-07-041-26/+13
* | | QMake: fix GCC 9 -Wdeprecated-copy warningsMarc Mutz2019-07-152-1/+1
* | | QMake: be less laissez-faire with implicit conversions to QCharMarc Mutz2019-07-153-5/+5
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-272-0/+8
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-252-0/+8
| |\|
| | * Add QDebug streaming operator for ProStringJoerg Bornemann2019-06-242-0/+8
* | | qmake: Let evaluateFunction() return error for infinite recursionChristian Kandeler2019-06-181-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-13/+26
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-071-13/+26
| |\|
| | * Fix determination of source and build rootsJoerg Bornemann2019-06-041-13/+26
* | | qmake: replace QLinkedList with std::listMarc Mutz2019-05-132-7/+10
* | | qmake: use std names on a linked listMarc Mutz2019-05-133-18/+18
* | | QRegExp include cleanupSamuel Gaist2019-04-193-3/+1
* | | Replace Q_DECL_NOTHROW with noexcept the remaining placesAllan Sandfeld Jensen2019-04-091-3/+3
* | | QString: mark obsolete functions as deprecatedChristian Ehrlicher2019-03-041-2/+1
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-151-1/+6
|\|
| * Recognize UNC paths as absolute (i.e. not relative)Edward Welbourne2019-02-131-1/+6
* | QFile/QFileInfo: mark readLink() as deprecatedChristian Ehrlicher2019-01-231-1/+1
|/
* qmake: add $$read_registry() functionOswald Buddenhagen2019-01-053-1/+270
* Fix crash in qmake parsingAllan Sandfeld Jensen2018-11-291-2/+2
* qmake: fix return type of toLongLong()Oswald Buddenhagen2018-11-211-1/+1
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-092-7/+7
|\
| * Modernize the "textcodec" featureLiang Qi2018-11-072-7/+7
* | qmake: fix file id mapping lifetime managementOswald Buddenhagen2018-08-244-12/+39
* | qmake: Apply modernize-use-nullptrAlessandro Portale2018-08-087-25/+25
* | Merge branch '5.11' into devEdward Welbourne2018-07-312-163/+172
|\|
| * qmake: break out testFunc_cache() from evaluateBuiltinConditional()Edward Welbourne2018-07-202-163/+172
* | qmake: make access to raw data temporaries safeOswald Buddenhagen2018-06-273-76/+160
* | qmake: centralize resolution of file name arguments to qmake functionsOswald Buddenhagen2018-06-272-17/+23
* | qmake: make argument validation of built-ins data drivenOswald Buddenhagen2018-06-274-777/+618