thorvg/src/common
Hermet Park a49532a818 common: STM32 portability enhancement
Some systems such as micro-processor might not support
the thread feature on the system.

Enhance the portability by compiling the thorvg with toggling the
threading depepdency through the build option.

For this, thorvg newly introduced the internal Key/ScopedLock abstraction
for transparent thread-locking dependnecy.

To turn off the thread feature, please use the next build option:

$meson setup build -Dthreads=false ...

Note that, the thread feature is enabled in default.
Turning off the thread feature could reduce the binary size by 7kb.

issue: https://github.com/thorvg/thorvg/issues/1900
2024-01-18 10:20:21 +09:00
..
meson.build common: STM32 portability enhancement 2024-01-18 10:20:21 +09:00
tvgArray.h updated copyright date (#1866) 2023-12-28 10:43:25 +09:00
tvgBezier.cpp updated copyright date (#1866) 2023-12-28 10:43:25 +09:00
tvgBezier.h updated copyright date (#1866) 2023-12-28 10:43:25 +09:00
tvgCompressor.cpp updated copyright date (#1866) 2023-12-28 10:43:25 +09:00
tvgCompressor.h updated copyright date (#1866) 2023-12-28 10:43:25 +09:00
tvgFormat.h updated copyright date (#1866) 2023-12-28 10:43:25 +09:00
tvgInlist.h updated copyright date (#1866) 2023-12-28 10:43:25 +09:00
tvgLock.h common: STM32 portability enhancement 2024-01-18 10:20:21 +09:00
tvgMath.cpp updated copyright date (#1866) 2023-12-28 10:43:25 +09:00
tvgMath.h updated copyright date (#1866) 2023-12-28 10:43:25 +09:00
tvgStr.cpp updated copyright date (#1866) 2023-12-28 10:43:25 +09:00
tvgStr.h updated copyright date (#1866) 2023-12-28 10:43:25 +09:00