diff --git a/External-influences.md b/External-influences.md index c554723..8253183 100644 --- a/External-influences.md +++ b/External-influences.md @@ -2,13 +2,14 @@ This page contains a list of all external projects that have in some way been in | Project | | |---------|-| -| [boringssl](https://boringssl.googlesource.com/boringssl/) | | +| [boringssl](https://boringssl.googlesource.com/boringssl/) | [Fix android compilation](https://github.com/google/boringssl/commit/d3ec6f1adb389de1a5d9159f56ccce225a17c363) | | [curl](https://github.com/curl/curl) | | -| [discord-rpc](https://github.com/discordapp/discord-rpc) | vista support, MSVC+ARM support, dispose crash | -| [gcc](https://gcc.gnu.org) | +| [discord-rpc](https://github.com/discordapp/discord-rpc) | [vista support](https://github.com/discordapp/discord-rpc/pull/68), MSVC+ARM support, [dispose crash](https://github.com/discordapp/discord-rpc/pull/179), [more by janisozaur](https://github.com/discordapp/discord-rpc/pulls?utf8=%E2%9C%93&q=author%3Ajanisozaur), [more by IntelOrca](https://github.com/discordapp/discord-rpc/pulls?utf8=%E2%9C%93&q=author%3AIntelOrca) | +| [gcc](https://gcc.gnu.org) | https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84357 | | [imagemagick](https://www.imagemagick.org/script/index.php) | [control dither amount](https://github.com/ImageMagick/ImageMagick/issues/1175) -| [libzip](https://github.com/nih-at/libzip) | vcpkg integration, MSVC+ARM support -| [msvc](https://visualstudio.microsoft.com) | O2 generator bug +| [libzip](https://github.com/nih-at/libzip) | [vcpkg integration](https://github.com/nih-at/libzip/pull/16), [MSVC+ARM support](https://github.com/nih-at/libzip/pull/32) +| [llvm](https://llvm.org) | [Caching of gnu_debuglink information in objcopy](https://github.com/llvm/llvm-project/commit/9df3883618a91832f129213a4637957bf2ba9fa2) | +| [msvc](https://visualstudio.microsoft.com) | O2 generator bug, [Colorization 1](https://devblogs.microsoft.com/cppblog/quick-info-improvements-in-visual-studio-2019-colorization-and-search-online/), [Colorization 2](https://devblogs.microsoft.com/visualstudio/visual-studio-2019-version-16-1-preview-3/), MSVC seems to be using OpenRCT2 as one of the test projects. | [sdl2](https://www.libsdl.org) | audio bug, MSVC+ARM support | -| [vcpkg](https://github.com/Microsoft/vcpkg) | addition of packages, multi-threaded support +| [vcpkg](https://github.com/Microsoft/vcpkg) | addition of packages, [multi-threaded support](https://github.com/microsoft/vcpkg/issues/2368) | [wine](https://www.winehq.org) | \ No newline at end of file