]> git.nickg.me.uk Git - nvc.git/shortlog
nvc.git
2018-07-16 Nick GassonRelease version 1.4.0 r1.4.0
2018-07-06 Nick GassonUpdate HISTORY.md
2018-07-06 Nick GassonFix hiding of implicitly declared operators. Fixes...
2018-07-06 Nick GassonFix cases where implicit operators were incorrectly...
2018-06-26 Nick GassonFix stack overflow in signal assignment loop
2018-06-13 Nick GassonFix checking for ranges in select statement. Fixes...
2018-06-02 Nick GassonFix AppVeyor build after fetch-ieee.sh changes
2018-06-02 changephilipieee download webpage has changed (#375)
2018-05-25 Nick GassonFix is_debugger_running on WSL
2018-03-20 Nick GassonAdd missing Cygwin package to fix AppVeyor
2018-03-14 Nick GassonFix name colision with subprograms in blocks. Fixes...
2018-03-07 Nick GassonImprove error hint generation during elaboration
2018-03-07 Nick GassonImprove syntax highlighting when dumping
2018-03-05 Nick GassonFix assert with qualified expression as generic paramet...
2018-02-23 Nick GassonFix record resolution tests on Windows
2018-02-20 Nick GassonFix various memory leaks identified by Valgrind
2018-02-20 Nick GassonFix potential bug in record resolution
2018-02-18 Nick GassonImprove parsing of configurations. Issue #372
2018-02-18 Nick GassonAdd _set_initial_1 to reduce generated code verbosity...
2018-02-18 Nick GassonFix nested resolved records. Fixes #370
2018-02-18 Nick GassonBasic support for calling record resolution functions...
2018-02-18 Nick GassonFix 'LEFT and 'RIGHT in resolution function
2018-02-18 Nick GassonFix lower_resolution_func for resolved records. Issue...
2018-02-18 Nick GassonFix resolution wrapper for record types. Issue #370
2018-02-12 Nick GassonFix incorrect signal assignment from procedure. Fixes...
2018-02-12 Nick GassonFix crash when resolved record has more than two elemen...
2018-02-06 Nick GassonImplicit resolution function for record types. Fixes...
2018-02-06 Nick GassonPass resolution function as part of size list. Issue...
2018-02-06 Nick GassonSize list parameter to _set_initial is now a structure
2018-02-06 Nick GassonRefactor how resolution functions are represented in...
2018-02-06 Nick GassonMore fixes for use clause link errors. Fixes #225
2018-02-06 Nick GassonFix unresolved std.env.stop without use clause. Fixes...
2018-02-05 Nick GassonFix unit tests on Windows
2018-02-05 Nick GassonFix error passing signal alias to procedure. Fixes...
2018-02-05 Nick GassonFix crash when function alias has no parameters. Fixes...
2018-02-05 Nick GassonAdd missing testcase for issue #232
2018-02-05 Nick GassonFix default value of unconnected IN port. Issue #232
2018-02-05 Nick GassonCatch partial association with OPEN. Issue #232
2018-02-04 Nick GassonFix "unrecognised global option" error message
2018-02-04 Nick GassonRe-enable 32-bit MSYS and Cygwin
2018-02-04 Nick GassonFix build with LLVM 3.9 and later
2018-02-04 Nick GassonFix incorrect code generation on 32-bit systems
2018-02-04 Nick GassonFix Windows build
2018-02-04 Nick GassonCompletely remove legacy JIT backend
2018-02-04 Nick GassonCI for OS X using Travis
2018-02-04 Nick GassonAdd AppVeyor CI
2018-02-04 Nick GassonWindows: add note to readme that MSYS2 is now working
2018-02-04 Nick GassonWindows: make nvc_rusage return sensible values
2018-02-04 Nick GassonWindows: make VHPI work
2018-02-04 Nick GassonWindows: tweak to make Emacs irony-mode work better
2018-02-04 Nick GassonWindows: open files in binary mode
2018-02-04 Nick GassonWindows: fix coverage report generation
2018-02-04 Nick GassonWindows: need to mark procedures as dllexport
2018-02-04 Nick GassonFixes to unit tests on Windows
2018-02-04 Nick GassonFix for maximum symbol length on Windows
2018-01-29 Nick GassonOptimise code generation for access to array type
2018-01-29 Nick GassonGenerate makefile dependencies for .vcode files
2018-01-28 Nick GassonFix symbol lookup on Cygwin
2018-01-28 Nick GassonNeed to dllexport the _nets variable on Windows
2018-01-28 Nick GassonFixes for Cygwin
2018-01-28 Nick GassonLoads more linking fixes for Windows
2018-01-28 Nick GassonFix run_regr not changing directory when skipping a...
2018-01-28 Nick GassonGenerate legal symbol names on Windows
2018-01-27 Nick GassonFix issue #293
2018-01-27 Nick GassonAllow selected identifier in configuration entity aspect
2018-01-27 Nick GassonAllow variable to hide subprogram name. Fixes #326
2018-01-27 Nick GassonAdd test case for issue #369
2018-01-27 Nick GassonImprove dumping for attribute declaration and specification
2018-01-27 Nick GassonAllow attributes of enum literals. Issue #369
2018-01-27 Nick GassonAllow access to process variables through selected...
2018-01-27 Nick GassonFix parsing of attribute entity class. Issue #369
2018-01-27 Nick GassonFix crash running VESTS
2018-01-27 Nick GassonFix various bugs with enumeration literal visibility...
2018-01-27 Nick GassonImprove checking that subprogram body matches spec...
2018-01-23 Nick GassonFix another crash when assigning to open inout port
2018-01-23 Nick GassonFix crash with open inout ports
2018-01-21 Nick GassonFix makefile portability warning
2018-01-21 Nick GassonBuild all unit tests into a single binary
2018-01-21 Nick GassonAllow platform-specific symbol name mangling
2018-01-21 Nick GassonFix error parsing range expressions. Fixes #367
2018-01-21 Nick GassonFix test nest1 on Windows
2018-01-20 Nick GassonFix test failure due to undefined evaluation order
2018-01-20 Nick GassonUpdate version to 1.4-devel and bump copyright year...
2018-01-16 Nick GassonA few small fixes for Windows
2018-01-01 Nick GassonTag version 1.3.1 r1.3.1
2018-01-01 Nick GassonAdd a --with-system-cc configure option. #366
2018-01-01 Nick GassonFix use of clock_gettime on older OS X. Issue #365
2017-12-31 Nick GassonTag version 1.3.0 r1.3.0
2017-12-30 Nick GassonFix cyclic dependency with package signals
2017-12-30 Nick GassonFix calling module reset function twice
2017-12-30 Nick GassonUse ld rather than calling the system compiler on Linux
2017-12-30 Nick GassonDispose of LLVM module earlier if not using JIT
2017-12-30 Nick GassonAvoid duplicate extern signal declaration
2017-12-30 Nick GassonSet code generation level from -O flag
2017-12-30 Nick GassonAlways generate native code if enabled at compile time
2017-12-27 Nick GassonFix incorrect type for bounds of enum subtype. Fixes...
2017-12-27 Nick GassonFix some errors when dumping subtype declarations
2017-12-27 Nick GassonFix crash when procedure and signal have same name...
2017-12-27 Nick GassonFix heuristic for deciding when to use native compilation
2017-12-26 Nick GassonRemove unused ident_array_t
next