Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
----------------------------
3.3.72 Revert to old gtkwave.appdata.xml as the new one is causing
problems with appstream-util validation.
|
|
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).
|
|
----------------
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.
|
|
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.
|
|
----------------
3.3.67 24sep15 Updated LZ4 for version r131.
Fixed right justify ascii datatype display.
|
|
----------------
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.
|
|
|
|
-----------------------
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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).
|
|
(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.
|
|
----------
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).
|
|
Fix PR pkg/48777
|
|
-----------------------
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.
|
|
|
|
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.
|
|
|
|
|
|
NetBSD 6, requested by tron.
|
|
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
|
|
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
|
|
|
|
|
|
|
|
requested by Thomas Klausner.
|
|
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
|
|
|
|
|
|
|
|
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
|
|
instead, explicitely disable it so that it doesn't get picked up
accidentally
|
|
|
|
changes:
-Added support for colorful traces
-bugfices
|
|
|
|
changes: speed improvement, bugfixes, UI improvements
|
|
|
|
changes:
-Added --slider-zoom option to gtkwave to enable experimental
horizontal slider zoom feature
-bugfixes
|
|
|
|
|
|
many fixes and feature enhancements -- see the CHANGELOG.TXT file
|
|
version, and bump all depends.
Per discussion on pkgsrc-changes.
|
|
changes: some feature additions, many fixes
|
|
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
|
|
|
|
|
|
many changes and improvements since 3.1.1, see the CHANGELOG.TXT
|
|
|