aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/cpp/GenericGCC.qbs
Commit message (Expand)AuthorAgeFilesLines
* deprecate Artifact.fileName in favor of Artifact.filePathJoerg Bornemann2014-07-161-12/+12
* make the GCC linkerName different from compilerNameJoerg Bornemann2014-07-111-1/+1
* introduce cpp.entryPointJoerg Bornemann2014-06-021-0/+2
* use {input|output}.fileName where appropriateJoerg Bornemann2014-05-201-10/+10
* Introduce sensible build directory values.Christian Kandeler2014-05-131-1/+1
* fix usages of WindowsUtilsJoerg Bornemann2014-04-251-1/+2
* Refactor JavaScript functions into more sensible locations.Jake Petroules2014-04-141-1/+2
* Pass the product to PathTools functions for proper encapsulation.Jake Petroules2014-04-141-7/+7
* Move several JS files in the cpp module to imports.Jake Petroules2014-04-141-1/+1
* fix library dependency orderJoerg Bornemann2014-03-141-3/+3
* move import of bundle-tools.js to path-tools.jsJoerg Bornemann2014-02-281-1/+0
* move import of windows.js out of GenericGCC.qbsJoerg Bornemann2014-02-281-1/+0
* use filePath instead of fileName where applicableJoerg Bornemann2014-02-251-16/+16
* 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-301-4/+5
* fix duplicate arguments in linker command lineJoerg Bornemann2014-01-291-2/+2
* remove ModUtils.uniqueConcat in favor of Array.uniqueConcatJoerg Bornemann2014-01-291-1/+1
* Make ModUtils a proper import.Christian Kandeler2014-01-211-1/+1
* Make it possible to link with unresolved symbols.Christian Kandeler2014-01-151-12/+0
* Add support for embedding Info.plist into unbundled executable products.Jake Petroules2014-01-091-1/+12
* Do smart re-linking for GCC-like toolchains.Christian Kandeler2013-12-091-14/+60
* Do not list library symlinks as input to linker rule.Christian Kandeler2013-12-051-1/+1
* Rename Gcc.libraryLinkerFlags() to Gcc.linkerFlags().Christian Kandeler2013-12-031-2/+2
* Merge remote-tracking branch 'origin/1.1'Joerg Bornemann2013-11-221-1/+1
|\
| * Let cpp.linkerName default to cpp.compilerName for gcc-like compilers.Christian Kandeler2013-11-201-1/+1
* | Merge remote-tracking branch 'origin/1.1'Joerg Bornemann2013-11-141-2/+4
|\|
| * introduce cpp.linkerName and cpp.linkerPathJoerg Bornemann2013-11-131-2/+4
* | fix deprecation warnings in GCC cpp moduleJoerg Bornemann2013-11-141-3/+3
|/
* Add support for compiling assembler files with GCC.Tim Sander2013-11-071-1/+16
* Fix ln command highlighting.Christian Kandeler2013-11-061-1/+1
* Add missing description for "ln" commands.Christian Kandeler2013-11-041-0/+3
* Remove duplicates when transitively adding library dependencies.Christian Kandeler2013-10-291-4/+5
* Move a number of cpp module properties to the base module.Jake Petroules2013-10-221-2/+0
* Remove Artifact conditions in GenericGcc module.Christian Kandeler2013-10-211-3/+0
* Add missing "product." prefix in GenericGCC module.Christian Kandeler2013-10-211-1/+1
* Change property types from "string" to "path" where applicable.Christian Kandeler2013-09-301-4/+4
* fix calling of prepare script functionJoerg Bornemann2013-09-241-5/+5
* Add support for C, Objective-C and Objective-C++ precompiled headers.Jake Petroules2013-09-191-92/+41
* gcc: use an absolute path for the precompiled header includeJoerg Bornemann2013-09-021-13/+4
* Fix regression caused by 954eba8ec6607e4b8e0afd46845842ae09a4093c.Jake Petroules2013-09-021-0/+1
* introduce Rule.auxiliaryInputsJoerg Bornemann2013-07-311-0/+1
* Revert "Add executable suffix to compiler"Orgad Shaneh2013-07-311-1/+1
* Add executable suffix to compilerOrgad Shaneh2013-07-291-1/+1
* Do not use an "as" specifier for URI imports.Christian Kandeler2013-07-051-1/+1
* introduce cpp.compilerWrapperJoerg Bornemann2013-07-021-1/+8
* remove superfluous property declarationJoerg Bornemann2013-06-281-1/+1
* remove outdated todo commentsJoerg Bornemann2013-06-281-1/+0
* Add dynamic library symlinks as Artifacts of the Rule.Jake Petroules2013-06-281-21/+60