summaryrefslogtreecommitdiff
path: root/share/qbs/modules
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| * doc: Document more cpp module propertiesIvan Komissarov2020-07-311-3/+4
| * 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
* | protobuf: remove deprecated propertiesIvan Komissarov2020-07-272-9/+2
* | Merge branch 1.17 into masterRichard Weickelt2020-07-2413-28/+262
|\ \ | |/
| * 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
| * 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
* | Fix wrong array iterationRichard Weickelt2020-07-131-5/+4
|/
* 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