aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared/proparser
Commit message (Expand)AuthorAgeFilesLines
* qmake: Prevent injection of empty values via environment variablesChristian Kandeler2020-08-281-2/+5
* ProParser: Adapt to QRegExp removalhjk2020-06-243-30/+57
* ProParser: Fix build with MSVCChristian Kandeler2020-06-231-0/+9
* ProParser: Drop use of QLinkedListhjk2020-06-233-26/+29
* ProWriter: Do not insert a backslash when adding new filesChristian Kandeler2020-06-021-1/+2
* CMake build: Avoid using extend_qtc_target directlyEike Ziller2020-05-181-1/+1
* qmake: Run the test version of system()Christian Kandeler2020-04-301-4/+0
* ProWriter: Fix removeVarValues() functionChristian Kandeler2020-04-011-2/+7
* Qmake: Add some debug output for file add/remove operationsChristian Kandeler2020-03-161-0/+13
* ProParser: Fix freeze with include loopsChristian Kandeler2020-02-101-1/+1
* Don't initialize QFlags unnecessarilyAlessandro Portale2020-01-211-1/+1
* Use isEmpty() instead of count() or size()Alessandro Portale2020-01-202-3/+3
* Use even less nullptr for default flagshjk2020-01-201-1/+1
* QmakeProjectManager: Improve renaming functionalityChristian Kandeler2019-11-042-16/+39
* Avoid warning on empty expressionshjk2019-07-231-2/+2
* qmake: Let evaluateFunction() return error for infinite recursionChristian Kandeler2019-06-241-1/+1
* Replace uses of QString::sprintf()hjk2019-06-201-2/+1
* Merge remote-tracking branch 'origin/4.9' into 4.10Eike Ziller2019-06-061-0/+3
|\
| * Fix Windows build build with namespaced QtChristian Kandeler2019-06-041-0/+3
* | CMake build: Add unittest CMake build filesCristian Adam2019-05-291-5/+4
* | ProParser: Fix inconsistent copy ctor/operator=Orgad Shaneh2019-05-243-7/+0
* | Qt Creator CMake portCristian Adam2019-05-171-0/+30
* | Core/Qmake: Move Q_DECLARE_OPERATORS_FOR_FLAGS outside the namespaceOrgad Shaneh2019-05-151-2/+2
* | Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-05-081-0/+4
|\|
| * Fix Windows build build with namespaced QtChristian Kandeler2019-04-251-0/+4
* | QmakePM: Find prf files for CONFIG valuesChristian Kandeler2019-04-022-0/+6
* | Merge remote-tracking branch 'origin/4.9'Orgad Shaneh2019-03-011-2/+2
|\|
| * Merge remote-tracking branch 'origin/4.8' into 4.9Eike Ziller2019-02-281-2/+2
| |\
| | * Fix assert in IoUtils::resolvePathDavid Schulz2019-02-281-2/+2
* | | Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-02-205-2/+263
|\| |
| * | Recognize UNC paths as absolute (i.e. not relative)Ivan Donchevskii2019-02-201-1/+6
| * | ProParser: Fix qmake build on Windowsv4.9.0-beta1Christian Kandeler2019-02-191-0/+1
| * | qmake: add $$read_registry() functionChristian Kandeler2019-02-194-1/+256
* | | ProWriter: Remove QLatin1(Char|String)Andre Hartmann2019-02-151-28/+26
* | | Merge remote-tracking branch 'origin/4.9'Orgad Shaneh2019-02-151-26/+29
|\| |
| * | ProWriter: Fix some Clang warningsAndre Hartmann2019-02-121-11/+11
| * | ProWriter: Remove foreach and foreverAndre Hartmann2019-02-121-15/+18
* | | ProWriter: Port to QRegularExpressionAndre Hartmann2019-02-151-4/+6
|/ /
* | ProWriter: constify local varsAndre Hartmann2019-02-111-4/+4
* | QmakePM: Respect editor settings when adding files to projectChristian Kandeler2019-02-052-18/+52
* | Merge remote-tracking branch 'origin/4.8'Eike Ziller2019-01-311-1/+1
|\|
| * QFile/QFileInfo: readLink() was replaced by symLinkTarget()Liang Qi2019-01-251-1/+1
* | Fix warning: "Don't call QVector::first() on temporary QList/QVector"Alessandro Portale2019-01-281-1/+1
* | QmakePM: Do a "sorted insert" when adding filesChristian Kandeler2019-01-241-16/+40
* | Fix warning: "Use midRef() instead of mid()"Alessandro Portale2019-01-171-3/+3
* | QmakeProjectManager: Watch wildcard directories for changesVille Nummela2018-12-122-2/+5
|/
* Fix crash in qmake parsingAllan Sandfeld Jensen2018-11-281-2/+2
* Qmake: Remove usage of deprecated QSysInfo::WindowsVersionOrgad Shaneh2018-10-101-15/+2
* Revert "Windows: Match the name case of included files"Orgad Shaneh2018-07-194-4/+4
* Windows: Match the name case of included filesAlessandro Portale2018-07-124-4/+4