aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* doc: mention 'ghdl fmt'Tristan Gingold2021-01-091-1/+10
* testsuite/gna: add a test for fmt commandTristan Gingold2021-01-094-0/+62
* testsuite/sanity: improve 004all08 (add sized bit strings)Tristan Gingold2021-01-091-3/+3
* vhdl: rework formatter engine, add 'ghdl fmt' commandTristan Gingold2021-01-098-482/+792
* testsuite/gna: add a reproducer for #1588Tristan Gingold2021-01-093-0/+225
* src/vhd: remove use of chapter sign in comment to have on ASCII charactersTristan Gingold2021-01-0911-36/+36
* readme: add coverage shields/badgesumarcor2021-01-081-0/+9
* ci/coverage: publish coverage report at CodeCov and Codacyumarcor2021-01-081-17/+58
* ci/macos: p7zip is pre-installed nowumarcor2021-01-081-4/+1
* testuite/pyunit: call pyGHDL.cli.lsp instead of ghdl-lsumarcor2021-01-081-2/+2
* Marked failing tests with `@skip` for now.Patrick Lehmann2021-01-071-24/+31
* Fixed references: Get_Is_Ref has only 1 parameter.Patrick Lehmann2021-01-071-1/+1
* Fixed workspace: A function is called, so must be 'Get_Date_State'.Patrick Lehmann2021-01-071-1/+1
* Added test module for LanguageServer tests containing 8 test groups 001..008 ...Patrick Lehmann2021-01-071-0/+199
* Added json files from https://github.com/ghdl/ghdl-language-server repository.Patrick Lehmann2021-01-0733-0/+3787
* manpage: updated Link to modern documentationMarcus Müller2021-01-071-1/+1
* pnodespy: allow loading as a moduleumarcor2021-01-061-1/+2
* mv dist/* scripts/umarcor2021-01-0644-612/+614
* msys2: add 'provides' field to PKGBUILD recipesumarcor2021-01-062-7/+15
* doc: add header to indexumarcor2021-01-061-0/+4
* doc: recommonmark is not used at the momentumarcor2021-01-061-1/+1
* ci: add graphiz to temporary ghdl/doc imageumarcor2021-01-061-1/+1
* testsuite/gna: add a test for previous commitTristan Gingold2021-01-052-0/+21
* vhdl-parse_psl.adb: handle n_paren_prop in Psl_To_VhdlTristan Gingold2021-01-051-0/+4
* vhdl-parse.adb: improve diagnostic messagesTristan Gingold2021-01-051-1/+2
* cli: support '[--]version --ref' and '[--]version --hash' tooumarcor2021-01-051-2/+2
* cli: add 'version ref' and 'version hash'umarcor2021-01-052-8/+20
* version: add Ref and Hashumarcor2021-01-054-8/+39
* Also auto document options from 'pnodes' and 'pnodespy'.Patrick Lehmann2021-01-054-14/+35
* Fixed -P option.Patrick Lehmann2021-01-052-3/+3
* Reordered navigation bar items.Patrick Lehmann2021-01-052-2/+2
* Tiny modifications.Patrick Lehmann2021-01-052-4/+4
* Added 'attrs' to the dependency list.Patrick Lehmann2021-01-052-6/+5
* Run AutoProgram to extract ghdl-ls CLI options. Add a link to gnatdoc.Patrick Lehmann2021-01-055-4/+22
* Extract CLI parameters from ghdl-ls.Patrick Lehmann2021-01-054-15/+89
* Fixed typo.Patrick Lehmann2021-01-051-1/+1
* Try without explicit extension so Sphinx takes either png or svg.Patrick Lehmann2021-01-051-2/+2
* Removed old Python documentation.Patrick Lehmann2021-01-054-144/+4
* Fixed some ReST issues.Patrick Lehmann2021-01-052-10/+10
* Enabled Python Module Index.Patrick Lehmann2021-01-052-0/+5
* Updated prolog for Sphinx (global include per ReST file).Patrick Lehmann2021-01-052-2/+11
* Enabled missing Sphinx extensions. Fixed role name cls to class.Patrick Lehmann2021-01-053-12/+159
* Fixed dependency list for documentation.Patrick Lehmann2021-01-051-1/+11
* Reduced levels of documentation.Patrick Lehmann2021-01-052-2/+6
* Added link to auto generated doc.Patrick Lehmann2021-01-051-12/+16
* Fixed parameter reference.Patrick Lehmann2021-01-054-19/+19
* Described GHDLs Python interfaces.Patrick Lehmann2021-01-051-2/+38
* Reorganized conf.py in a logical flow and sections for each plugin.Patrick Lehmann2021-01-051-86/+168
* vhdl: fix reprint of vhdl08 array element constraints.Tristan Gingold2021-01-059-459/+564
* vhdl-prints: avoid assertion on empty hbox for simple loopTristan Gingold2021-01-041-7/+16