John Cupitt
|
01025328da
|
fix some cppcheck warnings
try:
$ cppcheck -f --enable=warning,performance,portability -j4 . 2> err.txt
there are still some left, see:
see https://github.com/jcupitt/libvips/issues/331
|
2015-09-28 22:01:15 +01:00 |
|
John Cupitt
|
db4ee8d6b6
|
fix a ref leak in the C++ API
see https://github.com/jcupitt/libvips/issues/290
thanks huskier
added a write-to-buffer example as well
|
2015-05-04 19:44:56 +01:00 |
|
John Cupitt
|
32625146db
|
cpp can set enums from strings
eg.
set("extend", "copy")->
|
2014-12-30 11:27:04 +00:00 |
|
John Cupitt
|
8267dd2621
|
naming improvements
and test_overloads.cpp has started working
|
2014-11-05 14:04:46 +00:00 |
|