aboutsummaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* Android: Remove targetName suffix from QtApplicationRaphaël Cotty2020-10-233-7/+6
* Android: Update for Qt 5.15Raphaël Cotty2020-10-212-0/+20
* Android: Allow exporting of Qt modules by using importingProductRaphaël Cotty2020-10-211-2/+10
* Fix passing compiler defines to mocIvan Komissarov2020-08-171-1/+1
* Replace wrong continue statement with returnRichard Weickelt2020-08-141-1/+1
* Tune search order of path probesIvan Komissarov2020-08-131-8/+16
* baremetal: Fix detection of ARM architecture details for KEIL armclangDenis Shienkov2020-08-131-0/+1
* baremetal: Pass 'compiler-listing-files' test for SDCC toolchainDenis Shienkov2020-08-132-11/+40
* baremetal: Fix typo in cpp.optimization flags for IAR toolchainDenis Shienkov2020-08-121-2/+2
* Implement cpp.generateCompilerListingFiles for MSVC toolchainDenis Shienkov2020-08-122-3/+14
* baremetal: Use 'input' target instead of 'product' targetDenis Shienkov2020-08-082-6/+6
* baremetal: Fix linker MAP file generation for KEIL C51/C251/C166Denis Shienkov2020-08-081-3/+14
* baremetal: Fix typos in input parameters for {linker|archiver} flagsDenis Shienkov2020-08-083-12/+12
* baremetal: Fix compiler listing generation for KEIL C166Denis Shienkov2020-08-061-1/+2
* baremetal: Add new 'external-static-libraries' testDenis Shienkov2020-08-041-0/+1
* baremetal: Introduce new 'none' choosing for qbs.targetPlatformDenis Shienkov2020-08-043-0/+3
* Android: Do not append the version number to a library nameChristian Kandeler2020-08-041-0/+1
* baremetal: Fix static library generation for GCC compilerDenis Shienkov2020-08-043-4/+3
* baremetal: Use checking on host OS in SDCC workaroundDenis Shienkov2020-08-021-1/+1
* doc: Document more cpp module propertiesIvan Komissarov2020-07-311-3/+4
* xcode: Fix ApplicationExtension with XCode 12Ivan Komissarov2020-07-301-1/+4
* qt6: Update cpp.cxxLanguageVersion in Qt templatesIvan Komissarov2020-07-281-1/+3
* baremetal: Pass all current tests for IAR M16CDenis Shienkov2020-07-271-1/+1
* baremetal: Fix typo in CR16 architecture detection macro for IARDenis Shienkov2020-07-271-1/+1
* baremetal: Pass all current tests for IAR SHDenis Shienkov2020-07-271-1/+2
* baremetal: Pass all current tests for IAR R32CDenis Shienkov2020-07-261-1/+1
* baremetal: Pass all current tests for IAR AVR32Denis Shienkov2020-07-261-4/+6
* Fix CONFIG variable being read incorrectly in setup-qt.jsMitch Curtis2020-07-231-1/+1
* Android: Do not fail if project contains multiple shared librariesAlberto Mardegan2020-07-211-3/+2
* Add support for Cap'n Proto for the c++ languageIvan Komissarov2020-07-213-0/+226
* xcode: Fix Xcode 12.0 supportIvan Komissarov2020-07-203-2/+19
* baremetal: Don't pass cpp.driverFlags to KEIL assemblerDenis Shienkov2020-07-161-2/+1
* baremetal: Don't pass cpp.driverFlags to IAR assemblerDenis Shienkov2020-07-161-2/+1
* baremetal: Don't pass cpp.driverFlags to SDCC assemblerDenis Shienkov2020-07-161-2/+1
* Probes: Remove nameFilter from FrameworkProbeIvan Komissarov2020-07-162-8/+5
* Probes: Remove deprecated properties from PathProbeIvan Komissarov2020-07-151-10/+2
* protobuf: Do not call outputDir() that oftenIvan Komissarov2020-07-133-10/+10
* protobuf: use FileInfo.joinPaths instead of string concatenationIvan Komissarov2020-07-131-2/+3
* baremetal: Pass 'one-object-asm-application' test for SDCC MCS51Denis Shienkov2020-07-101-8/+1
* protobuf: make outputDir property "private"Ivan Komissarov2020-07-084-6/+6
* Fix wrong variable scope in protobuf.jsIvan Komissarov2020-07-071-1/+1
* protobuf: get rid of the unused 'product' parameterIvan Komissarov2020-07-073-11/+11
* protobuf: get rid of the validateFunc()Ivan Komissarov2020-07-064-45/+41
* protobuf: Rename protocBinary property to compilerPathIvan Komissarov2020-07-032-7/+17
* baremetal: Simplify cpp.prefixHeaders handling using KEIL ARM toolchainsDenis Shienkov2020-07-032-18/+18
* baremetal: Fix cpp.prefixHeaders for KEIL ARM clang toolchainDenis Shienkov2020-07-021-9/+18
* baremetal: Fix order of known {C|Cpp} language versions for KEIL ARMDenis Shienkov2020-07-021-4/+2
* baremetal: Add support for c99 language version for SDCC toolchainDenis Shienkov2020-07-021-1/+4
* baremetal: Allow libraries linking with SDCC on Windows hostDenis Shienkov2020-07-021-1/+24
* baremetal: Fix cpp.warningLevel for SDCC compilerDenis Shienkov2020-07-011-1/+6