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
|
9d9f38c875
|
common: code refactoring
Replace standard casting with tvg::cast()
|
2023-05-15 12:07:55 +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 |
|
Hermet Park
|
f0141e63de
|
updated copyright date.
|
2022-01-12 14:08:48 +09:00 |
|
Mira Grudzinska
|
cc9b5669e5
|
tests: fill transformation tests added
|
2021-10-22 19:47:29 +09:00 |
|
Hermet Park
|
8cc7f50235
|
test: API coverage up
Added identifier() test cases.
|
2021-10-22 18:47:05 +09:00 |
|
Michal Maciola
|
8ed6a1a12d
|
utc: increase coverage of picture and fill
|
2021-08-20 12:36:09 +09:00 |
|
Hermet Park
|
547920d324
|
test filling: add fill/linear/radial gradients.
|
2021-07-04 01:44:34 +09:00 |
|