Revision |
Author |
Date |
Windows 32bit |
Windows 64bit | Commit log |
v0.11.0-193-g4f414f3 |
Kingcom |
2023-05-01 09:40:16 |
|
Download |
Merge: 46aa4a6 abe6aae Merge pull request #237 from nekopsykose/int64 Util: include <cstdint> |
v0.11.0-192-gabe6aae |
psykose |
2023-05-01 04:22:43 |
No build |
Util: include <cstdint> required for intXX_t types: Util/Util.h:9:69: error: 'int64_t' has not been declared 9 | bool stringToInt(const std::string& line, size_t start, size_t end, int64_t& result); |
v0.11.0-191-g46aa4a6 |
Kingcom |
2023-02-08 20:08:59 |
|
Download |
Merge: 7bd1ec9 a7978a3 Merge pull request #236 from Fothsid/master Accommodate for word size differences between different architectures. |
v0.11.0-190-ga7978a3 |
Fothsid |
2023-02-07 22:25:24 |
No build |
Edit readme |
v0.11.0-189-g74353e1 |
Fothsid |
2023-02-07 22:05:35 |
No build |
Resolve word size ambiguity between different architectures |
v0.11.0-188-g7bd1ec9 |
Kingcom |
2023-02-01 21:15:47 |
|
Download |
Merge: a0e8664 5682924 Merge pull request #235 from warmenhoven/dev/warmenhoven/xcode12.2 Another xcode 12.2/macos 10.13 build fix: no optional.value() |
v0.11.0-187-g5682924 |
Eric Warmenhoven |
2023-02-01 20:47:59 |
No build |
Another xcode 12.2/macos 10.13 build fix: no optional.value() |
v0.11.0-186-ga0e8664 |
Kingcom |
2023-02-01 18:14:34 |
|
Download |
Merge: 6719ede c16f9e2 Merge pull request #234 from warmenhoven/dev/warmenhoven/xcode12.2 Build fix for Xcode 12.2 / macos 10.13 |
v0.11.0-185-gc16f9e2 |
Eric Warmenhoven |
2023-01-31 19:29:04 |
No build |
Build fix for Xcode 12.2 / macos 10.13 std::variant::get is not available on older Xcode versions for older macOS versions: https://stackoverflow.com/questions/52521388/stdvariantget-does-not-compile-with-apple-llvm-10-0 |
v0.11.0-184-g6719ede |
Kingcom |
2022-10-29 17:49:48 |
|
Download |
Merge: 6afb121 bd7bff6 Merge pull request #233 from unknownbrackets/warnings Correct some compile warnings |
v0.11.0-183-gbd7bff6 |
Unknown W. Brackets |
2022-10-27 04:27:47 |
No build |
Correct missing include reference. Fails compile on MSVC without permissive. |
v0.11.0-182-gf8646b7 |
Unknown W. Brackets |
2022-10-27 04:11:54 |
No build |
Explicitly fallthrough in switches. |
v0.11.0-181-g381e8ec |
Unknown W. Brackets |
2022-10-27 04:11:38 |
No build |
Fix a potential memory overrun. |
v0.11.0-180-g4a881f0 |
Unknown W. Brackets |
2022-10-27 04:11:14 |
No build |
Initialize member variables before use. |
v0.11.0-179-g1d805bc |
Unknown W. Brackets |
2022-10-27 04:01:19 |
No build |
Resolve a type format warning. |
v0.11.0-178-g64ff4fb |
Unknown W. Brackets |
2022-10-27 04:01:03 |
No build |
Resolve some initialization order warnings. |
v0.11.0-177-g6ea8829 |
Unknown W. Brackets |
2022-10-27 03:49:02 |
No build |
Avoid some type truncation warnings. |
v0.11.0-176-g6afb121 |
Kingcom |
2022-10-17 20:08:36 |
|
Download |
Merge: b4335f0 13d0f3c Merge pull request #230 from Fothsid/master SEGA Saturn / Super-H architecture |
v0.11.0-175-g13d0f3c |
Fothsid |
2022-10-16 16:21:23 |
No build |
Added an alias for the Saturn architecture directive (Sega 32x) |
v0.11.0-174-gb6127e0 |
Fothsid |
2022-10-13 18:55:05 |
No build |
(SuperH) Move handling of cmp/*, bf/s, bt/s names to decodeOpcode |