summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-25Add testcase for issue25.Tristan Gingold
2016-01-25Fix check of conformance for physical units.Tristan Gingold
Fix issue25
2016-01-24simul: handle default assignment to unconstrained ports.Tristan Gingold
2016-01-24Add testcase for incorrect syntax in physical type.Tristan Gingold
2016-01-24Avoid a crash in physical type definition.Tristan Gingold
2016-01-24simul: fix various issues.Tristan Gingold
2016-01-19README: remove duplicated sentence.Tristan Gingold
2016-01-19Adjust README (add quote).Tristan Gingold
2016-01-19Add reproducer for bug24326.Tristan Gingold
2016-01-19Add reproducer for bug24324.Tristan Gingold
2016-01-19Improve error message for invalid use of '%'.Tristan Gingold
2016-01-19Parse: detect ill-formed formal names. Fix bug24324.Tristan Gingold
2016-01-19Use markdown for readme.Tristan Gingold
2016-01-19Create README.md from README.Tristan Gingold
2016-01-19Extract BUILD.txt from README.Tristan Gingold
Adjust configure.
2016-01-19Add zlib as dependency in README.Tristan Gingold
2016-01-19simulate: fix handling of deferred constants.Tristan Gingold
2016-01-19Clean up some code and comments about constant declarations.Tristan Gingold
2016-01-19Improve error message for variable assignment.Tristan Gingold
2016-01-16Add testcase for issue17.Tristan Gingold
2016-01-16Add support for conditional assignments.Tristan Gingold
2016-01-15travis: tentatively try mixed setup.Tristan Gingold
2016-01-14travis: fix mcode build.Tristan Gingold
2016-01-14travis: use envs.Tristan Gingold
2016-01-14travis: also build with llvm.Tristan Gingold
2016-01-14travis: use trusty.Tristan Gingold
2016-01-13travis: revert previous patchesTristan Gingold
2016-01-13travis: try to install gnat-5, llvm-3.5Tristan Gingold
2016-01-13travis: tentatively install gnat:i386Tristan Gingold
2016-01-12travis: Use an external script to build and test.Tristan Gingold
2016-01-12travis: use container-based infrastructure.Tristan Gingold
2016-01-11Add attribute specification in issue10.Tristan Gingold
2016-01-11Set type staticness for a constant declaration and attribute specification.Tristan Gingold
Fix for issue 10.
2016-01-11README: mcode is available on x86_64 too.Tristan Gingold
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