aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/imports/qbs/Probes
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\
| * Allow the GccProbe to fail more gracefullyJake Petroules2017-06-081-0/+6
| * PathProbe: don't search Unix paths on WindowsJake Petroules2017-06-071-1/+1
| * PathProbe: provide candidate paths that were searchedJake Petroules2017-06-074-13/+18
| * Fix sysroot handling for GCC-like toolchainsJake Petroules2017-06-061-2/+1
* | Add properties to indicate the Android NDK samples directoryJake Petroules2017-05-301-0/+3
* | Determine the version of the Android NDK moduleJake Petroules2017-05-301-2/+33
* | Determine Xcode architectures automatically if possibleJake Petroules2017-05-291-0/+15
* | Determine the version of the Xcode moduleJake Petroules2017-05-291-1/+44
* | Externalize the Xcode probeJake Petroules2017-05-291-0/+45
|/
* Introduce cpp.target[Assembler,Driver,Linker]FlagsJake Petroules2017-03-221-20/+3
* Provide a hook to pass environment variables to GccProbeJake Petroules2017-03-211-2/+3
* Do not access the qbs module inside Probe configure scriptsChristian Kandeler2017-03-213-3/+5
* Support multiple package names in PkgConfigProbeChristian Kandeler2017-02-241-8/+9
* PkgConfigProbe: Extract defines from cflagsChristian Kandeler2017-02-231-0/+4
* Deprecate loadFile and loadExtension in favor of requireJake Petroules2017-02-151-4/+4
* Don't look for an architecture-specific JDK when compiling for AndroidJake Petroules2017-02-081-1/+3
* PkgConfigProbe: Provide higher-level output propertiesChristian Kandeler2017-01-201-3/+34
* Set cpp.compilerIncludePaths also for MSVCChristian Kandeler2017-01-161-0/+9
* Typescript: Prevent undefined from getting into a stringList propertyChristian Kandeler2016-12-141-1/+1
* Add support for building Inno Setup packagesJake Petroules2016-12-051-0/+54
* Android NDK module: Move I/O operation into ProbeChristian Kandeler2016-11-181-0/+3
* Merge 1.6 into masterChristian Kandeler2016-09-051-2/+2
|\
| * Fix property types in GccProbeChristian Kandeler2016-08-311-2/+2
* | GccProbe: Explicitly convert strings when assiging to int propertiesChristian Kandeler2016-09-011-6/+6
|/
* Fix PkgConfigProbe for multi-profile projectsChristian Kandeler2016-08-051-4/+5
* Merge 1.5 into 1.6Jake Petroules2016-06-282-2/+2
|\
| * Do the OS X to macOS rename.v1.5.2Jake Petroules2016-06-272-2/+2
* | Determine Visual Studio architecture & build environment automatically.Jake Petroules2016-06-271-0/+69
* | Merge remote-tracking branch 'origin/1.5'Joerg Bornemann2016-06-0813-13/+13
|\|
| * Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-0613-13/+13
* | Determine the compiler's default include and lib directories.Jake Petroules2016-06-061-1/+13
* | Merge 1.5 into master.Christian Kandeler2016-05-271-8/+2
|\|
| * PkgConfigProbe: Make sure no values are undefined in the success case.Christian Kandeler2016-05-271-8/+2
* | Determine compiler version automatically for GCC.Jake Petroules2016-05-231-0/+14