* Speed up DLL function analysis by ~30%
* Fix Dockerfile when building with existing user
* Update progress.py to count DLL functions and emit data for progress site
* Add shield in README for progress
* Fix progress.py executable bit
* Add new shields to README
* Config clean up
* Improve dino.py + auto generate expected/ dir for diff.py
* Add tip about useful diff.py flags
* Improve Dockerfile
Dockerfile now takes arguments for the default user/uid. This prevents files created in the container from being owned by root.
* Fix make -j
Built DLLs were not listed correctly as a dependency resulting in a race condition when building in parallel.
* Remove asm_processor.cpython-36.pyc from source control
* Fix progress.py shebang
* Clean up .gitignore
* Fix splat submodule
* Fix asm_processor submodule
* Add asm differ as a submodule
* Update to latest version of asm differ
* Update to latest version of asm_processor
* Painfully upgrade to latest version of splat
* typo
* Add pylibyaml to requirements.txt
* Fix and move m2ctx.py to tools/
* Move first-diff.py and progress.py to tools
* Clean up Docker related stuff
* Update README
* Add initial support for Ninja builds
* Fix DLL compilation with ninja
* Create new dlldump.py utility
* New dll_extract.py utility
* DLL tooling improvements
* Fix script file exec permission bits
* Python "is None" instead of "== None"
* Initial dino.py utility
* More tooling updates
* Update CONTRIBUTING.md
* Remove Makefiles
* Update GitHub workflows