add memory.h to Python API

this makes the memory high water visible to Python, handy for testing
This commit is contained in:
John Cupitt 2015-11-04 10:09:06 +00:00
parent 11ce13d43d
commit b853012787
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -112,6 +112,7 @@ headers="\
draw.h \
morphology.h \
type.h \
memory.h \
region.h"
for name in $headers; do