Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-27 | externals: Update oaknut to 1.1.6 | Merry | |
Merge commit '720d6bbcd87a8aecf628ab26a55ac7b17f7325df' | |||
2023-03-31 | tests: fibonacci example | Merry | |
2023-03-04 | cmake: fix static standalone build | Alexandre Bouvier | |
2023-01-06 | CMakeLists: Support multi-architecture builds | Merry | |
2023-01-06 | cmake: use ctest module | Alexandre Bouvier | |
2022-12-31 | externals: Integrate catch external | Merry | |
2022-12-31 | externals: Add catch2 v3.2.1 | Merry | |
Merge commit '6879e5bb1c598a9a517d7bdec8ba1a0bace3ef10' as 'externals/catch' | |||
2022-12-31 | externals: Remove Catch2 v2 external | Merry | |
2022-12-31 | cmake: support standard ctest option | Alexandre Bouvier | |
2022-12-31 | cmake: allow options shadowing with normal variables | Alexandre Bouvier | |
2022-12-30 | externals: Update xbyak to v6.68 | Merry | |
Merge commit 'f6fdb5f55a88f73ef7bef45f50cf5878ceec9781' | |||
2022-12-29 | ci: Add Android aarch64 build | Macdu | |
2022-12-28 | externals: Update mcl to 0.1.12 | Merry | |
Merge commit 'f0d382899cd513125fd67c4503496d4c7c7ec7c5' into HEAD | |||
2022-11-26 | cmake: multiple simplifications | Alexandre Bouvier | |
2022-11-26 | externals: Update oaknut to 1.1.4 | Merry | |
Merge commit 'b65b07d566d032339e85d67ecf094a489b05604d' into HEAD | |||
2022-11-24 | build: only require Zydis on x86 | Andrea Pappacoda | |
Zydis is only used on x86, and this patch allows compilation on ARM without Zydis installed. | |||
2022-11-20 | externals: Update zydis to 4.0.0 | Alexandre Bouvier | |
Merge commit '6fa8d51479e9a5542c67bec715a1f68e7ed057ba' | |||
2022-11-20 | externals: Update zycore to 1.4.1 | Alexandre Bouvier | |
Merge commit 'cd2ede593acee9c4956c79da4377ce890ac3a9c0' | |||
2022-11-15 | externals: Update oaknut to 1.1.3 | Merry | |
Merge commit 'cb8abc3ae5a1fcd3d7b6ab73472cdf9093302631' | |||
2022-10-18 | oaknut: fpsimd MOV and UMOV corrections | Merry | |
2022-10-18 | oaknut: MOV: Fix MOVN case | Merry | |
2022-10-18 | oaknut: Implement arranged accessors from DReg and QReg | Merry | |
2022-10-18 | oaknut: dx | Merry | |
2022-10-18 | oaknut: align | Merry | |
2022-10-18 | oaknut: Add dw | Merry | |
2022-10-18 | oaknut: Add common system registers | Merry | |
2022-07-31 | externals: Update xbyak to 6.61 | Merry | |
Merge commit '5b6e3d8b54e428fceedd907cf5c0f52ca98eb003' | |||
2022-07-26 | externals: Update fmt to 9.0.0 | Merry | |
Merge commit 'a7f9129f18b171ecec9533921ba32449b3c394ac' | |||
2022-07-16 | externals: Update oaknut | Merry | |
Merge commit '4e8975616946b89c53533549c0d3bab4d0dc9653' | |||
2022-07-12 | externals: Update oaknut | Merry | |
Merge commit '04cfab01ba40307ce5421e6dde3598be7eac02bd' | |||
2022-07-10 | externals: Update to mcl 0.1.11 | Merry | |
Merge commit '78bb1d1571ec6adb716ddd080bfbfebc6e889d70' | |||
2022-07-10 | externals: Add oaknut | Merry | |
Merge commit '621367dce8abf82e3924679d72f4da0913cc1520' as 'externals/oaknut' | |||
2022-06-28 | externals: Remove vixl | Merry | |
2022-06-16 | externals: Update xbyak to 6.60.1 | Merry | |
Merge commit '9af5f5908cee0e3d502a79cba26b4cf817d4ad3f' | |||
2022-06-05 | externals: Update xbyak to v6.06 | Merry | |
Merge commit 'c926d9f40978bee57fbf245cf1c6eb347943e4d9' | |||
2022-04-23 | cmake: build static externals as PIC | Alexandre Bouvier | |
2022-04-23 | mcl/assert: Flush stderr | Merry | |
2022-04-23 | externals: Update mcl to 0.1.7 | Merry | |
Merge commit '5da4668a0d928ffa527ca03642902c92c4b78a64' | |||
2022-04-23 | mcl: Build as PIC | merry | |
2022-04-19 | mcl: Fix bug in non-template mcl::bit::ones | Merry | |
2022-04-19 | mcl: bit_field: Fix incorrect argument order in replicate_element | Merry | |
2022-04-19 | externals: Remove mp and replace uses with mcl | Merry | |
2022-04-19 | externals: Add mcl v0.1.3 | Merry | |
Merge commit '7eb1d05f63c7ba8df6a203138932ea428ab4aa49' as 'externals/mcl' | |||
2022-03-19 | externals: Update catch to 2.13.8 | merry | |
2022-02-26 | CMakeLists: Use system vixl when able | Merry | |
2022-02-15 | externals: Update fmt to 8.1.1 | Merry | |
Merge commit '6633089a44b13022ddb37a44229c9d9a88a9096f' | |||
2022-01-08 | cmake: Always build static externals | Alexandre Bouvier | |
2021-10-30 | build(cmake): add install target | Andrea Pappacoda | |
This makes dynarmic installable, and also adds a CMake package config file, that allows projects to use `find_package(dynarmic)` to import the library. I know #636 adds the same thing, but while experimenting with the different install options in https://github.com/merryhime/dynarmic/pull/636#discussion_r725656034 I ended up with a working patch, so I'm proposing this as well. This implements solution 2. | |||
2021-10-11 | externals/cmake: Fix fmt target check | ameerj | |
2021-08-24 | cmake: Add options to unbundle Zydis | Alexandre Bouvier | |