aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix default value of cpp.minimum{Macos,Ios}VersionChristian Kandeler2017-05-092-0/+2
* Add support for 64-bit ARM targets with Microsoft Visual C++Jake Petroules2017-05-082-0/+5
* Merge 1.8 into masterChristian Kandeler2017-05-052-2/+2
|\
| * Support command files in cpp.{static,dynamic}LibrariesChristian Kandeler2017-04-282-2/+2
* | Merge 1.8 into masterChristian Kandeler2017-04-212-24/+19
|\|
| * GCC: Do not mess with the list of external librariesChristian Kandeler2017-04-211-8/+2
| * GCC: remove escaped linker flags compatibility modeChristian Kandeler2017-04-122-16/+17
* | 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-291-1/+1
* 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-223-5/+105
* Introduce cpp.target[Assembler,Driver,Linker]FlagsJake Petroules2017-03-224-56/+63
* Provide a hook to pass environment variables to GccProbeJake Petroules2017-03-212-2/+9
* 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
* 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-282-11/+23
* Remove out-dated commentJoerg Bornemann2017-02-281-2/+0
* Make sure the bundle rule only accepts inputs from compatible rulesJake Petroules2017-02-241-8/+0
* Fix cpp.optimization: "none" for MSVCJoerg Bornemann2017-02-211-4/+9
* Cpp module: Allow a set of source files to be combined into oneChristian Kandeler2017-02-171-4/+80
* Deprecate loadFile and loadExtension in favor of requireJake Petroules2017-02-152-14/+14
* Fix -fPIC flags handlingJake Petroules2017-02-082-27/+6
* Attach the bundle.content file tag to files that are part of a bundleJake Petroules2017-02-082-10/+35
* Fix reproducible builds with GCCJake Petroules2017-02-011-2/+2
* cpp: Do not update the symbol file timestamp in case of an nm failureChristian Kandeler2017-01-201-8/+3
* Make loaded extensions available in JavaScript commandsJoerg Bornemann2017-01-191-5/+0
* Fix misuse of Function.prototype.applyJoerg Bornemann2017-01-192-14/+14
* Only use nm's -D option if it's availableChristian Kandeler2017-01-182-1/+19
* Fix building dynamic libs on macOSChristian Kandeler2017-01-182-4/+2
* Do not copy shared libraries for smart relinkingChristian Kandeler2017-01-182-88/+158
* Speed up exported symbols checkDenis Klychkov2017-01-161-3/+3
* Set cpp.compilerIncludePaths also for MSVCChristian Kandeler2017-01-161-0/+1
* Make it configurable whether system headers become dependenciesChristian Kandeler2017-01-121-0/+2
* Merge 1.7 into masterChristian Kandeler2017-01-061-1/+1
|\
| * cpp module: fixed output path for pch_copy file in JavaScriptCommandSergey Petrov2017-01-051-1/+1
* | Add support for building FreeBSD applications out of the boxJake Petroules2017-01-052-1/+42
* | Merge 1.7 into masterChristian Kandeler2017-01-024-20/+25
|\|
| * Use different tags for debug info created by different rulesChristian Kandeler2017-01-024-20/+25