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
|
ded01df512
|
c++: add [], change ()
() used to return element zero, just return a vector
add [] overload
|
2015-03-01 10:43:02 +00:00 |
John Cupitt
|
7ae35c3edb
|
start pydocs again
|
2014-11-05 14:56:59 +00:00 |
John Cupitt
|
8267dd2621
|
naming improvements
and test_overloads.cpp has started working
|
2014-11-05 14:04:46 +00:00 |