Commit Graph

14 Commits

Author SHA1 Message Date
Keith Lazuka eda795addf 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 244892aeb8 Github Projects (#1872)
* github projects

* add project prefixes
2023-08-09 16:27:37 -06:00
Pheenoh ee328a29db rm glob (stdlib), change to GitPython 2023-06-26 22:03:31 -06:00
Pheenoh 64417c2b02 add progress history, update, extend and integrate upload-progress 2023-06-26 20:57:22 -06:00
Jcw87 61fc276734 requirements.txt: remove standard libraries that pip cannot install 2023-01-30 02:39:28 -08:00
Darek Konopka 245270d107 Merge branch 'master' into master 2023-01-25 01:20:42 -05:00
DRK-512 1397efac6f requires caught up to main 2023-01-25 01:18:46 -05:00
DRK-512 327965d1b7 Fixed requirements 2023-01-25 01:15:00 -05:00
jdflyer c40f15c9a7 New yaz0 system 2023-01-24 21:41:20 -07:00
Pheenoh 5d4f161d43 f_op_msg_mng 19/20 matched (#227) 2022-12-29 17:30:35 -07:00
kipcode66 f79e4e04f3 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 db9079ede2 Shift Fixes 2022-01-16 15:16:08 -07:00
Jonathan Wase bc428f7f65 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 3b7364d481 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