aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/imports/qbs/Probes
Commit message (Expand)AuthorAgeFilesLines
* baremetal: Improve JS code in IAR module a bitDenis Shienkov2019-08-191-29/+12
* baremetal: Add IAR MSP430 toolchain supportDenis Shienkov2019-08-151-0/+4
* bare-metal: Add IAR STM8 toolchain supportDenis Shienkov2019-07-261-0/+4
* Add PathProbe::candidateFilter propertyIvan Komissarov2019-06-265-13/+15
* Allow PathProbe to search multiple filesIvan Komissarov2019-06-255-54/+119
* Do not use pathSuffixes in IncludeProbeIvan Komissarov2019-06-031-1/+4
* bare-metal: Implement cpp.compilerIncludePaths for KEIL toolchainDenis Shienkov2019-05-161-0/+6
* bare-metal: Implement cpp.compilerDefinesByLanguage for KEIL toolchainDenis Shienkov2019-05-151-1/+16
* bare-metal: Implement cpp.compilerDefinesByLanguage for SDCC toolchainDenis Shienkov2019-05-141-0/+6
* bare-metal: Implement cpp.compilerIncludePaths for SDCC toolchainDenis Shienkov2019-05-141-0/+4
* bare-metal: Use preferred architecture to dump macrosDenis Shienkov2019-05-141-1/+2
* bare-metal: Implement cpp.compilerIncludePaths for IAR toolchainDenis Shienkov2019-05-101-0/+7
* bare-metal: Implement cpp.compilerDefinesByLanguage for IAR toolchainDenis Shienkov2019-05-101-1/+16
* Default to the minimum supported NDK API versionBogDan Vatra2019-04-261-4/+0
* bare-metal: Add SDCC toolchain supportDenis Shienkov2019-04-101-0/+62
* Add support for the clang-cl compilerIvan Komissarov2019-04-101-0/+88
* Android: Auto-detect Android.ndk.platformChristian Kandeler2019-04-052-1/+7
* PkgConfigProbe: Check for package version in an extra callChristian Kandeler2019-03-121-7/+12
* bare-metal: Add KEIL ARM toolchain support for WindowsDenis Shienkov2019-02-151-1/+3
* bare-metal: Add KEIL 8051 toolchain support for WindowsDenis Shienkov2019-02-131-0/+65
* Fix some missed license headersDenis Shienkov2019-02-133-3/+3
* bare-metal: Add IAR AVR toolchain supportDenis Shienkov2019-01-231-0/+4
* bare-metal: Add IAR 8051 toolchain supportDenis Shienkov2019-01-231-3/+10
* bare-metal: Add IAR EWARM toolchain support on WindowsDenis Shienkov2019-01-191-0/+65
* Rename PathProbe.pathPrefixes and PathProbe.platformPaths propertiesIvan Komissarov2018-12-1012-26/+38
* Fix environmentPaths properties typeIvan Komissarov2018-11-221-2/+2
* Add protobuf.cpp and protobuf.objc modulesIvan Komissarov2018-11-222-6/+66
* Merge 1.12 into masterChristian Kandeler2018-10-121-0/+2
|\
| * MSVC: Add support for the Visual Studio 2017 Build ToolsChristian Kandeler2018-10-081-0/+2
* | Remove the base module import from shared imports and modulesJoerg Bornemann2018-06-2220-23/+0
|/
* Merge 1.10 into 1.11Christian Kandeler2018-01-261-9/+13
|\
| * Fix detection of Android SDK on WindowsJake Petroules2018-01-251-9/+13
| * Add better module validation for Android SDK and NDKJake Petroules2018-01-252-0/+2
* | Fix GccBinaryProbe for mingwChristian Kandeler2017-12-221-0/+2
* | Automatically detect Windows cross-compilers when building for WindowsJake Petroules2017-12-211-1/+35
* | Move the GCC-like compiler binary probe into a dedicated Probe typeJake Petroules2017-12-191-0/+29
* | Validate the compiler's target platform as well as arch and endiannessJake Petroules2017-12-191-0/+2
* | Produce friendlier error messages when the Android SDK/NDK are missingJake Petroules2017-11-292-0/+4
* | Add support for creating .ico and .cur files using icotool (icoutils)Jake Petroules2017-11-151-0/+45
* | Give BinaryProbe a more sensible set of default paths on UnixJake Petroules2017-11-061-1/+1
|/
* Only add /System/Library/Frameworks to default compiler path on DarwinJake Petroules2017-10-231-1/+2
* Split off JdkVersionProbeJoerg Bornemann2017-09-072-6/+47
* Remove superfluous imports from JdkProbeJoerg Bornemann2017-09-071-3/+0
* Fix Android NDK probe for NDKs older than r11Joerg Bornemann2017-08-301-10/+25
* Fix MSVC environmentJoerg Bornemann2017-08-141-1/+1
* Automatically determine built-in compiler definesJake Petroules2017-08-112-9/+52
* Re-introduce endianness propertyJake Petroules2017-06-291-0/+10
* Move the compiler version detection into a separate ProbeJake Petroules2017-06-292-14/+68
* Fix nodejs/typescript probes when the Node interpreter is not in PATHJake Petroules2017-06-143-6/+30
* Merge 1.8 into masterChristian Kandeler2017-06-095-16/+26
|\