Permalink
Switch branches/tags
{{ refName }}
default
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Commits on Apr 11, 2022
-
Merge pull request #96 from afontenot/master
Fix compilation with ICU 68
Commits on Feb 20, 2021
-
nip2 depends on the ICU library via libxml2. ICU released version 68 on 2010-10-28, and switched to using the C99 bool type in its public headers. nip2 was using "bool" as the name for a gboolean in the ParseConst struct. This commit renames this to "boolean".
Commits on Apr 10, 2020
Commits on Apr 3, 2020
Commits on Mar 4, 2020
Commits on Dec 17, 2019
Commits on Feb 15, 2019
Commits on Jan 7, 2019
-
icontainer and watch were declaring some signals as taking objevct arguments, but using a simple pointer marshal function. This is harmless on Debian-dervived distros, but redhat seem to build glib with run-time time checks which spot this and NULL out pointers, causing a crash. See #75
Commits on Dec 5, 2018
Commits on Nov 13, 2018
-
would display -ve values for pixels > 2**31 see #74
Commits on Oct 4, 2018
Commits on Aug 1, 2018
Commits on Jul 31, 2018
Commits on Jun 10, 2018
Commits on May 22, 2018
-
-
fix build with libvips8.7 changes ... you unow need vips7compat.h to build with the vips7 API
Commits on May 16, 2018
-
extra includes for libvips 8.7
add the extra `vips7compat.h` we will need with libvips 8.7
Commits on May 1, 2018
Commits on Mar 28, 2018
-
Some PNG files written with some versions of libpng 1.6 fail to read on current libpng ... we had one and it broke `make check`. Fix the file by copying to an old machine, saving as tiff, copying back, and resaving as png again. See #72
Commits on Nov 28, 2017
-
-
remove -lfl to help win32 build
we don't need flex lib since we define our own input
Commits on Nov 15, 2017
-
we could produce spurious compat warnings before