| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Enhanced docstrings for Python/Ada interface. | Patrick Lehmann | 2021-01-10 | 16 | -109/+650 |
* | Auto generate @export for classes via pnodespy. | Patrick Lehmann | 2021-01-10 | 1 | -7/+19 |
* | Make API more pythonic be replacing C-like byte arrays with str. Abstracted u... | Patrick Lehmann | 2021-01-10 | 7 | -19/+20 |
* | Implemented a decorator to pre-calculate enum position to enum literal name l... | Patrick Lehmann | 2021-01-10 | 3 | -38/+70 |
* | Adding types and docstrings to libghdl. | Patrick Lehmann | 2021-01-10 | 12 | -55/+185 |
* | doc: mention 'ghdl fmt' | Tristan Gingold | 2021-01-09 | 1 | -1/+10 |
* | testsuite/gna: add a test for fmt command | Tristan Gingold | 2021-01-09 | 4 | -0/+62 |
* | testsuite/sanity: improve 004all08 (add sized bit strings) | Tristan Gingold | 2021-01-09 | 1 | -3/+3 |
* | vhdl: rework formatter engine, add 'ghdl fmt' command | Tristan Gingold | 2021-01-09 | 8 | -482/+792 |
* | testsuite/gna: add a reproducer for #1588 | Tristan Gingold | 2021-01-09 | 3 | -0/+225 |
* | src/vhd: remove use of chapter sign in comment to have on ASCII characters | Tristan Gingold | 2021-01-09 | 11 | -36/+36 |
* | readme: add coverage shields/badges | umarcor | 2021-01-08 | 1 | -0/+9 |
* | ci/coverage: publish coverage report at CodeCov and Codacy | umarcor | 2021-01-08 | 1 | -17/+58 |
* | ci/macos: p7zip is pre-installed now | umarcor | 2021-01-08 | 1 | -4/+1 |
* | testuite/pyunit: call pyGHDL.cli.lsp instead of ghdl-ls | umarcor | 2021-01-08 | 1 | -2/+2 |
* | Marked failing tests with `@skip` for now. | Patrick Lehmann | 2021-01-07 | 1 | -24/+31 |
* | Fixed references: Get_Is_Ref has only 1 parameter. | Patrick Lehmann | 2021-01-07 | 1 | -1/+1 |
* | Fixed workspace: A function is called, so must be 'Get_Date_State'. | Patrick Lehmann | 2021-01-07 | 1 | -1/+1 |
* | Added test module for LanguageServer tests containing 8 test groups 001..008 ... | Patrick Lehmann | 2021-01-07 | 1 | -0/+199 |
* | Added json files from https://github.com/ghdl/ghdl-language-server repository. | Patrick Lehmann | 2021-01-07 | 33 | -0/+3787 |
* | manpage: updated Link to modern documentation | Marcus Müller | 2021-01-07 | 1 | -1/+1 |
* | pnodespy: allow loading as a module | umarcor | 2021-01-06 | 1 | -1/+2 |
* | mv dist/* scripts/ | umarcor | 2021-01-06 | 44 | -612/+614 |
* | msys2: add 'provides' field to PKGBUILD recipes | umarcor | 2021-01-06 | 2 | -7/+15 |
* | doc: add header to index | umarcor | 2021-01-06 | 1 | -0/+4 |
* | doc: recommonmark is not used at the moment | umarcor | 2021-01-06 | 1 | -1/+1 |
* | ci: add graphiz to temporary ghdl/doc image | umarcor | 2021-01-06 | 1 | -1/+1 |
* | testsuite/gna: add a test for previous commit | Tristan Gingold | 2021-01-05 | 2 | -0/+21 |
* | vhdl-parse_psl.adb: handle n_paren_prop in Psl_To_Vhdl | Tristan Gingold | 2021-01-05 | 1 | -0/+4 |
* | vhdl-parse.adb: improve diagnostic messages | Tristan Gingold | 2021-01-05 | 1 | -1/+2 |
* | cli: support '[--]version --ref' and '[--]version --hash' too | umarcor | 2021-01-05 | 1 | -2/+2 |
* | cli: add 'version ref' and 'version hash' | umarcor | 2021-01-05 | 2 | -8/+20 |
* | version: add Ref and Hash | umarcor | 2021-01-05 | 4 | -8/+39 |
* | Also auto document options from 'pnodes' and 'pnodespy'. | Patrick Lehmann | 2021-01-05 | 4 | -14/+35 |
* | Fixed -P option. | Patrick Lehmann | 2021-01-05 | 2 | -3/+3 |
* | Reordered navigation bar items. | Patrick Lehmann | 2021-01-05 | 2 | -2/+2 |
* | Tiny modifications. | Patrick Lehmann | 2021-01-05 | 2 | -4/+4 |
* | Added 'attrs' to the dependency list. | Patrick Lehmann | 2021-01-05 | 2 | -6/+5 |
* | Run AutoProgram to extract ghdl-ls CLI options. Add a link to gnatdoc. | Patrick Lehmann | 2021-01-05 | 5 | -4/+22 |
* | Extract CLI parameters from ghdl-ls. | Patrick Lehmann | 2021-01-05 | 4 | -15/+89 |
* | Fixed typo. | Patrick Lehmann | 2021-01-05 | 1 | -1/+1 |
* | Try without explicit extension so Sphinx takes either png or svg. | Patrick Lehmann | 2021-01-05 | 1 | -2/+2 |
* | Removed old Python documentation. | Patrick Lehmann | 2021-01-05 | 4 | -144/+4 |
* | Fixed some ReST issues. | Patrick Lehmann | 2021-01-05 | 2 | -10/+10 |
* | Enabled Python Module Index. | Patrick Lehmann | 2021-01-05 | 2 | -0/+5 |
* | Updated prolog for Sphinx (global include per ReST file). | Patrick Lehmann | 2021-01-05 | 2 | -2/+11 |
* | Enabled missing Sphinx extensions. Fixed role name cls to class. | Patrick Lehmann | 2021-01-05 | 3 | -12/+159 |
* | Fixed dependency list for documentation. | Patrick Lehmann | 2021-01-05 | 1 | -1/+11 |
* | Reduced levels of documentation. | Patrick Lehmann | 2021-01-05 | 2 | -2/+6 |
* | Added link to auto generated doc. | Patrick Lehmann | 2021-01-05 | 1 | -12/+16 |