aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/test_c_flag_parsing.vader (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace appveyor with GitHub actions (#5119)Horacio Sanson2026-05-121-54/+70
* fix(tests): fix ale_c_build_dir_names being unset in tests (#5109)Horacio Sanson2026-03-291-0/+3
* fix: cflags parser: no absolute path for '-include' (#3775)Michael Jeanson2021-07-041-8/+8
* #3633 - Put all dummy test files in test/test-filesw0rp2021-03-201-61/+61
* Close #2281 - Separate cwd commands from commandsw0rp2021-03-011-6/+12
* Add test case for gnumakefile detectionHugo Musso Gualandi2021-02-051-0/+8
* Add tests for -imacros C flagManoel Brunnen2020-12-211-0/+6
* Fix #3247 - Use --always-make for make -n by defaultw0rp2020-08-291-0/+20
* Fix #3318 - Escape macros when parsing C flagsw0rp2020-08-271-10/+95
* Fix C flag parsing and tests on Windowsw0rp2020-08-271-1/+1
* #3318 Refactor C flag parsing to set up for quoting argumentsw0rp2020-08-271-66/+129
* Label the test cases more clearlyw0rp2020-08-271-3/+3
* Fix #3317 - Parse -include from C flagsw0rp2020-08-271-6/+8
* Fix #3307 - Handle compile_commands paths betterw0rp2020-08-271-22/+141
* Keep -iframework if present in parsed C/C++ flags (#3057)awang2020-08-201-1/+2
* Fix #3200 - Do not use -fstack-usage from parsed flagsw0rp2020-08-191-1/+1
* Fixes #3092 - Implement loading `@file` c argumentsStephen Robinson2020-05-201-0/+11
* Fix cflags parsing (#2510, #2265) (#2590)fx-carton2019-08-171-44/+118
* #782 - Use compile commands for matching source files for headersw0rp2019-04-151-5/+93
* Fix #2195 - Handle the command key being missingw0rp2019-01-271-0/+12
* Parse more C/C++ compiler optionsLouis Xu2019-01-241-79/+51
* Merge pull request #2191 from davidvandebunte/fixCompDbDirw0rp2019-01-101-3/+3
|\
| * bugfix: c.vim: Pull build directory from compilation databaseDavid VandeBunte2019-01-081-3/+3
* | Cflags: added a test caseFrançois-Xavier Carton2019-01-091-0/+11
|/
* Improve perf for compile dbs in large projectsJacob Segal2019-01-061-3/+18
* Add a test for cflags merging bugFrançois-Xavier Carton2018-12-291-0/+17
* Fix bug where last c flag was ignoredJacob Segal2018-11-171-0/+16
* add test for arguments with '--'James Ye2018-09-181-1/+1
* Try to fix the C parsing test on Windowsw0rp2018-07-291-6/+8
* Add support for parsing compile_commands.json files for C compilersw0rp2018-07-291-0/+161