0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
May 25, 2023 — May 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
filter cmake files for now
Mike Frysinger
as vapier
More... about 19 years ago
update mini-docs
Mike Frysinger
as vapier
More... about 19 years ago
add workarounds for systems that define WORDS_{BIG,LITTLE}ENDIAN but not BYTE_ORDER
Mike Frysinger
as vapier
More... about 19 years ago
include isa_defs.h when appropriate, add a workaround for stupid solaris, and allow people to forcibly set endian type
Mike Frysinger
as vapier
More... about 19 years ago
add a check for isa_defs.h on solaris and add an option so people can force endian type without having to muck around in header files
Mike Frysinger
as vapier
More... about 19 years ago
remove broken line
Mike Frysinger
as vapier
More... about 19 years ago
display REC_TYP/REC_SUB/REC_LEN in each header
Mike Frysinger
as vapier
More... about 19 years ago
escape the $
Mike Frysinger
as vapier
More... about 19 years ago
use Jerome J. Auza's suggestion and re-order location of records in the switch statement based on their frequency
Mike Frysinger
as vapier
More... about 19 years ago
add a workaround for the fact that newer libtools force a lot of C++ and fortran garbage on you
Mike Frysinger
as vapier
More... about 19 years ago
add a newline after the Log Message
Mike Frysinger
as vapier
More... over 19 years ago
Jerome Auza: remove colon in output of some things
Mike Frysinger
as vapier
More... over 19 years ago
fix typo in the FTR spec ... PARM_FLG -> OPT_FLG
Mike Frysinger
as vapier
More... over 19 years ago
make sure these examples work even when time_t is a diff bitsize from dtc_U4
Mike Frysinger
as vapier
More... over 19 years ago
some basic tests
Mike Frysinger
as vapier
More... over 19 years ago
dont define the int types when building with mingw
Mike Frysinger
as vapier
More... over 19 years ago
add support for ecore hashing
Mike Frysinger
as vapier
More... over 19 years ago
update to newer name forms
Mike Frysinger
as vapier
More... over 19 years ago
Matt Frantz: make sure we use fops only if it has been initialized properly
Mike Frysinger
as vapier
More... over 19 years ago
support libhash and glib (but prefer libhash)
Mike Frysinger
as vapier
More... over 19 years ago
syntax touchups
Mike Frysinger
as vapier
More... over 19 years ago
make all files have the same comment header block
Mike Frysinger
as vapier
More... over 19 years ago
have the version get updated automagically in the doxygen file via configure
Mike Frysinger
as vapier
More... over 19 years ago
implement stdf_rec_name_to_idx()
Mike Frysinger
as vapier
More... over 19 years ago
update AUTHORS; love you guys
Mike Frysinger
as vapier
More... over 19 years ago
fix bad pointer usage with xCn types
Mike Frysinger
as vapier
More... over 19 years ago
static, not inline functions (inline pisses of win32 and i dont really care too much to figure it out)
Mike Frysinger
as vapier
More... over 19 years ago
fix a minor memory leak that happens when the last record is read
Mike Frysinger
as vapier
More... over 19 years ago
add support for opening stdf files via file descriptors ... coolest result is that you can stdf_dopen() on things like sockets/pipes/etc... :)
Mike Frysinger
as vapier
More... over 19 years ago
use calloc instead of malloc where it makes sense
Mike Frysinger
as vapier
More... over 19 years ago