Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-29 | Fix #3247 - Use --always-make for make -n by default | w0rp | |
2020-08-20 | #3299 Merge gcc and clang into a cc linter | w0rp | |
Users can easily be confused when they set some options for a C or C++ compiler, and another compiler is run with different options, which still reports errors. To remedy this, the existing `gcc` and `clang` linters have been replaced with a `cc` linter that will run either compiler. This is a breaking change for ALE v3.0.0. | |||
2020-08-09 | #3276 - Disable make -n by default again | w0rp | |
2020-08-09 | Enable C flag parsing by default | w0rp | |
The options for parsing `make -n` and `compile_commands.json` flags are now enabled by default, so people can start getting better flags for their files by default. `compile_commands.json` flags are now preferred over `make -n` results, to make the options work better by default. | |||
2020-07-28 | fix: Change _options to _project_options | jhlink | |
2020-07-26 | doc: Add ale_c_astyle_options in ale-c | jhlink | |
2020-07-10 | style: Adjust spacing | jhlink | |
2020-07-10 | doc: Add astyle entry to ALE c integration | jhlink | |
2019-07-02 | Add clangtidy fixer (#2548) | ObserverOfTime | |
* Add clangtidy fixer * Add extra_options to clangtidy fixer * Also, use cpp variables in cpp filetypes | |||
2019-06-08 | Add additional option setting for clangtidy linter | Jonathan Vander Mey | |
The existing option setting handles setting additional compile flags to pass to clang-tidy. The new option setting added here allows setting additional clang-tidy specific flags to be passed as well. Fixes #2324 | |||
2018-10-30 | Do not enable all clang-tidy checks by default | Andreas Hollmann | |
2018-09-26 | Add ccls support for C/C++/ObjC | Ye Jingchen | |
2018-09-04 | add uncrustify fixer for several languages | Derek P Sifford | |
2018-07-29 | Add support for parsing compile_commands.json files for C compilers | w0rp | |
2018-07-25 | Providing cquery support for C files | jtalowell | |
2018-07-22 | Add Clangd language server support for C | Andrey Melentyev | |
2018-03-27 | #1167 Use the make -n parsing for C++ compilers, and document the new option | w0rp | |
2018-03-10 | Handle flawfinder severity level (#1400) | Christian-Gibbons | |
* Handle flawfinder severity level * Reverted code allowing Flawfinder to piggyback off of gcc's format handler * Gave Flawfinder its own format handler and made requested changes. | |||
2018-02-25 | doc/c: fix duplicate ale_c_flawfinder_executable help tag | Koichi Shiraishi | |
2018-02-25 | New linter: Flawfinder (#1361) | Christian-Gibbons | |
* Flawfinder support added for C and C++ A minor modification to gcc handler was made to support flawfinder's single-line output format that does not have a space following the colon denoting the warning level. gcc handler still passes its Vader tests after this modification. * Documentation fixes * Revert documentation regression * Added Flawfinder to table of contents * Removed trailing whitespace * Follow ALE conventions better Added additional documentation and Vader tests | |||
2017-09-10 | Fix numerous issues with integration documentation tags and the table of ↵ | w0rp | |
contents, and add a script to check for theses issues | |||
2017-08-30 | Merge remote-tracking branch 'randrej/master' into c-clang-tidy | w0rp | |
2017-08-24 | Add clang-format fixer for C/C++ (#873) | Peter Renström | |
* Add clang-format fixer for C/C++ * Document clang-format options * Refer ale-cpp-clangformat to ale-c-clangformat | |||
2017-08-06 | Fixed helptag alignment. | Andrej Radovic | |
2017-08-06 | Fixed the comments, left only the doc URL | Andrej Radovic | |
2017-08-05 | Added clang-tidy for C, too. | Andrej Radovic | |
A limited number of clang-tidy checks can be used with C, too. I pretty much copied and refactored the C++ clang-tidy linter, and added some documentation about C-compatible checks. | |||
2017-07-16 | #711 - Make the gcc executables configurable | w0rp | |
2017-07-16 | #711 - Make the cppcheck executables configurable | w0rp | |
2017-07-16 | #711 - Make the clang executables configurable | w0rp | |
2017-07-08 | Use equal signs for language documentation sections | w0rp | |
2017-04-27 | Add tags for buffer-local variants of each linter option | Adriaan Zonnenberg | |
2017-03-28 | Move linter documentation into separate files | w0rp | |