aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmakeprojectmanager/makefileparse.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-02-291-0/+8
|\
| * QmakeProjectManager: Fix Makefile compatibility checkv13.0.0-beta2Christian Kandeler2024-02-271-0/+8
* | Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
|/
* QmakeProjectManager: Hide plugin class definition in .cpphjk2024-01-161-12/+24
* QmakePM: Improve performance of importChristian Stenger2023-11-151-7/+19
* Various Plugins: Simplify return FilePath statementsJarek Kobus2023-08-021-1/+1
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Fix include styleJarek Kobus2023-03-241-3/+4
* Utils: More explicit host os use to make it stand outhjk2023-03-071-2/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Remove a few now-unnecessary cleanPath in conjunction with resolvePathhjk2022-11-301-1/+1
* QMake: Fix path cleaningMarcus Tillmanns2022-11-171-1/+1
* Replace missing qAsConst with std::as_const()Jarek Kobus2022-10-101-1/+1
* QMakeProjectManager: Replace foreach with ranged for loopJarek Kobus2022-10-071-7/+6
* QMakeProjectManagerPlugin: Limit the usage of qMakePairJarek Kobus2022-10-041-2/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Rename QtSupport::BaseQtVersion to QtVersionhjk2022-01-241-6/+6
* Fix some warnings about unused variables and functionsChristian Kandeler2021-09-271-16/+14
* Merge remote-tracking branch 'origin/5.0'Eike Ziller2021-09-071-22/+0
|\
| * QMake: Fix that qmake was run on every build on macOSEike Ziller2021-09-061-22/+0
* | Qmake: Proliferate FilePath usehjk2021-08-201-15/+13
|/
* Utils: Move process arguments class out of QtcProcesshjk2021-05-111-6/+6
* QmakeProjectManager: Fix qmake getting re-run unnecessarilyChristian Kandeler2021-01-061-2/+5
* Utils/ProjectExplorer: Move re-usabled bits of aspects to Utilshjk2020-09-231-4/+6
* QmakeProjectManager: Compare the right set of argumentsChristian Kandeler2020-09-091-13/+15
* QbsPM:QmakePM: Replace QRegExp by QRegularExpressionChristian Stenger2020-07-151-9/+11
* Qmake: Handle QFlags deprecationhjk2020-01-291-1/+1
* ProjectExplorer: Use full class for TriState valuehjk2019-12-031-12/+12
* QmakeBuildConfiguration: Make use of Qt-related build aspectsChristian Kandeler2019-11-281-12/+14
* QmakeBuildConfiguration: Make use of SeparateDebugInfoAspectChristian Kandeler2019-11-281-3/+5
* Utils: Rename FileName to FilePathhjk2019-05-281-5/+5
* Utils: Replace FileName::FileName(QFileInfo) by a named constructorhjk2019-05-131-1/+1
* Remove hard-coded disabling of debug logsOrgad Shaneh2018-10-131-1/+1
* QmakeProjectManager: ModernizeAlessandro Portale2018-07-131-1/+1
* Qmake: Remove dead codeRobert Loehning2017-07-251-3/+0
* QRegExp include cleanupSamuel Gaist2017-03-131-0/+1
* Qmake: Fix Makefile testsTobias Hunger2016-10-071-13/+16
* Qmake: Add tests for MakefileParserTobias Hunger2016-10-071-31/+174
* Qmake: Do not turn a CONFIG variable with spaces into severalTobias Hunger2016-06-271-2/+3
* Fix build on PPC: PPC is defined to 1Thiago Macieira2016-06-221-2/+2
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Remove QtQuick1 debugging option from build & run settingsUlf Hermann2015-10-011-6/+0
* QmakeProjectManager: Don't rerun qmake for debug buildsDaniel Teske2015-03-121-2/+2
* Fix importing creating additional kits on OS XDaniel Teske2015-03-111-0/+394