aboutsummaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* GCC module: Only use -fvisibility-inlines-hidden for C++ code.Christian Kandeler2014-07-281-1/+1
* Allow qbs.endianness to be undefined.Jake Petroules2014-07-221-0/+2
* simplify signature of MSVC.prepareLinkerJoerg Bornemann2014-07-222-13/+10
* simplify signature of MSVC.prepareCompilerJoerg Bornemann2014-07-222-28/+17
* Add support for compiling Interface Builder storyboards.Jake Petroules2014-07-223-11/+63
* Add support for compiling Xcode asset catalogs.Jake Petroules2014-07-224-4/+133
* Add support for compiling OS X icon sets.Jake Petroules2014-07-212-2/+33
* Cpp module: Fix "visibility" property.Christian Kandeler2014-07-182-4/+4
* Organize and split IB module logic into a JS file for code reuse.Jake Petroules2014-07-172-79/+110
* Fix typo in share.qbs.Christian Kandeler2014-07-161-1/+1
* Fix qbs build of API autotest.Christian Kandeler2014-07-161-1/+1
* deprecate Artifact.fileName in favor of Artifact.filePathJoerg Bornemann2014-07-169-37/+37
* Remove CFBundleIconFile default Info.plist key.Jake Petroules2014-07-141-3/+0
* work around bug in icecc clientJoerg Bornemann2014-07-141-11/+35
* introduce cpp.compilerPathByLanguageJoerg Bornemann2014-07-142-1/+10
* Add and make use of convenience item QtGuiApplication.Christian Kandeler2014-07-142-0/+16
* make the GCC linkerName different from compilerNameJoerg Bornemann2014-07-111-1/+1
* Merge remote-tracking branch 'origin/1.2'Joerg Bornemann2014-07-022-0/+0
|\
| * Remove executable bit from non-executable files.v1.2.21.2Jake Petroules2014-06-162-0/+0
| * fix app linker rule for MinGWJoerg Bornemann2014-05-261-0/+1
* | Fix the ability to use WiX localizations.Jake Petroules2014-06-021-1/+1
* | introduce cpp.entryPointJoerg Bornemann2014-06-023-0/+11
* | introduce cpp.useRPathsJoerg Bornemann2014-05-282-1/+3
* | Fix access to null object in MSVC linker rules.Christian Kandeler2014-05-281-1/+1
* | fix Info.plist creation for application productsJoerg Bornemann2014-05-221-1/+1
* | add product name to OS X command descriptionsJoerg Bornemann2014-05-221-3/+3
* | use {input|output}.fileName where appropriateJoerg Bornemann2014-05-2011-31/+28
* | fix build directories of the TypeScript moduleJoerg Bornemann2014-05-191-4/+2
* | Merge remote-tracking branch 'origin/1.2'Joerg Bornemann2014-05-161-1/+1
|\|
| * MSVC: do not use deprecated input.fileName propertyJoerg Bornemann2014-05-161-1/+1
| * add missing loadFile call from msvc.jsJoerg Bornemann2014-04-231-0/+2
* | remove deprecated cpp.windowsSDKPathJoerg Bornemann2014-05-161-1/+0
* | Fix MSVC working directory.Christian Kandeler2014-05-131-1/+1
* | Introduce sensible build directory values.Christian Kandeler2014-05-136-11/+11
* | 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