aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* ci: cleanup macos buildeine2021-02-022-12/+7
|
* ci: enable both mcode and llvm builds for macosEdu Garcia2021-02-022-5/+18
|
* ci: remove outdated commentEdu Garcia2021-02-021-3/+0
|
* ci: enable gnat cache for macosEdu Garcia2021-02-021-0/+8
|
* ci: make wget a bit less verbose when downloading gnat for macosEdu Garcia2021-02-021-1/+1
|
* ci: remove gnat cleanup so libghdl can be built for macosEdu Garcia2021-02-021-32/+0
|
* ci: enable libghdl in the osx jobeine2021-02-021-3/+1
|
* Bump version to v1.0.0rc4Tristan Gingold2021-02-012-2/+2
|
* readme: minor fixesumarcor2021-02-011-2/+2
|
* doc: reorganise and updateumarcor2021-02-0129-579/+403
|
* ci: rename workflow 'push' to 'Test'umarcor2021-02-012-2/+2
|
* doc: move pyGHDL intro to __init__.pyumarcor2021-02-012-44/+18
|
* doc: add ref to ghdl-language-server from ghdl-lsumarcor2021-02-011-2/+2
|
* doc: rm Foreign, use URL refumarcor2021-02-012-9/+1
|
* gitignore: updateumarcor2021-02-011-0/+3
|
* ci: use a clean base image for ghdl/documarcor2021-02-011-9/+9
|
* Bump version to v1.0.0rc3Tristan Gingold2021-01-312-2/+2
|
* Bump version to v1.0.0.rc1Tristan Gingold2021-01-312-2/+2
|
* testsuite/gna: add testcase for #1624Tristan Gingold2021-01-292-0/+26
|
* trans-chap7.adb: handle universal integer/real multiplication. Fix #1624Tristan Gingold2021-01-291-0/+4
|
* testsuite/gna: file testcase for #1623Tristan Gingold2021-01-296-0/+165
|
* Avoid codacy warnings in previous commitTristan Gingold2021-01-261-2/+2
|
* testsuite/gna: add a test for #803Tristan Gingold2021-01-265-0/+131
|
* grt: add Error_NF to report final error status. Fix #803Tristan Gingold2021-01-263-2/+13
|
* std_names: add gclk. For #1610Tristan Gingold2021-01-259-398/+412
| | | | Regenerate python files.
* Fixes to the UVVM script.Patrick Lehmann2021-01-231-10/+8
|
* lsp testsuite: improve substitution (for windows)Tristan Gingold2021-01-211-8/+13
| | | | URI and paths need to be substitued differently
* vendors/uvvm: adjust newline trimumarcor2021-01-211-2/+2
|
* vendors/uvvm: fix file existance checkumarcor2021-01-211-1/+1
|
* vendors: make 'filter.analyze.sh' executableumarcor2021-01-211-0/+0
|
* vendors: move vendor pre-compile scripts into subdir 'scripts'umarcor2021-01-2121-9/+9
|
* Fixed corner cases and error reporting for UVVM pre-compile scripts. (#1619)Patrick Lehmann2021-01-212-9/+21
|
* src/ghdldrv: fix regression for ghdl-yosys-pluginTristan Gingold2021-01-203-4/+12
| | | | Allow to do multiple synthesis
* LanguageServer: quote URI, adjust lsp.py (for Windows)Tristan Gingold2021-01-202-3/+3
| | | | URI on windows have the colon character (':') quoted.
* lsp.py: only use urllib (as python3 is required)Tristan Gingold2021-01-201-6/+3
|
* testsuite/pyunit/lsp: Remove verbosity flagTristan Gingold2021-01-201-1/+1
|
* pyGHDL/lsp: check initialization errorTristan Gingold2021-01-201-1/+7
|
* pyGHDL/lsp: adjust quoting for WindowsTristan Gingold2021-01-201-1/+2
|
* files_map.adb: fix thinko in Find_LanguageTristan Gingold2021-01-201-1/+1
|
* testsuite/gna: set exec rights to testsuite.shTristan Gingold2021-01-191-0/+0
|
* ghdlsynth: check filename extensionTristan Gingold2021-01-194-4/+61
|
* testsuite/gna: add testcase for #1612Tristan Gingold2021-01-193-0/+62
|
* trans-chap5: use value mode to get object bounds. Fix #1612Tristan Gingold2021-01-191-1/+1
|
* testsuite/pyunit/lsp: use absolute path and metavalue @ROOT@Tristan Gingold2021-01-1917-96/+131
|
* lsp.py: factorize is_windowsTristan Gingold2021-01-191-2/+3
|
* testsuite: remove travis block/group functionsumarcor2021-01-191-44/+7
|
* testsuite: address bash linting issuesumarcor2021-01-196-18/+18
|
* LanguageServer.py: print missing elements in case of errorsTristan Gingold2021-01-181-6/+8
|
* testsuite/gna: add testcase from #695Tristan Gingold2021-01-182-0/+42
|
* testsuite: add suite_driver.shumarcor2021-01-186-297/+89
|