summaryrefslogtreecommitdiff
path: root/autoload/ale/c.vim
AgeCommit message (Expand)Author
2021-07-04fix: cflags parser: no absolute path for '-include' (#3775)Michael Jeanson
2021-03-01Close #2281 - Separate cwd commands from commandsw0rp
2021-02-06Bugfix: ParseCFlagsFromMakeOutput was never being called (#3574)Hugo Gualandi
2021-02-03Have c_parse_makefile look for GNUmakefile as wellHugo Musso Gualandi
2020-11-03Add -imacros to C flagsManoel Brunnen
2020-08-29Fix #3247 - Use --always-make for make -n by defaultw0rp
2020-08-28Close #3325 - Apply new formatting where possiblew0rp
2020-08-27Fix #3318 - Escape macros when parsing C flagsw0rp
2020-08-27Fix C flag parsing and tests on Windowsw0rp
2020-08-27#3318 Refactor C flag parsing to set up for quoting argumentsw0rp
2020-08-27Fix #3317 - Parse -include from C flagsw0rp
2020-08-27Fix #3307 - Handle compile_commands paths betterw0rp
2020-08-20Keep -iframework if present in parsed C/C++ flags (#3057)awang
2020-08-19Try to fix Windows tests againw0rp
2020-08-19Try to fix tests on Windowsw0rp
2020-08-19Fix #3200 - Do not use -fstack-usage from parsed flagsw0rp
2020-08-19Merge pull request #3178 from sudobash1/expand_atw0rp
2020-08-10#2919 Use compile_commands.json for headersw0rp
2020-08-09#3276 - Disable make -n by default againw0rp
2020-08-09Enable C flag parsing by defaultw0rp
2020-05-20Fixes #3092 - Implement loading `@file` c argumentsStephen Robinson
2019-09-19`arguments` needs to be handled for `compile_commands.json` in addition to `c...Mo Zhonghua
2019-08-17Fix cflags parsing (#2510, #2265) (#2590)fx-carton
2019-05-20Fix #2421 - Use compile_commands.json in build dirs to find rootsw0rp
2019-05-20Fix #2512 - Use -o /dev/null for gcc lintingw0rp
2019-04-15#782 - Use compile commands for matching source files for headersw0rp
2019-04-07#2132 - Replace command_chain and chain_with with ale#command#Runw0rp
2019-02-08Merge pull request #2272 from Rahlir/fix-c-compilecommandw0rp
2019-02-06Update syntax checkingw0rp
2019-02-04Fix error when parsing compile_commands for c langsTadeas Uhlir
2019-01-27Fix #2195 - Handle the command key being missingw0rp
2019-01-24Parse more C/C++ compiler optionsLouis Xu
2019-01-10Merge pull request #2191 from davidvandebunte/fixCompDbDirw0rp
2019-01-09Cflags parser: fix special chars matching algorithmFrançois-Xavier Carton
2019-01-08bugfix: c.vim: Pull build directory from compilation databaseDavid VandeBunte
2019-01-06Improve perf for compile dbs in large projectsJacob Segal
2018-12-29Fix CFLAGS parsingFrançois-Xavier Carton
2018-11-17Fix bug where last c flag was ignoredJacob Segal
2018-09-16c#ParseCFlags: don't index empty listJames Ye
2018-09-04Improve ALE project style checkingw0rp
2018-08-24Add clazy as cpp linterfenuks
2018-08-02Simplify the code for most linters and tests with closuresw0rp
2018-08-02Fall back on flags for other C/C++ files in the same directoryw0rp
2018-07-29Add support for parsing compile_commands.json files for C compilersw0rp
2018-07-23Make the test C import path test fail lessw0rp
2018-03-27Extended unit tests + simplified parsing algoritme #1167roel0
2018-03-21Added additional unit tests + adapted review comments #1167roel0
2018-03-21Fix failing unit tests for windowsroel0
2018-03-20* Shell commands should by called async with the help of a command chainroel0
2018-03-20Added some unit tests and fixed some linting errors for automatic makefile pa...roel0