aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared/proparser
Commit message (Expand)AuthorAgeFilesLines
* ProParser: Guard against OOMMarcus Tillmanns2024-02-041-4/+10
* Proparser: Silence compiler warninghjk2023-11-201-5/+0
* qbs build: Fix wrong usages of base.concat()Christian Kandeler2023-09-191-3/+3
* Replace QFile::exists by QFileInfo::existshjk2023-09-011-1/+1
* Qmake: Rudimentary support for prompt() in .pro filehjk2023-07-032-11/+38
* Qmake: More [[fallthrough]] warningshjk2023-06-303-4/+4
* Qmake: Fix a warninghjk2023-06-281-1/+2
* Utils: Fix compilation with namespaced Qthjk2023-06-121-3/+2
* Qmake: Enhance remote parsinghjk2023-01-1016-145/+263
* Replace GPL-3.0 with GPL-3.0-onlyKai Köhne2023-01-101-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-0620-20/+20
* CMake build: Use version-less Qt targetsEike Ziller2023-01-051-1/+1
* plugins: Remove foreach usageArtem Sokolovskii2022-12-204-16/+20
* ProParser: Prefix mkspecs with remote rootshjk2022-12-133-2/+18
* QMakeProjectManager: Progress towards reading remote .pro fileshjk2022-11-291-11/+23
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-2621-507/+42
* Utils: More porting.h related changeshjk2022-07-141-1/+0
* Utils: Collapse most of porting,hhjk2022-07-1310-37/+35
* CMake: Ensure qtcreatorcdbext is a shared library for all casesCristian Adam2022-05-031-1/+1
* Remove qmake build filesEike Ziller2022-01-201-35/+0
* Make some qHash and comparison operators overloads hidden friendshjk2021-12-062-5/+5
* Fix qHash-related size compatibility warnings by MSVCOrgad Shaneh2021-10-204-5/+6
* Don't kill the QProcess instance which is running in other threadJarek Kobus2021-10-063-17/+17
* ProParser: Fix buildChristian Stenger2021-10-051-2/+2
* Replace QHash with std::unordered_map inside ProFileCacheJarek Kobus2021-10-042-44/+119
* ProParser: Avoid the most common hard crashChristian Stenger2021-07-231-0/+3
* Merge remote-tracking branch 'origin/4.15' into 5.0Eike Ziller2021-07-091-0/+9
|\
| * Fix build with MSVCv4.15.2Eike Ziller2021-07-091-0/+9
* | Merge remote-tracking branch 'origin/4.15' into 5.0Eike Ziller2021-07-092-27/+85
|\|
| * proparser: Update ProItems to state in Qt 6.2Eike Ziller2021-07-092-27/+85
* | Proparser: Don't crash on accidental remote fileshjk2021-06-281-0/+12
* | qbs build: Use exportingProduct in Export itemsChristian Kandeler2021-05-111-1/+1
|/
* qbs build: Remove code for creating deployment packagesChristian Kandeler2021-02-171-31/+1
* Qmake: Prevent unresponsive processes from hanging Qt CreatorChristian Kandeler2021-01-053-2/+32
* ProParser: Do not open a write channel for processes invoked for system()Christian Kandeler2021-01-051-0/+1
* Fix a crash when opening pro file (Qt6 build)Jarek Kobus2020-11-241-2/+3
* Remove unused variablesJarek Kobus2020-11-201-0/+1
* Qmake: Fix wildcard expansion for absolute pathsChristian Kandeler2020-10-231-23/+23
* QmakeProjectManager: Make "system" execution opt-inChristian Kandeler2020-10-162-2/+7
* 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
* | Cleanup ProString::append/prependLars Knoll2020-09-232-55/+38
* | ProParser: Fix compile of manual testChristian Stenger2020-09-152-2/+2
* | Proparser/QtSupport: Fix build with Qt6Eike Ziller2020-09-1412-134/+175
* | Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-08-311-2/+5
|\|
| * qmake: Prevent injection of empty values via environment variablesChristian Kandeler2020-08-281-2/+5
* | ProParser: Replace QRegExp by QRegularExpressionChristian Stenger2020-07-223-6/+4
* | Qmake: Drop use of QTextCodec in pro parserhjk2020-07-112-30/+1
|/
* ProParser: Adapt to QRegExp removalhjk2020-06-243-30/+57