aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/genericprojectmanager/genericproject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Split user interaction out of FileSaver::finalize()hjk2025-04-231-2/+4
* Utils: Drop QStringList FileSystemWatchs::Fiefiles() (pseudo-)overloadhjk2025-03-141-1/+1
* ProjectExplorer: Make build system name available in ProjectChristian Kandeler2025-03-121-2/+1
* GenericProjectManager: Fix wrong uses of ProjectExplorer::TargetChristian Kandeler2025-03-111-17/+4
* ProjectExplorer: Make run configurations per build configurationChristian Kandeler2025-03-061-2/+4
* Merge remote-tracking branch 'origin/16.0'Orgad Shaneh2025-02-111-40/+0
|\
| * GenericProjectManager: Remove unused GenericProjectFile classJarek Kobus2025-02-051-40/+0
* | ProjectExplorer: Switch BuildSystem to "per build config" approachChristian Kandeler2025-02-111-7/+2
|/
* GenericProjectManager: Make build system "per build config"Christian Kandeler2025-01-241-12/+21
* GenericProjectManager: Drop dedicated file pairs for build configChristian Kandeler2025-01-241-0/+58
* ProjectExplorer: Add and make use of forwarding accessors in ProjectChristian Kandeler2025-01-201-9/+7
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-14/+14
* ProjectExplorer: Dissolve kitaspects.{h,cpp}Christian Kandeler2024-11-201-1/+1
* ProjectExplorer: Move KitAspect into its own set of filesChristian Kandeler2024-10-111-0/+1
* Utils: Use the new Result class in some FilePath functionshjk2024-10-011-3/+3
* Core: Return expected_str<void> from IDocument::reload()hjk2024-09-251-4/+3
* Fix build on macOS for older XcodeChristian Stenger2024-09-171-1/+1
* ProjectExplorer: Let build systems do renamings in bulkChristian Kandeler2024-09-161-10/+34
* Change RawProjectPart::projectFile to FilePathAndrii Semkiv2024-09-161-1/+1
* ProjectExplorer: fix remove directory action contextDavid Schulz2024-09-131-1/+1
* ProjectManager: Simplify Project::setBuildSystemCreator()Jarek Kobus2024-07-161-1/+1
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* Core: Rename ActionBuilder::setOn* to addOn*hjk2023-12-131-2/+2
* Core: Rename ActionBuilder::setContainer to addToContainerhjk2023-12-131-2/+2
* GenericProject: Use new setup for GenericProject itselfhjk2023-11-291-35/+80
* ProjectExplorer: Promote CppProjectUpdaterInterfacehjk2023-11-061-17/+4
* Utils: Rename the new Storage to Storehjk2023-08-241-1/+1
* Use Utils::Storage instead of QVariantMap in a few placeshjk2023-08-231-1/+1
* QtSupport: Rename qtkitinformation.{h,cpp} -> qtkitaspect.{h,cpp}hjk2023-08-151-1/+1
* ProjectExplorer: Rename kitinformation.{h,cpp} to kitaspects.{h,cpp}hjk2023-08-151-1/+1
* Various Plugins: Simplify return QStringList statementsJarek Kobus2023-08-021-1/+1
* GenericProject: Use the right kit in example creationhjk2023-07-281-1/+1
* Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-05-051-2/+3
|\
| * GenericProjectManager: Do not make every subdir an include dirChristian Kandeler2023-05-021-2/+3
* | Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* | ProjectExplorer: Proliferate FilePath a bithjk2023-03-151-2/+2
* | Utils: More explicit host os use to make it stand outhjk2023-03-071-1/+1
* | Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-02-101-2/+1
|\|
| * ProjectExplorer: Proliferate Utils::FilePath usehjk2023-02-081-2/+1
* | GenericProjectManager: Fix outdated commentKnut Petter Svendsen2023-02-081-1/+1
|/
* Move some FileSystemWatcher usages to FilePathhjk2023-01-271-3/+3
* GenericProjectManager: Tr::trAlessandro Portale2023-01-201-2/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* GenericBuildSystem: Don't store unused expanderJarek Kobus2022-12-091-5/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-3/+3
* GenericProjectManager: Remove two uses of QFileInfo::existhjk2022-09-301-2/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* GenericProject: Re-introduce variable resolving in include pathsChristian Kandeler2022-04-201-6/+11
* GenericProjectManager: Add support for pre-compiled headersXutaxKamay2021-11-111-15/+39
* GenericProject: Pass resolved include paths to code modelChristian Kandeler2021-09-271-4/+5