b8ead9b8a9
miniupnpc: use correct include dirs for cmake
2017-08-17 13:15:02 -07:00
df6165391e
Externals: Fix FreeBSD build
2017-07-30 07:46:23 -07:00
a3a3bf9144
Externals/glslang: Silent even more warnings
...
* -Wno-unused-but-set-variable: only set this flag with gcc, otherwise
clang will issue warnings about the warning option being unknown :)
(-Wunknown-warning-option)
* -Wmissing-variable-declarations: clang warns about missing extern
declarations for non-static variables.
2017-07-28 21:55:35 +08:00
7449f1e818
CMake: Use add_compile_options instead of add_definitions for glslang
...
Fixes the warning spam in the build logs.
2017-07-28 22:12:25 +10:00
599a235a19
Merge pull request #5691 from ligfx/openalonlywindowsdynamic
...
OpenAL: only enable on Windows + dynamically load DLL
2017-06-27 01:18:06 -07:00
3094b1bd4f
Merge pull request #5684 from TaoSc/xxhash-update
...
Update xxhash to 0.6.2
2017-06-27 00:59:27 -07:00
8e849b1595
Remove OpenAL DLL from Externals
2017-06-27 00:06:14 -07:00
38b61edaa5
Qt/Windows: Properly link against qtmain.
2017-06-23 00:46:13 -07:00
04e7e027e0
Remove unused solution files
2017-06-16 13:09:50 +02:00
b08201654e
Externals: Add zeux/pugixml@38edf25
...
Along with VS boilerplate to get it to build on Windows.
2017-06-13 14:05:10 +02:00
ab2fca042e
Update xxhash to 0.6.2
2017-06-10 14:02:27 +02:00
b841f796f9
Merge pull request #5588 from TaoSc/zlibupdate
...
Update zlib to 1.2.11
2017-06-09 17:25:20 -07:00
4000009e8b
msbuild: disable warnings from Externals\enet
2017-06-07 18:44:03 -07:00
ae3c8a4be9
msbuild: update to Qt5.9.0
2017-06-05 11:44:21 -07:00
a829f8faaf
Merge pull request #5434 from TaoSc/master
...
Update libpng to 1.6.29
2017-06-04 13:52:41 +02:00
88ccda17d3
cubeb: don't define _MBCS or redefine _CRT_SECURE_NO_WARNINGS
2017-06-03 18:20:40 -07:00
d1d75ff962
remove unused msbuild file content
2017-06-03 18:20:40 -07:00
397720a9fe
might as well update yet some more pointless version numbers..
2017-06-03 18:20:40 -07:00
e8e2f329fb
wxw: clean up vcxproj a bit
2017-06-03 18:20:40 -07:00
80642a944d
wxw[msw]: disable wxUSE_DBGHELP (issue 7591)
2017-06-03 18:20:40 -07:00
ddae5058e9
msbuild: increment other version numbers to vs2017 equivalents
2017-06-03 18:20:39 -07:00
dda7e2cc2c
VS2015/2017 build fix and enable C++11 features
...
Patch by KindDragon from google/googletest#811
2017-05-28 13:37:33 +02:00
072c161445
upgrade to Windows SDK 10.0.15063.0
...
this is required for /permissive- to work, because some headers in the
Windows SDK use Microsoft extensions that are not allowed in standards mode
2017-05-28 13:37:31 +02:00
34ad1eb547
Externals: remove PortAudio
2017-05-27 18:28:57 -07:00
17f4413143
Externals/cubeb: add Visual Studio build files
2017-05-27 18:28:56 -07:00
812520cc65
Add cubeb@62871b2 to Externals/
...
Includes submodule sanitizers-cmake@f09151b
2017-05-27 18:28:56 -07:00
d4faa099d9
Merge pull request #5481 from ligfx/updateqt5.8
...
Update ext-win-qt submodule for Qt 5.8
2017-05-27 17:59:46 -07:00
abaec0be8f
Remove reference to d3dx12 license
2017-05-26 01:16:04 -07:00
00761a39c4
Remove Externals/d3dx12
2017-05-26 01:16:04 -07:00
07a23f6924
Update ext-win-qt submodule for Qt 5.8
...
Accompanying PR for https://github.com/dolphin-emu/ext-win-qt/pull/3
2017-05-26 01:00:15 -07:00
d592bdd4d4
Migrate to Visual Studio 2017.
...
Auto-generated by the IDE, I'll trust it knows what it's doing.
2017-05-25 15:58:59 -07:00
100420f4d1
Update libpng to 1.6.29
2017-05-21 22:42:04 +02:00
b3c26b6ec4
Update zlib to 1.2.11
2017-05-18 19:49:06 +02:00
f3052b7a15
Merge pull request #5318 from ligfx/cmakehidapi
...
CMake: clean up HIDAPI build
2017-05-03 19:54:06 -04:00
537fbf33a7
Remove HIDAPI Autotools build system and unused files
2017-04-27 02:41:00 -07:00
655ab9b4e2
CMake: clean up HIDAPI build
2017-04-27 02:41:00 -07:00
6e1940c404
CMake: don't globally include wxWidgets headers
2017-04-25 17:18:20 -07:00
f4c0723387
CMake: move wxWidgets check_lib code into wxWidgets
2017-04-25 17:18:20 -07:00
6197d9622f
CMake: move GTK+ check into wxWidgets
2017-04-25 17:18:20 -07:00
8e7648f42a
CMake: modern-ize wxWidgets
2017-04-25 17:18:18 -07:00
8ff26a6eda
soundtouch: Use shorts instead of floats for samples
2017-04-12 13:15:00 +01:00
0831dad467
Initial support for Haiku.
2017-03-27 23:46:19 -04:00
9b1165acf6
Update Windows ffmpeg to 3.2.4
2017-02-28 12:29:45 -05:00
77c7fa836f
Add the cpp-optparse project to Externals.
...
From https://github.com/weisslj/cpp-argparse
2017-02-16 14:09:13 +01:00
b8dd3e690f
Externals: Update mbedtls to 2.4.1
...
The latest version has tons of security fixes (which is expected for a
library such as mbedtls).
Updating also allows getting rid of a few deprecation warnings.
2017-02-12 10:29:02 +01:00
68dfff5798
CMake/Libusb: compile libusb/os/windows_usbdk.c
2017-02-10 16:24:16 -08:00
2571eb16ff
Only use usbdk when installed
...
Check UsbDK availability at run time and activate UsbDk backend when
possible.
Fall back to current behavior when UsbDK not installed.
Signed-off-by: Dmitry Fleytman <dfleytma@...>
Signed-off-by: Sameeh Jubran <sameeh@...>
2017-02-10 13:12:41 +01:00
d244597b42
Merge pull request #4408 from leoetlino/usb
...
IOS: USB support (OH0, USB_VEN, USB_HID)
2017-02-07 09:17:05 +13:00
5984ca26f3
wx: Move platform defines to wx setup header
...
Usually, this is passed as a preprocessor definition, but this is error
prone and just complicating the compiler invocation for no good reason.
2017-02-06 04:27:06 +01:00
56fec3d72a
Switch to the usbdk backend for libusb on Windows
...
The usbdk backend is the only libusb backend that has official support
for isochronous transfers (which are required for Wii Speak,
microphones and cameras). And it's actively developed and maintained.
2017-02-05 11:36:49 +01:00