aboutsummaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* Add a comment warning about argument order in linkerFlags due to QCCJake Petroules2017-06-191-0/+3
* Make sure qcc handles response files properly for linkingJake Petroules2017-06-141-2/+15
* Allow the GccProbe to fail more gracefullyJake Petroules2017-06-082-0/+17
* Provide more user-friendly errors in module validationJake Petroules2017-06-072-6/+27
* 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-066-21/+10
* Add -lang-c and lang-c++ arguments to QCC compiler when neededJake Petroules2017-06-061-6/+37
* Fix system include paths compatibility with QNX SDK < 7Jake Petroules2017-06-023-5/+16
* Prevent passing undefined to a function which does not accept itJake Petroules2017-06-021-1/+1
* Fix QNX SDK probe on WindowsJake Petroules2017-06-021-2/+3
* Add missing qbs.Utilities importJake Petroules2017-06-021-0/+1
* GCC: Do not pass the -x option to the assembler binaryChristian Kandeler2017-05-241-5/+0
* Fix Android builds with newer SDKsJake Petroules2017-05-101-1/+1
* Track Java manifest files as artifacts in the build graphJake Petroules2017-05-091-7/+37
* Fix Java manifest file parsingJake Petroules2017-05-091-3/+5
* Support command files in cpp.{static,dynamic}LibrariesChristian Kandeler2017-04-282-2/+2
* GCC: Do not mess with the list of external librariesChristian Kandeler2017-04-211-8/+2
* Detect QNX SDK on Windows in C:\ (one of the default locations)Jake Petroules2017-04-181-1/+2
* GCC: remove escaped linker flags compatibility modeChristian Kandeler2017-04-122-16/+17
* cpp module: Add toolchain install path to build environmentChristian Kandeler2017-04-061-1/+6
* cpp module: Fix artifact inconsistency for mingwChristian Kandeler2017-04-062-12/+13
* cpp module: Fix mingw supportChristian Kandeler2017-04-032-6/+6
* Make cpp.internalVersion writableJoerg Bornemann2017-03-311-1/+1
* Make some adjustments necessary for QNX < 7 supportJake Petroules2017-03-292-3/+5
* Specify target linker flags for GNU ldJake Petroules2017-03-291-0/+4
* Fix assembler invocation with older XcodeJake Petroules2017-03-293-39/+44
* Add support for QNX and the QCC toolchainJake Petroules2017-03-225-6/+216
* Introduce cpp.target[Assembler,Driver,Linker]FlagsJake Petroules2017-03-225-76/+66
* Provide a hook to pass environment variables to GccProbeJake Petroules2017-03-213-4/+12
* Do not access the qbs module inside Probe configure scriptsChristian Kandeler2017-03-213-3/+5
* Remove some usage of product.modulePropertyJoerg Bornemann2017-03-167-178/+176
* Introduce cpp.useRPathLinkJoerg Bornemann2017-03-154-2/+4
* Let toolchains configure themselves if the binary is in the PATHChristian Kandeler2017-03-132-2/+16
* Give qbs.toolchain a sensible default valueChristian Kandeler2017-03-131-1/+10
* Do not pass --undefined-symbols=ignore-in-shared-libsJoerg Bornemann2017-03-091-6/+10
* Re-work linking library dependenciesJoerg Bornemann2017-03-094-84/+166
* Fix FreeBSD host buildsJake Petroules2017-03-022-1/+12
* Reduce some unnecessary reliance on product.typeJake Petroules2017-02-285-42/+64
* Remove out-dated commentJoerg Bornemann2017-02-281-2/+0
* Add function ModUtils.sanitizedModulePropertyJoerg Bornemann2017-02-261-3/+7
* Make sure the bundle rule only accepts inputs from compatible rulesJake Petroules2017-02-243-9/+50
* Support multiple package names in PkgConfigProbeChristian Kandeler2017-02-241-8/+9
* PkgConfigProbe: Extract defines from cflagsChristian Kandeler2017-02-231-0/+4
* lex_yacc: Suppress compiler warnings for the generated C/C++ filesChristian Kandeler2017-02-211-0/+5
* Fix cpp.optimization: "none" for MSVCJoerg Bornemann2017-02-211-4/+9
* Utilize Utilities.cStringQuoteJake Petroules2017-02-171-1/+1
* Merge 1.7 into masterChristian Kandeler2017-02-171-4/+6
|\
| * Fix App Extension builds on older versions of Xcode/macOSv1.7.2Jake Petroules2017-02-171-4/+6
* | Cpp module: Allow a set of source files to be combined into oneChristian Kandeler2017-02-172-4/+92