summaryrefslogtreecommitdiff
path: root/ale_linters/cpp/gcc.vim
AgeCommit message (Expand)Author
2018-04-10Fix #1490 - Rename the g++ linter to gcc, and add an alias for the old namew0rp
2018-03-27#1167 Use the make -n parsing for C++ compilers, and document the new optionw0rp
2017-07-16#711 - Make the gcc executables configurablew0rp
2017-06-25Move ale#handlers#c functions into ale#cw0rp
2017-05-31Fix #557 - Detect C project roots and include root directories with headers, ...w0rp
2017-05-12#549 Temporarily revert shell escaping changes, just for Windowsw0rp
2017-05-08#540 Fix shell escaping pretty much everywherew0rp
2017-04-29Set GCC flags appropriately for older versionsw0rp
2017-04-16#427 Implement buffer variable overrides for all linter optionsw0rp
2017-04-15Make code more consistentw0rp
2017-04-11#392 Report errors inside of headers, in a very basic wayw0rp
2017-03-11#277 #318 Support all same-directory includes for gcc and clangw0rp
2016-12-24Added ability to reload compilation flags for c and c++ after loading plugingrzebiel
2016-10-21Add support for dot-seperate linters, improve linter testsBjorn Neergaard
2016-10-21make it less verbose for c and cppehzShelter
2016-10-21Added c++14 standard support and POSIX API compile time linker flags for avoi...ehzShelter
2016-10-10First pass at optimizing ale to autoload (#80)Bjorn Neergaard
2016-10-08Add cpp linter (#64)Marc Delage