aboutsummaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/1.3'Joerg Bornemann2014-11-111-1/+1
|\
* | Use a hashing function to construct output artfact file paths.Christian Kandeler2014-11-105-8/+8
* | Support converting a PropertyList object directly to/from JSON.Jake Petroules2014-11-063-7/+7
* | Be explicit about the ibtool output format.Jake Petroules2014-11-051-1/+1
* | Consolidate "safe identifier" code by introducing qbs.rfc1034identifier.Jake Petroules2014-11-042-4/+6
* | Merge remote-tracking branch 'origin/1.3'Joerg Bornemann2014-11-033-4/+18
|\|
| * introduce cpp.runtimeLibraryJoerg Bornemann2014-10-293-4/+18
* | remove qbs.getHostOS()Joerg Bornemann2014-10-291-1/+1
* | Merge remote-tracking branch 'origin/1.3'Joerg Bornemann2014-10-211-4/+4
|\|
| * Put Command properties in the filter functions' scopes.Jake Petroules2014-10-171-4/+4
* | Make type of AutotestRunner an array.Christian Kandeler2014-10-171-1/+1
* | Rename "usings" property and make it do what the documentation says.Christian Kandeler2014-10-164-8/+8
* | Merge remote-tracking branch 'origin/1.3'Joerg Bornemann2014-10-108-70/+109
|\|
| * Refactor IB module a bit. This fixes the asset catalog autotest.Jake Petroules2014-10-102-54/+89
| * remove --hash-style option from linker command lineJoerg Bornemann2014-10-091-1/+0
| * Utilize ModUtils.PropertyValidator in Qt.core module.Jake Petroules2014-10-081-2/+6
| * libqtprofilesetup: Fix mingw use case.Christian Kandeler2014-09-291-5/+3
| * Fix wrong property names in ib.jsJake Petroules2014-09-291-2/+2
| * Make Info.plist formatter commands case insensitive.Jake Petroules2014-09-251-0/+2
| * Allow 2-component ibtool version numbers.Jake Petroules2014-09-251-3/+3
| * fix property values of Application.type and friendsJoerg Bornemann2014-09-253-3/+3
* | Add @FULL_VERSION@ qmake variable substitution.Jake Petroules2014-10-071-0/+1
* | Add convenience product "AutotestRunner".Christian Kandeler2014-10-021-0/+25
* | Merge remote-tracking branch 'origin/1.3'Joerg Bornemann2014-09-251-38/+58
|\|
| * Fix various bugs in WiX module and fix its autotest.Jake Petroules2014-09-231-38/+58
* | Consolidate linker argument handling for applications and shared libs.Jake Petroules2014-09-241-125/+98
* | Allow Node.js applications to run without -p and fix the autotest.Jake Petroules2014-09-231-1/+1
* | Use the same function signature and invocation for prepare scripts.Jake Petroules2014-09-222-7/+7
* | Move prepare script logic from GenericGCC.qbs to gcc.js.Jake Petroules2014-09-222-156/+163
* | Check internalVersion instead of product.version for creating symlinks.Jake Petroules2014-09-221-1/+1
* | Make outputFileTags a static list in TypeScriptModule.Jake Petroules2014-09-121-10/+1
* | Merge branch '1.3' into master.Christian Kandeler2014-09-112-3/+24
|\|
| * Fix run environment setup.Jake Petroules2014-08-282-3/+24
* | Clean empty values from Info.plist before serializing.Jake Petroules2014-08-212-0/+20
* | Rename useObjcAutomaticReferenceCounting to automaticReferenceCounting.Jake Petroules2014-08-212-4/+4
* | Allow compiler defines to participate in Info.plist env replacement.Jake Petroules2014-08-211-1/+10
* | Fix symlink generation for Darwin frameworks.Jake Petroules2014-08-211-3/+3
* | Set necessary default compiler flags for iOS Simulator builds.Jake Petroules2014-08-211-0/+12
* | Set better defaults for cpp.minimumOsxVersion and cpp.minimumIosVersion.Jake Petroules2014-08-213-3/+5
* | Remove strange default flags from iOS cpp module.Jake Petroules2014-08-211-11/+0
* | Cpp module: Make the compiler version available as properties.Christian Kandeler2014-08-211-0/+3
* | Introduce cpp.useObjcAutomaticReferenceCounting.Jake Petroules2014-08-192-0/+11
* | Fix handling of cpp.cxxStandardLibrary.Jake Petroules2014-08-192-4/+7
* | Fix soname handling on OS X and iOS.Jake Petroules2014-08-182-4/+13
* | Introduce cpp.cLanguageVersion.Jake Petroules2014-08-152-0/+19
* | Introduce cpp.cxxStandardLibrary and simplify related logic.Jake Petroules2014-08-154-18/+33
* | Add/update documentation for the cpp.installNamePrefix property.Jake Petroules2014-08-151-2/+2
* | Only add Darwin *_DEPLOYMENT_TARGET environment vars if OS matches.Jake Petroules2014-08-151-2/+2
* | Fix ib module.Christian Kandeler2014-08-131-41/+33
* | Cpp module: Add property cxxLanguageVersion.Christian Kandeler2014-08-132-0/+31