fix undefined behavior with va_arg on 16-bit value
update for 0.4 version
liblzw-config: drop old config script
refresh build tools
drop custom big endian unpacking
update changelog for 0.3 release
github: enable build+test CI action
Fix error when autotools cannot find README file
migrate to github
rework -Werror handling into a dedicated configure option
cleanup code comments
set homepage in build tools
strip leading space from ChangeLog
fix build warnings when building for mingw targets
fix warning due to hardened compiler flags
fix build time warnings when STDFv3 is enabled
refresh build tools
refresh build tools
change copyright messages to purely author notices
flesh out the autotools / include files
add support for reading/freeing many records, a...
remove old byteorder section
add some more records and split the main librar...
add support for more of the variable length stu...
just a shell
- actually add some documentation rather than 0...
add support for WIN32 and isolate linux-specifi...
add some support for STDF ver3
some more work on the example apps
even more STDFv3 stuff ... i think the stdf_fre...
more STDFv3 stuff ... should i even bother i wo...
add support for stdf v3 record types SHB/SSB/ST...
make sure we properly quote files in case the p...
add some more definitions for STDFv3 specific t...
disable dtc xDTC functions for the time being; ...
dont bail after one failure ... if we pass a li...
make sure we ifdef-out all the STDFv3 stuff if ...
add is_valid_stdf into Makefile.am
add a dump to html to help debugging (i should ...
allow for reading STDF files from stdin ... pat...
update the TODO and put in some version targets
fix STDFv3 display and add optional building of...
add a script to make rolling releases easier an...
instead of thrashing the disk, buffer each reco...
add even more hopeful input for releases
huge changes here ... but this takes care of al...
fix a stupid segfault
update e-mail address / credits
dont rely on the system providing bswap and inc...
cleanup after stdfv3 records properly
some bswap macros from BSD from Tamas Foldi
add another optimiziation idea
err make the script actually work ;)
start adding some of the constants and add anot...
add more defines to handle compressed file formats
update the TODO list with more cool ideas
fix a few typos and add magic for zip/gzip/bzip...
dont check for endian.h but do check for getopt...
touchup
make width of columns configurable
dont use stdin when the filename begins with -
bleh, too many result messages
virtualize the file i/o so that adding support ...
allow for reading of records in raw format (don...
prune useless cache to save a few K in final ta...
add support for zip/gzip/bzip2 ... i feel like ...
new bswap stuff
dont bail because zziplib wasnt found
revert back the free_record() interface to only...
revert back the free_record interface to only a...
update TODO ... compressed files is done and ad...
use the new read_raw_record interface instead o...
more doxygen updates
clean up the reading interface to support raw r...
doxygenify sources and move common included fil...
move definitions out of the .c files and into t...
doc manfiles
manpages
start doxygening
doxygenify the sources and add more includes si...
more doxygen
add install hooks for doxygen output
doxygenify sources, move common included files ...
dont waste cpu time when dealing with things th...
rework the win32 stuff
check more header files for Tru64 unix
add more definitions for Tru64 unix
seems newlines arent so good
syntax fixups so that this stuff compiles in st...
update version
fix example output when generated
add a small app to generate dummy stdf files fo...
fix indenting
make sure C++ knows whats up
add a way to control stdf options from windows
forgot the rc file ... clean up a bit
create reentrant versions of the name functions...
new example script to help people extract recor...
fix typo in stdf_get_rec_name_from_rec() and ad...
add a never extract option