408 Commits (909d84e4b466df917440298a072cc2affb7efbcc)

Author SHA1 Message Date
Yuri Kunde Schlesner 4e4896ab6e CMake: Remove support for QTDIR environment variable 10 years ago
Yuri Kunde Schlesner 3351ac9afb CMake: Don't complain when Boost isn't found in the system. 10 years ago
Yuri Kunde Schlesner 9d2892aec1 CMake: Use HINTS option instead of modifying CMAKE_PREFIX_PATH for Qt 10 years ago
Yuri Kunde Schlesner e351e56465 CMake: Add option to download Qt and GLFW binaries over HTTP 10 years ago
Yuri Kunde Schlesner 4bb03a1f0b CMake: Fix architecture detection on MSVC 10 years ago
Yuri Kunde Schlesner e5cc2e2ef0 Replace the previous OpenGL loader with a glad-generated 3.3 one 10 years ago
Yuri Kunde Schlesner 424b0fa646 Integrate the MicroProfile profiling library 11 years ago
darkf 8d212ff881 Fix building under MinGW 11 years ago
bunnei 4ffc095fa3 Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64. 11 years ago
bunnei 432d1c5263 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
Yuri Kunde Schlesner 555c82739e CMake: Fix wrong filename in message 11 years ago
darkf 67c644e317 Fix building on MinGW 11 years ago
Yuri Kunde Schlesner 57503df97f CMake: Consistently set _DEBUG and NDEBUG in all platforms 11 years ago
bunnei e213f91373 Fix Windows build 11 years ago
chinhodado f689e97380 Cleanup: Remove redundant /Oi flag 11 years ago
Johannes Ekberg b027f7fe15 Looks like that might be needed on OSX after all 11 years ago
Johannes Ekberg d7ad14ae20 Use -pthread where and only where needed 11 years ago
Johannes Ekberg 1351819810 Link Cocoa, IOKit and CoreVideo on OSX 11 years ago
Johannes Ekberg 7d7ab70279 Generic PLATFORM_LIBRARIES var 11 years ago
Yuri Kunde Schlesner f983d955f9 CMake: Enable VS parallel builds for a good reduction in compile times 11 years ago
Yuri Kunde Schlesner da04976437 CMake: Require Boost 1.57.0 (fixes Travis OS X) 11 years ago
Yuri Kunde Schlesner 361735e7fe CMake: Silence PNG not found error 11 years ago
Yuri Kunde Schlesner ed8f32f03e CMake: Use improved optimization flags on MSVC 11 years ago
Tony Wasserka 056a8f9dfa Add nihstro (a 3DS shader tools suite) as a submodule. 11 years ago
Yuri Kunde Schlesner 98a9aba46f Remove C++14/1y requirement 11 years ago
Yuri Kunde Schlesner 731b31fe97 Switch to C++14 to use std::make_unique 11 years ago
Yuri Kunde Schlesner 06f31e8b47 Clean up CMake library specification 11 years ago
Tony Wasserka 4d4572c697 Integrate Boost into build system and perform a trivial cleanup in vertex_shader.cpp. 11 years ago
Subv 8712c9dcd6 CMake: Place all the built files in BUILD_DIR/bin/<Configuration> when compiling with MSVC 11 years ago
archshift e6594f9f53 Added configuration file system. 11 years ago
archshift 051b162add Removed the need for X11 on OS X 11 years ago
Yuri Kunde Schlesner 45976da975 CMake cleanup 11 years ago
Yuri Kunde Schlesner 478289140d Replace GLEW with a glLoadGen loader. 11 years ago
Tony Wasserka c4691b784b Pica: Add support for dumping textures. 12 years ago
Sacha 90f23020f5 Add Qt5 option. Use Qt5 by default. 12 years ago
Sacha b7ecc9543a CMake Cleanup 12 years ago