From b853012787a6ccdd52f16a2b32eaa8569a641bec Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Wed, 4 Nov 2015 10:09:06 +0000 Subject: [PATCH] add memory.h to Python API this makes the memory high water visible to Python, handy for testing --- ChangeLog | 2 ++ configure.ac | 1 + 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index b1b628fd..f34edb53 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,8 @@ - many more const declarations to help gobject-introspection - rewritten vips_shrink() is 2x faster, much lower memuse, now handles complex - old code still there as vips_shrink2() for testing +- only allow [] for filename options +- add memory.h to Python API .. makes tracked highwater visible 7/5/15 started 8.1.1 - oop, vips-8.0 wrapper script should be vips-8.1, thanks Danilo diff --git a/configure.ac b/configure.ac index 3c6b8a5e..01042cd9 100644 --- a/configure.ac +++ b/configure.ac @@ -112,6 +112,7 @@ headers="\ draw.h \ morphology.h \ type.h \ + memory.h \ region.h" for name in $headers; do