* Add function_ref
Made by the same guy that made the expected package, maybe we should name them tl_expected and tl_function_ref as they're common names
* function_ref: use C++14 for tests
* Mark expected and function_ref headeronly
* Mark catch2, hopscotch-map and sol2 as header-only
* Update sol2 to v3.2.3 (fixes compilation error)
* Add tl_ prefix to expected and tl_function_ref packages
* Add scons package
* Remove on_load from windows and add bsd support
* Fix find version of python in scons
* Don't use gsub to get version from pyton in scons
* Add msys support to scons
* Explicitly look for python3 in scons
* Remove bsd support and add mingw to on_load. scons
* Add on_load for windows in scons
* Add msys to on_load in scons
* Move Scripts folder to bin on windows in scons
* Move on_load to on_install and add PYTHONPATH on windows in scons
* Small fixes to scons
* Remove comments from scons
* Fix PYTHONPATH for msys in scons
* Add both PYTHONPATHs to scons
* Fix set_kind spaces in scons
* Add sentry-native
* Fix package url
* Fix sentry-native
* -_-
* I copy-pasted too much code
* Sentry-native: Fix test
* Patch sentry-native for Windows
Why do these libs always have to be patched?
https://github.com/getsentry/sentry-native/issues/415
* Add syslinks for windows linux and android
* Reduce supported platforms list
* Fix typo
* Improve dependencies
* Try to fix compilation for macOS
https://stackoverflow.com/questions/61346222/integrating-crashpad-with-macos-qt-application
* Try to fix windows compilation
* Fix sentry in static mode on Windows
* Fix SENTRY_BUILD_RUNTIMESTATIC
* Try to fix linking on Windows