323 Commits (7709374f4ff4c64e19a067d7033ed58e64da2733)

Author SHA1 Message Date
freiro 9ca3a2d461 Move to SDL2-2.0.5 9 years ago
James Rowe c3ea6f4ddb Add mingw compile support 10 years ago
Jan Beich 8b833d3a97 build: don't install freedesktop.org metadata for SDL2-only builds 9 years ago
Jan Beich 2240cb2eb0 build: add default install for DragonFly, Solaris, etc. 9 years ago
Jan Beich 52da9de5c4 build: clock_gettime() is in libc on BSDs 9 years ago
Jan Beich 48b6c98d31 build: libc may not provide iconv() on Unix 9 years ago
Anthony J. Bentley 26af2b644c common: convert to standard stat()/fstat() interfaces 10 years ago
bunnei 1ea1affe0a dynarmic: Add new submodule. 9 years ago
bunnei 8410e7891c CMakeLists: Set Boost_INCLUDE_DIR. 9 years ago
bunnei a71d6cc040 Revert "MSVC: Add RelWithDebInfo and removing debugging from Release." 9 years ago
James Rowe 8b685c4308 MSVC: Add RelWithDebInfo and removing debugging from Release. 9 years ago
bunnei 33d17d0b62 qt: Use 5.7 on Windows. 9 years ago
James Rowe a976c2e3ba CMake: Fix for QT 5.7 overwriting -std=c++1y flag 10 years ago
Emmanuel Gil Peyrot e09e683720 Remove the -msse4.1 on ¬MSVC. 10 years ago
Lioncash d5f5aeeab8 CMakeLists: Drop support for Qt 4 10 years ago
MerryMage 87de1ca968 Tests: Run tests on CI 10 years ago
MerryMage 920d2cf41d AudioCore: SDL2 Sink 10 years ago
MerryMage 27ce3b3f51 Externals: Add soundtouch 10 years ago
Sam Spilsbury df81fa11fc CMakeLists: Use imported version of Threads::Threads 10 years ago
Sam Spilsbury d051bd3032 CMakeLists: Use CMAKE_THREAD_LIBS_INIT 10 years ago
Lioncash 5ef90464a1 CMakeFiles: Compile as C++14 10 years ago
MerryMage ba2a54a9dd Dependencies: Remove GLFW, Add SDL2 10 years ago
Tony Wasserka 5f567a8229 Enable RTTI on Windows builds. 10 years ago
Yuri Kunde Schlesner f226365f55 CMake: Silence more MSVC "deprecation" warnings 10 years ago
Yuri Kunde Schlesner 6cec330103 CMake: Make all cache options appear even in case of errors 10 years ago
Yuri Kunde Schlesner 9e52aaa01d CMake: Point binary downloads to new official repo 10 years ago
Yuri Kunde Schlesner 70d0d8890a CMake: Remove support for QTDIR environment variable 10 years ago
Yuri Kunde Schlesner fdb0f8203e CMake: Don't complain when Boost isn't found in the system. 10 years ago
Yuri Kunde Schlesner 2eec2c156b CMake: Use HINTS option instead of modifying CMAKE_PREFIX_PATH for Qt 10 years ago
Yuri Kunde Schlesner 078969bdd0 CMake: Add option to download Qt and GLFW binaries over HTTP 10 years ago
Yuri Kunde Schlesner eb26a1941e CMake: Fix architecture detection on MSVC 10 years ago
Yuri Kunde Schlesner a1a5570e97 Replace the previous OpenGL loader with a glad-generated 3.3 one 10 years ago
Yuri Kunde Schlesner 0fcabd2b11 Integrate the MicroProfile profiling library 11 years ago
darkf e053d30bf7 Fix building under MinGW 11 years ago
bunnei b39c053785 Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64. 11 years ago
bunnei 4d51792285 Common: Ported over Dolphin's code for x86 CPU capability detection. 11 years ago
Yuri Kunde Schlesner 12f78c2ba6 Enable linker optimizations in MSVC Release builds 11 years ago
JSFernandes 256eb24777 Fix permissions in pre-commit hook 11 years ago
Greg Wicks 9930ef72dd Implement new argument parsing using getopt and add the corresponding library to externals 11 years ago
Yuri Kunde Schlesner a24a0fbd8a CMake: Fix Debug build configuration in MSVC 11 years ago
Lectem 85183a702a force no-tab/trailing spaces with git hook 11 years ago
Emmanuel Gil Peyrot b1503b2020 Remove every trailing whitespace from the project (but externals). 11 years ago
Yuri Kunde Schlesner 33c57361a9 Update bundled GLFW to 3.1.1 11 years ago
Emmanuel Gil Peyrot d0ee89e2fe Install a .desktop file to make citra-qt launchable from DE menus. 11 years ago
Yuri Kunde Schlesner bf12f270b3 Common: Remove many unnecessary cross-platform compatibility macros 11 years ago
James Rowe 5b9a5493c5 Updated the copy commands to run on post_build and use generator expressions to simplify the code as well 11 years ago
James Rowe 2d7008f03c Changes to bring the previous commits in line with the comments on thepull request. Made the debug build a true debug build with no optimizxations and the RelWithDebInfo is what it says it is too. Changed the copying of the dlls to the build directories to happen at configuration time instead of build time 11 years ago
James Rowe 4a7e21eb58 More changes to the CMakeFiles for better MSVC compatibility. Added in the RelWithDebInfo target and setup copying the Qt 5 Dlls to the output directories. 11 years ago
James Rowe fa79b3f4f4 Small changes to the CMake file to make windows build easier 11 years ago
Yuri Kunde Schlesner 8c39324333 CMake: Inform the user when architecture auto-detection fails 11 years ago