Latest commit
062beb6
Jul 22, 2017
#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 |
|
|
|
|
.clang-format |
|
|
|
|
_backend_agg.cpp |
|
|
|
|
_backend_agg.h |
|
|
|
|
_backend_agg_basic_types.h |
|
|
|
|
_backend_agg_wrapper.cpp |
|
|
|
|
_backend_gdk.c |
|
|
|
|
_contour.cpp |
|
|
|
|
_contour.h |
|
|
|
|
_contour_wrapper.cpp |
|
|
|
|
_gtkagg.cpp |
|
|
|
|
_image.cpp |
|
|
|
|
_image.h |
|
|
|
|
_image_resample.h |
|
|
|
|
_image_wrapper.cpp |
|
|
|
|
_macosx.m |
|
|
|
|
_path.h |
|
|
|
|
_path_wrapper.cpp |
|
|
|
|
_png.cpp |
|
|
|
|
_tkagg.cpp |
|
|
|
|
_tkmini.h |
|
|
|
|
_ttconv.cpp |
|
|
|
|
_windowing.cpp |
|
|
|
|
agg_workaround.h |
|
|
|
|
array.h |
|
|
|
|
cntr.c |
|
|
|
|
file_compat.h |
|
|
|
|
ft2font.cpp |
|
|
|
|
ft2font.h |
|
|
|
|
ft2font_wrapper.cpp |
|
|
|
|
mplutils.cpp |
|
|
|
|
mplutils.h |
|
|
|
|
numpy_cpp.h |
|
|
|
|
path_cleanup.cpp |
|
|
|
|
path_cleanup.h |
|
|
|
|
path_converters.h |
|
|
|
|
py_adaptors.h |
|
|
|
|
py_converters.cpp |
|
|
|
|
py_converters.h |
|
|
|
|
py_exceptions.h |
|
|
|
|
qhull_wrap.c |
|
|