summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_gcc
AgeCommit message (Collapse)AuthorFilesLines
2019-11-0644882: add completion of -save-stats flagEitan Adler1-0/+1
2018-11-1243812: allow repeats of gcc's -Wsuggest-attribute optionOliver Kiddle1-1/+1
2018-07-1143164: _gcc: fix 'args=' to 'args+=', and update a few optionsJun-ichi Takimoto1-4/+6
2018-07-1143155: _gcc: escape ':' in action for -stdJun-ichi Takimoto1-1/+1
2018-06-2143074: Completion for additional linker options for clang and sanitizers for gccEitan Adler1-10/+11
2018-06-1843048: add sanitizers, standards aliases and fix -fltoEitan Adler1-4/+18
2018-04-0742602: Update _gcc as of GCC 7.3.0 for generic options and x86Mikael Magnusson1-67/+247
2018-03-07github #22: Add newer C++ standard options to gcc completionFerenc-1-1/+1
2017-07-1441414: fix for commas used in exclusion listsFabian Klötzl1-1/+1
also missing escape for _gcc and --no-index option for git diff
2017-03-04unposted (via github): Add newer C++ standard options to _gccFerenc-1-1/+1
2017-02-1340539: typo in MIPS branch of argument selectionFabian Klotzl1-1/+1
2016-02-1437898: complete gcc linker optionsBarton E. Schaefer1-0/+14
2014-12-0633882: Complete CXXFLAGS as CFLAGS tooMikael Magnusson1-1/+1
2014-10-17see 33475: allow .cpp files to be completed as gcc inputPeter Stephenson1-1/+1
2014-07-0332821: Update _gcc as of GCC 4.8.3 for generic options and x86Mikael Magnusson1-110/+754
2012-08-1730632: gcc completion enhancements for clang etc.Peter Stephenson1-2/+17
2005-10-2821947: new gcc options for sparcClint Adams1-6/+22
2005-10-2821946: update options for ia32, amd64.Clint Adams1-5/+24
2004-01-2119387: add (-.) glob qualifier to globs where only files are directly applicableOliver Kiddle1-4/+4
2002-03-13remove that -T option to compdef again and instead use comma-separated ↵Sven Wischnowsky1-3/+3
sub-contexts both for function and style lookup (16819)
2002-03-0616769: Completion/Unix/Command/_gcc: fix typoAdam Spiers1-1/+1
2002-03-04allow different sets of completion definitions selected with option -T to ↵Sven Wischnowsky1-3/+21
compdef; use this for parameter values and redirections (16755)
2001-12-07users/4503: don't complete source or header files after gcc -oPeter Stephenson1-1/+1
2001-04-02moved from Completion/User/_gccSven Wischnowsky1-0/+282