aboutsummaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* Add support for building and running TypeScript apps through Node.js.Jake Petroules2014-04-251-0/+267
* fix usages of WindowsUtilsJoerg Bornemann2014-04-252-3/+5
* Add a PropertyValidator class to centralize Module.validate operations.Jake Petroules2014-04-245-46/+171
* Add support for running Node.js using qbs run.Jake Petroules2014-04-152-0/+59
* Move concatAll function to ModUtils; it's not specific to probes.Jake Petroules2014-04-154-23/+19
* Declare EnvironmentVariable class according to standard conventions.Jake Petroules2014-04-151-33/+28
* Use proper and consistent formatting in all JavaScript files.Jake Petroules2014-04-147-289/+290
* Refactor JavaScript functions into more sensible locations.Jake Petroules2014-04-144-44/+39
* Pass the product to PathTools functions for proper encapsulation.Jake Petroules2014-04-144-42/+34
* Move several JS files in the cpp module to imports.Jake Petroules2014-04-1411-16/+16
* load PropertyList extension in bundle-tools.jsJoerg Bornemann2014-04-111-0/+2
* WiX: Fix the "cultures" property handlingDenis Shienkov2014-04-111-1/+2
* Fix linking of MSIs built from multiple WiX source files.Jake Petroules2014-04-111-1/+1
* Add Windows 6.3 (8.1) to the list of known versions.Jake Petroules2014-04-081-1/+1
* detect Visual Studio build environment using vcvarsall.batJoerg Bornemann2014-04-081-40/+1
* Added PathTools import to DarwinGCCIvan Komissarov2014-04-071-0/+1
* fix library dependency orderJoerg Bornemann2014-03-142-9/+14
* Replace qmake placeholders in Info.plist.Jake Petroules2014-03-121-1/+16
* Support the qmake/CMake-style @SYNTAX@ in Info.plist replacement vars.Jake Petroules2014-03-121-24/+45
* Rename doRepl to expandPlistEnvironmentVariables.Jake Petroules2014-03-122-6/+7
* fix deprecation warning in qbs project filesJoerg Bornemann2014-03-061-1/+1
* Use PropertyList instead of plutil for increased performance.Jake Petroules2014-03-043-63/+51
* Define hostOSBuildVersion on Windows as well.Jake Petroules2014-03-031-4/+6
* Check ServerVersion first when retrieving Darwin product version.Jake Petroules2014-03-031-4/+4
* QBS: Add a new linkerScripts property for the CppModuleDenis Shienkov2014-02-282-0/+5
* import qbs.FileInfo in darwin-tools.jsJoerg Bornemann2014-02-283-2/+1
* move import of bundle-tools.js to path-tools.jsJoerg Bornemann2014-02-283-2/+2
* move import of windows.js out of GenericGCC.qbsJoerg Bornemann2014-02-282-1/+2
* Add retina display support to the default Info.plist.Jake Petroules2014-02-281-2/+6
* Rename PropertyList API functions for better self-documentation.Jake Petroules2014-02-271-2/+2
* Use getNativeSetting instead of sw_vers for increased performance.Jake Petroules2014-02-272-4/+15
* use filePath instead of fileName where applicableJoerg Bornemann2014-02-2510-78/+78
* Fix typo in smart relinking code.Christian Kandeler2014-02-201-1/+1
* Ignore object addresses and sizes when doing smart relinking.Christian Kandeler2014-02-191-1/+17
* Check for dynamic symbols when doing smart re-linking.Christian Kandeler2014-02-171-1/+1
* Add missing Process import in IBModule.qbs.Jake Petroules2014-02-141-0/+1
* Update references to the toolchain setup tool.Christian Kandeler2014-02-131-1/+1
* fix order of libraries in gcc link command lineJoerg Bornemann2014-01-302-4/+22
* fix duplicate arguments in linker command lineJoerg Bornemann2014-01-292-3/+3
* remove ModUtils.uniqueConcat in favor of Array.uniqueConcatJoerg Bornemann2014-01-293-13/+2
* Make ModUtils a proper import.Christian Kandeler2014-01-2111-9/+10
* Fix build failures in IB module when using older versions of Xcode.Jake Petroules2014-01-201-6/+29
* Introduce xcodeSdkName and xcodeSdkVersion properties.Jake Petroules2014-01-173-2/+14
* Change type of provisioningProfile property to path.Jake Petroules2014-01-171-1/+1
* Do not force symbols to be defined in library dependencies.Christian Kandeler2014-01-161-1/+1
* Move knowledge about Qt modules into libsetupqt.Christian Kandeler2014-01-1631-720/+0
* Clean up prepare script of IPA Rule.Jake Petroules2014-01-161-6/+10
* Rename provisionFile property to provisioningProfile.Jake Petroules2014-01-162-5/+6
* Fix ResourceRules Rule condition for iOS.Jake Petroules2014-01-161-1/+1
* Make it possible to link with unresolved symbols.Christian Kandeler2014-01-154-13/+21