aboutsummaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* Fix bundle creation to depend on the application executable.Jake Petroules2015-09-251-0/+1
* Add support for entitlements to the code signing process.Jake Petroules2015-09-253-17/+118
* Copy provisioning profile to application bundle.Jake Petroules2015-09-221-1/+27
* Fix handling of codesign_allocate.Jake Petroules2015-09-221-2/+12
* Only run lsregister on OS X targets.Jake Petroules2015-09-221-1/+2
* Fix bug in Info.plist replacement algorithm.Jake Petroules2015-09-221-1/+1
* Implement some of the non-standard yet common Console API.Jake Petroules2015-09-158-18/+18
* Introduce Command.responseFileArgumentIndex.Jake Petroules2015-09-141-0/+3
* Fix "else assumptions" and other conditionals relating to Apple OSes.Jake Petroules2015-09-112-13/+24
* Add skeleton tvOS support.Jake Petroules2015-09-115-1/+67
* Fix small omissions in watchOS support.Jake Petroules2015-09-092-2/+6
* Merge 1.4 into master.Christian Kandeler2015-09-041-1/+1
|\
| * Add Group items in Modules as child items to the respective product.Christian Kandeler2015-09-011-1/+1
* | Select an architecture specific JDK on Windows.Jake Petroules2015-09-031-8/+41
* | Pass /MACHINE flag to link.exe.Jake Petroules2015-09-031-0/+15
* | Let Qbs build its own Windows ZIP distribution.Jake Petroules2015-09-021-0/+16
* | Find .NET install location on Windows automatically.Jake Petroules2015-08-311-0/+18
* | Ignore /dev/null in actool output parser.Jake Petroules2015-08-281-0/+2
* | Merge "Merge 1.4 into master."Christian Kandeler2015-08-282-21/+10
|\ \
| * | Merge 1.4 into master.Christian Kandeler2015-08-282-21/+10
| |\|
| | * Fix ib.appIconName.Jake Petroules2015-08-251-3/+3
| | * Use destinationDirectoryForResource for all ib module output paths.Jake Petroules2015-08-252-18/+8
* | | Enable -frandom-seed only for gcc.Stephan Gatzka2015-08-281-4/+6
|/ /
* | Make installSourceBase a path type.Jake Petroules2015-08-261-1/+1
* | Fix blackbox findFiles on Windows.Jake Petroules2015-08-262-2/+5
* | Introduce qbs.shellPath.Jake Petroules2015-08-261-2/+7
* | Implement the FileInfo extension in C++.Jake Petroules2015-08-241-130/+0
* | Support reproducible builds.Stephan Gatzka2015-08-212-0/+15
* | Merge 1.4 into master.Christian Kandeler2015-08-211-0/+2
|\|
| * archiver: Don't continue when the zip tool is unknown.Christian Kandeler2015-08-191-0/+2
* | Use new minimumDarwinVersion internal property to be less repetitive.Jake Petroules2015-08-202-25/+6
* | Move platform targeting flags into compilerFlags.Jake Petroules2015-08-205-33/+55
* | Specify sysroot independently for compiler and linker.Jake Petroules2015-08-201-8/+16
* | Move "config" flags into compiler.Jake Petroules2015-08-201-20/+24
* | Fix assetCatalog test to do what was originally intended.Jake Petroules2015-08-191-2/+6
* | Add Windows 10 to recognized versions list.Jake Petroules2015-08-191-1/+1
* | Remove "framework_copy" tag -- this does nothing.Jake Petroules2015-08-191-1/+1
* | Fix cpp.cxxStandardLibrary on Linux with Clang and libc++.Jake Petroules2015-08-191-24/+22
* | Escape linker flags depending on the linker binary in use.Jake Petroules2015-08-182-20/+56
* | Set SDKROOT variable in Xcode build environment.Jake Petroules2015-08-171-1/+2
* | Follow the "undefined means default" methodology for Apple OS targets.Jake Petroules2015-08-174-13/+10
* | Fix line-splitting regex on Windows.Jake Petroules2015-08-171-1/+1
* | Move all compiler flags into the compilerFlags function.Jake Petroules2015-08-141-121/+131
* | Move all linker flags into the linker flags function.Jake Petroules2015-08-141-102/+103
* | Android SDK: automatically detect latest build tools and platform.Jake Petroules2015-08-132-2/+58
* | Android NDK: automatically use the latest toolchain version available.Jake Petroules2015-08-131-2/+40
* | Specify the correct LLVM target for watchOS.Jake Petroules2015-08-121-0/+2
* | Add proper version checks for clang -target.Jake Petroules2015-08-121-1/+14
* | Make -target option product specific instead of input specific.Jake Petroules2015-08-111-30/+30
* | Fix xcode module presence check in Info.plist processing.Jake Petroules2015-08-111-2/+2