Martin Capitanio
|
4def2a679c
|
Fix clang compiler warnings in unit tests.
[clang] Warn on unqualified calls to std::move and std::forward
See: https://reviews.llvm.org/D119670
[141/166] Compiling C++ object test/tvgUnitTests.p/testAccessor.cpp.o
../thorvg-git/test/testAccessor.cpp:58:29: warning: unqualified call to
'std::move' [-Wunqualified-std-cast-call]
picture = accessor->set(move(picture), nullptr);
^
std::
...
|
2023-06-07 16:56:30 +09:00 |
|
Hermet Park
|
1ae92daa9d
|
api: enhance Shape::fill() method usage.
Designate a default value for alpha which is mostly optional.
|
2023-06-07 12:10:31 +09:00 |
|
Hermet Park
|
f0ae3e9cee
|
test: fix broken plugin support.
The thorvg test should not attempt to perform features
that were not enabled, as this will cause them to fail.
@Issues: https://github.com/thorvg/thorvg/issues/1251
|
2023-04-06 19:47:10 +09:00 |
|
Hermet Park
|
9b3c34c3b1
|
updated copyright.
|
2023-01-14 13:48:11 +09:00 |
|
Mira Grudzinska
|
1980d9d0e3
|
all: Trailing spaces removed
|
2023-01-07 10:53:51 +09:00 |
|
Hermet Park
|
d78744bae3
|
test accessor: added accessor test unit test.
@Issue: https://github.com/Samsung/thorvg/issues/1243
|
2022-12-08 22:39:09 +09:00 |
|