aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/imports/qbs/Probes/GccProbe.qbs
Commit message (Expand)AuthorAgeFilesLines
* Use Host and FileInfo serviceRaphael Cotty2022-01-311-5/+6
* Fix some missed license headersDenis Shienkov2019-02-131-1/+1
* Remove the base module import from shared imports and modulesJoerg Bornemann2018-06-221-1/+0
* Validate the compiler's target platform as well as arch and endiannessJake Petroules2017-12-191-0/+2
* Only add /System/Library/Frameworks to default compiler path on DarwinJake Petroules2017-10-231-1/+2
* Automatically determine built-in compiler definesJake Petroules2017-08-111-6/+32
* Re-introduce endianness propertyJake Petroules2017-06-291-0/+10
* Move the compiler version detection into a separate ProbeJake Petroules2017-06-291-14/+0
* Allow the GccProbe to fail more gracefullyJake Petroules2017-06-081-0/+6
* Fix sysroot handling for GCC-like toolchainsJake Petroules2017-06-061-2/+1
* 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
* 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
|/
* Determine the compiler's default include and lib directories.Jake Petroules2016-06-061-1/+13
* Determine compiler version automatically for GCC.Jake Petroules2016-05-231-0/+14
* Automatically determine the compiler's architecture.Jake Petroules2016-05-111-0/+22
* Introduce GccProbe.Jake Petroules2016-05-111-0/+48