fewtarius
3c4acbb9a7
Delete duplicates, and clean up copyright statement.
2023-10-24 16:00:57 +00:00
fewtarius
3f222455b1
Reassign my copyrights to the JELOS project.
2023-10-23 22:53:27 +00:00
fewtarius
e3553bbf47
Relicensing the JELOS project as GPLv2 after discussion with community and core developers to correct an oversight in our original licensing. This change will require sign-off by affected authors and core team members before merging.
2023-10-23 22:52:40 +00:00
fewtarius
09550b8194
* foreach now supports command stacking, ex:
...
```
docs:
./tools/foreach './scripts/clean emulators && ./scripts/build emulators'
```
2023-07-15 15:50:50 +00:00
fewtarius
f3de7f8024
* Add make docs
option to Makefile.
...
* Fix missing uae4arm.
2023-07-15 15:28:28 +00:00
fewtarius
38c5ad528f
* Adds better logging to autostart.
...
* Updates RK3326 documentation for amiberry.
* New dev tool - foreach. Provides a mechanism to execute commands against all projects/devices/architectures to simplify iterating.
* Usage: `./tools/foreach ./scripts/clean emulators`
2023-07-15 14:29:52 +00:00