Leith Bade
Leith Bade
The issue is the call to `ClearBorders`. For the bi-linear and HQ linear the filter needs pixels that are past the edge of the image on the borders. For bi...
Isn't that the old logo? Perhaps a white on blue theme would be more interesting.
@jfirebaugh what about package version + git hash in configure? Then we can keep an archive of build script + binaries on s3 for each hash? Suffixing package version will...
@jfirebaugh Perhaps tags are better method for capturing package releases, perhaps those can have a version appeneded
So are you proposing it to fail if it can't find a pre-built library?
What's wrong with building and statically linking to our own zlib? Then we don't need to worry about system conflicts.
Hmm, you cant get the linker to resolve the zlib symbols in our .a/.o files with or zlib, and let other dynamically loaded libs resolve their own zlib?
Worth noting that the skeleton file changes from the branch you mentioned you had to drop already seem to be in master
Looking at the test failures, the first one seems to be from https://github.com/ruffyontheweb/asn1c/commit/7bc61166cc7ca3a3dfa4dc571d23a4fd9b221413 - it adds some extra asn_constant.h lines that are not in the test files
running `./check-parsing.sh regenerate` in `tests/tests-asn1c-compiler` updates the test output files to allow you to check for changes with git diff doing this confirms most of them are from https://github.com/ruffyontheweb/asn1c/commit/7bc61166cc7ca3a3dfa4dc571d23a4fd9b221413 however...