index
:
dynarmic
master
A dynamic recompiler for ARM.
merryhime
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2021-05-19
Consolidate all source files into src/ directory
Merry
2021-04-26
emit_x64_floating_point: Optimize 32-bit EmitFPRSqrtEstimate
MerryMage
2021-03-02
CMakeLists: Rework architecture detection
MerryMage
2021-02-16
CMakeLists: Increase maximum bracket depth for Clang
MerryMage
2020-05-26
CMakeLists: MSVC: Weaken warning level for externals
MerryMage
2020-05-17
print_info: Use LLVM to disassemble A32
MerryMage
2020-04-23
exception_handler_windows: Ignore irrelevant exceptions
MerryMage
2020-04-22
CMakeLists: option only works for boolean settings
MerryMage
2020-04-22
CMakeLists: Add DYNARMIC_FRONTENDS option
MerryMage
2020-04-22
backend/x64: Add macOS exception handler with fastmem support
MerryMage
2020-04-22
CMakeLists: Put -Wfatal-errors behind a CMake flag
MerryMage
2020-04-22
CMakeLists: Specify the /volatile flag with standard-conforming semantics
Lioncash
2020-04-22
CMakeLists: Add /Zc:externConstexpr compilation flag
Lioncash
2020-04-22
CMakeLists: Remove setting of CMAKE_WARN_DEPRECATED
Lioncash
2020-04-22
CMakeLists: Turn generic target path into an error
Lioncash
2020-04-22
CMakeLists: Remove detection of 32-bit platforms
Lioncash
2020-04-22
block_of_code: Hide NX support behind compiler flag
MerryMage
2020-04-22
CMakeLists: Add detection for Aarch64 compiler environments
Lioncash
2020-04-22
CMake: Make FindUnicorn introduce a unicorn target
Lioncash
2020-04-22
fuzz_with_unicorn: Print AArch64 disassembly
MerryMage
2020-04-22
CMakeLists: Ignore warnings within xbyak
MerryMage
2020-04-22
travis: Test with disabled CPU feature detection
MerryMage
2020-04-22
travis: Run A64 tests
MerryMage
2020-04-22
tests/A64: Fuzz against unicorn
MerryMage
2020-04-22
CMakeLists: CMAKE_CXX_STANDARD as no effect on MSVC until CMake 3.10
MerryMage
2020-04-22
Bump requirements to C++17
MerryMage
2020-04-22
CMakeLists: Fixup boost
MerryMage
2020-04-22
CMakeLists: Default to a Release build
MerryMage
2017-07-08
CMakeLists: Remove unnecessary -msse3 option
MerryMage
2017-06-12
CMakeLists: Enable stricter C++ conformance mode in MSVC
Yuri Kunde Schlesner
2017-06-12
emit_x64: Use alternative Xbyak names for and, or, xor
Yuri Kunde Schlesner
2017-03-04
CMakeLists: Make boost an interface library target
Lioncash
2017-02-26
externals: Make catch an interface target
Lioncash
2017-02-23
CMakeLists: Change set into a list append
Lioncash
2017-02-22
CMakeLists: Drop -Wno-unused-parameter
MerryMage
2017-02-22
CMakeLists: Drop FATAL_ERROR from cmake_minimum_required
Lioncash
2017-02-04
CMake: Add option DYNARMIC_WARNINGS_AS_ERRORS
MerryMage
2016-12-19
CMakeLists: Use target_compile_options intead of add_compile_options
MerryMage
2016-12-15
CMakeLists: Globally disable MSVC warning C4592
MerryMage
2016-12-15
CMakeLists: Enable /W4 on MSVC
MerryMage
2016-12-12
CMake: Re-use external xbyak target if present (#62)
Yuri Kunde Schlesner
2016-12-05
CMakeLists: Enable more warnings for MSVC (#58)
Mat M
2016-12-03
CMakeLists: Add support for LLVM on Windows
MerryMage
2016-09-11
CMakeLists: Downgrade -msse4.1 to -msse3.
MerryMage
2016-09-04
Eliminate variable shadowing warnings with MSVC (#17)
Mat M
2016-09-02
CMakeLists: Add DYNARMIC_TESTS option so one can turn off testing
MerryMage
2016-09-02
CMakeLists: Lower cmake version requirement from 3.4.1 to 3.2
MerryMage
2016-08-26
externals: Add fmt as a submodule
Lioncash
2016-08-26
Implement public header files
MerryMage
2016-08-25
CMakeLists: /DNOMINMAX for MSVC
MerryMage
[next]