summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* flag-o-matic.eclass: SUPPORTED_EAPIS: 5,6,7; drop eutils, multilibAndreas Sturmlechner2021-04-111-2/+11
* eclass: [QA] Revert multiple meaningless doc changesMichał Górny2020-12-281-36/+0
* eclass/flag-o-matic: fixup documentationAaron Bauman2020-12-161-0/+36
* flag-o-matic.eclass: fix '-gstabs' filtering (allow '-gstabs')Sergei Trofimovich2020-08-101-1/+1
* flag-o-matic.eclass: allow -gdwarf (we already allow -gdwarf-*)Sergei Trofimovich2020-08-101-1/+1
* flag-o-matic.eclass: add whitespace around -g* optionsSergei Trofimovich2020-08-101-1/+8
* eclass/flag-o-matic.eclass: Add missing MIPS CPU errata flagsJoshua Kinard2020-03-281-1/+3
* flag-o-matic.eclass: document assumptions and limitations of test-flag-PROG()Sergei Trofimovich2020-03-261-0/+11
* flag-o-matic.eclass: revert "don't use -Werror in test-flag-PROG(), bug #712488"Sergei Trofimovich2020-03-261-8/+11
* flag-o-matic.eclass: don't use -Werror in test-flag-PROG(), bug #712488Sergei Trofimovich2020-03-201-11/+8
* flag-o-matic.eclass: add more verbose conditionalsSergei Trofimovich2020-03-171-2/+9
* flag-o-matic.eclass: add assertions around argument countsSergei Trofimovich2020-03-141-0/+5
* flag-o-matic.eclass: drop deprecated has_m32/has_m64 functionsSergei Trofimovich2020-03-141-8/+0
* flag-o-matic.eclass: crash in test-flag-PROG() when ${TEMP} is not writableSergei Trofimovich2020-03-141-6/+6
* */*: Bump copyright on files touched this yearMichał Górny2020-02-111-1/+1
* flag-o-matic.eclass: fix probe file extensionSergei Trofimovich2020-01-261-1/+1
* flag-o-matic.eclass: fix probe when CC points to absolute pathSergei Trofimovich2020-01-261-2/+2
* flag-o-matic.eclass: add LDFLAGS testing against linkerSergei Trofimovich2019-12-241-14/+58
* flag-o-matic.eclass: fix test-flag-PROG() for CC="gcc -m64"Sergei Trofimovich2019-09-301-3/+5
* flag-o-matic.eclass: test-flag-PROG(): verify selected compiler existsTim Harder2019-09-271-1/+5
* flag-o-matic.eclass: filter out '-B/foo' and '-B /foo' equallySergei Trofimovich2019-06-231-1/+2
* flag-o-matic.eclass: whitelist -mstackrealign for 'strip-flags'Sergei Trofimovich2019-02-131-0/+7
* flag-o-matic.eclass: allow -fuse-ld=* in filter flagsDavid C. Manuelda2018-08-241-0/+3
* flag-o-matic.eclass: treat "--param x" as a unit when testing flagsMike Gilbert2018-04-181-10/+23
* flag-o-matic.eclass: Allow -gz for compressed debug sections, bug 636986Andreas K. Hüttel2017-12-151-1/+1
* flag-o-matic.eclass: add ADA to flags for proper filteringStephen L Arnold2017-11-161-1/+1
* flag-o-matic.eclass: Strip LDFLAGS unsupported by the C compiler, #621274Michał Górny2017-08-251-0/+3
* flag-o-matic.eclass: test-flag-PROG, ignore unused args in clangMichał Górny2017-08-251-1/+8
* flag-o-matic.eclass: test-flag-PROG, refactor to reduce duplicationMichał Górny2017-08-251-3/+7
* flag-o-matic.eclass: Revert "Strip LDFLAGS unsupported by the C..."Michał Górny2017-08-111-3/+0
* flag-o-matic.eclass: Strip LDFLAGS unsupported by the C compiler, #621274Michał Górny2017-08-081-0/+3
* flag-o-matic.eclass: Replace unnecessary evalsMichał Górny2017-03-081-6/+5
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
* flag-o-matic.eclass: Add -fno-stack-check to ALLOWED_FLAGSJoshua Kinard2017-02-201-1/+1
* flag-o-matic.eclass: Mark has_m64() as dead.Ulrich Müller2017-02-131-21/+2