2018-11-12 04:53:16 by Ryo ONODERA | Files touched by this commit (1532) |
Log message:
Recursive revbump from hardbuzz-2.1.1
|
2018-08-18 14:03:28 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
Updated cad/gtkwave to 3.3.93
3.3.92 05jul18 Harden FST loader for missing .hier files (if applicable).
Fixed broken GTK+-1.2 compile of twinwave.
Fix scrolling on help window by adding scroll to end mark.
Fix scrolling on status window when use_toolbutton_interface
rc var is set to FALSE by adding scroll to end mark.
Updated BUILT_SOURCES for vermin.
extern yy_size_t yyleng fix in rtlbrowse.
3.3.93 03aug18 Added sst_dbl_action_type rc variable which controls side-
effect of double-clicking in SST signals pane.
Added xml2stems Verilator XML to rtlbrowse stems converter
to distribution. Eventually vermin will be removed.
Added missing realpath() in udp emission in vermin.
|
2018-07-07 14:41:47 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Updated cad/gtkwave from 3.3.89 to 3.3.91
3.3.90 08may18 For Cut Traces, fix up scroll position if there are traces
above the current row being cut.
Bits to real crash fix for very large floats.
Fixed gray code conversions that were incomplete for right
justified vectors such that the vector length is not a
multiple of the radix size (4 for hex, 3 for oct).
Warray-bounds warning fix for 32-bit conversions in BitsToReal.
3.3.91 29may18 Added support for GSettings for when GConf is removed from
distributions such as Debian and Ubuntu.
Performance fix for large number of groups (remove useless
recursion required for transaction traces).
|
2018-04-17 14:58:21 by Makoto Fujiwara | Files touched by this commit (2) | |
Log message:
cad/gtkwave updated to 3.3.89
3.3.89 17mar18 Added support for 32-bit conversions in BitsToReal.
Crash fix for pattern search with reals using LXT, LXT2, VZT.
|
2018-04-16 16:35:28 by Thomas Klausner | Files touched by this commit (1284) |
Log message:
Recursive bump for new fribidi dependency in pango.
|
2018-03-12 12:18:01 by Thomas Klausner | Files touched by this commit (2155) |
Log message:
Recursive bumps for fontconfig and libzip dependency changes.
|
2018-03-08 14:31:31 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
Updated cad/gtkwave to 3.3.88
3.3.88 20feb18 Added --sstexclude command line option to prune unwanted
clutter from the SST window.
Updated "/View/Mouseover Copies To Clipboard" menu \
option to
copying signal names into the clipboard so they can be pasted
into text editors, etc.
Fixed Write Save File to handle getting confused by initial
cancel then retry.
Updated v2k input/output declarations to handle unpacked arrays.
Fix for pattern marks that could overshoot the left marker.
|
2018-01-11 13:38:01 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Updated cad/gtkwave to 3.3.87
3.3.87 28dec17 Added missing prototype for ghw_read_sm_hdr in ghwlib.h.
Made intptr_t changes vs long during casting for win64.
Warnings fixes.
Re-enable twinwave for Win32/64.
Added missing gtkwave_bin_launcher.sh in contrib/bundle_for_osx
Makefile.am.
|
2017-10-22 03:59:25 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Updated cad/gtkwave to 3.3.86
3.3.86 03oct17 Added recurse import function (found before only in the hier
search) into the SST.
Removed obsolete bundle functionality from SST as recurse
import more accurately imports recursively.
Made entrybox taller (using -1) as recent versions of
gnome have taller window titlebars and the widget was not
tall enough.
|
2017-09-30 14:20:37 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Updated cad/gtkwave to 3.3.85
3.3.85 06sep17 Fix integer type in GHW loader so integer value changes are
not stored as a string. This then allows bitwise manipulations
of integers.
|