aboutsummaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/1.1'Joerg Bornemann2014-01-091-1/+4
|\
| * fix usage of dsym file tagJoerg Bornemann2014-01-091-1/+4
* | Add support for embedding Info.plist into unbundled executable products.Jake Petroules2014-01-093-4/+18
* | Prevent exceptions from products that don't use Info.plist.Jake Petroules2014-01-081-0/+5
* | Merge remote-tracking branch 'origin/1.1'Joerg Bornemann2014-01-071-3/+4
|\|
| * fix OS X dsym file tagsJoerg Bornemann2014-01-071-3/+4
* | Add WiX 3.9 to known versions list.Jake Petroules2013-12-221-1/+1
* | Merge "Merge remote-tracking branch 'origin/1.1'"Christian Kandeler2013-12-103-5/+13
|\ \
| * | Merge remote-tracking branch 'origin/1.1'Joerg Bornemann2013-12-103-5/+13
| |\|
| | * iOS: exclude non-applicable functionality from Simulator builds.Jake Petroules2013-12-092-1/+3
| | * Use -arch instead of -m32/-m64 when using LLVM toolchains.Jake Petroules2013-12-051-4/+10
* | | Remove QmlApp product template.Christian Kandeler2013-12-106-420/+0
|/ /
* | Do smart re-linking for GCC-like toolchains.Christian Kandeler2013-12-092-16/+62
* | Merge remote-tracking branch 'origin/1.1'Joerg Bornemann2013-12-051-1/+5
|\|
| * Support :rfc1034identifier in Info.plist processing.Jake Petroules2013-12-021-1/+5
* | Do not list library symlinks as input to linker rule.Christian Kandeler2013-12-051-1/+1
* | Rename Gcc.libraryLinkerFlags() to Gcc.linkerFlags().Christian Kandeler2013-12-032-3/+3
* | Merge remote-tracking branch 'origin/1.1'Joerg Bornemann2013-11-281-2/+3
|\|
| * ensure the same working dir for all MSVC compiler callsJoerg Bornemann2013-11-271-1/+1
| * fix stdoutFilterFunction for MSVC PCHsJoerg Bornemann2013-11-271-1/+2
* | Merge remote-tracking branch 'origin/1.1'Joerg Bornemann2013-11-221-1/+1
|\|
| * Let cpp.linkerName default to cpp.compilerName for gcc-like compilers.Christian Kandeler2013-11-201-1/+1
* | Make MSVC manifest embedding preparation command silent.Christian Kandeler2013-11-201-0/+1
* | Replace the last occurrences of FileTagger.pattern with patterns.Jake Petroules2013-11-182-5/+5
* | Fix the condition for the WiX and NSIS imports.Jake Petroules2013-11-143-3/+3
* | Fix a number of problems with the NSIS module.Jake Petroules2013-11-141-34/+46
* | Merge remote-tracking branch 'origin/1.1'Joerg Bornemann2013-11-144-3/+8
|\|
| * introduce cpp.linkerName and cpp.linkerPathJoerg Bornemann2013-11-134-3/+8
* | fix deprecation warnings in GCC cpp moduleJoerg Bornemann2013-11-141-3/+3
* | WiX: add missing qbs. qualifiers.Jake Petroules2013-11-111-5/+5
* | Allow lists of patterns in the FileTagger item.Christian Kandeler2013-11-116-59/+14
* | Merge remote-tracking branch 'origin/1.1'Joerg Bornemann2013-11-116-46/+82
|\|
| * don't call sw_vers twiceJoerg Bornemann2013-11-071-5/+3
| * Add support for compiling assembler files with GCC.Tim Sander2013-11-073-4/+23
| * Allow disabling of -fPIC for libraries.Tim Sander2013-11-071-2/+2
| * Add many missing calls to Process.close() and one to TextFile.close().Jake Petroules2013-11-063-35/+54
| * Fix ln command highlighting.Christian Kandeler2013-11-061-1/+1
* | Rename getenv and putenv to getEnv and putEnv, respectively.Christian Kandeler2013-11-073-5/+5
* | Silence framework bundle structural commands.Jake Petroules2013-11-071-0/+3
* | Merge branch '1.1' into 'master'.Christian Kandeler2013-11-062-1/+4
|\|
| * Add missing description for "ln" commands.Christian Kandeler2013-11-041-0/+3
| * Fix filetag for "C" file extension.Christian Kandeler2013-11-041-1/+1
* | fix hostOSVersion for other platforms than Windows or OS XJoerg Bornemann2013-11-041-8/+10
* | Centralize architecture canonicalization data.Jake Petroules2013-11-041-11/+4
* | Improve the way that the NSIS installation is found.Jake Petroules2013-11-041-10/+17
* | Improve the way that the WiX installation is found.Jake Petroules2013-11-041-21/+34
* | Add a hostOSVersion property, defined for Windows and OS X.Jake Petroules2013-11-041-0/+26
* | Don't use the term "Burn" in the WiX module.Jake Petroules2013-11-042-7/+7
* | remove architecture fallback from msvc cpp moduleJoerg Bornemann2013-10-311-1/+1
* | yield error on missing qbs.architecture propertyJoerg Bornemann2013-10-311-3/+2