aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules
Commit message (Expand)AuthorAgeFilesLines
* protobuf: fix setting includePath in nanopb.qbsIvan Komissarov2021-03-181-0/+2
* protobuf: fix accessing undefined objectIvan Komissarov2021-03-152-26/+38
* protobuf: fix _libraryName prop if protobuf is not foundIvan Komissarov2021-02-222-2/+6
* Qt/Android: Extend rule cycle prevention hackChristian Kandeler2021-01-261-2/+6
* Xcode: Fix XCode auto-detectionIvan Komissarov2021-01-041-1/+8
* Add missing nanopb generator file extension on windowsKai Dohmen2020-12-171-4/+4
* Fix building .xcassetsIvan Komissarov2020-12-141-1/+1
* protobuf: explicitly disable auto refcount for generated filesIvan Komissarov2020-12-141-0/+1
* Probe for release and debug version of protobuf librariesKai Dohmen2020-12-122-4/+30
* baremetal: Handle preprocessor flags for SDCC toolchainDenis Shienkov2020-12-081-0/+1
* Android: Fix debugging supportRaphaël Cotty2020-12-083-10/+6
* Pass import paths as nanopb_opt to support `.options` filesKai Dohmen2020-12-032-2/+10
* Android: Update sdk/ndk/tools versionsRaphaël Cotty2020-11-181-1/+1
* baremetal: Fix dumping of compiler includes for IAR toolchainDenis Shienkov2020-11-181-6/+3
* Implement missing check for allowed values in PropertyOptionsIvan Komissarov2020-10-281-2/+0
* Merge branch '1.17'Ivan Komissarov2020-10-262-1/+27
|\
| * Xcode: fix compilation for ios-simulator with Xcode 12v1.17.11.17Ivan Komissarov2020-10-261-0/+8
| * Android: Remove targetName suffix from QtApplicationRaphaël Cotty2020-10-231-1/+3
| * Android: Update for Qt 5.15Raphaël Cotty2020-10-211-0/+16
* | capnp: Make outputDir variable publicIvan Komissarov2020-10-263-3/+3
* | Fix usage of @VAR@ in info plist filesIvan Komissarov2020-10-081-1/+1
* | baremetal: Improve macros dumping for KEIL C51/C251/C166 toolchainsDenis Shienkov2020-09-301-126/+84
* | Make protobuf.*.outputDir public againKai Dohmen2020-09-245-20/+24
* | baremetal: Handle cpp.enableDefinesByLanguage for SDCC toolchainDenis Shienkov2020-09-241-0/+1
* | baremetal: Implement cpp.generateCompilerListingFiles for ARMCLANGDenis Shienkov2020-09-232-4/+32
* | 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-171-2/+17
* | Add protobuf.nanopb moduleKai Dohmen2020-09-163-29/+86
* | Remove extra semicolonsDenis Shienkov2020-09-111-1/+1
* | Fix InnoSetupModule to support InnoSetup v6Ivan Komissarov2020-09-041-0/+4
* | baremetal: Fix assignment of probes 'found' flagDenis Shienkov2020-09-043-17/+8
* | Fix accessing toolchainInstallPath variable in NSIS moduleIvan Komissarov2020-08-311-1/+1
* | Extract compiler macros using common JS functionDenis Shienkov2020-08-314-32/+5
* | Introduce an "exportingProduct" variableChristian Kandeler2020-08-241-1/+1
* | Merge branch 1.17 into masterRichard Weickelt2020-08-1412-42/+99
|\|
| * Replace wrong continue statement with returnRichard Weickelt2020-08-141-1/+1
| * 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
* | Merge branch '1.17' into masterRichard Weickelt2020-08-033-9/+13
|\|
| * baremetal: Use checking on host OS in SDCC workaroundDenis Shienkov2020-08-021-1/+1