Latest commit 062beb6 Jul 22, 2017 @anntzer anntzer committed with tacaswell Remove semicolon after PyObject_HEAD. (#8925)
MNT: c++ cleanup

See https://docs.python.org/3/extending/newtypes.html#the-basics:

> Note that there is no semicolon after the PyObject_HEAD macro; one is
included in the macro definition. Be wary of adding one by accident;
it’s easy to do from habit, and your compiler might not complain, but
someone else’s probably will!

Also move a FT2Font *x; declaration to its own line (that was the
original motivation).
Permalink
..
Failed to load latest commit information.
doc Implement Path.intersects_bbox in C++ to speed up legend positioning. Mar 7, 2017
.clang-format Add .clang-format to repository Oct 17, 2014
_backend_agg.cpp Generate rasterized hatching at correct DPI. Nov 9, 2016
_backend_agg.h Merge pull request #7791 from AdamWill/agg-quad-inttype Jan 11, 2017
_backend_agg_basic_types.h Make hatch colour an rcParam. Nov 7, 2016
_backend_agg_wrapper.cpp Remove semicolon after PyObject_HEAD. (#8925) Jul 22, 2017
_backend_gdk.c Remove C code for pre-1.7. Nov 26, 2016
_contour.cpp Fix typos Jun 26, 2017
_contour.h New C++ contour code with corner_mask Feb 19, 2015
_contour_wrapper.cpp Remove semicolon after PyObject_HEAD. (#8925) Jul 22, 2017
_gtkagg.cpp FIX: gtk blitting May 31, 2017
_image.cpp Merge pull request #5718 from mdboom/image-interpolation Feb 18, 2016
_image.h Merge remote-tracking branch 'matplotlib/v1.5.x' into merge15xto2x May 21, 2016
_image_resample.h Fix clang warning by using fabs to compare floats Mar 7, 2016
_image_wrapper.cpp Fix warnings about incorrect format specifiers. Nov 26, 2016
_macosx.m FIX: Handle properly stopping the NSApp when a tooltip panel might st… May 27, 2017
_path.h Fix typos Jun 3, 2017
_path_wrapper.cpp Implement Path.intersects_bbox in C++ to speed up legend positioning. Mar 7, 2017
_png.cpp Only byte-swap 16-bit PNGs on little-endian (#7792) Jan 11, 2017
_tkagg.cpp Remove semicolon after PyObject_HEAD. (#8925) Jul 22, 2017
_tkmini.h Merge pull request #6442 from matthew-brett/dynamic-tkagg May 24, 2016
_ttconv.cpp Remove use of PyCXX in core C++ extensions Oct 17, 2014
_windowing.cpp Miscellaneous fixes submitted by Christoph Gohlke in the mailing list… Mar 14, 2011
agg_workaround.h Add missing file Nov 11, 2014
array.h Remove use of PyCXX in core C++ extensions Oct 17, 2014
cntr.c CLN: explicitly cast (void *) -> (char *) Jun 14, 2015
file_compat.h Remove use of PyCXX in core C++ extensions Oct 17, 2014
ft2font.cpp Merge branch 'v2.0.x' Mar 27, 2017
ft2font.h Merge pull request #7782 from AdamWill/more-be-int-types Jan 11, 2017
ft2font_wrapper.cpp Remove semicolon after PyObject_HEAD. (#8925) Jul 22, 2017
mplutils.cpp Remove use of PyCXX in core C++ extensions Oct 17, 2014
mplutils.h Merge pull request #6628 from FrankYu/master Jun 24, 2016
numpy_cpp.h Fixed memory leak in contour Aug 12, 2016
path_cleanup.cpp Fix #5948: Don't clip closed paths Feb 1, 2016
path_cleanup.h Remove use of PyCXX in core C++ extensions Oct 17, 2014
path_converters.h FIX: do not skip isolated points in vector outputs Mar 14, 2017
py_adaptors.h Fix compiler warning Nov 11, 2014
py_converters.cpp Fix warnings about incorrect format specifiers. Nov 26, 2016
py_converters.h Merge pull request #5274 from mdboom/uninited-data2 Oct 19, 2015
py_exceptions.h Remove debugging prints Oct 17, 2014
qhull_wrap.c Update qhull to 2015.2 Jan 6, 2017