aboutsummaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* Don't add compiler defines to the Info.plist replacement variable listJake Petroules2017-05-101-9/+0
* Fix default value of cpp.minimum{Macos,Ios}VersionChristian Kandeler2017-05-092-0/+2
* Add support for building multi-resolution TIFFs on macOSJake Petroules2017-05-082-0/+86
* Add support for 64-bit ARM targets with Microsoft Visual C++Jake Petroules2017-05-083-2/+8
* Merge 1.8 into masterChristian Kandeler2017-05-052-2/+2
|\
| * Support command files in cpp.{static,dynamic}LibrariesChristian Kandeler2017-04-282-2/+2
* | Recognize __ARM64__ as a valid compiler defineJake Petroules2017-04-271-2/+2
* | Merge 1.8 into masterChristian Kandeler2017-04-213-25/+21
|\|
| * 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
* | Make utility function slightly more generalJake Petroules2017-04-182-6/+11
* | Fix cpp module for MSVCJoerg Bornemann2017-04-141-3/+4
* | Improve support for Windows SxS assembly manifestsJake Petroules2017-04-133-9/+72
* | Merge 1.8 into masterChristian Kandeler2017-04-102-20/+26
|\|
| * 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
* | MSVC: let the linker embed manifestsJoerg Bornemann2017-04-071-10/+13
|/
* 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
* | Deprecate loadFile and loadExtension in favor of requireJake Petroules2017-02-1517-62/+62
* | Don't look for an architecture-specific JDK when compiling for AndroidJake Petroules2017-02-081-1/+3
* | Handle single-architecture Android builds more gracefullyJake Petroules2017-02-082-2/+2
* | Fix -fPIC flags handlingJake Petroules2017-02-082-27/+6