aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/sdktool
Commit message (Expand)AuthorAgeFilesLines
...
* SdkTool: Code cosmetics in Settingshjk2021-12-142-21/+11
* SdkTool: Fix path handling and adjust expectationChristian Stenger2021-11-232-3/+5
* SdkTool: Allow remote paths in various operationshjk2021-11-196-20/+14
* Merge remote-tracking branch 'origin/5.0'Eike Ziller2021-09-131-2/+2
|\
| * sdktool: Fix sanity check for Qt 6Eike Ziller2021-09-131-2/+2
* | SdkTool: Fix build with qmakeChristian Stenger2021-08-251-2/+0
* | SdkTool: Compile fixhjk2021-08-242-0/+3
* | SdkTool: Fix buildChristian Stenger2021-08-243-0/+4
* | Use new FilePath::setPermissions in a few caseshjk2021-08-191-2/+1
|/
* Utils: Split FilePath off fileutils.hhjk2021-07-223-0/+4
* Move CommandLine out of fileutils.hEike Ziller2021-05-113-4/+3
* Utils: Move ProcessArgs class into filepair of its ownhjk2021-05-113-4/+4
* Merge remote-tracking branch 'origin/4.15'Eike Ziller2021-05-051-1/+1
|\
| * sdktool: Use newest toolchain key when writing kitEike Ziller2021-04-301-1/+1
* | Merge remote-tracking branch 'origin/4.15'Eike Ziller2021-04-261-1/+18
|\|
| * sdktool: Re-add compatibility hack for old language IDsEike Ziller2021-04-221-1/+18
* | SdkTool: Print out "Based on Qt " << qVersion()Alessandro Portale2021-03-101-0/+1
|/
* Merge remote-tracking branch 'origin/4.14'Eike Ziller2020-12-102-1/+11
|\
| * cmake build: Fix sdktool default output pathEike Ziller2020-12-092-1/+11
* | ProjectExplorer: Remove toolchain settings compatibility with <= 4.3hjk2020-11-061-25/+1
|/
* Fix build of standalone sdktool against earlier Qt versionsEike Ziller2020-09-163-0/+3
* SDKtool: Do not add empty CMake configuration valuesTobias Hunger2020-07-221-1/+2
* sdktool/CMake: Use C++17 to fix build (std::optional)Michael Weghorn2020-07-151-1/+1
* Tools: Replace QRegExp by QRegularExpressionChristian Stenger2020-07-151-3/+3
* CMake Build: Update CMake minimum Version to 3.10Cristian Adam2020-05-261-1/+1
* CMake build: Fix building sdktool against static QtEike Ziller2020-02-071-0/+9
* CMake build: Fix sdktool location for standalone buildEike Ziller2020-01-311-2/+8
* CMake build: Make it possible to build sdktool separatelyEike Ziller2020-01-311-3/+31
* Use isEmpty() instead of count() or size()Alessandro Portale2020-01-202-2/+2
* SDKTool: Allow for explicitly unsetting Qt in addKitOperationTobias Hunger2019-12-091-0/+5
* sdktool: Document WebAssembly typesAlessandro Portale2019-09-301-2/+5
* CMake build system for sdktool: use extend_qtc_executableAlessandro Portale2019-09-171-3/+3
* sdktool: Mark fallthrough cases correctlyChristoph Schlosser2019-08-231-0/+2
* SdkTool: Fix compile with msvcDavid Schulz2019-08-231-8/+8
* Add addvalue operation to SDK ToolChristoph Schlosser2019-08-226-0/+251
* Some clang-tidy -use-modernize-nullptrhjk2019-08-011-2/+2
* Avoid warning on empty expressionshjk2019-07-231-1/+1
* Fix qbs buildChristian Kandeler2019-06-181-0/+2
* CMake build: Build fix for "Enable macro editing for the Clang indexer"Cristian Adam2019-06-141-0/+2
* Enable macro editing for the Clang indexerMarco Bubke2019-06-131-0/+4
* CMake build: Make sdktool use parts of UtilsCristian Adam2019-06-121-2/+33
* sdktool: Fix linking on WindowsChristian Stenger2019-06-042-1/+3
* Utils: Move CommandLine to fileutils.{cpp,h}hjk2019-06-032-0/+6
* sdktool: Adapt testsChristian Stenger2019-06-033-6/+6
* Utils: Rename FileName to FilePathhjk2019-05-284-11/+11
* More FileName::appendPath() -> .pathAppended() changeshjk2019-05-271-5/+5
* Qt Creator CMake portCristian Adam2019-05-171-0/+28
* More FileName::appendPath() -> .pathAppended()hjk2019-05-171-5/+4
* Utils: Replace mutating FileName::appendStringhjk2019-05-151-2/+1
* Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-05-087-54/+10
|\