aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/cpp/GenericGCC.qbs
Commit message (Expand)AuthorAgeFilesLines
* fix static library dependenciesJoerg Bornemann2013-06-241-1/+1
* remove dead code from GenericGCC.qbsJoerg Bornemann2013-06-241-6/+2
* Implement support for prefix headers (Xcode) / forced includes (MSVC).Jake Petroules2013-06-241-0/+6
* Refactor compiler and linker flags handling to avoid long arg lists.Jake Petroules2013-06-241-83/+4
* Use better property types where appropriate.Jake Petroules2013-06-191-1/+1
* Remove existing shared library symlinks before creating them.Jake Petroules2013-06-191-0/+5
* Don't create symlinks for the dylib binary when building frameworks.Jake Petroules2013-06-191-0/+1
* Make use of contains() where appropriate.Jake Petroules2013-06-181-1/+1
* Change targetOS and hostOS to lists, and remove targetPlatform.Jake Petroules2013-06-181-6/+6
* Make the toolchain property a list.Jake Petroules2013-06-181-2/+2
* add cpp.commonCompilerFlags, flags for all compilation commandsFawzi Mohamed2013-06-111-0/+2
* Fix shared library symlink generation.Jake Petroules2013-06-041-3/+3
* Introduce a series of functions for working with Darwin bundles.Jake Petroules2013-06-041-10/+6
* Be less ambiguous about the naming and referencing of OS X.Jake Petroules2013-06-031-1/+1
* support creation of OS X framework bundlesv1.0.0Joerg Bornemann2013-05-311-7/+8
* make sure that product.type is an arrayJoerg Bornemann2013-05-231-1/+1
* support response files in GCC toolchainJoerg Bornemann2013-05-221-0/+5
* support versioning of shared objectsJoerg Bornemann2013-05-211-5/+20
* fix cpp.precompiledHeader property for non-C++ filesJoerg Bornemann2013-04-251-14/+14
* introduce cpp.installNamePrefix to set LC_ID_DYLIB on OS XJoerg Bornemann2013-04-231-0/+4
* pass -headerpad_max_install_names to linker on DarwinJoerg Bornemann2013-04-231-1/+4
* Fix handling of minimum Windows version and subsystem linker flags.Jake Petroules2013-04-121-4/+13
* Add iOS module and move OS X/iOS common code to DarwinGCCFawzi Mohamed2013-04-021-1/+2
* Improve iOS toolchain detectionFawzi Mohamed2013-03-211-4/+13
* Add support for setting the minimum operating system target version.Jake Petroules2013-03-201-10/+23
* Place the executable in the application bundle directly.Jake Petroules2013-03-191-1/+3
* introduce properties for platform-specific compiler flagsJoerg Bornemann2013-03-181-4/+16
* introduce property cpp.objcxxFlagsJoerg Bornemann2013-03-181-0/+6
* simplify language selection in GenericGCC.qbsJoerg Bornemann2013-03-181-25/+14
* move cpp.compilerName to the module's base itemJoerg Bornemann2013-03-181-1/+1
* Add the input file's extension when generating .o filenames.Jake Petroules2013-03-121-1/+1
* Add support for -iframework (like -isystem but for frameworks).Jake Petroules2013-03-111-4/+8
* use the simplified base import statementJoerg Bornemann2013-03-081-1/+1
* remove superfluous version numbers from import statementsJoerg Bornemann2013-03-081-1/+1
* Provide the ability to weak-link frameworks on OS X.Jake Petroules2013-03-041-2/+8
* Rename ModUtils::findFirst() and ModUtils::appendAll().Christian Kandeler2013-02-281-49/+49
* Move property look-up into the C++ backend.Christian Kandeler2013-02-201-30/+38
* Fix framework include path handling on OS X.Jake Petroules2013-01-081-2/+4
* Correct behaviour with sources with more than one dot in the name.William Gallafent2012-12-031-1/+1
* Add a systemIncludePaths property to the cpp module.William Gallafent2012-11-071-2/+4
* Add property "path" and use for Cpp.precompiledHeader.Christian Kandeler2012-10-231-1/+1
* fix handling of the library suffix for MacOSJoerg Bornemann2012-10-191-4/+6
* Factor out common code in rules for compiler and pre-compiled headers.Christian Kandeler2012-10-181-38/+5
* avoid the use of TransformPropertiesJoerg Bornemann2012-10-151-31/+22
* Use the right compile flags for precompiled headers.Christian Kandeler2012-10-081-12/+3
* fix gcc compile outputJoerg Bornemann2012-10-041-1/+1
* remove describe function from gcc.jsJoerg Bornemann2012-10-041-2/+1
* Link with products by absolute paths with GCC toolchainRuslan Nigmatullin2012-09-261-19/+5
* use dynamicLibraryPrefix/-Suffix consequently in GenericGcc.qbsJoerg Bornemann2012-09-221-10/+7
* Visibility support for cpp moduleAleksey Sidorov2012-09-201-0/+10