0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 26, 2023 — Mar 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix `make distcheck` with tests, unify test code a bit, and add a simple uncompress example
Mike Frysinger
as vapier
More... almost 15 years ago
define O_BINARY fallback
Mike Frysinger
as vapier
More... almost 15 years ago
use -no-undefined when linking
Mike Frysinger
as vapier
More... about 15 years ago
switch from BSD-3-clause to BSD-2-clause
Mike Frysinger
as vapier
More... over 15 years ago
bump to 0.1.2
Mike Frysinger
as vapier
More... about 16 years ago
fix .pc file as pointed out by Tester A.
Mike Frysinger
as vapier
More... about 16 years ago
add stdf_bzcheck.at to test list
Mike Frysinger
as vapier
More... about 16 years ago
cleanup internal/external header stuff (mainly from autoheader) so that we dont install any unsanitized headers
Mike Frysinger
as vapier
More... over 16 years ago
export attribute stuff to AC_CONFIG_FILES as well
Mike Frysinger
as vapier
More... over 16 years ago
remove pointless casts when using calloc()
Mike Frysinger
as vapier
More... over 16 years ago
implement record length calculation (for writing) of GDR, STDFv3 for PTR/FTR, and any record type that has a C# field
Mike Frysinger
as vapier
More... over 16 years ago
finish implementing dtc writing funcs
Mike Frysinger
as vapier
More... over 16 years ago
also fixup writing for TSR/FTR/PTR in STDFv3
Mike Frysinger
as vapier
More... over 16 years ago
move changelog from website to distribution
Mike Frysinger
as vapier
More... over 16 years ago
more TODO items
Mike Frysinger
as vapier
More... over 16 years ago
initial handling of STDFv3 versions of PTR/FTR records
Mike Frysinger
as vapier
More... over 16 years ago
add comments labeling v3/v4 on fields
Mike Frysinger
as vapier
More... over 16 years ago
stdfv3 handles TSR recs slightly different (some counts are I4 instead of U4)
Mike Frysinger
as vapier
More... over 16 years ago
use ARRAY_SIZE rather than a trailing NULL in static arrays
Mike Frysinger
as vapier
More... over 16 years ago
remove pointless casts on return value of malloc()
Mike Frysinger
as vapier
More... over 16 years ago
remove pointless casts on return value of malloc()
Mike Frysinger
as vapier
More... over 16 years ago
drop untested warnings since all recs should (in theory) be tested
Mike Frysinger
as vapier
More... over 16 years ago
ignore unused warning in glib code
Mike Frysinger
as vapier
More... over 16 years ago
add support for writing output to stdout
Mike Frysinger
as vapier
More... over 16 years ago
split common testsuite code out
Mike Frysinger
as vapier
More... over 16 years ago
convert to AC_C_BIGENDIAN which allows independence from ugly system-specific BYTE_ORDER defines and transition to clean stdf defines
Mike Frysinger
as vapier
More... over 16 years ago
split autotool stuff into a separate header so the tests can use sanitized/exported API in lzw.h
Mike Frysinger
as vapier
More... over 16 years ago
use bzdiff rather than bzcmp to get more useful output
Mike Frysinger
as vapier
More... over 16 years ago
move automake options from Makefile.am to configure.ac
Mike Frysinger
as vapier
More... over 16 years ago
use AC_C_BIGENDIAN rather than custom byte tests to figure out endian
Mike Frysinger
as vapier
More... over 16 years ago