summaryrefslogtreecommitdiff
path: root/src/tools/sdktool
Commit message (Expand)AuthorAgeFilesLines
* qbs build: Remove unneeded import statements.Christian Kandeler2014-11-101-1/+0
* Introduce and use FileName::exists()hjk2014-11-031-1/+1
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-1435-245/+280
|\
| * License updateEike Ziller2014-10-0935-245/+280
* | Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-09-161-1/+37
|\ \ | |/
| * SdkTool: Fix warningsChristian Stenger2014-09-051-1/+2
| * SdkTool: Fix "get" for complex typesOrgad Shaneh2014-09-051-1/+36
* | Remove Qt version checks.Christian Kandeler2014-09-081-2/+0
* | Replace QLatin1String("x") with QLatin1Char('x') where possibleKai Koehne2014-09-043-3/+3
* | Use Qt 5's QStringList::join(QChar)hjk2014-08-251-1/+1
|/
* SDKTool: Change DeviceType from QByteArray to QStringOrgad Shaneh2014-08-043-16/+16
* SdkTool: Use Qt Creator doctypesOrgad Shaneh2014-07-0812-38/+40
* SdkTool: Support adding kit for desktop deviceOrgad Shaneh2014-07-081-0/+4
* SdkTool: Use 1 as default origin in add deviceOrgad Shaneh2014-07-031-1/+1
* SDKtool: Remove duplicate conditionTobias Hunger2014-07-031-2/+0
* SdkTool: Do not create additional pathOrgad Shaneh2014-07-031-1/+1
* SdkTool: Fix capitalizationOrgad Shaneh2014-07-031-1/+1
* Allow sdktool to run in an elevated contextKai Koehne2014-06-131-0/+9
* SDKtool: Fix adddevice operationTobias Hunger2014-04-111-1/+1
* SDKtool: Only write values into kit that were set on the commandlineTobias Hunger2014-04-091-25/+55
* SDKtool: Correctly handle mac ABIsTobias Hunger2014-04-071-1/+11
* SDKtool: Fix test case and compiler warningTobias Hunger2014-04-041-0/+19
* sdktool: Fix addKit complaining about unknown toolchainsKai Koehne2014-03-311-5/+0
* SDKtool: Fix get operationTobias Hunger2014-03-121-3/+4
* use new base import style in qbs filesJoerg Bornemann2014-03-111-1/+1
* SDKtool: Check for existing objects when creating kitsRainer Keller2014-03-0412-73/+249
* SDKtool: Add --device option to addKit operationTobias Hunger2014-03-043-20/+37
* SDKtool: Fix detection of existing tool chainsTobias Hunger2014-02-211-1/+1
* SDKtool: Rename findValues method to findValueTobias Hunger2014-02-206-13/+13
* SDKtool: Add basic commands to add/remove devicesTobias Hunger2014-02-207-0/+694
* SDKtool: Handle lists of values in find and findKey operationsTobias Hunger2014-02-204-23/+81
* Utils::FileName: Rename append to appendString()Daniel Teske2014-01-091-1/+1
* Incremented year in copyright infoRobert Loehning2014-01-0831-31/+31
* SDKtool: Small cleanupTobias Hunger2013-10-301-4/+1
* SDKtool: Do not require --debugger "" when using --debuggeridTobias Hunger2013-10-301-1/+3
* SDKtool: Fix explanation of options in help text.Tobias Hunger2013-10-301-4/+4
* SDKtool: Consistently use const char X[] for constants in .cpp filesTobias Hunger2013-10-298-58/+58
* SDKtool: Add support for debugger.xmlTobias Hunger2013-10-2911-18/+671
* SDKtool: Make the addtoolchain operation a bit less verboseTobias Hunger2013-10-291-1/+0
* qbs project files: Make use of new qbsSearchPaths property.Christian Kandeler2013-10-091-1/+1
* Fix some include statements.Christian Kandeler2013-09-041-1/+1
* Remove superfluous include paths from project files.Christian Kandeler2013-09-021-1/+0
* Don't return negative numbers in sdktoolKai Koehne2013-07-089-19/+19
* qbs files: fix OS X checksJoerg Bornemann2013-06-261-1/+1
* update qbs filesJoerg Bornemann2013-06-201-1/+1
* sdktool: Check for return value of mkpathKai Koehne2013-06-201-3/+8
* SDKtool: Fix a warning in test codeTobias Hunger2013-06-181-1/+1
* SDKtool: Fix warning in test codeTobias Hunger2013-06-181-1/+1
* Merge remote-tracking branch 'origin/2.7' into 2.8Eike Ziller2013-05-281-1/+0
|\
| * Remove duplicate module dependencies from qbs files.Christian Kandeler2013-05-271-1/+0