aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Android: Remove targetName suffix from QtApplicationRaphaël Cotty2020-10-234-8/+7
| * Android: Fix Qt 5.14 (and 5.15)Richard Weickelt2020-10-221-4/+6
| * Android: Update for Qt 5.15Raphaël Cotty2020-10-215-42/+71
| * Android: Allow exporting of Qt modules by using importingProductRaphaël Cotty2020-10-214-3/+90
| * Bump version to 1.17.1Richard Weickelt2020-10-131-1/+1
* | clang-tidy: Apply modernize-use-nullptr fix-itIvan Komissarov2020-10-268-87/+88
* | Get rid of goto in InputArtifactScanner::resolveScanResultDependenciesIvan Komissarov2020-10-261-10/+17
* | capnp: Make outputDir variable publicIvan Komissarov2020-10-264-3/+13
* | Use make_shared in InputArtifactScanner::scannersForArtifactIvan Komissarov2020-10-261-4/+3
* | Fix documentation warningsRichard Weickelt2020-10-25135-163/+1
* | cmake: Replace symlinked directory with full contentCristian Adam2020-10-215-1/+4723
* | cmake: Remove ccache magicEike Ziller2020-10-202-7/+1
* | Do not use ::add-path:: as it is deprecatedRichard Weickelt2020-10-183-7/+6
* | baremetal: Fix detection for IAR compiler include pathsDenis Shienkov2020-10-151-4/+5
* | Force C++14 to keep QtScript compilableChristian Stenger2020-10-132-1/+3
* | Fix typo in JSON API project build answerDenis Shienkov2020-10-111-1/+1
* | Travis: drop more jobsIvan Komissarov2020-10-091-118/+0
* | cmake: Fix issues with configuring locations on WindowsEike Ziller2020-10-092-4/+18
* | cmake: Make build output & install locations configurableEike Ziller2020-10-083-49/+56
* | Fix usage of @VAR@ in info plist filesIvan Komissarov2020-10-087-2/+81
* | cmake: Make it possible to use --prefix option when installingEike Ziller2020-10-061-7/+13
* | Merge branch '1.17'Ivan Komissarov2020-10-053-1/+99
|\|
| * Add new icon to chocolatey packagev1.17.0Richard Weickelt2020-09-012-1/+1
| * Add changelog for 1.17.0 releaseRichard Weickelt2020-08-251-0/+98
| * baremetal: Fix compilation for KEIL ARM examplesDenis Shienkov2020-08-213-0/+9
* | baremetal: Add support for IAR toolchain to 'stm32f103' exampleDenis Shienkov2020-10-024-0/+240
* | baremetal: Add support for IAR toolchain to 'pca10040' exampleDenis Shienkov2020-10-014-0/+338
* | baremetal: Fix startup code for PCA10040 board using Keil toolchainDenis Shienkov2020-10-011-238/+111
* | baremetal: Improve macros dumping for KEIL C51/C251/C166 toolchainsDenis Shienkov2020-09-301-126/+84
* | Doc: add a how-to for disabling compiler warningsMitch Curtis2020-09-301-0/+32
* | baremetal: Add missing target assembler flags for ARM architecture examplesDenis Shienkov2020-09-304-0/+26
* | baremetal: Add support for IAR toolchain to 'pca10001' exampleDenis Shienkov2020-09-304-0/+229
* | baremetal: Add new example for Nordic's 'pca10001' boardDenis Shienkov2020-09-3012-0/+1040
* | tests: Add missing 'std' namespaceDenis Shienkov2020-09-3018-28/+28
* | GitHub actions: fix tests on WindowsIvan Komissarov2020-09-301-0/+2
* | baremetal: Fix compilation of 'pca10040' example using Keil toolchainDenis Shienkov2020-09-301-0/+3
* | Remove cpp dependency from PathProbe blackbox testsRichard Weickelt2020-09-272-4/+1
* | GitHub actions: Run tests with Xcode 12Ivan Komissarov2020-09-252-2/+12
* | xcode12: fix compiler warningsIvan Komissarov2020-09-251-4/+4
* | Make protobuf.*.outputDir public againKai Dohmen2020-09-2413-20/+180
* | baremetal: Handle cpp.enableDefinesByLanguage for SDCC toolchainDenis Shienkov2020-09-242-2/+17
* | baremetal: Add WiFi AP example for ESP8266 MCU using GCC toolchainDenis Shienkov2020-09-248-0/+384
* | baremetal: Implement cpp.generateCompilerListingFiles for ARMCLANGDenis Shienkov2020-09-234-38/+38
* | Android: Change the product property to importingProduct to allow exporting Q...Raphaël Cotty2020-09-214-3/+90
* | tests: Add 'std' prefix for printf() in blackbox::configure testDenis Shienkov2020-09-181-1/+1
* | baremetal: Mark helper commands without of descriptions as 'silent'Denis Shienkov2020-09-181-0/+3
* | baremetal: Pass 'generate-linker-map' test for SDCC toolchainDenis Shienkov2020-09-173-12/+17
* | Remove the isBaseModule argument from loadModuleFile()Ivan Komissarov2020-09-172-9/+10
* | Do not use return argument in loadModuleFile()Ivan Komissarov2020-09-162-20/+22
* | Add protobuf.nanopb moduleKai Dohmen2020-09-167-29/+209