aboutsummaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Attach the bundle.content file tag to files that are part of a bundleJake Petroules2017-02-087-115/+181
* | lex_yacc: Adapt to quirk in GnuWin32 flexChristian Kandeler2017-02-081-1/+1
* | Fix WiX rulesJoerg Bornemann2017-02-061-0/+1
* | Remove --fix-cortex-a8 flagJake Petroules2017-02-061-7/+1
* | Don't access potentially undefined properties in sanitizedList()Jake Petroules2017-02-011-3/+6
* | CLI: remove unnecessary type conversionsJake Petroules2017-02-011-5/+3
* | Fix reproducible builds with GCCJake Petroules2017-02-011-2/+2
* | Add missing TextFile importJake Petroules2017-02-011-0/+1
* | Remove unnecessary parseInt callJake Petroules2017-02-011-1/+0
* | Fix bug in Android SDK build tool versions sortingJake Petroules2017-02-011-13/+2
* | Return absolute paths from BlackboxOutputArtifactTrackerJake Petroules2017-01-301-2/+4
* | PkgConfigProbe: Provide higher-level output propertiesChristian Kandeler2017-01-201-3/+34
* | 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
* | Remove ancient debugging functionsJoerg Bornemann2017-01-191-32/+0
* | Fix misuse of Function.prototype.applyJoerg Bornemann2017-01-193-17/+17
* | 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-162-0/+10
* | 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