aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerkitinformation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+1
* ProjectManager: Add convenience Task subclasseshjk2020-01-201-7/+6
* Avoid warning on empty expressionshjk2019-07-231-1/+1
* ProjectExplorer: Use Utils::FileName for Runnable::executablehjk2019-06-211-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-7/+7
* Directly construct KitAspect::toUserOutput return valueshjk2019-05-281-1/+1
* ProjectExplorer: Introduce a alias for QList<Tasks>hjk2019-05-281-2/+2
* ProjectExplorer: Drop KitAspect::defaultValue()Christian Kandeler2019-03-151-2/+0
* Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-03-141-18/+1
|\
| * Remove DebuggerKitInformation::defaultValue()Christian Kandeler2019-03-061-18/+1
* | ProjectExplorer: Move RunControl related classes to separate file pairhjk2019-03-131-0/+1
* | Replace static_casts by QOverload where possiblehjk2019-02-261-1/+1
* | ProjectExplorer: Move use of some knowledge from KitAspectWidget to KitAspecthjk2019-02-121-1/+1
* | Debugger: Remove unused class memberhjk2019-02-121-1/+0
* | Move some knowledge from KitAspectWidget to KitAspectChristian Kandeler2019-02-111-2/+2
* | Move KitAspectWidget definitions alongside their KitAspectsChristian Kandeler2019-02-111-1/+97
* | ProjectExplorer: Rename KitInformation to KitAspectChristian Kandeler2019-02-111-33/+33
|/
* Debugger: Strip QLatin1* where possibleOrgad Shaneh2018-10-131-7/+7
* Debugger: Code cosmeticshjk2018-05-311-3/+3
* Finish merging Runnable and StandardRunnablehjk2018-05-231-2/+2
* Compile fix: Don't use Utils::FileName's private constructorAlessandro Portale2018-03-011-1/+1
* Merge remote-tracking branch 'origin/4.5' into 4.6Eike Ziller2018-03-011-1/+8
|\
| * Improve detection of toolchain and debugger for desktop kitsEike Ziller2018-02-231-1/+8
* | KitInformation: Improve robustness to nullptr passed as kitTobias Hunger2018-02-131-1/+7
* | Environment: Use Utils::FileName for path() and related methodsTobias Hunger2017-09-271-2/+2
|/
* Drop unused variables and lambda capturesUlf Hermann2017-09-081-4/+4
* Debugger: Prefer debuggers in PATH to others when setting up kitsTobias Hunger2017-05-171-3/+9
* Debugger: fix crash in kit setupTim Jenssen2017-01-171-3/+3
* Debugger: Expose DebuggerKitInformation::ConfigurationErrorshjk2016-11-161-17/+4
* Debugger: Allow debuggerruncontrol creation with warningsChristian Stenger2016-11-101-1/+1
* Debugger: Use a StandardRunnable for the debugger processhjk2016-08-041-8/+13
* Introduce ToolChainKitInformation::targetAbi(Kit *)Tobias Hunger2016-07-141-36/+15
* Kits: Save several ToolChains per kitTobias Hunger2016-07-141-3/+3
* Debugger: Display error when debugger ABI doesn't match toolchain ABI.David Schulz2016-06-091-5/+20
* KitInformation: Make defaultValue take a const Kit *Tobias Hunger2016-02-051-1/+1
* Debugger: Remove assertTobias Hunger2016-02-021-2/+3
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Debugger: Add some expandable macros to Debugger options pagehjk2015-03-041-4/+4
* Clean exported headers of the Debugger plugin.Friedemann Kleint2015-02-261-0/+1
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Debugger: Remove unneeded qualificationsOrgad Shaneh2015-02-041-2/+2
* | Debugger: Macro expander support for debugger version and ABIhjk2015-01-141-3/+18
|/
* Debugger: Rename Debugger:EngineType to Debugger:Typehjk2014-11-181-1/+1
* Debugger: Add variables for compiler and debugger display namehjk2014-11-181-0/+6
* Remove KitInformationMacroExpanderhjk2014-10-231-1/+0
* Capitalize macro nameshjk2014-10-221-1/+1
* Make expanders work with subexpandershjk2014-10-211-8/+6
* MacroExpander: Allow registering local expansionshjk2014-10-151-10/+7
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\