summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-11Add testcase for previous patch.Tristan Gingold
2016-01-11vhdl08: maybe insert implicit condition operator in concurrent statement.Tristan Gingold
2016-01-09Add testcase for alignment issue on windows.Tristan Gingold
2016-01-09Add missing copyright.Tristan Gingold
2016-01-09windows bat command: move strip command.Tristan Gingold
2016-01-09Add elf_arch for windows (!)Tristan Gingold
2016-01-09llvm: simplify use of llvm-config.Tristan Gingold
2016-01-09Reorder fields in signals for alignment.Tristan Gingold
2016-01-07std_logic_1164: fix number of warnings for matching equality.Tristan Gingold
Fix issue 14.
2016-01-07Add reproducer for issue18.Tristan Gingold
2016-01-07Add testcase for issue15.Tristan Gingold
2016-01-07Add reproducer for issue14Tristan Gingold
2016-01-07Keep alias in use clauses. Fix issue 15.Tristan Gingold
2016-01-07Fix staticness for range attribute.Tristan Gingold
2016-01-07Overload resolution: reject invalid indexed names.Tristan Gingold
2016-01-07travis: fix typoTristan Gingold
2016-01-07travis: adjust previous patch.Tristan Gingold
2016-01-07travis-ci: run testsuite.Tristan Gingold
2016-01-06grt-stack2: Fix unreferenced entity.Tristan Gingold
2016-01-06grt-fst: remove unreferenced with-ed package.Tristan Gingold
2016-01-06Simplify warning Off for gcc 4.6Tristan Gingold
2016-01-06Add a pragma warnings off around constant condition.Tristan Gingold
2016-01-06grt-lib: Remove unused with-ed package.Tristan Gingold
2016-01-06Add .travis.yml (first try).Tristan Gingold
2016-01-06mcode: add support for x86-64Tristan Gingold
2016-01-06Add bug034 testcase.Tristan Gingold
2016-01-06mcode: use GNATMAKE.Tristan Gingold
2016-01-06oread: add comments.Tristan Gingold
2016-01-06if/else: add debug line for elsif part.Tristan Gingold
2016-01-06textio read character: improve code.Tristan Gingold
2016-01-03Forbid protected types in elements or designated types.Tristan Gingold
2016-01-03Add reproducer for issue10.Tristan Gingold
2016-01-03Add test for html output.Tristan Gingold
2015-12-30Use WORK location for loading the elaborated unit.Tristan Gingold
This sets a real location for error messages.
2015-12-29Add tests for --work option.Tristan Gingold
2015-12-29Add testcase for issue9Tristan Gingold
2015-12-29Fix crash on issue9.Tristan Gingold
2015-12-24Add parse test for ams.Tristan Gingold
2015-12-24Add semantic test for external pathes.Tristan Gingold
2015-12-23Remove unused code (scanner).Tristan Gingold
2015-12-22Add test for --warn-reservedTristan Gingold
2015-12-22Add testcase for ticket104.Tristan Gingold
2015-12-22parse: remove unreachable code.Tristan Gingold
2015-12-22Scanner: fix use of latin-1 8 bit characters.Tristan Gingold
2015-12-21Makefile: do not use OPT_FLAGS for LIB_CFLAGS.Tristan Gingold
2015-12-21Add testcase for ticket98Tristan Gingold
2015-12-21Add testcase for ticket101.Tristan Gingold
2015-12-21errorout: add code for caret (not yet enabled).Tristan Gingold
2015-12-21cleanup in errorout.Tristan Gingold
2015-12-21configure: add --enable-coverage.Tristan Gingold