| Commit message (Expand) | Author | Age | Files | Lines |
* | flag-o-matic.eclass: allow -mstrict-align and -mvector-strict-align | Luca Barbato | 2024-07-05 | 1 | -0/+4 |
* | flag-o-matic.eclass: allow -mevex512 and -mno-evex512 | Sam James | 2024-05-12 | 1 | -0/+2 |
* | flag-o-matic.eclass: simplify implementation and work in all cases | Eli Schwartz | 2024-03-29 | 1 | -61/+19 |
* | flag-o-matic.eclass: fix botched MIPS revert | Sam James | 2024-02-12 | 1 | -4/+3 |
* | Revert "flag-o-matic.eclass: allow further MIPS errata flags" | Sam James | 2024-01-27 | 1 | -5/+2 |
* | flag-o-matic.eclass: allow -fdebug-default-version=* | Sam James | 2023-12-23 | 1 | -0/+1 |
* | flag-o-matic.eclass: allow -mtls-dialect=* through filter | Sam James | 2023-12-14 | 1 | -0/+4 |
* | flag-o-matic.eclass: Replace eutils inherit by eqawarn in EAPI 6 | Ulrich Müller | 2023-12-08 | 1 | -1/+1 |
* | flag-o-matic.eclass: allow further MIPS errata flags | Sam James | 2023-11-21 | 1 | -3/+9 |
* | flag-o-matic.eclass: allow -mfix-r5900 errata flag for MIPS | Sam James | 2023-11-21 | 1 | -1/+2 |
* | flag-o-matic.eclass: allow -fno-harden-control-flow-redundancy too | Sam James | 2023-10-26 | 1 | -2/+2 |
* | flag-o-matic.eclass: add '-mfpmath=*' | Sam James | 2023-10-21 | 1 | -1/+1 |
* | flag-o-matic.eclass: add '-mharden-sls=*' | Sam James | 2023-10-21 | 1 | -0/+1 |
* | flag-o-matic.eclass: add -mpreferred-stack-boundary=*, -mincoming-stack-bound... | Sam James | 2023-10-21 | 1 | -0/+2 |
* | flag-o-matic.eclass: allow hardened compare/control flow flags | Sam James | 2023-10-21 | 1 | -0/+4 |
* | flag-o-matic.eclass: allow --unwindlib/--rtlib/--stdlib too | Sam James | 2023-10-05 | 1 | -0/+6 |
* | flag-o-matic.eclass: allow -mbranch-protection=* | Sam James | 2023-10-05 | 1 | -0/+1 |
* | flag-o-matic.eclass: allow -mno-omit-leaf-frame-pointer | Sam James | 2023-10-05 | 1 | -0/+1 |
* | flag-o-matic.eclass: handle C++ assertions and FORTIFY_SOURCE in _filter-hard... | Sam James | 2023-08-18 | 1 | -0/+10 |
* | flag-o-matic.eclass: recognize -fstack-protector-strong in _filter-hardened | Sam James | 2023-08-18 | 1 | -2/+2 |
* | flag-o-matic.eclass: update _filter-hardened | Sam James | 2023-08-18 | 1 | -6/+20 |
* | flag-o-matic.eclass: Don't inherit eutils in EAPI 7 | Ulrich Müller | 2023-06-16 | 1 | -1/+1 |
* | 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 |