Age | Commit message (Expand) | Author |
2020-08-14 | Merge pull request #2924 from patrick96/vlog-filename | w0rp |
2020-08-06 | Adds hdl_checker LSP support (#2804) | Andre Souto |
2020-04-18 | Adds column number to the verilator verilog linter | TG |
2019-12-05 | verilog: Add filename to vlog linter output | patrick96 |
2019-10-05 | Correct vint-discovered advisory in vlog handler | Thomas A. Werne |
2019-10-05 | Update vlog parser to handle new output format | Thomas A. Werne |
2019-02-22 | #2132 - Replace all uses of foo_callback with foo | w0rp |
2019-02-06 | Update syntax checking | w0rp |
2019-01-27 | Add VHDL Support & Newer Verilog Linters (#2229) | John Gentile |
2019-01-26 | #2132 Unify temporary file management in command.vim | w0rp |
2018-07-12 | Fix #1716 - Replace tempdir() with a wrapper to preserve TMPDIR | w0rp |
2017-11-19 | Make options configurable for iverilog (#1143) | RedBug312 |
2017-08-08 | Ban use of ==# or ==? in the codebase, and prefer is# or is? instead | w0rp |
2017-08-05 | Fix #823 - Write Windows files with CRLF | w0rp |
2017-06-29 | Adds an option to pass additional arguments to the verilog/verilator … (#698) | Tarik Graba |
2017-05-12 | #549 Temporarily revert shell escaping changes, just for Windows | w0rp |
2017-05-08 | #540 Fix shell escaping pretty much everywhere | w0rp |
2017-04-18 | Add a function for getting matches, and use it to simplify a lot of code | w0rp |
2017-03-30 | Remove 'col' from linters where it is hardcoded to 1 (#434) | Adriaan Zonnenberg |
2017-02-26 | Copy all loclist items returned from handlers, and set up defaults for conven... | w0rp |
2017-02-11 | Replace every stdin-wrapper script with the new %t formatting support | w0rp |
2017-01-22 | Add a script for custom checks to enforce using the abort flag for functions ... | w0rp |
2017-01-15 | Improve Verilator support (#205) (#258) | Masahiro H |
2016-10-21 | Add support for dot-seperate linters, improve linter tests | Bjorn Neergaard |
2016-10-11 | Match both error and syntax error in verilog | Bjorn Neergaard |
2016-10-11 | Default handlers to warning | Bjorn Neergaard |
2016-10-11 | Use explicit scope in all ale_linters | Bjorn Neergaard |
2016-10-10 | First pass at optimizing ale to autoload (#80) | Bjorn Neergaard |
2016-10-09 | Add comment headers to verilog linters | mshr-h |
2016-10-08 | Add verilator for verilog | mshr-h |
2016-10-08 | Add iverilog for verilog (#63) | Masahiro H |