]> O.S.I.I.S - jp/vkvg.git/commit
Win warn clean (#38)
authorj-p <jp_bruyere@hotmail.com>
Mon, 1 Jun 2020 00:20:05 +0000 (02:20 +0200)
committerGitHub <noreply@github.com>
Mon, 1 Jun 2020 00:20:05 +0000 (02:20 +0200)
commitb1970a05b2958e4ea59814420811a2d0b35b3fec
treef58110e718b503fbecb3c73cd36e704d93a5f032
parent4c51f16d54206b82be2a2ab94accdfa6f1d84833
Win warn clean (#38)

* windows warnings cleaning
* use always fixed FONT_FILE_NAME_MAX_SIZE for allocating file name
* batch tests
* debug draw even odd fill + stroke with curves
* clean linux warnings
56 files changed:
.gitignore
CMakeLists.txt
include/vkvg.h
scripts/batchTests.sh [new file with mode: 0755]
src/cross_mutex.c
src/cross_os.c
src/cross_os.h
src/nanosvg.h
src/vkvg_context.c
src/vkvg_context_internal.c
src/vkvg_context_internal.h
src/vkvg_device.c
src/vkvg_device_internal.c
src/vkvg_fonts.c
src/vkvg_fonts.h
src/vkvg_internal.h
src/vkvg_matrix.c
src/vkvg_surface.c
tests/arcs.c
tests/circles.c
tests/clip.c
tests/colinear.c
tests/common/test.c
tests/common/test.h
tests/common/vkengine.c
tests/common/vkengine.h
tests/compositing.c
tests/curve.c
tests/curve2.c [deleted file]
tests/curved_rect.c [deleted file]
tests/dashes.c
tests/dashes2.c [deleted file]
tests/fill.c
tests/fill_and_stroke.c
tests/gradient.c
tests/gradient_transform.c [deleted file]
tests/hlines.c
tests/img_surf.c
tests/line_caps.c
tests/line_join.c
tests/line_join_2.c [deleted file]
tests/line_join_3.c [deleted file]
tests/lines.c
tests/multilines.c
tests/painting.c [deleted file]
tests/random_cirles.c
tests/random_rects.c
tests/rect_fill.c
tests/save_restore.c
tests/simple_paint.c
tests/stroke.c
tests/svg.c
tests/test1.c
tests/text.c
tests/vlines.c
vkh