2019-11-16 13:48:19 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(cad/gtkwave) Updated to 3.3.103
3.3.103 03nov19 Fix MAP_FAILED missing for MinGW.
Fix to make the coloration red on 'u' traces. (Bug from
Dinotrace-like rendering in 3.3.96.)
Typo fix on missing group start on vectors.
|
2019-11-10 14:17:04 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(cad/gtkwave) Updated to 3.3.102
3.3.102 21sep19 Remove redundant TREE_VHDL_ST_PACKAGE from SST exclude.
Added addCommentTracesFromList tcl command from user patch.
Harden savefile loader for missing group start on vectors.
Preliminary VHDL support for wlf2vcd.
Add missing return value checks on mmap() in FST writer.
|
2019-10-17 17:12:52 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(cad/gtkwave) Updated 3.3.100 to 3.3.101
3.3.101 08may19 Added gtkwave::getFacDir, gtkwave::getFacVtype, and
gtkwave::getFacDtype Tcl accessor functions that function
similar to gtkwave::getFacName.
Pair $end with $dumpvars in VCD writers.
Make %.16g printing in baseconvert.c more resistant to power
of 10 roundoff errors.
Remove register keyword where applicable as is deprecated.
Added --saveonexit gtkwave command line option.
|
2019-07-22 00:26:08 by Thomas Klausner | Files touched by this commit (1256) |
Log message:
*: recursive bump for gdk-pixbuf2-2.38.1
|
2019-06-08 13:04:30 by Roland Illig | Files touched by this commit (43) |
Log message:
cad/*: let pkglint fix indentation, variable alignment, and LOCALBASE
pkglint -Wall -r -F cad
Manually fixed the indentation in cad/ghdl/Makefile because SITES.* was
(by the current definition) not long enough to count as an outlier line,
and because of this, all other lines were aligned to that line.
|
2019-04-14 01:38:40 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Updated cad/gtkwave to 3.3.100
3.3.100 20mar19 FSDB fix for variable declarations of array of reals.
Added Real, Time, Enum, and Popcnt flags to Edit/Show-Change.
Ensure Show-Change regenerates analog traces.
Added braces inside Tcl source command to allow spaces in
filenames for Tcl scripts.
|
2019-02-23 06:30:02 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Updated cad/gtkwave to 3.3.99
3.3.99 09feb19 Added visible single bit glitches as a yellow dot (if enabled
with --rcvar 'vcd_preserve_glitches on').
Fixed print routine broken by bsearch_trunc() optimization in
version 3.3.96.
|
2019-01-05 15:44:46 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
Updated cad/gtkwave to 3.3.98
3.3.98 27nov18 Removed pccts and vermin. Use xml2stems instead.
|
2018-12-08 12:32:25 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Updated cad/gtkwave to 3.3.97
3.3.94 03sep18 Applied ghwlib.c patch for dealing with null ranges.
Added second chance algorithm for find_dumpfile() in case
it fails.
3.3.95 07oct18 Added fflush on stdout for help text as fix for possible
stdout problem with mingw/msys shells.
Added preliminary support for Time datatype.
Warnings fixes for Verilator integration.
Fixed install_proc_filter usage for Tcl invocation.
Change integer type to "integer" in SST to differentiate it
from sv ints.
Premiminary support for enum tables embedded in FST files.
3.3.96 15nov18 Changed to standardized zoom in/out/full hotkeys.
Added time backtracking warning (for partial mode) to lxt2vcd.
VCD time backtracking fix (not for interactive mode).
Added drag_failed handling (can press ESC) to DnD operations.
Prevent missing file in savefile from causing savefile to be
read as VCD by mistake.
Changed to Dinotrace-like 0s/1s rendering for bit vectors so
values can be discerned without seeing the full value text.
Removed unneeded pango_layout_get_extents() inside call for
font_engine_draw_string().
Changed bsearch_trunc() to run in constant time when monospace
fonts are in use.
Added missing GDK_SCROLL_MASK to signal area (need for gtk3,
but not for other versions for some reason).
3.3.97 23nov18 Need to set menu_wlist entry NULL on gtk_widget_destroy().
Fix on vtype()/vtype2() to detect 'x' and make the coloration
red on newly-displayed traces. (Bug new from Dinotrace-like
rendering in 3.3.96.)
|
2018-11-14 23:22:54 by Klaus Klein | Files touched by this commit (1332) | |
Log message:
Revbump after cairo 1.16.0 update.
|