1
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 20 hours ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
hygiene, don't call sncpy() (in __fixmlify()) if tag length is known to be zero More... over 11 years ago
Merge branch 'feat/fixc-custom-fields' into next More... over 11 years ago
test, provide regression for unknown tags in a fix message and fix2fixml converter tool More... over 11 years ago
minor, refactor the massaging routine introduced in last commit into fixc_fixup_some() More... over 11 years ago
minor, in fixc_fixup() comb .tpc = .cnt = 0 fields in a second cycle when run out of stack More... over 11 years ago
test, provide test case fix file with unknown tags More... over 11 years ago
Merge branch 'next' More... over 11 years ago
Merge branch 'core/fix<->fixml' into next More... over 11 years ago
test, remove encoding cookie, so after xmllint fixml_ex_06 is mapped to itself More... over 11 years ago
chore, cosmetics, keep unwinding of push/pop render stack from standard debugging output More... over 11 years ago
fix, upon insertion of optimised repeating blocks make the sub-block the .tpc of a field More... over 11 years ago
minor, fix, don't print off Batch nodes in push_rndr_state(), they ... More... over 11 years ago
minor, we wanted to change .cnt and .tpc filling upon ... More... over 11 years ago
test, provide regression for issue ID:38638587 (Batch being misplaced) More... over 11 years ago
Merge branch 'next' More... over 11 years ago
Merge branch 'feat/fixc-rndr' into next More... over 11 years ago
minor, downsize mmap'ped buffer whose estimate was too large More... over 11 years ago
minor, provide fixc_render_fixml_rndr() with realloc'ing buffers More... over 11 years ago
minor, migrate fix2fixml and fixml2fix fully to *_rndr rendering More... over 11 years ago
chore, PEBKAC, actually declare a realloc'ing renderer for fixml output too More... over 11 years ago
Merge branch 'feat/fixc-rndr' into next More... over 11 years ago
minor, migrate fixml2fix to realloc'ing renderer More... over 11 years ago
minor, build libfixc.la as _GNU_SOURCE More... over 11 years ago
minor, fix, downscale mmap pages to a multiple of the thresh of the final length result More... over 11 years ago
minor, refactor alignment rounding of the str pointer in fixc_rndr_s objects in fixc_free_rndr() More... over 11 years ago
minor, upon initial mem estimation include 16 digits for the length (tag #9) and 3 for the checksum (tag #10) More... over 11 years ago
cosmetics, subtract ULs so we stay unsigned (we won't but the compiler might see it) More... over 11 years ago
minor, provide dynamic resizer that's been checked throughout the fields traversal More... over 11 years ago
minor, include the 4 static fields in size computation in fixc_render_fix_rndr() More... over 11 years ago
minor, start off realloc'ing renderer (as fixc_render_fix_rndr()) More... over 11 years ago