Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-19 | #3056 Add tests for parsed C/C++ -std flag handling | w0rp | |
2019-05-20 | Fix #2512 - Use -o /dev/null for gcc linting | w0rp | |
2019-04-07 | #2132 - Replace command_chain and chain_with with ale#command#Run | w0rp | |
2018-07-29 | Add support for parsing compile_commands.json files for C compilers | w0rp | |
2018-07-15 | Massively reduce the amount of code needed for linter tests | w0rp | |
2018-03-20 | * Shell commands should by called async with the help of a command chain | roel0 | |
* The makefile parser unit test should only test the cflag parser itself #1167 | |||
2017-07-16 | #711 - Make the gcc executables configurable | w0rp | |