aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/baremetal
Commit message (Expand)AuthorAgeFilesLines
* CommandLine: Use more 1-arg c'torJarek Kobus6 days2-2/+2
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-287-7/+7
* Rename RunControl::aspect to RunControl::aspectDatahjk2024-02-162-3/+3
* Various plugins: Fix some more C++20 warnings about [=] capturesJarek Kobus2024-02-061-1/+1
* IDevice: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-024-7/+7
* Process: Get rid of setTimeoutS()Jarek Kobus2024-01-223-7/+0
* All: More ToolChain->Toolchain renamingshjk2024-01-193-14/+14
* BareMetal: Add missing createIarParserTest() implementationhjk2024-01-121-0/+5
* BareMetal: Hide plugin test classes to .cpphjk2024-01-127-27/+49
* ProjectExplorer: Some more Toolchain renamingshjk2023-12-147-110/+110
* Work on lambdas C++20 compatibilitySerg Kryvonos2023-12-131-1/+1
* ProjectExplorer: Rename various items in the Toolchain classhjk2023-12-043-5/+5
* ProjectExplorer: Rename ToolChainManager to ToolchainManagerhjk2023-11-273-7/+7
* ProjectExplorer: Rename ToolChain to Toolchainhjk2023-11-243-34/+34
* ProjectExplorer: Rename Tool{C,h}ainFactoryhjk2023-11-243-24/+24
* ProjectExplorer: Rename Tool{C,c}hainConfigWidgethjk2023-11-243-15/+15
* BareMetal: Dissolve baremetalplugin.hhjk2023-11-1710-61/+75
* BareMetal: Move DebugServerProviderManager closer to new setup systemhjk2023-11-174-31/+18
* BareMetal: Use new setup scheme for various factorieshjk2023-11-177-83/+88
* BareMetal: Use new setup approach for toolchain factorieshjk2023-11-177-83/+78
* Tr: Small fixes like full stops, whitespace and typosEike Ziller2023-10-181-2/+1
* Fix buildChristian Stenger2023-09-281-1/+1
* All: Remove some unneeded #includeshjk2023-09-271-1/+0
* Utils: Use a proper class as Keyhjk2023-09-271-2/+2
* Merge remote-tracking branch 'origin/qds/dev'Tim Jenssen2023-09-141-1/+0
|\
| * cleanup QMessageBox includesTim Jenßen2023-08-221-1/+0
* | ProjectExplorer: Remove IDevice::setDisplayNameMarcus Tillmanns2023-09-111-1/+1
* | Utils: Make TreeViews use setUniformRowHeights by defaulthjk2023-09-051-0/+1
* | Utils: Use numberedKey(Key, int) more wildlyhjk2023-08-301-3/+3
* | BareMetal: More Key/Storehjk2023-08-281-3/+3
* | Utils: Introduce variantFromStore and storeFromVarianthjk2023-08-285-10/+10
* | Plugins: And more Store and Keyhjk2023-08-259-34/+36
* | Plugins: A bit more Keys and Storehjk2023-08-251-2/+2
* | Utils: Rename the new Storage to Storehjk2023-08-2420-56/+56
* | Use Utils::Storage instead of QVariantMap in a few placeshjk2023-08-2320-56/+62
* | Utils: Rename ProjectExplorer::Runnable into Utils::ProcessRunDataJarek Kobus2023-08-173-6/+6
* | Debugger: Rename debuggerkitinformation.{cpp,h}hjk2023-08-163-3/+3
* | ProjectExplorer: Rename kitinformation.{h,cpp} to kitaspects.{h,cpp}hjk2023-08-151-1/+1
* | BareMetal: Move some code from *.h to *.cpphjk2023-08-1015-588/+516
* | BareMetal: Remove error return value from fromMaphjk2023-07-2820-60/+32
* | BareMetal: Make toMap signature more aspect friendlyhjk2023-07-2822-51/+41
* | Build: Change plugin json.in files to CMake styleEike Ziller2023-07-251-16/+16
* | BareMetal: More inlining of simple functionshjk2023-07-212-19/+3
* | BareMetal: Simplify a few tests for executable compilerhjk2023-07-213-32/+8
* | BareMetal: Use aspect for IarToolChain::m_extraCodeModelFlagshjk2023-07-211-43/+12
* | BareMetal: Use aspect for KeilToolChain::m_extraCodeModelFlagshjk2023-07-211-36/+10
* | ProjectExplorer: Change ToolChain::toMap() signaturehjk2023-07-202-8/+6
* | BareMetal: Inline some simple toolchain functionhjk2023-07-201-12/+3
* | BareMetal: Hide SdccToolChain definitionshjk2023-07-202-73/+55
* | BareMetal: Hide KeilToolChain definitionshjk2023-07-202-80/+64