]> git.nickg.me.uk Git - nvc.git/shortlog
nvc.git
2023-10-16 Nick GassonUpdate for 1.10.4 release v1.10-branch github/v1.10-branch sr.ht/v1.10-branch r1.10.4
2023-10-16 Nick GassonFix Ubuntu package name
2023-10-16 Nick GassonOnly run release-packages workflow manually
2023-10-16 Nick GassonMake generated .deb file names unique
2023-10-16 Nick GassonBump version to 1.10.4
2023-10-16 Nick GassonFix crash after --relaxed warning. Issue #770
2023-10-16 Nick GassonFix cyclic dependency bug with "use work.all"
2023-10-16 Nick GassonFix crash with unconstrained field in record aggregate
2023-10-16 Nick GassonAvoid crash with unsupported case choice expression
2023-10-16 Nick GassonMissing length checks for some ports with globally...
2023-10-16 Nick GassonImprove overload resolution when argument is known...
2023-10-16 Nick GassonFix intermittent crash with LLVM JIT
2023-10-16 Nick GassonFix occasional install failure with make -j
2023-09-27 Nick GassonSwitch from pkg-config to pkgconf on MSYS2
2023-09-27 Nick GassonLLVM JIT no longer uses LLJIT interface
2023-09-25 Nick GassonStop including deprecated LLVM headers in cgen.c
2023-09-17 Nick GassonBump version to 1.10.3 r1.10.3
2023-09-17 Nick GassonFix crash overriding predefined function in package...
2023-09-17 Nick GassonFix crash constant folding during elaboration with...
2023-09-17 Nick GassonFix memory leak in print_deps_cmd
2023-09-17 Nick GassonFix crash deserialising JIT bytecode
2023-09-17 Nick GassonFix crash for allocator with unconstrained array element
2023-09-17 Nick GassonFix crash with alias of alias of subprogram
2023-09-17 Nick GassonDo not assume arena root is first object created
2023-09-17 Nick GassonFix crash with pragma outside of design unit
2023-09-17 Nick GassonAllow alias of protected type method
2023-09-17 Nick GassonAdjust check for existing library directory
2023-09-17 Nick GassonDowngrade "directory already exists" error to a warning
2023-09-17 Nick GassonAvoid race when checking if an existing directory is...
2023-08-24 Nick GassonWrong name mangling with nested function inside unlabel...
2023-08-20 Nick GassonCorrect Ubuntu version in release package matrix r1.10.2
2023-08-20 Nick GassonRepurpose MSYS2 package workflow as generic release...
2023-08-20 Nick GassonBump version to 1.10.2
2023-08-20 Nick GassonFix stack corruption when function returns pointer...
2023-08-16 Nick GassonRemove a debugging report statement from std_logic...
2023-08-15 Nick GassonParse empty bit string literals
2023-08-12 Nick GassonImprove error checking for configuration specifications
2023-08-12 Nick GassonFix regression of vhpi9 test case
2023-08-11 Nick GassonSplit Ubuntu package build into separate workflow step
2023-08-11 Nick GassonFix error with use clause for instantiated package
2023-08-11 Nick GassonFix error with others => association in generic map...
2023-07-31 Nick GassonArray bounds check incorrectly optimised out. Fixes...
2023-07-28 Nick GassonBump version to 1.10.1 r1.10.1
2023-07-28 Nick GassonAvoid name-based lookup for type declaration design...
2023-07-26 Nick GassonAdd PoC to GitHub Actions tests
2023-07-26 Nick GassonFix data corruption in overloaded protected procedure...
2023-07-26 Nick GassonEnsure JIT is shut down before exiting
2023-07-26 Nick GassonFix error with minimum/maximum predefined functions...
2023-07-26 Sean Andersonvhpi: Downgrade unimplemented iterators to error
2023-07-26 Sean Andersonvhpi: Add support for argv
2023-07-26 Nick GassonFix crash simplifying locally static expression in...
2023-07-22 Nick GassonChange format of to_string for time to match other...
2023-07-22 Nick GassonHandle decimal string literals more than 64-bits wide
2023-07-15 Nick GassonFix wrong 'EVENT result on delta cycle
2023-07-14 Nick GassonFix incorrect sensitivity list with constant indexed...
2023-07-14 Nick GassonInclude Verilog test files in distribution
2023-07-14 Nick GassonUpdate for 1.10 release r1.10.0
2023-07-14 Nick GassonWork around issues with dlclose on Alpine/musl
2023-07-14 Nick GassonUpdate Quartus installation script for 22.1
2023-07-12 Nick GassonRemove the SYNOPSYS.ATTRIBUTES package
2023-07-12 Nick GassonUpdate builds.sr.ht configs
2023-07-12 Nick GassonAllow capturing all output from TCL shell
2023-07-12 Nick GassonAdd test case for PSL SEREs
2023-07-11 Nick GassonNamed associations in aggregate target. Fixes #712
2023-07-11 Nick GassonFix crash when "add wave" called multiple times
2023-07-11 Nick GassonFix compile error in workqbench
2023-07-11 Nick GassonAdd mechanism to redirect TCL stdout and stderr
2023-07-10 Nick GassonFix uninitialised variable warning
2023-07-10 Nick GassonHack to allow elaborated unit in unit_registry_get...
2023-07-09 Nick GassonAdd record subtype mirrors
2023-07-09 Nick GassonAdd test for missing protected type method
2023-07-09 Nick GassonAdd shell event handler
2023-07-09 BlebowskiCoverage report enhancements (#738)
2023-07-08 Nick GassonImplement GET methods for array value mirrors
2023-07-08 Nick GassonFix incorrect parsing of conditional return statement
2023-07-07 Nick GassonAdd enumeration value/subtype mirrors
2023-07-07 BlebowskiCover HTML report enhancements (#735)
2023-07-07 Nick GassonFix unused variable warning in list_get macro
2023-07-07 Nick GassonHide homographs within a declaration. Issue #733
2023-07-07 Nick GassonRemove unused internal warn-on-hidden option
2023-07-06 Nick GassonMissing index check for null array. Fixes #734
2023-07-06 Nick GassonFix crash folding IEEE matching operators
2023-07-06 Nick GassonParsing for VHDL-2019 improved type generics
2023-07-05 Nick GassonMore attributes for array subtype mirrors
2023-07-04 Nick GassonGet rid of global vcode unit registry
2023-07-02 Nick GassonAdd floating value and subtype mirrors
2023-07-01 Nick GassonInteger subtype mirrors and subtype reflection
2023-07-01 Nick GassonUse cover scope to store hierarchy information
2023-07-01 Nick GassonSimplify interface between lower and coverage
2023-07-01 Nick GassonStore coverage scopes directly in database
2023-06-30 Nick GassonUse a single namespace for cover tags
2023-06-30 Nick GassonFix crash getting expression coverage with function...
2023-06-29 Nick GassonInferring constraints from initial values for signals...
2023-06-29 Nick GassonTidy up library makefiles
2023-06-29 Nick GassonMove matching relational operators to ieee_support...
2023-06-29 Nick GassonRestore NVC.IEEE_SUPPORT package
2023-06-28 Nick GassonFix several minor memory leaks
2023-06-28 Nick GassonFix memory leak when parsing conditional analysis tokens
2023-06-27 Nick GassonAllow 'PATH_NAME, etc. on instance labels. Fixes #730
2023-06-25 Nick GassonAdd empty array value/subtype mirrors
next