aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qbsprojectmanager/qbsprofilemanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* QbsProjectManager: Work around some warningshjk5 days1-5/+2
* Fix QMetaType::type() related deprecation warningshjk2024-05-231-3/+3
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* Use more std::chrono and std::chrono_literals namespacesJarek Kobus2024-01-231-1/+2
* Process: Change signature of waitForXxx() functionsJarek Kobus2024-01-231-1/+1
* Process: Use more rawStd{Out,Err} const methods instead of mutable onesJarek Kobus2024-01-211-2/+2
* QbsProjectManager: Create QbsProfileManager on requesthjk2023-08-291-16/+19
* QbsProjectManager: Prevent premature profile setupChristian Kandeler2023-08-281-2/+2
* QtSupport: Rename qtkitinformation.{h,cpp} -> qtkitaspect.{h,cpp}hjk2023-08-151-1/+1
* Some more Qt deprecationhjk2023-06-091-3/+3
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess::readAllStandard* to readAllRawStandard*hjk2023-01-101-2/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* QbsProjectManager: Convert to using Tr::trAlessandro Portale2022-09-061-2/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Drop Qt5: Clang, QBS & Valgrind: Get rid of QOverloadJarek Kobus2022-07-201-1/+1
* QbsProfileManager: Don't call blocking waitForStarted()Jarek Kobus2022-06-291-1/+1
* Revert "QtSupport: Add support to register Qt versions via qtpaths"Christian Kandeler2022-06-011-1/+1
* QtSupport: Add support to register Qt versions via qtpathsAlessandro Portale2022-06-011-1/+1
* QbsProjectManager: Call qbs-config directlyChristian Kandeler2022-02-251-5/+5
* Rename QtSupport::BaseQtVersion to QtVersionhjk2022-01-241-1/+1
* Use QtcProcess in QbsProfileManagerJarek Kobus2021-11-031-3/+4
* QbsProjectManager: Ensure profile for kit without Qt and toolchainChristian Kandeler2021-08-171-0/+2
* baseqtversion: commands are FilePathesTim Jenssen2021-07-141-1/+1
* QbsProjectManager: Make use of qbs config --add-profileChristian Kandeler2021-06-251-3/+14
* QbsProjectManager: Simplify profile creation code a bitChristian Kandeler2021-06-251-25/+7
* Use qAsConst with non-const Qt containers in range-loopsAlessandro Portale2021-02-171-1/+1
* Qbs: Avoid popping up general messages paneEike Ziller2020-12-171-3/+5
* Don't access static functions/fields via instanceAlessandro Portale2020-11-191-1/+1
* QbsPM:QmakePM: Replace QRegExp by QRegularExpressionChristian Stenger2020-07-151-2/+2
* Use isEmpty() instead of count() or size()Alessandro Portale2020-01-201-1/+1
* QbsProjectManager: Do not try to call qbs if there is no executableChristian Kandeler2019-12-181-1/+4
* QbsProjectManager: Do not call qbs config unnecessarilyChristian Kandeler2019-12-061-11/+13
* QbsProjectManager: Switch to an out-of-process approachChristian Kandeler2019-11-211-0/+266