aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmaketoolsettingsaccessor.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMakePM: Remove per CMake tool "Auto Run" settingCristian Adam2024-05-271-6/+0
* Utils: Use numberedKey(Key, int) more wildlyhjk2023-08-301-2/+2
* Utils: Introduce variantFromStore and storeFromVarianthjk2023-08-281-2/+2
* Plugins: A bit more Keys and Storehjk2023-08-251-10/+10
* CMake: Use current pattern to access main settings pagehjk2023-07-071-2/+2
* Reduce usage of app_version headerEike Ziller2023-06-261-3/+2
* CMake: Use new FilePath::searchAllInDirectories functionhjk2023-05-231-18/+8
* Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-05-111-1/+7
|\
| * CMakePM: Store CMake Autorun state for all toolsCristian Adam2023-05-081-1/+7
* | Utils: Simplify SettingsAccessor constructorshjk2023-04-261-2/+3
* | Utils: Remove displayName from SettingsAccessorshjk2023-04-261-3/+1
|/
* Merge remote-tracking branch 'origin/9.0' into 10.0Eike Ziller2023-02-101-2/+3
|\
| * CMake: Detect cmake from ARM homebrew on macOSEike Ziller2023-02-071-2/+3
* | Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* | Utils: Make FilePath::refersToExe(...) return the found itemhjk2022-11-281-2/+2
* | CMakeManager: Avoid one use of Environment::appendExeExtensions()hjk2022-11-221-8/+3
|/
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* CMake: Move to Tr::trhjk2022-09-301-5/+4
* CMakeProjectManager: Avoid direct QFileInfo use in cmaketoolsettingsaccessorhjk2022-09-291-10/+5
* Projects: Use qtcEnvironmentVariable* instead of qEnvironmentVariable*Eike Ziller2022-08-291-3/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Fix lupdate issuesEike Ziller2022-06-271-1/+2
* CmakeProjectManager: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-05-201-2/+2
* CMake: Don't be too eager to throw out SDK-registered cmakeshjk2022-03-111-1/+6
* CMake: Be more graceful for device related bitshjk2022-03-101-3/+4
* CMakePM: Be more graceful regarding cmake toolsChristian Stenger2021-10-041-1/+1
* Various FilePath::fromString -> fromUserInput changesAlessandro Portale2021-09-231-2/+2
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-171-3/+3
* CMake: Fix restoration of remote cmake toolshjk2021-07-141-1/+1
* CMakePM: Use Utils::FilePath for accessing cmake toolsChristian Stenger2021-07-141-2/+2
* CMakePM: Proper restore user saved CMake tools changesCristian Adam2021-06-281-1/+5
* CMake: Minor code cosmetichjk2021-05-171-17/+16
* Core: Add a default parameter to various ICore::*path functionshjk2021-04-271-2/+2
* ICore: Change some path API to use FilePathEike Ziller2021-04-261-5/+3
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-3/+3
* CMake: Fix includes all over the CMake pluginTobias Hunger2020-04-201-1/+1
* Utils: Rename FilePathList to simply FilePathshjk2019-12-181-2/+2
* CMakeProjectManager: Make search for CMake in "ProgramFiles" more robustAlessandro Portale2019-11-281-7/+6
* Run CMake via canonical path instead of warningEike Ziller2019-08-121-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-14/+14
* CMakeTool: Fix reading from SDKtool fileTobias Hunger2018-07-111-4/+2
* CMake: Use SettingsAccessor to read/write CMakeTools fileTobias Hunger2018-07-101-0/+259