Commit graph

16 commits

Author SHA1 Message Date
TSRBerry 55f28500f0
[GenArrays] Replace List<> with HashList<> & Fix duplicate entries warning when compiling (#1)
* Replace List<> with HashSet<>

* Fix duplicate entries warning

If generated sources already exist don't add them to _outputFiles.

* Address gdkchan's review comments
2022-12-17 22:05:15 +01:00
TSRBerry ed48dfcab6
readme: Remove output properties for GenerateArrays 2022-12-15 22:28:30 +01:00
TSR Berry 8ccbeb3a5a
Fix first time compilation issues
Fix including obj directories
2022-12-15 21:52:19 +01:00
TSR Berry 2fc980ef9e
Add README.md to Nuget package 2022-12-15 20:47:04 +01:00
TSR Berry 3f17bc34b1
Add publish-nuget workflow 2022-12-15 20:47:04 +01:00
TSR Berry a237cd4d2f
Add dependabot.yml 2022-12-15 20:47:04 +01:00
TSR Berry f82f22f96a
Add GenerateArrays overview to README.md 2022-12-15 20:47:04 +01:00
TSR Berry 98600536a2
Add props and targets file for MSBuild 2022-12-15 20:46:59 +01:00
TSR Berry 939e700542
Add nuget.config 2022-12-15 16:48:36 +01:00
TSR Berry 9773616e24
Remove build directory from .gitignore 2022-12-15 16:42:27 +01:00
TSR Berry a2032ade65
Add GenerateArrays task 2022-12-15 16:42:01 +01:00
TSR Berry 33cd96ba0e
Add Ryujinx CodeGenerator.cs 2022-12-15 16:40:04 +01:00
TSR Berry 64525347b8
Add solution and project files 2022-12-15 16:06:27 +01:00
TSR Berry a0d88f9533
Add Ryujinx config files 2022-12-15 15:32:05 +01:00
TSR Berry f93dbfa5ef
Add MIT license 2022-12-15 15:31:12 +01:00
TSR Berry 6b86009185
Initial commit 2022-12-15 15:30:43 +01:00