summaryrefslogtreecommitdiffstats
path: root/qmake/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-073-6/+10
|\|
| * qmake: skip empty parts when splitting strings in some more placesOswald Buddenhagen2018-06-013-6/+10
* | qmake: make even more use QStringRef and QStringView overloadsOswald Buddenhagen2018-05-071-5/+4
|/
* qmake: minor fixups to ioutils for building in qt creator contextOswald Buddenhagen2018-03-292-5/+8
* qmake: updates to the parsing code of external propertiesOswald Buddenhagen2018-03-292-20/+38
* qmake: remove unnecessary QMakeGlobals::setProperties() overloadOswald Buddenhagen2018-03-292-8/+0
* qmake: add text codec support to VFSAlessandro Portale2018-03-292-1/+30
* qmake: make VFS aware of exact vs. cumulative evaluationOswald Buddenhagen2018-03-297-98/+227
* qmake: make IoUtils::fileType() return more expressive resultOswald Buddenhagen2018-03-292-2/+2
* qmake: let QMakeVfs::readFile() report ENOFILE explicitlyOswald Buddenhagen2018-03-293-13/+21
* qmake: make message about not found mkspec less confusingOswald Buddenhagen2018-03-291-1/+1
* qmake: prevent .prf files from postponing work to build passesOswald Buddenhagen2018-03-291-14/+25
* Make sure $$relative_path() uses an absolute path as its first argEdward Welbourne2018-03-222-3/+7
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-143-21/+30
|\
| * qmake: require a drive in a DOS path for it to be absoluteEdward Welbourne2018-01-183-21/+30