aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs
Commit message (Expand)AuthorAgeFilesLines
* Add a validate script to the bundle module.Jake Petroules2016-04-135-13/+1117
* Change archiverPath and nmPath from path type to string type.Jake Petroules2016-03-311-2/+2
* Introduce Array.containsAll and Array.containsAny.Jake Petroules2016-03-255-16/+10
* Fail gracefully when loading module implementations.Jake Petroules2016-03-253-3/+3
* Fix typescript module to work with newer TypeScript versions.Jake Petroules2016-03-245-8/+81
* Deduplicate and centralize Apple platform and device info.Jake Petroules2016-03-215-69/+74
* Implement proper structuring of shallow frameworks (iOS, tvOS, watchOS).Jake Petroules2016-03-202-67/+271
* Adjust which frameworks app extensions link to when using newer SDKs.Jake Petroules2016-03-201-1/+11
* Make sure Info.plist gets embedded for libraries and loadable modules.Jake Petroules2016-03-171-2/+9
* Support soname prefixes on non-Apple Unix-like platforms.Jake Petroules2016-03-173-15/+22
* Use file tags for precompiled header sources.Christian Kandeler2016-03-166-9/+147
* Set correct soname for major version 0Ilya Lyubimov2016-03-131-1/+1
* Cpp module: Allow to set precompiled header usage per file.Christian Kandeler2016-03-082-2/+2
* More sysroot awareness for PkgConfigProbe.Christian Kandeler2016-03-071-1/+12
* Make PkgConfigProbe sysroot-aware.Christian Kandeler2016-03-031-0/+2
* Cpp module: Support ELF versions scripts.Christian Kandeler2016-02-222-1/+6
* Fix linker scripts handling.Christian Kandeler2016-02-222-5/+6
* Merge 1.4 into master.Jake Petroules2016-02-222-2/+2
|\
| * Define __GNUC__ to 4, since this is what the compiler sets.Jake Petroules2016-02-161-1/+1
| * Allow asset catalog compiler to work with non-SDK builds.Jake Petroules2016-02-121-1/+1
| * Add compatibility with WiX 3.10 release series.Jake Petroules2016-02-121-4/+8
* | Introduce a new Probe for finding WiX.Jake Petroules2016-02-122-19/+91
* | Rename cpp.generateManifestFiles.Christian Kandeler2016-01-283-3/+4
* | Do not use the assembler's "-target" option.Christian Kandeler2016-01-191-11/+7
* | Fix bogus compiler executable extension.Christian Kandeler2016-01-181-6/+5
* | Do module validation and Probe resolving after module merging.Christian Kandeler2016-01-123-23/+0
* | Search for Android SDK/NDK in standard location(s).Jake Petroules2016-01-113-9/+33
* | Roll the global getEnv and currentEnv functions into Environment.Jake Petroules2015-12-017-9/+16
* | Move global auxiliary functions into a new Utilities extension.Jake Petroules2015-11-2714-42/+56
* | Overhaul Probe handling for node.js/TypeScript.Jake Petroules2015-11-239-89/+263
* | Partially revert 2a13a5ec3843ef06a1a41f7220d50b7b63883abb.Jake Petroules2015-11-231-7/+1
* | Guard against undefined values returned from Environment.getEnv.Jake Petroules2015-11-231-1/+1
* | Add missing imports.Jake Petroules2015-11-204-0/+4
* | Move setup[Build|Run]Environment global functions into a real extension.Jake Petroules2015-11-192-4/+6
* | Remove dead code from darwin-tools.jsJake Petroules2015-11-191-10/+1
* | Add TypeScript 1.6 compatibility.Jake Petroules2015-11-091-1/+7
* | Track linker scripts as artifacts in the build graph.Jake Petroules2015-11-042-3/+11
* | Deprecate bundle.infoPlistFile and start tagging Info.plist files.Jake Petroules2015-11-023-21/+32
* | Introduce new assembler-related properties.Jake Petroules2015-10-315-21/+108
* | Add signingTimestamp property.Jake Petroules2015-10-314-0/+23
* | Remove dead code introduced in bfdc2953ecc4a9800c2974d2d63e528c2bdc9b96.Jake Petroules2015-10-301-6/+0
* | Track entitlements in the build graph.Jake Petroules2015-10-291-7/+14
* | Make provisioning profile handling significantly faster.Jake Petroules2015-10-293-45/+110
* | Remove code signing from IPA rule.Jake Petroules2015-10-291-20/+3
* | Add some additional environment variables for Info.plist replacement.Jake Petroules2015-10-292-0/+9
* | Check for module presence BEFORE evaluating properties.Jake Petroules2015-10-281-21/+23
* | gcc: fix passing of unknown c/cxx language versionAndrew Knight2015-10-241-5/+2
* | cpp module: Clean up the command line a bit.Christian Kandeler2015-10-062-14/+24
* | Revert "Fix bundle creation to depend on the application executable."Jake Petroules2015-09-281-1/+0
* | Fix bundle creation to depend on the application executable.Jake Petroules2015-09-251-0/+1