aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/sdktool/addtoolchainoperation.cpp
Commit message (Expand)AuthorAgeFilesLines
* SdkTool: Fork utils/persistentsettingshjk2023-03-061-4/+1
* Utils: Rename most FilePath::{from,to}Variant uses to {from,to}Settingshjk2023-01-101-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* SdkTool: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-05-301-4/+4
* SdkTool: Fix build with Qt5Christian Stenger2022-04-051-0/+1
* sdktool: Change tests to use QTestMarcus Tillmanns2022-04-041-63/+96
* SdkTool: Use slightly less repetitive approach for operation interfacehjk2022-02-101-30/+25
* SdkTool: Allow remote paths in various operationshjk2021-11-191-4/+2
* sdktool: Re-add compatibility hack for old language IDsEike Ziller2021-04-221-1/+18
* ProjectExplorer: Remove toolchain settings compatibility with <= 4.3hjk2020-11-061-25/+1
* Avoid warning on empty expressionshjk2019-07-231-1/+1
* sdktool: Adapt testsChristian Stenger2019-06-031-2/+2
* sdktool: Do not fiddle with display namesEike Ziller2019-05-071-8/+1
* SDKtool: Fix testsTobias Hunger2018-06-221-3/+3
* app_version.h: Make IDE name configurableTobias Hunger2017-09-051-1/+1
* SDKtool: Write toolchains compatible with Qt Creator 4.2 and 4.3Tobias Hunger2017-03-161-1/+25
* Remove spaces in initializer listsTim Jenssen2017-02-221-9/+9
* SDKtool: Default to C++ for newly added toolchains without a languageTobias Hunger2016-12-141-1/+3
* SDKtool: Add toolchain language supportTobias Hunger2016-07-211-10/+27
* SDKTool: Fix compile for Qt5.6Christian Stenger2016-07-201-4/+5
* SDKtool: De-noise addtoolchainoperationTobias Hunger2016-07-201-70/+67
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* SDKtool: Make sure to use '/' as path separatorTobias Hunger2016-01-191-1/+3
* Fix parsing of old settings with sdktoolKai Koehne2015-06-031-0/+2
* Sdktool: Add switch to set environment for kits.Tobias Hunger2015-05-041-1/+1
* Sdktool: Fix default kit handlingTobias Hunger2015-05-041-1/+1
* Update LicenseEike Ziller2015-01-161-6/+6
* License updateEike Ziller2014-10-091-7/+8
* SdkTool: Use Qt Creator doctypesOrgad Shaneh2014-07-081-3/+3
* SDKtool: Check for existing objects when creating kitsRainer Keller2014-03-041-11/+21
* SDKtool: Fix detection of existing tool chainsTobias Hunger2014-02-211-1/+1
* SDKtool: Rename findValues method to findValueTobias Hunger2014-02-201-1/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* SDKtool: Consistently use const char X[] for constants in .cpp filesTobias Hunger2013-10-291-9/+9
* SDKtool: Make the addtoolchain operation a bit less verboseTobias Hunger2013-10-291-1/+0
* Don't return negative numbers in sdktoolKai Koehne2013-07-081-2/+2
* SDKtool: Fix warning in test codeTobias Hunger2013-06-181-1/+1
* Merge remote-tracking branch 'origin/2.7' into 2.8Eike Ziller2013-05-231-1/+1
|\
| * sdktool: Add operations: Fix adding to a empty map, check the right mapDaniel Teske2013-05-171-1/+1
* | Fix some Krazy warnings about non-const ref iterator.Friedemann Kleint2013-03-111-1/+1
|/
* SDKtool: Fix removal of toolchainsTobias Hunger2013-02-221-3/+3
* SDKtool: Fix return values and improve error reportingTobias Hunger2013-02-071-16/+24
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* Adjust license headershjk2012-10-051-21/+20
* sdktool: Fix MSVC warnings about comparison (!<int> == number).Friedemann Kleint2012-09-281-1/+1
* Add sdktoolTobias Hunger2012-09-211-0/+280