Age | Commit message (Expand) | Author |
2016-01-03 | Forbid protected types in elements or designated types. | Tristan Gingold |
2016-01-03 | Add reproducer for issue10. | Tristan Gingold |
2016-01-03 | Add test for html output. | Tristan Gingold |
2015-12-30 | Use WORK location for loading the elaborated unit. | Tristan Gingold |
2015-12-29 | Add tests for --work option. | Tristan Gingold |
2015-12-29 | Add testcase for issue9 | Tristan Gingold |
2015-12-29 | Fix crash on issue9. | Tristan Gingold |
2015-12-24 | Add parse test for ams. | Tristan Gingold |
2015-12-24 | Add semantic test for external pathes. | Tristan Gingold |
2015-12-23 | Remove unused code (scanner). | Tristan Gingold |
2015-12-22 | Add test for --warn-reserved | Tristan Gingold |
2015-12-22 | Add testcase for ticket104. | Tristan Gingold |
2015-12-22 | parse: remove unreachable code. | Tristan Gingold |
2015-12-22 | Scanner: fix use of latin-1 8 bit characters. | Tristan Gingold |
2015-12-21 | Makefile: do not use OPT_FLAGS for LIB_CFLAGS. | Tristan Gingold |
2015-12-21 | Add testcase for ticket98 | Tristan Gingold |
2015-12-21 | Add testcase for ticket101. | Tristan Gingold |
2015-12-21 | errorout: add code for caret (not yet enabled). | Tristan Gingold |
2015-12-21 | cleanup in errorout. | Tristan Gingold |
2015-12-21 | configure: add --enable-coverage. | Tristan Gingold |
2015-12-20 | Do not create signal type for scalar type. | Tristan Gingold |
2015-12-20 | openieee: complete math_real (and fix uniform). | Tristan Gingold |
2015-12-20 | configure: add --with-llvm-config | Tristan Gingold |
2015-12-20 | Update NEWS and README. | Tristan Gingold |
2015-12-20 | openieee: fix missing subprograms, fix wrong interface name. | Tristan Gingold |
2015-12-19 | Adjust simulation after sigptr changes. | Tristan Gingold |
2015-12-19 | Add testcase for ghdl-llvm unreachable code. | Tristan Gingold |
2015-12-18 | Add vunit support in README. | Tristan Gingold |
2015-12-18 | ortho-llvm: avoid generation of unreachable code. | Tristan Gingold |
2015-12-18 | Pass signal values to interfaces. 'sigptr' optimization. | Tristan Gingold |
2015-12-16 | avoid a crash if --elab without -l. | Tristan Gingold |
2015-12-16 | update project file. | Tristan Gingold |
2015-12-16 | openieee: add generated files. | Tristan Gingold |
2015-12-16 | openieee: add numeric_std and numeric_bit. | Tristan Gingold |
2015-12-07 | Merge pull request #6 from sylphase/make_bind_only | tgingold |
2015-12-06 | Add bind only option (-b) to make command (-m). | Forrest Voight |
2015-12-03 | Update NEWS. | Tristan Gingold |
2015-12-03 | ghdl_simul debugger: handle break on operator, handle end of file. | Tristan Gingold |
2015-12-03 | ghdl_simul debugger: add nstmt and fstmt. | Tristan Gingold |
2015-12-03 | errorout: fix crash on entity_aspect_entity. | Tristan Gingold |
2015-12-03 | Fix elaboration order in case of recursive instantiation. | Tristan Gingold |
2015-12-03 | Add (but disable) a new test in issue2. | Tristan Gingold |
2015-12-03 | Add issue tests from github in the testsuite. | Tristan Gingold |
2015-12-03 | Use github site for reporting problems. | Tristan Gingold |
2015-12-03 | Update NEWS file. | Tristan Gingold |
2015-12-03 | Add .gdbinit | Tristan Gingold |
2015-12-03 | Add vendor specific library compile scripts for linux. | Tristan Gingold |
2015-11-30 | ghdl_simul debugger: add auto-repeat. | Tristan Gingold |
2015-11-30 | ghdl_simul debugger: handle function call, consider entity declarations. | Tristan Gingold |
2015-11-30 | Fix ghdl_simul build. | Tristan Gingold |