aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/cpp
Commit message (Expand)AuthorAgeFilesLines
* GCC module: Only use -fvisibility-inlines-hidden for C++ code.Christian Kandeler2014-07-281-1/+1
* 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-221-2/+2
* Add support for compiling Xcode asset catalogs.Jake Petroules2014-07-221-4/+16
* Add support for compiling OS X icon sets.Jake Petroules2014-07-211-2/+2
* Cpp module: Fix "visibility" property.Christian Kandeler2014-07-182-4/+4
* deprecate Artifact.fileName in favor of Artifact.filePathJoerg Bornemann2014-07-165-30/+30
* 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
* make the GCC linkerName different from compilerNameJoerg Bornemann2014-07-111-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
* add product name to OS X command descriptionsJoerg Bornemann2014-05-221-3/+3
* use {input|output}.fileName where appropriateJoerg Bornemann2014-05-205-20/+19
* 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-134-9/+9
* | fix usages of WindowsUtilsJoerg Bornemann2014-04-252-3/+5
* | Add a PropertyValidator class to centralize Module.validate operations.Jake Petroules2014-04-241-4/+4
* | Use proper and consistent formatting in all JavaScript files.Jake Petroules2014-04-142-21/+11
* | Refactor JavaScript functions into more sensible locations.Jake Petroules2014-04-142-44/+7
* | Pass the product to PathTools functions for proper encapsulation.Jake Petroules2014-04-143-12/+12
* | Move several JS files in the cpp module to imports.Jake Petroules2014-04-1410-592/+13
|/
* load PropertyList extension in bundle-tools.jsJoerg Bornemann2014-04-111-0/+2
* 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
* Use PropertyList instead of plutil for increased performance.Jake Petroules2014-03-042-55/+39
* 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
* Use getNativeSetting instead of sw_vers for increased performance.Jake Petroules2014-02-271-4/+2
* use filePath instead of fileName where applicableJoerg Bornemann2014-02-257-59/+59
* 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
* 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