dolphin/Externals
comex 8a02473237 Fix more warnings:
- Externals/soundtouch/CMakeLists.txt: add -w (since it's not our code) to
silence an unused variable warning
- Source/Core/Core/NetPlayClient.cpp: Work around a Clang/libc++ bug where
initializing a std::array the way the standard says you're supposed to produces
a warning.  (libc++'s implementation of std::array, like any sane
implementation, has a C array as a field, so the most explicit form of
initialization would use two braces, one for the struct and one for the array.
Clang has a general warning for not being explicit with braces, which is
usually sane.  But the standard only guarantees that initializing std::array
works with a single pair of braces!)  There are other places in Dolphin that
incorrectly use double braces, presumably to avoid the warning, so maybe the
warning should just be turned off, but in any case here I just switch to an
equivalent .fill().
2016-07-10 21:51:28 -04:00
..
Bochs_disasm [windows] Update projects to vs2015. 2015-09-03 04:23:01 -07:00
LZO [windows] Update projects to vs2015. 2015-09-03 04:23:01 -07:00
OpenAL Update OpenAL-soft to 1.16.0 2014-09-03 19:48:54 +10:00
Qt@9dca8d6c71 Externals/Qt: Update to Qt 5.5.0. 2015-11-06 18:39:30 -05:00
SFML [windows] Update projects to vs2015. 2015-09-03 04:23:01 -07:00
SOIL [windows] Update projects to vs2015. 2015-09-03 04:23:01 -07:00
XAudio2_7 Add headers required by XAudio2_7 to externals. 2014-08-23 11:03:07 -07:00
curl Windows: Don't include Externals\curl\lib\ everywhere 2016-06-21 10:58:50 +02:00
d3dx12 D3D12: Add d3dx12.h helper library to Externals 2016-02-15 09:48:23 -08:00
enet [windows] Update projects to vs2015. 2015-09-03 04:23:01 -07:00
ffmpeg Add ffmpeg externals 2016-01-05 18:00:41 +01:00
gettext Build mo translation files on all platforms. Had to import msgfmt executable in the Externals to do this on windows. 2011-01-10 19:26:36 +00:00
gtest Externals: Update gtest to r733 2015-07-20 22:53:28 -07:00
libiconv-1.14 [Android] Add in a static libiconv library so non English games don't crash Dolphin Mobile. 2013-08-29 04:43:31 -05:00
libpng [windows] Update projects to vs2015. 2015-09-03 04:23:01 -07:00
libusb Patch libusb to compile on vs2015. 2015-09-03 04:38:50 -07:00
mbedtls Remove mbedtls header install target. 2016-03-01 17:14:09 -06:00
miniupnpc Externals: Update miniupnpc to API version 14 2015-10-13 23:35:52 -07:00
portaudio [windows] Update projects to vs2015. 2015-09-03 04:23:01 -07:00
soundtouch Fix more warnings: 2016-07-10 21:51:28 -04:00
wxWidgets3 Externals: Add libcurl. 2016-06-18 18:31:40 +02:00
xxhash [windows] Update projects to vs2015. 2015-09-03 04:23:01 -07:00
zlib [windows] Update projects to vs2015. 2015-09-03 04:23:01 -07:00
licenses.md D3D12: Add d3dx12.h helper library to Externals 2016-02-15 09:48:23 -08:00