| Commit message (Expand) | Author | Age | Files | Lines |
* | flag-o-matic.eclass: Support EAPI 8 | Ulrich Müller | 2021-06-23 | 1 | -2/+2 |
* | flag-o-matic.eclass: allow -fno-sanitize* options | Sergei Trofimovich | 2021-05-08 | 1 | -1/+3 |
* | flag-o-matic.eclass: Fix eclassdoc | Andreas Sturmlechner | 2021-04-11 | 1 | -1/+14 |
* | flag-o-matic.eclass: Make test-flags-PROG() internal | Andreas Sturmlechner | 2021-04-11 | 1 | -5/+23 |
* | flag-o-matic.eclass: Make test-flag-PROG() internal | Andreas Sturmlechner | 2021-04-11 | 1 | -5/+23 |
* | flag-o-matic.eclass: Make setup-allowed-flags() internal | Andreas Sturmlechner | 2021-04-11 | 1 | -1/+15 |
* | flag-o-matic.eclass: SUPPORTED_EAPIS: 5,6,7; drop eutils, multilib | Andreas Sturmlechner | 2021-04-11 | 1 | -2/+11 |
* | eclass: [QA] Revert multiple meaningless doc changes | Michał Górny | 2020-12-28 | 1 | -36/+0 |
* | eclass/flag-o-matic: fixup documentation | Aaron Bauman | 2020-12-16 | 1 | -0/+36 |
* | flag-o-matic.eclass: fix '-gstabs' filtering (allow '-gstabs') | Sergei Trofimovich | 2020-08-10 | 1 | -1/+1 |
* | flag-o-matic.eclass: allow -gdwarf (we already allow -gdwarf-*) | Sergei Trofimovich | 2020-08-10 | 1 | -1/+1 |
* | flag-o-matic.eclass: add whitespace around -g* options | Sergei Trofimovich | 2020-08-10 | 1 | -1/+8 |
* | eclass/flag-o-matic.eclass: Add missing MIPS CPU errata flags | Joshua Kinard | 2020-03-28 | 1 | -1/+3 |
* | flag-o-matic.eclass: document assumptions and limitations of test-flag-PROG() | Sergei Trofimovich | 2020-03-26 | 1 | -0/+11 |
* | flag-o-matic.eclass: revert "don't use -Werror in test-flag-PROG(), bug #712488" | Sergei Trofimovich | 2020-03-26 | 1 | -8/+11 |
* | flag-o-matic.eclass: don't use -Werror in test-flag-PROG(), bug #712488 | Sergei Trofimovich | 2020-03-20 | 1 | -11/+8 |
* | flag-o-matic.eclass: add more verbose conditionals | Sergei Trofimovich | 2020-03-17 | 1 | -2/+9 |
* | flag-o-matic.eclass: add assertions around argument counts | Sergei Trofimovich | 2020-03-14 | 1 | -0/+5 |
* | flag-o-matic.eclass: drop deprecated has_m32/has_m64 functions | Sergei Trofimovich | 2020-03-14 | 1 | -8/+0 |
* | flag-o-matic.eclass: crash in test-flag-PROG() when ${TEMP} is not writable | Sergei Trofimovich | 2020-03-14 | 1 | -6/+6 |
* | */*: Bump copyright on files touched this year | Michał Górny | 2020-02-11 | 1 | -1/+1 |
* | flag-o-matic.eclass: fix probe file extension | Sergei Trofimovich | 2020-01-26 | 1 | -1/+1 |
* | flag-o-matic.eclass: fix probe when CC points to absolute path | Sergei Trofimovich | 2020-01-26 | 1 | -2/+2 |
* | flag-o-matic.eclass: add LDFLAGS testing against linker | Sergei Trofimovich | 2019-12-24 | 1 | -14/+58 |
* | flag-o-matic.eclass: fix test-flag-PROG() for CC="gcc -m64" | Sergei Trofimovich | 2019-09-30 | 1 | -3/+5 |
* | flag-o-matic.eclass: test-flag-PROG(): verify selected compiler exists | Tim Harder | 2019-09-27 | 1 | -1/+5 |
* | flag-o-matic.eclass: filter out '-B/foo' and '-B /foo' equally | Sergei Trofimovich | 2019-06-23 | 1 | -1/+2 |
* | flag-o-matic.eclass: whitelist -mstackrealign for 'strip-flags' | Sergei Trofimovich | 2019-02-13 | 1 | -0/+7 |
* | flag-o-matic.eclass: allow -fuse-ld=* in filter flags | David C. Manuelda | 2018-08-24 | 1 | -0/+3 |
* | flag-o-matic.eclass: treat "--param x" as a unit when testing flags | Mike Gilbert | 2018-04-18 | 1 | -10/+23 |
* | flag-o-matic.eclass: Allow -gz for compressed debug sections, bug 636986 | Andreas K. Hüttel | 2017-12-15 | 1 | -1/+1 |
* | flag-o-matic.eclass: add ADA to flags for proper filtering | Stephen L Arnold | 2017-11-16 | 1 | -1/+1 |
* | flag-o-matic.eclass: Strip LDFLAGS unsupported by the C compiler, #621274 | Michał Górny | 2017-08-25 | 1 | -0/+3 |
* | flag-o-matic.eclass: test-flag-PROG, ignore unused args in clang | Michał Górny | 2017-08-25 | 1 | -1/+8 |
* | flag-o-matic.eclass: test-flag-PROG, refactor to reduce duplication | Michał Górny | 2017-08-25 | 1 | -3/+7 |
* | flag-o-matic.eclass: Revert "Strip LDFLAGS unsupported by the C..." | Michał Górny | 2017-08-11 | 1 | -3/+0 |
* | flag-o-matic.eclass: Strip LDFLAGS unsupported by the C compiler, #621274 | Michał Górny | 2017-08-08 | 1 | -0/+3 |
* | flag-o-matic.eclass: Replace unnecessary evals | Michał Górny | 2017-03-08 | 1 | -6/+5 |
* | Drop $Id$ per council decision in bug #611234. | Robin H. Johnson | 2017-02-28 | 1 | -1/+0 |
* | flag-o-matic.eclass: Add -fno-stack-check to ALLOWED_FLAGS | Joshua Kinard | 2017-02-20 | 1 | -1/+1 |
* | flag-o-matic.eclass: Mark has_m64() as dead. | Ulrich Müller | 2017-02-13 | 1 | -21/+2 |
* | flag-o-matic.eclass: whitelist -fstack-check #607710 | Mike Frysinger | 2017-02-09 | 1 | -1/+1 |
* | flag-o-matic.eclass: handle gcc-6 -no-pie option #596584 | Mike Frysinger | 2016-11-11 | 1 | -2/+11 |
* | flag-o-matic.eclass: Add -fplugin* (bug #519462). | Ryan Hill | 2016-06-30 | 1 | -1/+1 |
* | flag-o-matic.eclass: Add -mthumb/-marm (bug #586846). | Ryan Hill | 2016-06-30 | 1 | -1/+1 |
* | flag-o-matic.eclass: setup-allowed-flags: add -mno-hle #573454 | Mike Frysinger | 2016-02-01 | 1 | -1/+1 |
* | flag-o-matic.eclass: all-flag-vars: rewrite to use bash arrays | Mike Frysinger | 2015-09-01 | 1 | -41/+44 |
* | flag-o-matic.eclass: all-flag-vars allow all -fsanitize* flags #553716 | Hanno Boeck | 2015-09-01 | 1 | -1/+1 |
* | proj/gentoo: Initial commit | Robin H. Johnson | 2015-08-08 | 1 | -0/+673 |