Commit Graph

22 Commits

Author SHA1 Message Date
dependabot[bot] 6678499785
ci: bump actions/checkout from 3 to 4 (#10)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-20 12:51:20 +02:00
dependabot[bot] a15a7d3e03
nuget: bump Microsoft.CodeAnalysis.CSharp from 4.5.0 to 4.6.0 (#5)
Bumps [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/dotnet/roslyn/releases)
- [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md)
- [Commits](https://github.com/dotnet/roslyn/commits)

---
updated-dependencies:
- dependency-name: Microsoft.CodeAnalysis.CSharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-22 01:30:07 +02:00
dependabot[bot] c937f9157d
nuget: bump Microsoft.Build.Utilities.Core from 17.5.0 to 17.6.3 (#6)
Bumps [Microsoft.Build.Utilities.Core](https://github.com/dotnet/msbuild) from 17.5.0 to 17.6.3.
- [Release notes](https://github.com/dotnet/msbuild/releases)
- [Changelog](https://github.com/dotnet/msbuild/blob/main/documentation/Changelog.md)
- [Commits](https://github.com/dotnet/msbuild/compare/v17.5.0...v17.6.3)

---
updated-dependencies:
- dependency-name: Microsoft.Build.Utilities.Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-22 01:26:28 +02:00
dependabot[bot] 1f9503d4e6
nuget: bump Microsoft.Build.Utilities.Core from 17.4.0 to 17.5.0 (#4)
Bumps [Microsoft.Build.Utilities.Core](https://github.com/dotnet/msbuild) from 17.4.0 to 17.5.0.
- [Release notes](https://github.com/dotnet/msbuild/releases)
- [Changelog](https://github.com/dotnet/msbuild/blob/main/documentation/Changelog.md)
- [Commits](https://github.com/dotnet/msbuild/commits)

---
updated-dependencies:
- dependency-name: Microsoft.Build.Utilities.Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-01 11:05:07 +01:00
TSR Berry c89f982527
GenArray: Create output directory if it doesn't exist 2023-02-27 13:11:34 +01:00
dependabot[bot] fbec10052c
nuget: bump Microsoft.CodeAnalysis.CSharp from 4.4.0 to 4.5.0 (#3)
Bumps [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/dotnet/roslyn/releases)
- [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md)
- [Commits](https://github.com/dotnet/roslyn/commits)

---
updated-dependencies:
- dependency-name: Microsoft.CodeAnalysis.CSharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-27 11:46:32 +01:00
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