aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2021-05-19Consolidate all source files into src/ directoryMerry
2021-04-26emit_x64_floating_point: Optimize 32-bit EmitFPRSqrtEstimateMerryMage
2021-03-02CMakeLists: Rework architecture detectionMerryMage
2021-02-16CMakeLists: Increase maximum bracket depth for ClangMerryMage
2020-05-26CMakeLists: MSVC: Weaken warning level for externalsMerryMage
2020-05-17print_info: Use LLVM to disassemble A32MerryMage
2020-04-23exception_handler_windows: Ignore irrelevant exceptionsMerryMage
2020-04-22CMakeLists: option only works for boolean settingsMerryMage
2020-04-22CMakeLists: Add DYNARMIC_FRONTENDS optionMerryMage
2020-04-22backend/x64: Add macOS exception handler with fastmem supportMerryMage
2020-04-22CMakeLists: Put -Wfatal-errors behind a CMake flagMerryMage
2020-04-22CMakeLists: Specify the /volatile flag with standard-conforming semanticsLioncash
2020-04-22CMakeLists: Add /Zc:externConstexpr compilation flagLioncash
2020-04-22CMakeLists: Remove setting of CMAKE_WARN_DEPRECATEDLioncash
2020-04-22CMakeLists: Turn generic target path into an errorLioncash
2020-04-22CMakeLists: Remove detection of 32-bit platformsLioncash
2020-04-22block_of_code: Hide NX support behind compiler flagMerryMage
2020-04-22CMakeLists: Add detection for Aarch64 compiler environmentsLioncash
2020-04-22CMake: Make FindUnicorn introduce a unicorn targetLioncash
2020-04-22fuzz_with_unicorn: Print AArch64 disassemblyMerryMage
2020-04-22CMakeLists: Ignore warnings within xbyakMerryMage
2020-04-22travis: Test with disabled CPU feature detectionMerryMage
2020-04-22travis: Run A64 testsMerryMage
2020-04-22tests/A64: Fuzz against unicornMerryMage
2020-04-22CMakeLists: CMAKE_CXX_STANDARD as no effect on MSVC until CMake 3.10MerryMage
2020-04-22Bump requirements to C++17MerryMage
2020-04-22CMakeLists: Fixup boostMerryMage
2020-04-22CMakeLists: Default to a Release buildMerryMage
2017-07-08CMakeLists: Remove unnecessary -msse3 optionMerryMage
2017-06-12CMakeLists: Enable stricter C++ conformance mode in MSVCYuri Kunde Schlesner
2017-06-12emit_x64: Use alternative Xbyak names for and, or, xorYuri Kunde Schlesner
2017-03-04CMakeLists: Make boost an interface library targetLioncash
2017-02-26externals: Make catch an interface targetLioncash
2017-02-23CMakeLists: Change set into a list appendLioncash
2017-02-22CMakeLists: Drop -Wno-unused-parameterMerryMage
2017-02-22CMakeLists: Drop FATAL_ERROR from cmake_minimum_requiredLioncash
2017-02-04CMake: Add option DYNARMIC_WARNINGS_AS_ERRORSMerryMage
2016-12-19CMakeLists: Use target_compile_options intead of add_compile_optionsMerryMage
2016-12-15CMakeLists: Globally disable MSVC warning C4592MerryMage
2016-12-15CMakeLists: Enable /W4 on MSVCMerryMage
2016-12-12CMake: Re-use external xbyak target if present (#62)Yuri Kunde Schlesner
2016-12-05CMakeLists: Enable more warnings for MSVC (#58)Mat M
2016-12-03CMakeLists: Add support for LLVM on WindowsMerryMage
2016-09-11CMakeLists: Downgrade -msse4.1 to -msse3.MerryMage
2016-09-04Eliminate variable shadowing warnings with MSVC (#17)Mat M
2016-09-02CMakeLists: Add DYNARMIC_TESTS option so one can turn off testingMerryMage
2016-09-02CMakeLists: Lower cmake version requirement from 3.4.1 to 3.2MerryMage
2016-08-26externals: Add fmt as a submoduleLioncash
2016-08-26Implement public header filesMerryMage
2016-08-25CMakeLists: /DNOMINMAX for MSVCMerryMage