]> git.nickg.me.uk Git - nvc.git/shortlog
nvc.git
2016-05-01 Nick GassonRelease 1.0.0 r1.0.0
2016-05-01 Nick GassonDistribution fixes
2016-05-01 Nick GassonMore efficient grouping for record and multi-dimensiona...
2016-04-30 Nick GassonRevert "use travis"
2016-04-30 Nick GassonTemporary workaround for issue #250
2016-04-30 Nick GassonMerge pull request #288 from peteut/master
2016-04-24 Alain Péteutuse travis
2016-04-23 Alain Péteutsimplify patterns
2016-04-14 Nick GassonMerge pull request #287 from peteut/master
2016-04-14 Alain Péteutadd implicit dereference of record types
2016-04-08 Alain PéteutAdd access types for records test
2016-04-04 Nick GassonFormal names should be locally rather than globally...
2016-04-02 Nick GassonFix erroneous error from implicitly generated "reject...
2016-03-21 Nick GassonMerge pull request #285 from mitchsm/master
2016-03-20 mitchsmallow file in package body. fixes issue 284
2016-03-16 Nick GassonMerge pull request #282 from hiyuh/cpids
2016-03-16 KIMURA MasaruFix for issue #280.
2016-03-16 Nick GassonMerge pull request #281 from hiyuh/iso-c-zsa
2016-03-16 KIMURA MasaruFix for issue #279.
2016-03-16 Nick GassonMerge pull request #278 from hiyuh/iso-c-array
2016-03-16 Nick GassonMerge pull request #277 from hiyuh/ieee-typo
2016-03-16 KIMURA MasaruFix for following warnings.
2016-03-16 KIMURA MasaruFix a typo.
2016-02-17 Nick GassonEarlier bounds checking during elaboration. Fixes #251
2016-01-31 Nick GassonFix work library visibility bug. Fixes #276
2016-01-29 Nick GassonAdd --syntax option to check file syntax only. Fixes...
2016-01-10 Nick GassonDo not generate duplicate code for case statement alter...
2016-01-03 Nick GassonImplement a few more VHPI properties and functions...
2015-12-16 Nick GassonFix LLVM link error with use clause in block or generat...
2015-12-09 Nick GassonRemove dead code in sem_check_ref
2015-12-09 Nick GassonChange `lib_find` to take an interned string argument
2015-12-07 Nick GassonMerge pull request #275 from mitchsm/add-vivado-script
2015-12-07 Michael Mitcheneradd unifast library
2015-12-07 Michael Mitchenerrename existing xilinx-ise script; update README.md
2015-12-07 Michael Mitchenerfix occurrence of "ISE" in new script
2015-12-07 Michael Mitcheneradd script to compile unisim and unimacro libraries...
2015-12-06 Nick GassonMerge pull request #274 from mitchsm/check-ascending...
2015-12-06 Michael Mitcheneradd check that signal assignments occur in ascending...
2015-12-06 Nick GassonImprovements to Xilinx CoreLib build script
2015-12-06 Nick GassonFix bug with character literals introduced by previous...
2015-12-06 Nick GassonImprovements to selected name checking. Issues #197...
2015-12-06 Nick GassonMerge pull request #272 from hiyuh/fst-config
2015-12-05 KIMURA MasaruRemove non-sensible ones. Pull request #272
2015-12-05 Nick GassonImprovements to case statement checking
2015-12-05 Nick GassonFix crash with concatenation in case statement. Issue...
2015-12-04 KIMURA MasaruAdd more FST configure options.
2015-12-03 Nick GassonUse index constraint of base type in array bounds check...
2015-11-29 Nick GassonMerge pull request #268 from mitchsm/more-bounds-checking
2015-11-28 Michael Mitcheneradd bounds-check and display functions to make checking...
2015-11-25 Nick GassonFix non-Windows build. Issue #267
2015-11-24 Nick GassonVHPI fixes for Cygwin. Issue #267
2015-11-24 Nick GassonAdd configure check for -fPIC. Issue #267
2015-11-05 Nick GassonFix crash using qualified for loop variable names
2015-11-05 Nick GassonFix corner case identifying valid conversion functions
2015-10-27 Nick GassonFix code generation crash with real signals
2015-10-21 Jan Viktorinnvc: Fix compilation error with empty array declaration
2015-10-20 Nick GassonMerge pull request #261 from mitchsm/add-declaration...
2015-10-18 Michael Mitcheneradd tests for generics and ports of protected type
2015-10-18 Michael Mitcheneradd semantic checks to prevent generics and ports of...
2015-10-18 Michael Mitcheneradd semantic checks to prevent signals, constants,...
2015-10-18 Michael Mitcheneradd semantic check for subprogram args with composite...
2015-10-17 Nick GassonMerge pull request #260 from mitchsm/disallow-assignmen...
2015-10-17 Michael Mitcheneradd semantic check for variable assignment to protected...
2015-10-17 Michael Mitcheneradd semantic checks that composite types don't contain...
2015-10-17 Michael Mitchenernew test for semantic checks using protected type
2015-10-17 Nick GassonMerge pull request #258 from mitchsm/cleanup-interned...
2015-10-17 Michael Mitcheneradd semantic check that file type is not composite...
2015-10-17 Michael Mitcheneradd semantic check that file type of array is one-dimen...
2015-10-17 Michael Mitcheneradd semantic check that file type is not of protected...
2015-10-14 Nick GassonMerge pull request #259 from mitchsm/fix-deferred-missi...
2015-10-14 Michael Mitcheneradded test for deferred constant array
2015-10-14 Michael Mitchenerfix that the type for unconstrained deferred constant...
2015-10-13 Michael Mitchenerclean up interned strings
2015-10-13 Nick GassonMerge pull request #257 from mitchsm/add-interface...
2015-10-12 Michael Mitcheneradd semantic check for FILE parameters
2015-10-12 Michael Mitcheneradd semantic check that constant parameters must have...
2015-10-12 Michael Mitcheneradd semantic check that procedure arguments are not...
2015-10-12 Michael Mitcheneradd semantic check that ports are signal class
2015-10-12 Michael Mitchenerfix that variables and files defined in generic list...
2015-10-12 Nick GassonMerge pull request #256 from mitchsm/check-default...
2015-10-12 Michael Mitchenerbounds-check port declarations
2015-10-12 Michael Mitchenermodify assignment so it still tests runtime bounds...
2015-10-12 Michael MitchenerRevert "remove now-obsolete regression test. this error...
2015-10-12 Michael Mitchenerfix indentation in simp.c
2015-10-12 Nick GassonMerge pull request #255 from mitchsm/fix-bounds-check...
2015-10-12 Michael Mitcheneradd tests for bounds-checking default values
2015-10-12 Michael Mitchenerbounds-check real values in assignments
2015-10-12 Michael Mitchenerremove now-obsolete regression test. this error is...
2015-10-12 Michael Mitchenerbounds-check all scalar values, not just subtypes
2015-10-12 Michael Mitchenerbounds-check default values for constants, signals...
2015-10-12 Michael Mitchenerfix that implicit X'TRANSACTION() signal had default...
2015-10-12 Michael Mitchenerenum subtype default value should be from subtype'left...
2015-10-11 Michael Mitchenerfix that actual and formal lengths were swapped; also...
2015-10-11 Nick GassonMerge pull request #254 from mitchsm/bounds-check-delays
2015-10-11 Nick GassonMerge pull request #253 from mitchsm/dump-physical...
2015-10-11 Nick GassonMerge pull request #252 from mitchsm/add-enum-bounds...
2015-10-11 Michael Mitchenerbounds-check delay in wait statement
2015-10-11 Michael Mitchenerbounds-check rejection limits and assignment delays
2015-10-11 Michael Mitchenerdump physical subtype range and simplify dumping enum...
2015-10-10 Michael Mitchenersupport enums in bounds_check_decl()
next