Commit graph

48 commits

Author SHA1 Message Date
mef
d76ae8d38f 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-08-18 12:03:28 +00:00
mef
e2450ee244 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-07-07 12:41:47 +00:00
mef
0e128cc342 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-17 12:58:21 +00:00
mef
e9e19a1dc0 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-03-08 13:31:31 +00:00
mef
5987269c04 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.
2018-01-11 12:38:00 +00:00
mef
3a67827d32 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-10-22 01:59:25 +00:00
mef
e16192e58c 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.
2017-09-30 12:20:36 +00:00
mef
ca76754666 Updated cad/gtkwave to 3.3.84
3.3.84  03sep17 Updated FSDB reader with experimental FST tree build
                routines for faster init.
                Removed warnings found when compiling with -Wshadow.
                Automatically enable --comphier for FST/FSDB/AE2 if facility
                count reaches 500000.  This is to reduce memory consumption
                for traces with very many signals.  Added disable_auto_comphier
                to override this behavior.
                Fix null pointer sent to gtk_clipboard_set_text() for
                mouseover to clipboard cut ops.
2017-09-16 11:59:42 +00:00
mef
0d90720eb3 Updated cad/gtkwave to 3.3.83
-----------------------------
3.3.83  04aug17 Preserve search type for regex search across reloads or
                close/reopens of regex search widget.
                Update local libz to current version.
2017-08-13 15:21:59 +00:00
mef
893a685a94 Updated cad/gtkwave to 3.3.82
-----------------------------
3.3.82  02jul17 Get sys_fst working with VCS VPI.
                Added string concatenations for vectors.
                Added asserts to ghwlib.c to make scan-view clean.
2017-08-05 07:18:29 +00:00
mef
ae04f31123 Udated cad/gtkwave to 3.3.81
----------------------------
3.3.81  09jun17 Added max_fsdb_trees environment variable.
                Fixed -C option so it is persistent across new tabs.
                Integrated updated GHW reader code.
2017-06-14 04:21:35 +00:00
mef
1266375f5f Updated cad/gtkwave to 3.3.80
-----------------------------
3.3.80  17mar17 Added "/View/Mouseover Copies To Clipboard" menu option to
                allow copying values into the clipboard so they can be pasted
                into text editors, etc.
2017-04-09 01:09:03 +00:00
mef
2ad889d424 Updated cad/gtkwave to 3.3.79
-----------------------------
3.3.79  31dec16 Disable accelerator keys in twinwave single window mode to
                avoid focus conflicts.
                Fixes for -fstrict-aliasing and other recent warnings.
                Added fill_waveform rc variable and corresponding menu option
                (/View/Show Filled High Values) to allow filling in the lower
                portion of high values for increased visibility.
2017-01-01 07:39:06 +00:00
mef
a5fbf7f745 Updated cad/gtkwave to 3.3.78
-----------------------------
  3.3.78  26oct16 Fixed crash when using multiple pattern searches.
2016-12-10 14:06:22 +00:00
mef
e830898568 distinfo was wrong or distfile updated with the same name ? 2016-10-21 11:37:31 +00:00
mef
2e75b1c84d Updated cad/gtkwave to 3.3.77
-----------------------------
3.3.77  03oct16 Updated documentation to include an appendix on FST
                implementation details.
                Removed '!A || (A && B)' is equivalent to '!A || B' redundant
                condition checks where found in source.
                Added hier_ignore_escapes rc variable.
                Dynamic resizing tweaks for when it is turned off.
                Added HUWL-? value types to signal_change_list() to keep GHW
                files from crashing Tcl scripts.
2016-10-17 13:33:57 +00:00
mef
caa9c0e137 Updated cad/gtkwave 3.3.74 to 3.3.76
------------------------------------
3.3.75  02aug16 Fix crash when -S and -W are used in tandem.
3.3.76  13aug16 Fix for --disable-tcl in ./configure caused by 3.3.75 fix.
                Crash fix in fstapi.c on read value at time accessing of
                FST files that use new dynamic aliases, FastLZ, or LZ4.  This
                primarily affects rtlbrowse.
2016-09-01 14:19:35 +00:00
mef
da35a4293a Updated cad/gtkwave to 3.3.74
-----------------------------
3.3.74  27jul16 Fix for when a signal name is used as a hierarchy name at the
                same level of scope.  (Affects fsdb.)
                Added --rcvar command line option to insert rc variable changes
                individually without needing to point to a configuration file.
                Change to combine traces down/up routines to handle 2D vector
                name generation.
                Allow FSDB files to contain ".gz" and ".bz2" suffixes as the
                libnffr loader can handle those.
                If a variable is declared in the dumpfile as an integer, then
                it is imported to the waveform display as an integer instead of
                a hex value. This works for dump file formats that show the
                datatype in the SST window.
                Added code that should prevent the primary marker from
                disappearing unexpectedly as well as dynamic resizing being
                stuck in the unset marker width.
2016-08-01 03:12:40 +00:00
mef
d7f1e72da0 (pkgsrc)
- Add following line, pkglint flags.
  .include "../../graphics/hicolor-icon-theme/buildlink3.mk"

(upstream)
- Updated cad/gtkwave to 3.3.73
-------------------------------
3.3.73  11jun16 Added dragzoom_threshold rc variable to accommodate input
                devices that have a noisy 3rd mouse button.
                Fix emission of all filter names so they are emitted in
                canonical fashion so as to avoid growing strings of ../ in
                savefiles.
2016-06-13 04:05:19 +00:00
mef
14459ac814 Update to cad/gtkwave-3.3.72
----------------------------
3.3.72          Revert to old gtkwave.appdata.xml as the new one is causing
                problems with appstream-util validation.
2016-04-14 03:24:24 +00:00
mef
eb12d72907 3.3.69 03feb16 Added missing EXTLOAD_CFLAGS declarations in configure.ac for
FSDB detection when only .a files are present (necessary for
		                Ubuntu).
				                Fixed valgrind warning in fst.c for dead memory allocation.
						                Fixed signed fixed point binary number shift for negative

Update 3.3.68 to 3.3.70
-----------------------
3.3.69	03feb16	Added missing EXTLOAD_CFLAGS declarations in configure.ac for
		FSDB detection when only .a files are present (necessary for
		Ubuntu).
		Fixed valgrind warning in fst.c for dead memory allocation.
		Fixed signed fixed point binary number shift for negative
		numbers.
		Added ghw patch for missing enum crash in ghw files.
3.3.70	14feb16	Various warnings fixes from new version of scan-build.
		Crash fix in Windows for transaction traces (broken since
		VCD/TIM export in 3.3.61).
2016-02-20 23:21:16 +00:00
mef
23d350f45e Update to 3.3.68 (2015/11/18)
----------------
3.3.68  18nov15 Update copyright date.
        Added named markers capability to From: and To: time value
        input boxes.
        Added support for fixed point binary numbers for both signed
        and unsigned decimal display types.
2015-11-21 12:54:05 +00:00
agc
c23377570b Add SHA512 digests for distfiles for cad category
Problems found with existing distfile for eagle:
	distfiles/eagle-lin32-7.4.0.run
No changes made to eagle/distinfo file.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 00:21:15 +00:00
mef
f624d583ec Update to 3.3.67
----------------
3.3.67  24sep15 Updated LZ4 for version r131.
        Fixed right justify ascii datatype display.
2015-10-01 14:59:43 +00:00
mef
b2c7154f58 Update to 3.3.66
----------------
3.3.66	05jul15	Faster fsdb initialization.
		Fix vcd recoder loader crash for malformed vcd if signal is
		declared as bits and a real valued change is encountered for
		the value change.
		Fixed crash in vcd2vzt for vcd files with no value changes
		(likely a malformed vcd).
		Added fsdbReaderResetSignalList() to prevent signals from
		loading over and over when unnecessary.
		Compile fixes for renamed functions and defines in gtk osx.
2015-08-01 02:38:50 +00:00
mef
f323cf5905 Update 3.3.64 to 3.3.65
-----------------------
3.3.65  01apr15 Added --, -I-, etc. option to port filtering in SST.  Using
                -- for example filters all non-ports from search results.
                Updated LZ4 for version r126.
                Minor warnings fixes.
                Moved TCL_LDADD/TK_LDADD before FSDB_LDADD to avoid stale
                Tcl library version conflicts.
                Removed appending [31:0] to vcd loaded integer names.
                Reduced recursion depth in GHW signal loader to prevent
                stack overflow crashes.
                Added support for synthetic clocks in FST file.
                Update timetrace marking so it runs quicker for large traces.
2015-04-17 02:04:39 +00:00
mef
d6f1c05a47 Update 3.3.63 to 3.3.64
3.3.64  25nov14 Fix to FileChooser to prevent requester from blocking on asking
                for a directory if a dumpfile is loaded without some amount of
                absolute/relative pathname.
                Updated LZ4 for version r124.
                Fix for x-windows OSX compiles.
2014-12-02 12:37:25 +00:00
mef
36cc05decb 3.3.63 06nov14 Updated LZ4 for version r123.
Added fine horiz scrolling in wavewindow (when using the wheel
                on a mouse) if shift pressed.
                Timescale fix for Verilator where it emits 0ps as a timescale.
                Added sample gtkwave.appdata.xml file in share/appdata.
2014-11-20 08:33:59 +00:00
mef
06fa5c2881 (Upstream) update 3.3.61 to 3.3.62
3.3.62  29aug14 Added zoom_full, zoom_size, and move_to_time to the dbus
                interface (dbus enabled by --with-gconf).
                Updated LZ4 to version r120 (r121 files are the same).
                Compiler warnings fixes for gtk+-1.2 (-Wall -Wshadow -Wextra).
(pkgsrc)
Add option gconf. See above. Enabled by default.
2014-10-04 02:05:33 +00:00
mef
cebe296379 (Upstream update) 3.3.60 to 3.3.61
3.3.61  27jun14 Parameterized number of named markers, so that
                --enable-manymarkers at configure time allows up to 702
                named markers instead of 26 (disabled by default).
                Updated LZ4 for version r118.
                Fixed broken VCD/TIM export in Windows (broken by new file
                requester).
2014-08-08 10:28:36 +00:00
mef
70a1fd422a Update 3.3.59 to 3.3.60
(pkgsrc)
  Add comment on patch-ab, picked up from cvs log
(upstream)
  3.3.60  14may14 Fix MinGW tmpfile_open() patch from previous release as it
                was using the wrong filename.
                Harden fsdb reader against xtags that move backward in time.
2014-06-15 14:03:03 +00:00
mef
636c5a244f (Upstream) Bump 3.3.57 to 3.3.59
----------
3.3.58  16mar14 Added /Data Format/Popcnt function for ones counting.
                Warnings fixes from new Clang 3.4 scan-build.
                Updated VCD ID generation in various helpers to use a faster,
                equivalent algorithm.
                Change [1] at end of struct to C99 [] notation with appropriate
                allocation size modification.
                System_profiler speed fix for OSX.
3.3.59  26apr14 Use Duff's Device for 8 byte -> 1 byte binary value compression
                algorithm in FST writer.
                Warnings fixes from cppcheck.
                Moved MinGW for FST to using different windows tempfile
                generation instead of tmpfile().
                Removed fflush() in FST for MinGW in places that can cause
                crashes with read only files.
                Updated man page for gtkwave.1 indicating that XID is in hex.
                Allow decimal conversions on popcnt filtered vectors that are
                greater than 64 bits (they will never overflow).
2014-05-08 15:42:41 +00:00
mef
f989d9a283 Update 3.3.54 to 3.3.57
-----------------------
3.3.54  02jan14 Added LZ4 double compression on hierarchy tree for FST when
                hierarchy size exceeds 4MB.
                Fix to regular expression filtering when +I+ form expressions
                are encountered in the SST.  Previously, the wrong value of
                regex match was used on 32-bit architectures due to the
                stack layout.
                Removed --disable-inline-asm ./configure flag as inline
                assembly has been removed because it is generating incorrectly
                in some cases on x86_64.
3.3.55  06feb14 Fixed problem with FST_DYNAMIC_ALIAS_DISABLE enabled when
                Judy arrays are not present.
                FST writer performance tweaks for traces with millions of
                signal declarations.
                Keep FSDB_VT_STREAM (FSDB transaction type) traces from
                attempting to be read (for now) as they aren't yet processed.
                Added more space efficient FST dynamic alias encoding.
                Tempfile creation fix for Windows.  Using tmpnam() is not
                enough and fails depending on user permissions.
                Make vcd2fst use FastLZ instead of LZ4 as a default compression
                type if an EVCD file is being processed as it (re-)compresses
                much better.  Using -4/-F/-Z still gives expected results.
                Changed double printf formatting for FSDB to "%.16g" to match
                VCD formatting.
                Added very fast I/O write capability to fst2vcd.
                Added support for FSDB_BYTES_PER_BIT_2B (EVCD) in FSDB loader.
                Added experimental fsdb2vcd in contrib.  It is not currently
                compiled or used.
                Fix to treesearch to remove duplicate signal names because of
                faulty dumpers.
                Repscript fix for if -R starts without a dumpfile name.
3.3.56  12feb14 Added another crash fix patch for GTK-OSX.
                Fix to regex search to remove duplicate signal names because of
                faulty dumpers.
                Fix to configure.ac for MSYS not adding -lcomdlg32 when Tcl
                is disabled.
                Valgrind fix on deallocated context: old GLOBALS pointer could
                be examined in set_GLOBALS_x().
                Minor cleanup in treesearch_gtk2.c: removed redundant show
                widget invocation.
                Added missing compressBound() for compress2() dest mallocs.
3.3.57  13feb14 Fix for Electric Fence crash in vlist_freeze().
                Updated LZ4 for version r113.
2014-02-15 16:21:15 +00:00
drochner
0e6a3484f8 add tcl option (off per default), fix mime handling 2014-01-21 15:07:38 +00:00
mef
d31a5f4881 Bump version 3.3.28 to 3.3.53,
from the ChangeLog, the date lines are picked up:

3.3.29  31dec11 << short descriptions >>
3.3.30 17jan12  Updated ./configure to add --disable-mime-update flag.
3.3.31 30jan12  Added support for native file requesters in OSX Quartz.
3.3.32 13feb12  Turn off loader messages when Tcl is executing a command.
3.3.33 27feb12  Scan-build fix in vcd_recoder.c.
3.3.34 12mar12  Fix for marker time deltas when $timezero is used.
3.3.35 04apr12  Polarity fix for vcd_preserve_glitches in rcfile.  Default
3.3.36  04may12 Fixed destructive string convert in fstUtilityBinToEsc().
3.3.37  10jun12 Added patch for savefile.c that corrects an issue in which the
3.3.38  10jul12 Upgrading vermin parser to handle some > 1995 constructs.
3.3.39  08aug12 Fixed relative pathnames when generated in MinGW and used
3.3.40  10sep12 Fixed y-size of splash screen on MinGW with newest version
3.3.41  30sep12 Fix for gtkwave::addSignalsFromList when encountering
3.3.42  28nov12 Fix to prevent missing group openings from keeping other
3.3.43  26jan13 Fix for rtlbrowse for gtk_adjustment_get_page_increment and
3.3.44  16feb13 gdk_draw_layout assertion `GDK_IS_DRAWABLE (drawable)'
3.3.45  28feb13 Fix for VCDNAM_ESCAPE character in treesearch window.  This
3.3.46  29apr13 Upgraded to autoconf 2.69.
3.3.47  14may13 Fix for crash in 64-bit mode with array accesses in
3.3.48  04aug13 Fixed infinite loop hang on various helpers executables
3.3.49  11sep13 Fix crashed caused by X11 protocol limitation for pixmap size.
3.3.50  15oct13 Limit number of rows that can be displayed in mouseover in
3.3.51  27oct13 MAINTAINERS: Please add gedit to the list of dependencies
3.3.52  11nov13 Added LZ4 as compression type for FST.  When enabled with
3.3.53  15dec13 Made LZ4 the default compression routine selected for vcd2fst.
2014-01-19 09:25:17 +00:00
drochner
3968f9160d update to 3.3.28
changes:
-Added support for colorful traces
-bugfices
2011-12-16 10:58:14 +00:00
drochner
db6581d101 update to 3.3.22
changes: speed improvement, bugfixes, UI improvements
2011-06-09 11:46:15 +00:00
drochner
7eddea52d9 update to 3.3.20
changes:
-Added --slider-zoom option to gtkwave to enable experimental
 horizontal slider zoom feature
-bugfixes
2011-03-16 17:31:12 +00:00
drochner
df3ceae4e7 update to 3.3.14
many fixes and feature enhancements -- see the CHANGELOG.TXT file
2010-11-02 18:15:28 +00:00
drochner
cf78f2921e update to 3.3.7
changes: some feature additions, many fixes
2010-06-16 19:24:47 +00:00
drochner
734a82f88b update to 3.3.2
many changes and improvements since 3.1.1, see the CHANGELOG.TXT
2010-01-22 17:19:58 +00:00
dmcmahill
ad33065b71 Update to gtkwave-3.1.1. The old 2.* branch is no longer being maintained.
There are a large number of changes in this update.  Many bugs have been fixed,
VCD writing has been improved, the build system has migrated to a fully
autoconf/automake system from a partial gnu system.

The code written as part of the 2007 Google summer of code has been incorporated
which allows waveform reloading and provides the framework for further enhancements.

For the complete set of changes, see CHANGELOG.TXT in the distribution file.
2007-09-23 13:22:45 +00:00
agc
92ed9877eb Patches from Hans Rosenfeld to make gtkwave compilable with gcc4. 2006-10-15 13:29:08 +00:00
itohy
16d5846573 Make this compile using gcc 2.95. 2005-10-28 03:53:33 +00:00
cube
83b57495ae Update to 2.0.0pre5. No ChangeLog available, unfortunately. 2005-08-22 12:25:00 +00:00
agc
7ea6ce3da9 Add RMD160 digests in addition to SHA1 ones. 2005-02-23 14:59:23 +00:00
drochner
89ed965917 Add a patch to work around the non-working partial vcd file reading
(disable it), and another one to use memory a bit more efficiently.
The program is now usable with VCD files larger than 10M.
Update to the latest snapshot to ease discussion with the author;
a notable change in this is improved LXT support.
2003-07-15 12:32:58 +00:00
drochner
956c397ce1 import gtkwave-2.0.0pre3, a digital waveform viewer which, eg,
complements cad/verilog[-current]
2003-07-14 13:21:18 +00:00