0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 12, 2023 — Jun 12, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
correct some property settings in the source repository
Ralph Giles
as giles
More... almost 20 years ago
enable Id keyword substitution on the new file
Ralph Giles
as giles
More... almost 20 years ago
It looks like templates aren't shared between generic and generic refinement decoding, so split the routines into separate files.
Ralph Giles
as giles
More... almost 20 years ago
Work in progress to implement generic refinement regions and aggregate symbol coding. Commit to avoid losing work.
Ralph Giles
as giles
More... almost 20 years ago
correct a typo in the previous commit
Ralph Giles
as giles
More... almost 20 years ago
Include stdio.h when required for pbm debug output.
Ralph Giles
as giles
More... almost 20 years ago
document previous fix
Ralph Giles
as giles
More... almost 20 years ago
Properly initialize the page buffer to the default pixel value. This caused, among other potential bugs, garbage and overlay effects under some malloc implementatons, though not on GNU/Linux.
Ralph Giles
as giles
More... almost 20 years ago
Actually implement the 'or later' part of the automake version detection.
Ralph Giles
as giles
More... almost 20 years ago
added a rudimentary jamfile
tor
More... almost 20 years ago
Initialize some variables to avoid spurious warnings from gcc.
Ralph Giles
as giles
More... about 20 years ago
Remove some unused variables. Bug 687413.
Ralph Giles
as giles
More... about 20 years ago
Check for defined(HAVE_CONFIG_H) instead of just a non-false value. Corrects a warning on the Intel compiler. Ghostscript bug 687320.
Ralph Giles
as giles
More... about 20 years ago
Helps to actually increment the version number.
Ralph Giles
as giles
More... over 20 years ago
Update version and changelog for 0.6 release.
Ralph Giles
as giles
More... over 20 years ago
Portability update. Newer cygwin does provide stdint.h, conflicting with the work-around we installed for older cygwin. Thanks to Alex Cherpanov for this.
Ralph Giles
as giles
More... over 20 years ago
Apparently forgot to bump the version number in configure.
Ralph Giles
as giles
More... over 20 years ago
Update changelog for 0.5 release.
Ralph Giles
as giles
More... over 20 years ago
Remove symbol dictionary export routine debugging prints and modify the dump_symbol_dictionary() call so that it does not require stdio.h.
Ralph Giles
as giles
More... over 20 years ago
We no longer need to artificially recurse when building the list of referred symbol dictionaries now that we properly construct an exported result.
Ralph Giles
as giles
More... over 20 years ago
Remove an unused local variable.
Ralph Giles
as giles
More... over 20 years ago
Avoid an unitialized variable warning.
Ralph Giles
as giles
More... over 20 years ago
First stab at parsing the export symbol bitfield and building a proper export dictionary.
Ralph Giles
as giles
More... over 20 years ago
Split an expression into two pieces to avoid confusion over order of operations.
Ralph Giles
as giles
More... over 20 years ago
Add a cast to avoid an incompatible pointer type warning.
Ralph Giles
as giles
More... over 20 years ago
Prefer uint8_t to byte in some internal functions.
Ralph Giles
as giles
More... over 20 years ago
Correct a warning. Offset, then cast to non-const, not the other way around.
Ralph Giles
as giles
More... over 20 years ago
Add a prototype for the extension segment parser.
Ralph Giles
as giles
More... over 20 years ago
Make Jbig2SymbolDict more object like. Work in progress to unify inheritance.
Ralph Giles
as giles
More... over 20 years ago
Make the symbol dict lookup code public and move it out of jbig2_text.c.
Ralph Giles
as giles
More... over 20 years ago