]> git.nickg.me.uk Git - nvc.git/shortlog
nvc.git
2023-06-25 Nick GassonAdd plumbing for subtype mirrors
2023-06-25 Nick GassonFix crashes calling methods on result of 'REFLECT
2023-06-24 Nick GassonInitial support for reflection
2023-06-24 Nick GassonCode generation for accesses to protected types
2023-06-24 Nick GassonChecking for VHDL-2019 pointers-to-protected-types
2023-06-24 Nick GassonMissing checks that access cannot designate file/protec...
2023-06-24 Nick GassonParsing for 'REFLECT attribute
2023-06-24 Nick GassonStub out VHDL-2019 STD.REFLECTION body
2023-06-24 Nick GassonPartial implementation of vhpiCaseNameP for declaration...
2023-06-24 Nick GassonImport strndup from gnulib
2023-06-24 Nick GassonSpeed up finding source line in diag_get_source
2023-06-23 Nick GassonAdd a regression test for issue #653
2023-06-23 Nick GassonImprove test coverage for dumper
2023-06-22 Nick GassonRemove concurrent modification warning in debug mode
2023-06-22 Sean Andersonvhpi: Fix error message in vhpi_get_value
2023-06-22 Sean Andersonvhpi: Add support for getting record types by name
2023-06-22 Sean Andersonvhpi: Add get/set support for selected names
2023-06-22 Sean Andersonvhpi: Add support for selected names
2023-06-22 Sean Andersonvhpi: Support NumFields
2023-06-22 Sean Andersonvhpi: Support record elements
2023-06-22 Sean Andersonvhpi: Add support for vhpiPrefixP
2023-06-22 Sean Andersonvhpi: Pre-calculate names' offsets
2023-06-21 Nick GassonFix another case of index-of-function-call parsed incor...
2023-06-20 Nick GassonFix remaining instances where VHDL integers are passed...
2023-06-20 Nick GassonChange calling convention for FILE_OPEN to handle diffe...
2023-06-20 Nick GassonFix crash indexing protected function call that returns...
2023-06-20 Nick GassonAdd regression test for issue #725
2023-06-20 Nick GassonEnsure diagnostic messages are correctly ordered wrt...
2023-06-20 Nick GassonRemove pointless directory search in lib_get_aux
2023-06-20 Nick GassonRevert to using timestamps to determine most recently...
2023-06-19 Nick GassonRemove separate PARALLEL_MAKEFLAGS variable
2023-06-18 Nick GassonFix build warning on Windows
2023-06-18 Nick GassonFix command line parsing crash. Issue #722
2023-06-18 Nick GassonRemove dead code in lower_wrap_element. Fixes #721
2023-06-18 Nick GassonUse nanosecond-resolution timestamps consistently on...
2023-06-18 Nick GassonFix OSVMM workflow and schedule weekly
2023-06-18 Ondrej Illesrc: Use pedantic_diag to throw error that can be demot...
2023-06-18 Ondrej Illesrc: Turn non-explicit class or mode match to warning...
2023-06-18 Ondrej Illetest: Add test for issue660.
2023-06-18 Ondrej Illesrc: strict subprogram specification and body matching.
2023-06-18 Sean Andersonvhpi: Support EndOfTimeStep callbacks
2023-06-18 Sean Andersonvhpi: Support EnumLiterals
2023-06-18 Sean Andersonvhpi: Support getting/putting reals
2023-06-18 Sean Andersonvhpi: Support char and string values
2023-06-18 Sean Andersonvhpi: Support SigDecls
2023-06-18 Sean Andersonvhpi: Fix root region being an internal region of itself
2023-06-18 Sean Andersonprint-deps: Fix name for elaborated shared library
2023-06-17 Nick GassonParallel make by default only when explicitly requested...
2023-06-17 Nick GassonFix pointer signedness warning in vhpi9.c
2023-06-17 Nick GassonMerge analyse_vhdl/analyse_verilog into analyse_file
2023-06-17 Nick GassonWrong bounds determination for unconstrained port....
2023-06-17 Nick GassonRework determination of most recently analysed architecture
2023-06-17 Nick GassonRewrite assume_int in terms of folded_int
2023-06-17 Nick GassonAdd test for non-static generic formal name
2023-06-17 Nick GassonMissing error when generic type name appears in actual...
2023-06-17 Nick GassonOnly enable parallel make on recent versions of GNU...
2023-06-17 Nick GassonRemove redundant folded_enum function
2023-06-17 Nick GassonHandle static expressions with deferred constants that...
2023-06-16 Nick GassonBump OSVVM to 2023.05
2023-06-16 Nick GassonEnable make -j by default with GNU Make
2023-06-16 Nick GassonAvoid repeatedly re-evaluating array bounds
2023-06-15 Nick GassonUse wrapped arrays consistently when bounds are non...
2023-06-15 Nick GassonFix incorrect result bounds in lower_narrow
2023-06-15 Nick GassonFix copy/paste typo in 702a234
2023-06-15 Nick GassonFix pointer aliasing warning
2023-06-15 Nick GassonLink with Mold if installed
2023-06-15 Nick GassonRemove redundant lower_array_scalar_sub_elements
2023-06-14 Nick GassonRefactor calculation in lower_array_stride
2023-06-12 Nick GassonMissing bounds checks for record ports with unconstrain...
2023-06-11 Nick GassonError rather than crash with external name in package...
2023-06-11 Sean Andersonvhpi: Add basic float support
2023-06-11 Sean Andersonvhpi: Simplify cast_* functions
2023-06-11 Sean Andersonvhpi: Fix use-after-free when removing callbacks (part 2)
2023-06-11 Sean Andersonvhpi: Check that we have enough space for values
2023-06-11 Sean Andersonvhpi: Fix incorrect range calculation
2023-06-11 Sean Andersonvhpi: Fix NULL-pointer dereference in vhpi_get_by_name
2023-06-09 Nick GassonAdd -f analysis option to analyse a list of files
2023-06-06 Nick GassonAdd selected signal and variable assignments
2023-06-06 Nick GassonImplement "ordering on any scalar array type" VHDL...
2023-06-06 Nick GassonSet relaxed mode when running JIT benchmarks
2023-06-05 Brian PadalinoAdding VHDL-2019 to OSVVM installation. (#622)
2023-06-05 Nick GassonFix visibility bug with VHDL-2019 interface lists....
2023-06-05 Nick GassonOptimise memory allocation for access-to-array
2023-06-04 Nick GassonUpdate THANKS.md
2023-06-04 Nick GassonAdd a --no-collapse option to inhibit port collapsing...
2023-06-04 Nick GassonAdd a textio WRITE benchmark
2023-06-04 Sean Andersonvhpi: Add support for getting/putting IndexedNames
2023-06-04 Sean Andersonvhpi: Fix vhpi_get_value with EnumVecVal format
2023-06-04 Sean Andersonvhpi: Trace the object name in more cases
2023-06-04 Sean Andersonvhpi: Support BaseIndex
2023-06-04 Sean Andersonvhpi: Support staticness
2023-06-04 Sean Andersonvhpi: Add support for IndexedNames
2023-06-04 Sean Andersonvhpi: Rework size calculation
2023-06-04 Sean Andersonvhpi: Support NumDimensions
2023-06-04 Sean Andersonvhpi: Support LeftBound and RightBound
2023-06-04 Sean Andersonvhpi: Support IsUnconstrained
2023-06-04 Sean Andersonvhpi: Support constraints
2023-06-04 Sean Andersonvhpi: Support ElemType
2023-06-04 Sean Andersonvhpi: Add support for subtypes
2023-06-04 Sean Andersonvhpi: Pass type directly to init_typeDecl
next