summaryrefslogtreecommitdiffstats
path: root/src/linguist/shared/qmakebuiltins.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-061-5/+5
* Port from container::count() and length() to size()Marc Mutz2022-10-061-40/+40
* Linguist: Sync code shared with qmakeJoerg Bornemann2022-09-121-23/+50
* Use SPDX license identifiersLucie GĂ©rard2022-05-191-27/+2
* Port QtTools from QStringRef to QStringViewKarsten Heimrich2020-06-151-18/+18
* Port linguist from QRegExp to QRegularExpressionLars Knoll2020-05-091-25/+47
* Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-03-021-3/+3
* qmake: use std names on a linked listMarc Mutz2019-05-231-6/+6
* Replace deprecated QString::sprintfKai Koehne2019-03-151-2/+1
* qmake: Apply modernize-use-nullptrAlessandro Portale2018-09-141-1/+1
* qmake: break out testFunc_cache() from evaluateBuiltinConditional()Edward Welbourne2018-09-141-162/+170
* qmake: make access to raw data temporaries safeOswald Buddenhagen2018-09-141-71/+103
* qmake: centralize resolution of file name arguments to qmake functionsOswald Buddenhagen2018-09-141-17/+21
* qmake: make argument validation of built-ins data drivenOswald Buddenhagen2018-09-141-769/+586
* qmake: skip empty parts when splitting strings in some more placesOswald Buddenhagen2018-09-141-3/+6
* qmake: make even more use QStringRef and QStringView overloadsOswald Buddenhagen2018-09-141-5/+4
* qmake: make VFS aware of exact vs. cumulative evaluationOswald Buddenhagen2018-09-141-10/+15
* Make sure $$relative_path() uses an absolute path as its first argEdward Welbourne2018-09-141-2/+6
* qmake: require a drive in a DOS path for it to be absoluteEdward Welbourne2018-09-141-6/+7
* qmake: fix hypothetical raw data leak in $$replace()Oswald Buddenhagen2018-09-141-1/+5
* qmake: fix hypothetical raw data leaks relating to qt i/o classesOswald Buddenhagen2018-09-141-5/+9
* qmake: make more use of ProString built-insOswald Buddenhagen2018-09-141-12/+10
* qmake: fix excessive detaching of raw dataOswald Buddenhagen2018-09-141-3/+3
* qmake: fix raw data detach avoidanceOswald Buddenhagen2018-09-141-9/+3
* qmake: make yet more use of ProString::toQStringRef()Oswald Buddenhagen2018-09-141-4/+4
* Change source identifier type in ProStringOswald Buddenhagen2018-09-141-7/+6
* Preserve last modification timestamps of installed filesSimon Hausmann2018-09-141-57/+3
* qmake: use new QString::arg(QStringView) overloadMarc Mutz2018-09-141-21/+21
* QMakeEvaluator: port a QString::split() to a QStringRef::split() loopMarc Mutz2018-09-141-4/+4
* Improve time stamp precision of qmake's touch functionSimon Hausmann2018-09-141-1/+8
* qmake: add reload_properties() functionOswald Buddenhagen2018-09-141-1/+7
* make qmake abort when $$prompt() gets EOFOswald Buddenhagen2018-09-141-5/+8
* qmake: make discard_from() patch up QMAKE_INTERNAL_INCLUDED_FILES as wellOswald Buddenhagen2018-09-141-0/+4
* qmake: let discard_from() discard function definitions as wellOswald Buddenhagen2018-09-141-0/+12
* qmake: add "undecorated" mode to $$prompt()Oswald Buddenhagen2018-09-141-6/+12
* Improve QMake JSON errorAllan Sandfeld Jensen2018-09-141-3/+36
* fix $$section()'s bad argument count error messageOswald Buddenhagen2018-09-141-2/+1
* qmake: Add test functions for comparing version numbersAlexander Volkov2018-09-031-0/+17
* Fix problems when building with -no-feature-processUlf Hermann2017-09-121-3/+3
* add discard_from() functionOswald Buddenhagen2016-10-101-1/+36
* make include(,<into>) implementation a bit less convolutedOswald Buddenhagen2016-10-101-6/+5
* Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-10-101-1/+1
* add support for returning the command's exit status to $$system()Oswald Buddenhagen2016-10-101-5/+16
* print no message at all when no argument is supplied to error()Oswald Buddenhagen2016-10-101-1/+1
* Improve error reporting when parsing JSON filesLars Knoll2016-10-101-3/+8
* add $$sorted() functionOswald Buddenhagen2016-10-101-1/+10
* add $$str_member() functionOswald Buddenhagen2016-10-101-37/+71
* add $$str_size() functionOswald Buddenhagen2016-10-101-2/+9
* add $$num_add() (numeric addition) functionOswald Buddenhagen2016-10-101-2/+26
* add $$take_first() and $$take_last() functionsOswald Buddenhagen2016-10-101-1/+18