aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared/proparser/qmakebuiltins.cpp
Commit message (Expand)AuthorAgeFilesLines
* Qmake: Rudimentary support for prompt() in .pro filehjk2023-07-031-11/+33
* Qmake: More [[fallthrough]] warningshjk2023-06-301-1/+1
* Qmake: Enhance remote parsinghjk2023-01-101-20/+87
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* plugins: Remove foreach usageArtem Sokolovskii2022-12-201-5/+5
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: Collapse most of porting,hhjk2022-07-131-4/+4
* Don't kill the QProcess instance which is running in other threadJarek Kobus2021-10-061-11/+16
* Qmake: Prevent unresponsive processes from hanging Qt CreatorChristian Kandeler2021-01-051-2/+17
* ProParser: Do not open a write channel for processes invoked for system()Christian Kandeler2021-01-051-0/+1
* Remove unused variablesJarek Kobus2020-11-201-0/+1
* QmakeProjectManager: Make "system" execution opt-inChristian Kandeler2020-10-161-2/+6
* Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-10-021-2/+12
|\
| * ProParser: Fix crash when starting a QProcessChristian Kandeler2020-09-281-2/+12
* | ProParser: Fix compile of manual testChristian Stenger2020-09-151-1/+1
* | Proparser/QtSupport: Fix build with Qt6Eike Ziller2020-09-141-45/+45
|/
* ProParser: Adapt to QRegExp removalhjk2020-06-241-23/+49
* ProParser: Drop use of QLinkedListhjk2020-06-231-6/+6
* qmake: Run the test version of system()Christian Kandeler2020-04-301-4/+0
* Don't initialize QFlags unnecessarilyAlessandro Portale2020-01-211-1/+1
* Use even less nullptr for default flagshjk2020-01-201-1/+1
* Replace uses of QString::sprintf()hjk2019-06-201-2/+1
* qmake: add $$read_registry() functionChristian Kandeler2019-02-191-1/+41
* Fix warning: "Use midRef() instead of mid()"Alessandro Portale2019-01-171-3/+3
* Revert "Windows: Match the name case of included files"Orgad Shaneh2018-07-191-1/+1
* Windows: Match the name case of included filesAlessandro Portale2018-07-121-1/+1
* qmake: require a drive in a DOS path for it to be absoluteEdward Welbourne2018-03-141-6/+7
* qmake: fix hypothetical raw data leak in $$replace()Oswald Buddenhagen2018-03-141-1/+5
* qmake: fix hypothetical raw data leaks relating to qt i/o classesOswald Buddenhagen2018-03-141-5/+9
* qmake: make more use of ProString built-insOswald Buddenhagen2018-03-141-12/+10
* qmake: fix raw data detach avoidanceOswald Buddenhagen2018-03-141-9/+3
* qmake: fix excessive detaching of raw dataOswald Buddenhagen2018-03-141-3/+3
* qmake: make yet more use of ProString::toQStringRef()Oswald Buddenhagen2018-03-141-4/+4
* qmake: Change source identifier type in ProStringOswald Buddenhagen2018-03-141-10/+13
* qmake: Preserve last modification timestamps of installed filesSimon Hausmann2018-03-141-57/+3
* qmake: improve time stamp precision of the touch() functionSimon Hausmann2018-03-141-1/+8
* QMakeEvaluator: port a QString::split() to a QStringRef::split() loopMarc Mutz2018-03-141-4/+4
* qmake: make QMakeEvaluator::isActiveConfig() take a QStringRef argumentOswald Buddenhagen2018-03-141-1/+1
* qmake: introduce reload_properties() functionOswald Buddenhagen2018-03-141-1/+7
* qmake: abort when $$prompt() gets EOFOswald Buddenhagen2018-03-141-5/+8
* qmake: make discard_from() patch up QMAKE_INTERNAL_INCLUDED_FILES as wellOswald Buddenhagen2018-03-141-0/+4
* qmake: let discard_from() discard function definitions as wellOswald Buddenhagen2018-03-141-0/+12
* qmake: add "undecorated" mode to $$prompt()Oswald Buddenhagen2018-03-141-6/+12
* Improve QMake JSON errorAllan Sandfeld Jensen2018-03-141-3/+36
* fix $$section()'s bad argument count error messageOswald Buddenhagen2018-03-141-2/+1
* qmake: restore coding styleOswald Buddenhagen2018-03-141-86/+86
* qmake: Add test functions for comparing version numbersAlexander Volkov2017-10-051-0/+17
* Remove spaces in initializer listsTim Jenssen2017-02-221-84/+84
* make VFS aware of exact vs. cumulative evaluationOswald Buddenhagen2016-11-011-7/+8
* add discard_from() functionOswald Buddenhagen2016-10-251-1/+36