aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/cpp/gcc.js
Commit message (Expand)AuthorAgeFilesLines
* Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-061-1/+1
* Print more descriptive "unknown Windows version" warning messages.Jake Petroules2016-05-301-4/+0
* Don't restrict Product.version to numeric version numbers.Jake Petroules2016-04-151-1/+5
* Fix stripping after extracting debug symbols.Jake Petroules2016-04-151-11/+12
* Move enableRtti property from Android.ndk to cpp module.Jake Petroules2016-04-141-0/+5
* Implement properties to control use of exception handling.Jake Petroules2016-04-141-0/+12
* DRY up some simple code in GenericGCC.Jake Petroules2016-04-141-0/+21
* Introduce Array.containsAll and Array.containsAny.Jake Petroules2016-03-251-1/+1
* Use file tags for precompiled header sources.Christian Kandeler2016-03-161-1/+8
* Cpp module: Allow to set precompiled header usage per file.Christian Kandeler2016-03-081-1/+1
* Cpp module: Support ELF versions scripts.Christian Kandeler2016-02-221-0/+5
* Fix linker scripts handling.Christian Kandeler2016-02-221-1/+2
* Do not use the assembler's "-target" option.Christian Kandeler2016-01-191-11/+7
* Move global auxiliary functions into a new Utilities extension.Jake Petroules2015-11-271-1/+2
* Add missing imports.Jake Petroules2015-11-201-0/+1
* Track linker scripts as artifacts in the build graph.Jake Petroules2015-11-041-3/+3
* Deprecate bundle.infoPlistFile and start tagging Info.plist files.Jake Petroules2015-11-021-2/+2
* Introduce new assembler-related properties.Jake Petroules2015-10-311-8/+62
* Add signingTimestamp property.Jake Petroules2015-10-311-0/+3
* gcc: fix passing of unknown c/cxx language versionAndrew Knight2015-10-241-5/+2
* cpp module: Clean up the command line a bit.Christian Kandeler2015-10-061-6/+8
* Add support for entitlements to the code signing process.Jake Petroules2015-09-251-3/+9
* Implement some of the non-standard yet common Console API.Jake Petroules2015-09-151-2/+2
* Introduce Command.responseFileArgumentIndex.Jake Petroules2015-09-141-0/+3
* Enable -frandom-seed only for gcc.Stephan Gatzka2015-08-281-4/+6
* Support reproducible builds.Stephan Gatzka2015-08-211-0/+14
* Move platform targeting flags into compilerFlags.Jake Petroules2015-08-201-33/+31
* Specify sysroot independently for compiler and linker.Jake Petroules2015-08-201-8/+16
* Move "config" flags into compiler.Jake Petroules2015-08-201-20/+24
* Fix cpp.cxxStandardLibrary on Linux with Clang and libc++.Jake Petroules2015-08-191-24/+22
* Escape linker flags depending on the linker binary in use.Jake Petroules2015-08-181-18/+54
* Move all compiler flags into the compilerFlags function.Jake Petroules2015-08-141-121/+131
* Move all linker flags into the linker flags function.Jake Petroules2015-08-141-102/+103
* Add proper version checks for clang -target.Jake Petroules2015-08-121-1/+14
* Make -target option product specific instead of input specific.Jake Petroules2015-08-111-30/+30
* Add generic handling of LLVM triples.Jake Petroules2015-08-031-5/+3
* Merge branch 1.4 into master.Christian Kandeler2015-07-311-4/+3
|\
| * Standardize handling of compiler flags in GCC and MSVC.Jake Petroules2015-07-281-4/+3
* | Add skeleton Apple watchOS support.Jake Petroules2015-07-291-0/+8
* | Add code signing support for OS X and iOS.Jake Petroules2015-07-291-0/+13
* | Merge branch 1.4 into master.Christian Kandeler2015-07-241-0/+2
|\|
| * Be explicit about passing -O0.Jake Petroules2015-07-221-0/+2
* | Properly track dSYM bundle component files as artifacts.Jake Petroules2015-05-211-2/+4
|/
* GCC module: Add option for fine-tuning relinking behavior.Christian Kandeler2015-05-111-3/+33
* GCC module: Do not check libraries from the project for existence.Christian Kandeler2015-05-061-2/+7
* Add dsymutilFlags property.Jake Petroules2015-04-241-4/+5
* add missing license headersJoerg Bornemann2015-04-151-0/+30
* cpp module: Read more properties from artifact instead of product.Christian Kandeler2015-03-061-8/+8
* Add support for C++14 as language version.Christian Kandeler2015-02-121-1/+2
* Add support for building loadable modules.Jake Petroules2015-02-061-0/+8