aboutsummaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* Extract compiler macros using common JS functionDenis Shienkov2020-08-315-32/+16
* Introduce an "exportingProduct" variableChristian Kandeler2020-08-241-1/+1
* Merge branch '1.17' into masterIvan Komissarov2020-08-171-1/+1
|\
| * Fix passing compiler defines to mocIvan Komissarov2020-08-171-1/+1
* | Initial CMake portIvan Komissarov2020-08-171-0/+65
* | Merge branch 1.17 into masterRichard Weickelt2020-08-1413-50/+115
|\|
| * 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
* | Avoid wrong-typed temporary assignment to probe propertyRichard Weickelt2020-08-141-4/+5
* | Merge branch '1.17' into masterRichard Weickelt2020-08-035-11/+20
|\|
| * 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
* | protobuf: remove deprecated propertiesIvan Komissarov2020-07-272-9/+2
* | Merge branch 1.17 into masterRichard Weickelt2020-07-2418-50/+272
|\|
| * 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
* | Fix wrong array iterationRichard Weickelt2020-07-132-6/+5
|/
* 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