aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmakeprojectmanager/qmakebuildconfiguration.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace most expected_str by Utils::Resulthjk2025-04-111-1/+1
* ProjectExplorer: Introduce & make use of BuildConfiguration::kitChangedChristian Kandeler2025-03-111-3/+3
* QmakeProjectManager: Remove one use of ProcessArgs::ConstArgIteratorhjk2025-03-111-10/+2
* ProjectExplorer: Replace uses of Target signals and member functionsChristian Kandeler2025-03-061-1/+2
* Project managers: Only enable the debug build config by defaultChristian Kandeler2025-03-051-0/+1
* QmakePM: Remove unused lambda captureChristian Stenger2025-02-281-1/+1
* ProjectExplorer: Switch BuildSystem to "per build config" approachChristian Kandeler2025-02-111-16/+4
* ProjectExplorer: Replace various direct calls to Target::kit()Christian Kandeler2025-02-071-4/+4
* ProjectExplorer: Replace various direct calls to Target::project()Christian Kandeler2025-02-061-2/+2
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-4/+4
* ProjectExplorer: Dissolve kitaspects.{h,cpp}Christian Kandeler2024-11-201-1/+3
* ProjectExplorer: More name disambiguation for device kit aspectsChristian Kandeler2024-11-121-1/+1
* Coco: Remove hard dependency on Qmake and CMakehjk2024-10-281-0/+27
* MacroExpander: Return error from expandArgs and handle themMarcus Tillmanns2024-10-221-2/+18
* ProjectExplorer: Move KitAspect into its own set of filesChristian Kandeler2024-10-111-0/+1
* ProjectExplorer: remove confusing function from ProjectDavid Schulz2024-05-021-1/+1
* Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-03-221-1/+2
|\
| * Qmake: Do not warn if build directory is child of source dirEike Ziller2024-03-211-1/+2
* | Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-02-291-1/+3
|\|
| * QmakeProjectManager: Fix Makefile compatibility checkv13.0.0-beta2Christian Kandeler2024-02-271-1/+3
* | Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
|/
* ProjectExplorer: Some more ToolChain->Toolchain renamingshjk2023-12-121-1/+1
* ProjectExplorer: Rename Tool{C,c}hainKitAspecthjk2023-11-271-1/+1
* ProjectExplorer: Rename ToolChain to Toolchainhjk2023-11-241-1/+1
* Utils/all: Move mime constants into a central placehjk2023-11-081-1/+2
* Plugins: A bit more Keys and Storehjk2023-08-251-2/+2
* Utils: Rename the new Storage to Storehjk2023-08-241-2/+2
* Use Utils::Storage instead of QVariantMap in a few placeshjk2023-08-231-2/+2
* QmakeBuildSystem: Rename qmakekitinformation.{h,cpp}hjk2023-08-211-1/+1
* QtSupport: Rename qtkitinformation.{h,cpp} -> qtkitaspect.{h,cpp}hjk2023-08-151-1/+1
* ProjectExplorer: Replace the fromMap error return valuehjk2023-07-241-4/+4
* ProjectExplorer: Change ProjectConfiguration::toMap signaturehjk2023-07-211-3/+2
* ProjectExplorer: Access default build properties more directlyhjk2023-07-211-10/+9
* Qmake: Use aspects more directly in QmakeBuildConfigurationhjk2023-07-201-50/+22
* Qmake: Use aspects more directly in QmakeStephjk2023-07-141-2/+2
* QtSupport: Use current aspect ctor pattern for Qml related aspecthjk2023-07-071-2/+4
* QmakeProjectManager: Avoid endless loop on self-referencing mkspec linkshjk2023-06-091-1/+1
* QMakeProjectManager: Proliferate FilePath use a bithjk2023-06-081-14/+10
* ProjectManager: Auto-register build settings aspectshjk2023-06-011-1/+2
* QMakeProject: Use PagedSettings page for optionshjk2023-05-161-4/+4
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Translations: Remove stray Q_DECLARE_TR_FUNCTIONS(...)Alessandro Portale2023-02-101-3/+4
* Qmake: Use FilePath in QtVersion::reportIssueshjk2023-01-121-9/+7
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-11-031-0/+2
|\
| * QMake: Remove unnecessary build dir changedMarcus Tillmanns2022-10-261-0/+2
* | Utils: Add sorted() functionChristian Kandeler2022-10-251-4/+3
|/
* Replace missing qAsConst with std::as_const()Jarek Kobus2022-10-101-1/+1
* QMakeProjectManager: Replace foreach with ranged for loopJarek Kobus2022-10-071-3/+2
* QMakeProjectManagerPlugin: Limit the usage of qMakePairJarek Kobus2022-10-041-1/+1