summaryrefslogtreecommitdiff
path: root/view/md1rom
AgeCommit message (Collapse)Author
2026-01-01update copyrights for 2026Jordan Wiens
2025-08-01Add LogForException APIs to pass stack trace information separate from the ↵Rusty Wagner
message
2025-07-30[CMake] Specify CONFIGURE_DEPENDS for all file(GLOB ..)Mark Rowe
This ensures that CMake detects when files that match the glob are added or removed.
2025-06-25Update CXX_STANDARD to 20.Alexander Taylor
Also update minimum CMake version.
2025-06-25Remove implicit conversions from Confidence to underlying type, these can ↵Rusty Wagner
cause bugs and also issues with C++20
2025-05-13[CMake] Report compatibility with 3.15 to silence deprecation warningsGlenn Smith
2025-03-28belated copyright year updateJordan Wiens
2025-01-20Allow overriding common loader settings when automatic load file parsing fails.Brian Potchik
2024-09-13Ultimate.Alexander Taylor
2024-05-16Removed loader.architecture override from viewsBrandon Miller
Architecture is derived from platform object and can be overriden using loader.platform
2024-04-01Add md1rom binary view with pure Rust lzma implementationRusty Wagner