]> O.S.I.I.S - jp/vkvg.git/commit
clang-format + debug samples
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Mon, 4 Aug 2025 10:07:12 +0000 (12:07 +0200)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Mon, 4 Aug 2025 10:07:12 +0000 (12:07 +0200)
commit2cf49ea7c4143c2a96b9ee643066ffadd5abb067
treec54d52682ea305f34097eae14b5d2c9281824e6c
parent0ca30a2d019ec31459a571dd82a36dad140df49b
clang-format + debug samples
108 files changed:
.clang-format
.github/workflows/cmake.yml
format.sh [new file with mode: 0755]
gunit_tests/basicDraw.cpp
gunit_tests/context.cpp
gunit_tests/device.cpp
gunit_tests/drawTestBase.cpp
gunit_tests/drawTestBase.h
gunit_tests/imageDraw.cpp
gunit_tests/main.cpp
gunit_tests/main2.cpp
gunit_tests/matrices.cpp
gunit_tests/patternDraw.cpp
gunit_tests/stb_image.h
gunit_tests/stb_image_write.h
gunit_tests/surface.cpp
include/vkvg-svg.h
include/vkvg.h
samples/SampleApp.cpp
samples/SampleApp.hpp
samples/VkvgTest.cpp
samples/VkvgTest.hpp
samples/main.cpp
samples/tests/arcs.cpp
samples/tests/curve.cpp
samples/tests/gradient.cpp
samples/tests/img_surf.cpp
samples/tests/line_caps.cpp
samples/tests/line_join.cpp
samples/tests/randoms.cpp
samples/tests/text.cpp
src/cross_os.c
src/cross_os.h
src/deps/tinycthread.c
src/deps/tinycthread.h
src/nsvg/nanosvg.h
src/nsvg/vkvg_nsvg.c
src/recording/vkvg_record.c
src/recording/vkvg_record_internal.c
src/recording/vkvg_record_internal.h
src/stb_image.h
src/stb_image_write.h
src/stb_truetype.h
src/vectors.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_device_internal.h
src/vkvg_fonts.c
src/vkvg_fonts.h
src/vkvg_internal.h
src/vkvg_matrix.c
src/vkvg_pattern.c
src/vkvg_pattern.h
src/vkvg_surface.c
src/vkvg_surface_internal.c
template.c
tests/arcs.c
tests/bezier.c
tests/circles.c
tests/clip.c
tests/colinear.c
tests/common/nanosvg.h
tests/common/test.c
tests/common/test.h
tests/common/tinycthread.c
tests/common/tinycthread.h
tests/common/vkengine.c
tests/common/vkengine.h
tests/compositing.c
tests/context.c
tests/curve.c
tests/dashes.c
tests/fill.c
tests/fill_and_stroke.c
tests/fill_non_zero.c
tests/gradient.c
tests/gradient2.c
tests/img_surf.c
tests/inverse_colinear.c
tests/line_caps.c
tests/line_join.c
tests/lines.c
tests/multithreading/multithreaded.c
tests/multithreading/multithreaded2.c
tests/multithreading/threaded_create_surf.c
tests/multithreading/threaded_text.c
tests/offscreen.c
tests/paint_surf.c
tests/path_extents.c
tests/pattern_transforms.c
tests/perfs/random_rects.c
tests/perfs/randoms.c
tests/radial_gradient.c
tests/recording.c
tests/rect_fill.c
tests/save_restore.c
tests/simple_paint.c
tests/stroke.c
tests/surface.c
tests/svg.c
tests/test1.c
tests/text.c
tests/tmp/getarcstep.c
tests/transform.c
tests/vkvg-svg/svg-viewer.c