FEX/Scripts
Ryan Houdek 8f52d8e719 Scripts: More changes to InstallFEX script
A dictionary lookup was only ever returning the .ero result since we
were adding multiple values to the same key. Adds them as a list now and
walks them.

Additionally if we forget to add a new version again, have a fallback to
try checking using our file format layout.

Fixes an issue where a user running 23.10 was faulting the python
script.
2023-12-06 23:50:43 -08:00
..
aarch64_fit_native.py Scripts: Update fit_native script for X1C/A78C 2023-02-18 23:18:48 -08:00
changelog_generator.py Updates release script to match what I want it to be 2021-04-02 11:49:19 -07:00
CheckBinfmtNotInstall.sh CMake: Check for binfmt_misc conflicts before install 2022-07-01 13:42:45 -07:00
CI_FetchRootFS.py CI: FetchRootFS More robust rootfs fetching 2022-09-14 13:18:24 -07:00
ClassifyCPU.py unittests: Classify CPU based on CPU features 2022-06-30 13:55:38 -07:00
DefinitionExtract.py Scripts/DefinitionExtract: Fixes some more function attributes 2022-10-25 15:32:40 -07:00
doc_outline_generator.py Scripts: Add a documentation comment in doc_outline_generator.py 2021-03-30 11:53:11 +03:00
FEXUpdateAOTIRCache.sh Remove ABINoPF option 2023-09-05 14:56:43 -04:00
generate_changelog.sh Docs/Versioning: Add Changelog Generator 2021-03-30 11:23:00 +03:00
generate_doc_outline.sh Scripts: Update generate_doc_outline for moved FEXCore 2023-09-05 23:23:27 -07:00
generate_release.sh Scripts: Allow user override on tagged version 2022-06-04 18:06:28 -07:00
GenerateSyscallNumbers.py Syscalls: Renamed fstatat64 to fstatat_64 2023-02-05 18:13:45 -08:00
guest_test_runner.py guest_test_runner: Handle AVX-only binary tests 2023-02-08 21:42:04 -05:00
InstallFEX.py Scripts: More changes to InstallFEX script 2023-12-06 23:50:43 -08:00
InstructionCountParser.py InstCountCI: Actually allow disabling crypto 2023-11-13 18:38:02 -08:00
json_asm_config_parse.py Split python unit test ASM config parser code out to an independent file 2020-05-09 12:14:59 -07:00
json_config_parse.py unittests/ASM: Removes eflags comparison option 2023-10-08 11:51:11 -07:00
json_ir_config_parse.py Adds IR based unit test support. 2020-05-09 12:19:36 -07:00
StructPackVerifier.py StructPackVerifier: Fixes missing cursorkind again 2023-07-26 11:21:16 -07:00
testharness_runner.py Scripts: Disable using catchsegv if it doesn't exist 2023-06-16 13:31:00 -07:00
Threaded_Lockstep_Runner.py Scripts: Disable using catchsegv if it doesn't exist 2023-06-16 13:31:00 -07:00
UpdateInstructionCountJson.py InstCountCI: Add newline to end of file 2023-08-21 16:26:20 -07:00