-
Fri Jul 18 2014 Paul Howarth <paul@city-fan.org> 3.3.61-1
- update to 3.3.61
- 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)
-
Mon Jun 09 2014 Paul Howarth <paul@city-fan.org> 3.3.60-1
- update to 3.3.60
- 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
-
Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> 3.3.59-4
- rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
-
Wed May 21 2014 Paul Howarth <paul@city-fan.org> 3.3.59-3
- rebuild for tcl 8.6 in Rawhide
(https://fedoraproject.org/wiki/Changes/f21tcl86)
-
Tue Apr 29 2014 Paul Howarth <paul@city-fan.org> 3.3.59-1
- update to 3.3.59
- 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)
-
Mon Mar 24 2014 Paul Howarth <paul@city-fan.org> 3.3.58-1
- update to 3.3.58
- 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
- drop EL-4 support
-
Mon Feb 17 2014 Paul Howarth <paul@city-fan.org> 3.3.57-1
- update to 3.3.57
- fix for Electric Fence crash in vlist_freeze()
- updated LZ4 for version r113
-
Thu Feb 13 2014 Paul Howarth <paul@city-fan.org> 3.3.56-1
- update to 3.3.56
- 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
-
Mon Feb 10 2014 Paul Howarth <paul@city-fan.org> 3.3.55-1
- update to 3.3.55
- 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
-
Fri Jan 03 2014 Paul Howarth <paul@city-fan.org> 3.3.54-1
- update to 3.3.54
- 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