summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* flag-o-matic.eclass: fix botched MIPS revertSam James2024-02-121-4/+3
* Revert "flag-o-matic.eclass: allow further MIPS errata flags"Sam James2024-01-271-5/+2
* flag-o-matic.eclass: allow -fdebug-default-version=*Sam James2023-12-231-0/+1
* flag-o-matic.eclass: allow -mtls-dialect=* through filterSam James2023-12-141-0/+4
* flag-o-matic.eclass: Replace eutils inherit by eqawarn in EAPI 6Ulrich Müller2023-12-081-1/+1
* flag-o-matic.eclass: allow further MIPS errata flagsSam James2023-11-211-3/+9
* flag-o-matic.eclass: allow -mfix-r5900 errata flag for MIPSSam James2023-11-211-1/+2
* flag-o-matic.eclass: allow -fno-harden-control-flow-redundancy tooSam James2023-10-261-2/+2
* flag-o-matic.eclass: add '-mfpmath=*'Sam James2023-10-211-1/+1
* flag-o-matic.eclass: add '-mharden-sls=*'Sam James2023-10-211-0/+1
* flag-o-matic.eclass: add -mpreferred-stack-boundary=*, -mincoming-stack-bound...Sam James2023-10-211-0/+2
* flag-o-matic.eclass: allow hardened compare/control flow flagsSam James2023-10-211-0/+4
* flag-o-matic.eclass: allow --unwindlib/--rtlib/--stdlib tooSam James2023-10-051-0/+6
* flag-o-matic.eclass: allow -mbranch-protection=*Sam James2023-10-051-0/+1
* flag-o-matic.eclass: allow -mno-omit-leaf-frame-pointerSam James2023-10-051-0/+1
* flag-o-matic.eclass: handle C++ assertions and FORTIFY_SOURCE in _filter-hard...Sam James2023-08-181-0/+10
* flag-o-matic.eclass: recognize -fstack-protector-strong in _filter-hardenedSam James2023-08-181-2/+2
* flag-o-matic.eclass: update _filter-hardenedSam James2023-08-181-6/+20
* flag-o-matic.eclass: Don't inherit eutils in EAPI 7Ulrich Müller2023-06-161-1/+1
* flag-o-matic.eclass: allow -fno-lto too in strip-flagsSam James2023-05-071-1/+1
* flag-o-matic.eclass: add -Oz to ALLOWED_FLAGS (strip-flags whitelist)Sam James2023-05-071-1/+1
* flag-o-matic.eclass: add -flto, -flto=* to ALLOWED_FLAGS (strip-flags whitelist)Sam James2023-05-071-0/+1
* flag-o-matic.eclass: drop -fstack-check from ALLOWED_FLAGS (strip-flags white...Sam James2023-05-071-1/+0
* flag-o-matic.eclass: add -O3 to ALLOWED_FLAGS (strip-flags whitelist)Sam James2023-05-071-1/+1
* flag-o-matic.eclass: rename _test-compile-PROG, expose externallyMatoro Mahri2023-03-221-8/+7
* flag-o-matic.eclass: fix -Wstrict-prototypes in append-atomic-flagsSam James2022-12-061-2/+2
* flag-o-matic.eclass: test-flag-PROG, strip unused args that generate warningsAlexander Miller2022-08-241-11/+11
* flag-o-matic.eclass: respect -fuse-ld in test-flags-CCLDSam James2022-07-261-0/+9
* flag-o-matic.eclass: add bug references re -Qunused-argumentsSam James2022-07-261-1/+3
* flag-o-matic.eclass: minor style tweaksSam James2022-07-261-9/+11
* flag-o-matic.eclass: fix typo in commentSam James2022-07-261-1/+1
* flag-o-matic.eclass: fix @DESCRIPTION tagSam James2022-07-201-1/+2
* flag-o-matic.eclass: implement append-atomic-flagsmatoro2022-07-201-0/+145
* flag-o-matic.eclass: Drop support for EAPI 5Ulrich Müller2022-07-181-9/+8
* flag-o-matic.eclass: add filter-lto functionJannik Glückert2022-06-281-0/+8
* flag-o-matic.eclass: allow -frecord-command-lineSam James2022-01-221-0/+1
* flag-o-matic.eclass: allow -fstack-clash-protection, -fcf-protection=*Sam James2022-01-221-0/+2
* flag-o-matic.eclass: allow -ffixed-x18 for arm64Sam James2022-01-221-0/+3
* flag-o-matic.eclass: allow -glldbSam James2022-01-221-0/+1
* flag-o-matic.eclass: allow Spectre mitigation flagsSam James2022-01-221-0/+5
* flag-o-matic.eclass: restructure comments a bitSam James2022-01-221-4/+11
* flag-o-matic.eclass: allow -fno-diagnostics-color -fmessage-length=0Sam James2022-01-221-0/+2
* flag-o-matic.eclass: strip-flags: Fix logic to properly support "=" in patterns.Arfrever Frehtes Taifersar Arahesis2022-01-221-12/+11
* flag-o-matic.eclass: filter-lfs-flags: remove -D_TIME_BITS=64Mike Gilbert2021-12-181-1/+2
* flag-o-matic.eclass: Support EAPI 8Ulrich Müller2021-06-231-2/+2
* flag-o-matic.eclass: allow -fno-sanitize* optionsSergei Trofimovich2021-05-081-1/+3
* flag-o-matic.eclass: Fix eclassdocAndreas Sturmlechner2021-04-111-1/+14
* flag-o-matic.eclass: Make test-flags-PROG() internalAndreas Sturmlechner2021-04-111-5/+23
* flag-o-matic.eclass: Make test-flag-PROG() internalAndreas Sturmlechner2021-04-111-5/+23
* flag-o-matic.eclass: Make setup-allowed-flags() internalAndreas Sturmlechner2021-04-111-1/+15