index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CMakeTests
Age
Commit message (
Expand
)
Author
2015-10-28
Merge pull request #2816 from comex/huh-where-did-this-go
comex
2015-07-01
Linux: Disable SDL controller backend by default.
Scott Mansell
2015-07-01
Linux: Add an evdev based controller backend, to replace SDL.
Scott Mansell
2015-06-02
Explicitly specify .pc names, since the previous guess in CheckLib.cmake wasn...
comex
2014-12-07
Adds LLVM version check to cmake.
Ryan Houdek
2014-11-25
Update Externals/SFML to 2.1
James Cowgill
2014-10-28
Fix LLVM
Gabriel Corona
2014-10-26
Fixes LLVM library detection.
Ryan Houdek
2014-10-26
Merge pull request #1382 from Sonicadvance1/LLVM-disasm
skidau
2014-10-24
Implements LLVM based disassembler for the debugger.
Ryan Houdek
2014-10-24
Removes unused cmake script for finding GLEW.
Ryan Houdek
2014-07-13
Change libav* autodetection to support framedumping on Ubuntu 14.04
Pierre Bourdon
2014-06-27
CMake: update min. libav/ffmpeg library versions
Tillmann Karras
2014-06-27
CMake: mention ffmpeg in libav messages
Tillmann Karras
2014-02-28
Merge pull request #100 from Tilka/misc_fixes
Pierre Bourdon
2014-02-28
CMake: fix escaping in miniupnpc test
Tillmann Karras
2014-02-28
Makes the detection of shared PolarSSL more inline with usage.
Matthew Parlane
2014-02-24
CMake: check PolarSSL version
Tillmann Karras
2014-02-24
PolarSSL/CMake: validate cached values
Tillmann Karras
2014-02-24
PolarSSL: adapt Dolphin to new version
Tillmann Karras
2013-12-27
[buffer_storage] Require GLEW 1.10 which has the new OpenGL 4.4 methods. Fixe...
Ryan Houdek
2013-09-09
Remove the REQUIRED option from the cmake pkg-config check for GLEW so
Glenn Rice
2013-09-07
When checking for glew, don't fail if a working system version is not
Glenn Rice
2013-09-07
When checking for glew via cmake check to see that the system version of glew
Glenn Rice
2013-09-02
Add a check for a shared polarssl library. This checks to see that the
Glenn Rice
2013-08-29
libusb: fix cmake endif
degasus
2013-08-24
Fix android build.
Matthew Parlane
2013-08-16
Merge branch 'master' into wii-network
Matthew Parlane
2013-08-15
Support PolarSSL on *nix
Matthew Parlane
2013-07-21
Use pkg-config to check for XInput2
Jasper St. Pierre
2013-07-20
Add X11 XInput2 input plugin, including MPX and with support for axis controls.
Max Eliaser
2013-07-09
On linux check for a new enough system version of miniupnpc. Fall back
Glenn Rice
2013-04-24
Completed port to gnutls for linux.
Matthew Parlane
2012-12-30
Add better FindLibUsb support for MacOSX.
Matthew Parlane
2012-12-24
Add Libusb to cmake and HID files.
Matthew Parlane
2012-08-28
Update the cmake build system to neccessary versions of libav.
Glenn Rice
2012-07-12
Add SDL2 support to build system.
Scott Moreau
2011-11-22
Update required libav versions in the cmake build.
Glenn Rice
2011-09-13
Add libav headers to the include directories.
NeoBrainX
2011-08-22
Fixed FindSFML.cmake to not report SFML to be found if it's not installed.
NeoBrainX
2011-08-19
Fix cmake/sfml version issue on Arch Linux.
Jordan Woyak
2010-12-14
When the gfx debugger is saving shaders make sure the directory exists.
Glenn Rice
2010-12-13
Added a FASTLOG option for the cmake build to enable all logs.
Glenn Rice
2010-12-10
Make the cmake check_lib macro more versatile. It first tries pkg-config, an...
Glenn Rice
2010-11-18
Fix for issue 3507. Compile with old GLEW versions, support user-specified CF...
Christian Morales Vega
2010-11-13
Change the cmake check_lib routine to use REQUIRED/OPTIONAL instead of TRUE/F...
Glenn Rice
2010-11-12
Several little things.
Glenn Rice