]> O.S.I.I.S - jp/vkvg.git/commit
gunit tests + error handling improvments
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Mon, 25 Nov 2024 13:54:54 +0000 (14:54 +0100)
committerj-p <jp_bruyere@hotmail.com>
Mon, 24 Mar 2025 18:12:00 +0000 (19:12 +0100)
commit5f85e21f95a3c782641c0033ecb4df34d496299c
tree71dfe5cc1b33bd0f1d354ac8df649d5fb6324cc6
parent06aae3f378fef9f346f1a4e2ff2f8c011a2151e9
gunit tests + error handling improvments
30 files changed:
CMakeLists.txt
doc/design/error_handling.md [new file with mode: 0644]
gunit_tests/CMakeLists.txt [new file with mode: 0644]
gunit_tests/context.cpp [new file with mode: 0644]
gunit_tests/device.cpp [new file with mode: 0644]
gunit_tests/main.cpp [new file with mode: 0644]
gunit_tests/main2.cpp [new file with mode: 0644]
gunit_tests/surface.cpp [new file with mode: 0644]
include/vkvg.h
shaders/vkvg_main.frag
src/cross_os.h
src/shaders.h
src/vkvg_context.c
src/vkvg_context_internal.c
src/vkvg_device.c
src/vkvg_device_internal.c
src/vkvg_device_internal.h
src/vkvg_fonts.c
src/vkvg_internal.h
src/vkvg_pattern.c
src/vkvg_surface.c
src/vkvg_surface_internal.c
src/vkvg_surface_internal.h
tests/common/test.c
tests/data/blender_icons16.png [new file with mode: 0644]
tests/multithreading/multithreaded.c
tests/multithreading/multithreaded2.c
tests/multithreading/threaded_create_surf.c
tests/multithreading/threaded_text.c
tests/pattern_transforms.c