summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2015-08-24Integrate the MicroProfile profiling libraryYuri Kunde Schlesner
2015-08-17Fix building under MinGWdarkf
2015-08-15Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.bunnei
2015-08-15Common: Ported over Dolphin's code for x86 CPU capability detection.bunnei
2015-07-28Enable linker optimizations in MSVC Release buildsYuri Kunde Schlesner
2015-07-14Fix permissions in pre-commit hookJSFernandes
2015-07-12Implement new argument parsing using getopt and add the corresponding library...Greg Wicks
2015-07-09CMake: Fix Debug build configuration in MSVCYuri Kunde Schlesner
2015-06-21Merge pull request #839 from Lectem/whitespacepolicyYuri Kunde Schlesner
2015-06-09force no-tab/trailing spaces with git hookLectem
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot
2015-05-25Update bundled GLFW to 3.1.1Yuri Kunde Schlesner
2015-05-14Merge pull request #675 from jroweboy/windows-build-fixesYuri Kunde Schlesner
2015-05-13Install a .desktop file to make citra-qt launchable from DE menus.Emmanuel Gil Peyrot
2015-05-06Common: Remove many unnecessary cross-platform compatibility macrosYuri Kunde Schlesner
2015-03-26Updated the copy commands to run on post_build and use generator expressions ...James Rowe
2015-03-26Changes to bring the previous commits in line with the comments on thepull re...James Rowe
2015-03-26More changes to the CMakeFiles for better MSVC compatibility. Added in the Re...James Rowe
2015-03-26Small changes to the CMake file to make windows build easierJames Rowe
2015-02-03Merge pull request #483 from yuriks/cmake-fixbunnei
2015-01-19CMake: Inform the user when architecture auto-detection failsYuri Kunde Schlesner
2015-01-13CMake: Fix wrong filename in messageYuri Kunde Schlesner
2015-01-11Fix building on MinGWdarkf
2015-01-10CMake: Consistently set _DEBUG and NDEBUG in all platformsYuri Kunde Schlesner
2015-01-10Fix Windows buildbunnei
2015-01-10Merge pull request #342 from uppfinnarn/masterbunnei
2015-01-09Cleanup: Remove redundant /Oi flagchinhodado
2015-01-09Looks like that might be needed on OSX after allJohannes Ekberg
2015-01-09Use -pthread where and only where neededJohannes Ekberg
2015-01-09Link Cocoa, IOKit and CoreVideo on OSXJohannes Ekberg
2015-01-09Generic PLATFORM_LIBRARIES varJohannes Ekberg
2015-01-09CMake: Enable VS parallel builds for a good reduction in compile timesYuri Kunde Schlesner
2014-12-29CMake: Require Boost 1.57.0 (fixes Travis OS X)Yuri Kunde Schlesner
2014-12-22Merge pull request #275 from yuriks/cmake-cleanbunnei
2014-12-21CMake: Silence PNG not found errorYuri Kunde Schlesner
2014-12-21CMake: Use improved optimization flags on MSVCYuri Kunde Schlesner
2014-12-20Add nihstro (a 3DS shader tools suite) as a submodule.Tony Wasserka
2014-12-20Remove C++14/1y requirementYuri Kunde Schlesner
2014-12-16Switch to C++14 to use std::make_uniqueYuri Kunde Schlesner
2014-12-15Clean up CMake library specificationYuri Kunde Schlesner
2014-12-07Integrate Boost into build system and perform a trivial cleanup in vertex_sha...Tony Wasserka
2014-12-01CMake: Place all the built files in BUILD_DIR/bin/<Configuration> when compil...Subv
2014-10-07Added configuration file system.archshift
2014-09-02Removed the need for X11 on OS Xarchshift
2014-09-01CMake cleanupYuri Kunde Schlesner
2014-09-01Replace GLEW with a glLoadGen loader.Yuri Kunde Schlesner
2014-08-25Pica: Add support for dumping textures.Tony Wasserka
2014-08-19Add Qt5 option. Use Qt5 by default.Sacha
2014-08-18CMake CleanupSacha
2014-05-19* Remove -fpermissivePhillip Stephens