summaryrefslogtreecommitdiff
path: root/Source/CMakeLists.txt
AgeCommit message (Expand)Author
2026-01-11Merge pull request #14251 from JoshuaVandaele/cmake-editorconfigJMC47
2026-01-06Set standard to c++23 for non-MSVC compilersDentomologist
2026-01-04CMake: Apply editorconfig formattingJoshua Vandaële
2025-11-08CMakeLists: Disable `-Wtrigraphs`.cristian64
2025-02-21CMake: don't enable -Wshadow-uncaptured-localTillmann Karras
2025-01-22ArmCPUDetect: Add OpenBSD support for elf_aux_infoBrad Smith
2024-03-09CMakeLists: Add Clang's Specific WShadow Diagnosticsmitaclaw
2022-09-27Revert "Android: Don't hold gameFileCache lock during updateAdditionalMetadata"JosJuice
2022-07-30Move to C++20 for non-MSVC compilersTillmann Karras
2022-06-02cmake/win: don't set _WIN32_WINNTShawn Hoffman
2022-05-22cmake: Add a few missing settings from the Visual Studio project files on MSVC.Admiral H. Curtiss
2022-05-22cmake: Use C++latest everywhere on MSVC.Admiral H. Curtiss
2022-05-22cmake: fix MSVC PCH supportScott Mansell
2022-05-22cmake: ignore external warnings in MSVCScott Mansell
2022-01-16CMakeLists: Replace tab characters with spacesPokechu22
2021-08-24Android: Don't hold gameFileCache lock during updateAdditionalMetadataJosJuice
2021-03-03CMake: Build with -std:c++latest for MSVCJosJuice
2020-12-04Turn format string issues into compile-time errorsLéo Lam
2020-11-21Disable -Wstringop-truncation warningsLéo Lam
2020-11-21Enable extra warnings in Source CMakeLists, not in root CMakeListsLéo Lam
2020-09-16Android: Add content provider support to File::IOFileJosJuice
2020-07-30CMake: Add -D_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNINGJosJuice
2020-02-09CMake: add DOLPHIN_CXX_FLAGS optionMichael M
2019-11-08Merge pull request #8388 from jordan-woyak/cmake-export-compile-commandsConnor McLaughlin
2019-10-25Merge pull request #8410 from spycrab/cmake_win_warningsspycrab
2019-10-18CMake/Windows: Fix warnings about flags being overriddenspycrab
2019-10-18Windows: Make builds more reproduciblespycrab
2019-10-06CMake: Enable generation of compile_commands.json. Used for intellisense in V...Jordan Woyak
2019-05-15CMake/Windows: Add PCH supportspycrab
2019-05-12Core/CMake: Silence some warningsspycrab
2019-05-12CMake: Add MSVC supportspycrab
2019-05-05Require CMake 3.10 and use CMAKE_CXX_STANDARDLéo Lam
2019-05-04Enable C++17Léo Lam
2018-12-08cmake: Conditionally build the unit tests.orbea
2018-04-02CMakeLists: Remove add_dolphin_library macroLioncash
2018-03-19Core/CMakeLists: Migrate off add_dolphin_libraryLioncash
2017-09-27CMake: don't use -std=c++1zMichael M
2017-06-03Common: Add a std::optional implementationLéo Lam
2017-05-28add the same flags to CMakeBhaaL
2017-03-14CMake: add CMAKE_CXX_STANDARD_REQUIRED=ONMichael Maltese
2017-03-14CMake: Use CMAKE_CXX_STANDARD instead of passing -std=c++14Michael Maltese
2017-03-01CMakeLists: Normalize whitespaceLioncash
2017-02-10CMake: use _SCL_SECURE_NO_WARNINGS instead of _SECURE_SCL=0Michael Maltese
2017-02-08cmake: Don't use unqualified target_link_librariesFlorent Castelli
2017-01-27CMake: Move Windows defines to Source/CMakeLists.txtMichael Maltese
2017-01-25cmake: Change endmacro(.*) to endmacro()Florent Castelli
2017-01-24cmake: Remove PCH supportFlorent Castelli
2017-01-20cmake: Move C++ standard requirement out of global scope to Source/Florent Castelli
2016-10-24Fix various comment typosSintendo
2016-01-20Strip the Android shared library file.Ryan Houdek