godot/thirdparty/misc
Andrii Doroshenko (Xrayez) 9bf48db891 Build Clipper with tools=no and patch it to auto-disable exceptions
Reverts "Build polygon clipper only in tools builds" (see #17319)
which allows to build Clipper with tools disabled (release) and because
of that, Clipper has to be patched to optionally disable exceptions in
order to be built on some platforms.

Patched Clipper 6.4.2 to be compiled with exceptions enabled/disabled.
and ensure that Clipper-specific exception macros are defined: don't use
exceptions by default unless exception handling is detected.

Compilation with exceptions will be determined by various
C++ exceptions defines:

* ` __cpp_exceptions` is part of C++ feature testing macros (since C++98);
* `__EXCEPTIONS` is used by some GNU compilers;
* `_CPPUNWIND` is used by MSVC.

The user can override specific exceptions behavior via corresponding
`*_USER` macros (i.e. compiling for embedded systems).
2019-05-22 13:12:21 +03:00
..
aes256.cpp
aes256.h
base64.c
base64.h
clipper-exceptions.patch Build Clipper with tools=no and patch it to auto-disable exceptions 2019-05-22 13:12:21 +03:00
clipper.cpp Build Clipper with tools=no and patch it to auto-disable exceptions 2019-05-22 13:12:21 +03:00
clipper.hpp
curl_hostcheck.c
curl_hostcheck.h
easing_equations.cpp
fastlz.c
fastlz.h
hq2x.cpp
hq2x.h
ifaddrs-android.cc
ifaddrs-android.h
md5.cpp
md5.h
mikktspace.c
mikktspace.h
open-simplex-noise-LICENSE
open-simplex-noise-no-allocate.patch
open-simplex-noise.c
open-simplex-noise.h
pcg.cpp Properly setup seed in RNG 2019-03-27 19:37:25 +03:00
pcg.h Properly setup seed in RNG 2019-03-27 19:37:25 +03:00
sha256.c
sha256.h
smaz.c
smaz.h
stb_truetype.h stb: Update to upstream stb_truetype 1.21 and stb_vorbis 1.15 2019-03-04 14:06:31 +01:00
stb_vorbis.c stb: Update to upstream stb_truetype 1.21 and stb_vorbis 1.15 2019-03-04 14:06:31 +01:00
stb_vorbis.h
triangulator.cpp
triangulator.h
yuv2rgb.h