| Commit message (Expand) | Author | Age | Files | Lines |
* | flag-o-matic.eclass: allow -fno-lto too in strip-flags | Sam James | 2023-05-07 | 1 | -1/+1 |
* | flag-o-matic.eclass: add -Oz to ALLOWED_FLAGS (strip-flags whitelist) | Sam James | 2023-05-07 | 1 | -1/+1 |
* | flag-o-matic.eclass: add -flto, -flto=* to ALLOWED_FLAGS (strip-flags whitelist) | Sam James | 2023-05-07 | 1 | -0/+1 |
* | flag-o-matic.eclass: drop -fstack-check from ALLOWED_FLAGS (strip-flags white... | Sam James | 2023-05-07 | 1 | -1/+0 |
* | flag-o-matic.eclass: add -O3 to ALLOWED_FLAGS (strip-flags whitelist) | Sam James | 2023-05-07 | 1 | -1/+1 |
* | flag-o-matic.eclass: rename _test-compile-PROG, expose externally | Matoro Mahri | 2023-03-22 | 1 | -8/+7 |
* | flag-o-matic.eclass: fix -Wstrict-prototypes in append-atomic-flags | Sam James | 2022-12-06 | 1 | -2/+2 |
* | flag-o-matic.eclass: test-flag-PROG, strip unused args that generate warnings | Alexander Miller | 2022-08-24 | 1 | -11/+11 |
* | flag-o-matic.eclass: respect -fuse-ld in test-flags-CCLD | Sam James | 2022-07-26 | 1 | -0/+9 |
* | flag-o-matic.eclass: add bug references re -Qunused-arguments | Sam James | 2022-07-26 | 1 | -1/+3 |
* | flag-o-matic.eclass: minor style tweaks | Sam James | 2022-07-26 | 1 | -9/+11 |
* | flag-o-matic.eclass: fix typo in comment | Sam James | 2022-07-26 | 1 | -1/+1 |
* | flag-o-matic.eclass: fix @DESCRIPTION tag | Sam James | 2022-07-20 | 1 | -1/+2 |
* | flag-o-matic.eclass: implement append-atomic-flags | matoro | 2022-07-20 | 1 | -0/+145 |
* | flag-o-matic.eclass: Drop support for EAPI 5 | Ulrich Müller | 2022-07-18 | 1 | -9/+8 |
* | flag-o-matic.eclass: add filter-lto function | Jannik Glückert | 2022-06-28 | 1 | -0/+8 |
* | flag-o-matic.eclass: allow -frecord-command-line | Sam James | 2022-01-22 | 1 | -0/+1 |
* | flag-o-matic.eclass: allow -fstack-clash-protection, -fcf-protection=* | Sam James | 2022-01-22 | 1 | -0/+2 |
* | flag-o-matic.eclass: allow -ffixed-x18 for arm64 | Sam James | 2022-01-22 | 1 | -0/+3 |
* | flag-o-matic.eclass: allow -glldb | Sam James | 2022-01-22 | 1 | -0/+1 |
* | flag-o-matic.eclass: allow Spectre mitigation flags | Sam James | 2022-01-22 | 1 | -0/+5 |
* | flag-o-matic.eclass: restructure comments a bit | Sam James | 2022-01-22 | 1 | -4/+11 |
* | flag-o-matic.eclass: allow -fno-diagnostics-color -fmessage-length=0 | Sam James | 2022-01-22 | 1 | -0/+2 |
* | flag-o-matic.eclass: strip-flags: Fix logic to properly support "=" in patterns. | Arfrever Frehtes Taifersar Arahesis | 2022-01-22 | 1 | -12/+11 |
* | flag-o-matic.eclass: filter-lfs-flags: remove -D_TIME_BITS=64 | Mike Gilbert | 2021-12-18 | 1 | -1/+2 |
* | 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 |