aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/cpp/gcc.js
Commit message (Expand)AuthorAgeFilesLines
* Cpp module: Fix "visibility" property.Christian Kandeler2014-07-181-2/+2
* work around bug in icecc clientJoerg Bornemann2014-07-141-11/+35
* introduce cpp.compilerPathByLanguageJoerg Bornemann2014-07-141-1/+9
* introduce cpp.useRPathsJoerg Bornemann2014-05-281-1/+2
* use {input|output}.fileName where appropriateJoerg Bornemann2014-05-201-1/+1
* Use proper and consistent formatting in all JavaScript files.Jake Petroules2014-04-141-12/+6
* Refactor JavaScript functions into more sensible locations.Jake Petroules2014-04-141-43/+5
* Move several JS files in the cpp module to imports.Jake Petroules2014-04-141-2/+2
* fix library dependency orderJoerg Bornemann2014-03-141-6/+11
* QBS: Add a new linkerScripts property for the CppModuleDenis Shienkov2014-02-281-0/+4
* move import of windows.js out of GenericGCC.qbsJoerg Bornemann2014-02-281-0/+2
* use filePath instead of fileName where applicableJoerg Bornemann2014-02-251-6/+6
* fix order of libraries in gcc link command lineJoerg Bornemann2014-01-301-0/+17
* remove ModUtils.uniqueConcat in favor of Array.uniqueConcatJoerg Bornemann2014-01-291-1/+1
* Do not force symbols to be defined in library dependencies.Christian Kandeler2014-01-161-1/+1
* Make it possible to link with unresolved symbols.Christian Kandeler2014-01-151-1/+17
* Merge remote-tracking branch 'origin/1.1'Joerg Bornemann2013-12-101-4/+10
|\
| * Use -arch instead of -m32/-m64 when using LLVM toolchains.Jake Petroules2013-12-051-4/+10
* | Do smart re-linking for GCC-like toolchains.Christian Kandeler2013-12-091-2/+2
* | Rename Gcc.libraryLinkerFlags() to Gcc.linkerFlags().Christian Kandeler2013-12-031-1/+1
|/
* Add support for compiling assembler files with GCC.Tim Sander2013-11-071-2/+6
* Allow disabling of -fPIC for libraries.Tim Sander2013-11-071-2/+2
* do not collect cpp.platformDefines from dependent modulesJoerg Bornemann2013-10-301-1/+1
* introduce cpp.supportedStaticLibrarySuffixesJoerg Bornemann2013-10-011-10/+20
* fix calling of prepare script functionJoerg Bornemann2013-09-241-1/+1
* Add support for C, Objective-C and Objective-C++ precompiled headers.Jake Petroules2013-09-191-0/+80
* fix JS warningJoerg Bornemann2013-09-021-2/+2
* don't link frameworks transitivelyJoerg Bornemann2013-07-121-2/+2
* GenericGCC: do not link shared objects transitivelyJoerg Bornemann2013-07-121-1/+1
* Add dynamic library symlinks as Artifacts of the Rule.Jake Petroules2013-06-281-2/+2
* Fix handling of weak frameworks with path names.Jake Petroules2013-06-261-1/+1
* Refactor compiler and linker flags handling to avoid long arg lists.Jake Petroules2013-06-241-22/+69
* Fix linking of static libraries with relative paths.Jake Petroules2013-06-201-1/+1
* Change targetOS and hostOS to lists, and remove targetPlatform.Jake Petroules2013-06-181-5/+5
* Make the toolchain property a list.Jake Petroules2013-06-181-2/+2
* Introduce a series of functions for working with Darwin bundles.Jake Petroules2013-06-041-33/+0
* Be less ambiguous about the naming and referencing of OS X.Jake Petroules2013-06-031-3/+3
* support creation of OS X framework bundlesv1.0.0Joerg Bornemann2013-05-311-2/+26
* make sure that product.type is an arrayJoerg Bornemann2013-05-231-3/+19
* support versioning of shared objectsJoerg Bornemann2013-05-211-0/+28
* fix cpp.rpaths on OS XJoerg Bornemann2013-04-231-1/+1
* fix refactoring artifact in gcc.jsJoerg Bornemann2013-03-261-1/+1
* Improve iOS toolchain detectionFawzi Mohamed2013-03-211-2/+6
* Add support for setting the minimum operating system target version.Jake Petroules2013-03-201-2/+34
* Add support for -iframework (like -isystem but for frameworks).Jake Petroules2013-03-111-2/+6
* Provide the ability to weak-link frameworks on OS X.Jake Petroules2013-03-041-1/+3
* Rename ModUtils::findFirst() and ModUtils::appendAll().Christian Kandeler2013-02-281-9/+9
* Move property look-up into the C++ backend.Christian Kandeler2013-02-201-17/+21
* Fix framework include path handling on OS X.Jake Petroules2013-01-081-1/+3
* Add a systemIncludePaths property to the cpp module.William Gallafent2012-11-071-1/+3