Commit Graph

14 Commits

Author SHA1 Message Date
Keith Lazuka b91f4bc050 Fix build for new contributors (#1994)
* Add pyyaml to Python dependencies

* Add Jetbrains IDE dir to gitignore

* Check magic number on the ISO file
2023-12-01 10:22:38 -07:00
Pheenoh 3de344a67f Github Projects (#1872)
* github projects

* add project prefixes
2023-08-09 16:27:37 -06:00
Pheenoh ab448be658 rm glob (stdlib), change to GitPython 2023-06-26 22:03:31 -06:00
Pheenoh dd24b7c272 add progress history, update, extend and integrate upload-progress 2023-06-26 20:57:22 -06:00
Jcw87 d883905b4b requirements.txt: remove standard libraries that pip cannot install 2023-01-30 02:39:28 -08:00
Darek Konopka 99ed033210 Merge branch 'master' into master 2023-01-25 01:20:42 -05:00
DRK-512 d948624c33 requires caught up to main 2023-01-25 01:18:46 -05:00
DRK-512 d0492d536c Fixed requirements 2023-01-25 01:15:00 -05:00
jdflyer b0ded6cd7e New yaz0 system 2023-01-24 21:41:20 -07:00
Pheenoh 19b70300d3 f_op_msg_mng 19/20 matched (#227) 2022-12-29 17:30:35 -07:00
kipcode66 5f16a58ab5 added VSCode devcontainer config files (#213)
* added VSCode devcontainer config files

* removed useless command

* changed oead to syaz0

* addded cmake to the container
2022-12-26 10:39:59 -07:00
jdflyer 92c68a4783 Shift Fixes 2022-01-16 15:16:08 -07:00
Jonathan Wase df0aabc1b9 Clean up and improvements to tools (#163)
* moved elf2dol

* removed postprocess.py

* removed vtables.py

* find_unused_asm.py

* removed section2cpp.py

* removed splitter/*

* fixed symbol names due to iconv file rename

* fixed problem building RELs caused by #160

* improved performance of a few python tools

* added new tool for finding conflict when not OK

* added ./tp setup

* don't install dol2asm dependecies with requirements.txt

* format and check for imports

* remove unused tools/difftools.py

* fixed ignore to include elf2dol

* fix compiler patcher

* ok-check now creates the patched compiler at mwcceppc_patched.exe

* Add new command to copy the build folder to the expected folder

* 'make clean' will now only clean main.dol stuff. (added clean_rels and clean_all)

* './tp pull-request' and './tp check' now doesn't include RELs by default. Use '--rels' to include them in the process.

* './tp remove-unused-asm --check' added, exitcode 0==no files, 1==exists files

Co-authored-by: Julgodis <>
2021-12-02 23:38:37 +01:00
lepelog 913bb08f51 Add requirements.txt with all necessary python dependencies and update README (#127)
Co-authored-by: Pheenoh <pheenoh@gmail.com>
2021-05-02 14:49:51 -04:00