Commit graph

8 commits

Author SHA1 Message Date
Elliott Sales de Andrade
ee19753f36 build: Remove redundant comparisons
If a Meson option is typed as `boolean`, the `get_option` returns a
boolean, and comparing it with `true` is redundant. Meson also errors if
you try to compare across types, so it couldn't _not_ be a boolean.

Also, Meson is not C, so no need for parentheses around `if` conditions.
2024-09-30 16:44:21 +09:00
Josh Soref
e3c66db301 common: fix 178+ spelling errors 2024-09-30 12:41:38 +09:00
Hermet Park
340ed76d11 svg2png: ++help message 2024-06-27 14:42:27 +09:00
Hermet Park
58de35c911 lottie2gif: fix an issue where the background color is omitted
the issus is occurred when the input is a source folder.
2024-06-27 14:42:27 +09:00
Hermet Park
35b1f4933d infra: relocate the tools folder.
Collect only library source code in src
2024-06-24 14:51:27 +09:00
Hermet Park
2859b8fef5 infra: remove unused resources.
thorvg will revisit this later.
2024-04-05 17:48:04 +09:00
Hermet Park
c1e36bcb01 tools format: remove tizen specific
When ready, we will use this c++ formatter...
2020-12-25 20:06:26 +09:00
pkosko
1712e7d83f
tools: Automatic code format tool added
Tool allows auto formatting of code according to Google coding standard
for easier control and fixing formatting issues.
2020-12-10 10:38:22 +09:00