Commit graph

  • e681208d15
    Merge 522cdd3907 into 6678499785 dependabot[bot] 2023-12-11 02:21:04 +0000
  • 522cdd3907
    ci: bump actions/setup-dotnet from 3 to 4 dependabot/github_actions/actions/setup-dotnet-4 dependabot[bot] 2023-12-11 02:21:03 +0000
  • 4acb4889ce
    Merge 7d397ca7e8 into 6678499785 dependabot[bot] 2023-11-22 02:19:16 +0000
  • 7d397ca7e8
    nuget: bump Microsoft.CodeAnalysis.CSharp from 4.6.0 to 4.8.0 dependabot/nuget/Microsoft.CodeAnalysis.CSharp-4.8.0 dependabot[bot] 2023-11-22 02:19:14 +0000
  • 3374b40894
    Merge e16aa5f3dd into 6678499785 dependabot[bot] 2023-11-15 02:42:22 +0000
  • e16aa5f3dd
    nuget: bump Microsoft.Build.Utilities.Core from 17.6.3 to 17.8.3 dependabot/nuget/Microsoft.Build.Utilities.Core-17.8.3 dependabot[bot] 2023-11-15 02:42:20 +0000
  • 6678499785
    ci: bump actions/checkout from 3 to 4 (#10) master dependabot[bot] 2023-09-20 12:51:20 +0200
  • 1c6ddf142e
    ci: bump actions/checkout from 3 to 4 dependabot[bot] 2023-09-11 02:16:58 +0000
  • efaedf8982
    nuget: bump Microsoft.Build.Utilities.Core from 17.6.3 to 17.7.2 dependabot[bot] 2023-08-25 02:37:43 +0000
  • e4f21751f6
    nuget: bump Microsoft.CodeAnalysis.CSharp from 4.6.0 to 4.7.0 dependabot[bot] 2023-08-21 02:11:32 +0000
  • cbb450e865
    nuget: bump Microsoft.Build.Utilities.Core from 17.6.3 to 17.7.0 dependabot[bot] 2023-08-10 02:23:46 +0000
  • a15a7d3e03
    nuget: bump Microsoft.CodeAnalysis.CSharp from 4.5.0 to 4.6.0 (#5) dependabot[bot] 2023-05-22 01:30:07 +0200
  • 9f6cb396a4
    nuget: bump Microsoft.CodeAnalysis.CSharp from 4.5.0 to 4.6.0 dependabot[bot] 2023-05-21 23:29:49 +0000
  • c937f9157d
    nuget: bump Microsoft.Build.Utilities.Core from 17.5.0 to 17.6.3 (#6) dependabot[bot] 2023-05-22 01:26:28 +0200
  • d0c8b55dee
    nuget: bump Microsoft.Build.Utilities.Core from 17.5.0 to 17.6.3 dependabot[bot] 2023-05-17 03:02:44 +0000
  • 1f9503d4e6
    nuget: bump Microsoft.Build.Utilities.Core from 17.4.0 to 17.5.0 (#4) dependabot[bot] 2023-03-01 11:05:07 +0100
  • 60e7ac3ae1
    nuget: bump Microsoft.Build.Utilities.Core from 17.4.0 to 17.5.0 dependabot[bot] 2023-03-01 03:06:14 +0000
  • c89f982527
    GenArray: Create output directory if it doesn't exist TSR Berry 2023-02-27 13:11:34 +0100
  • fbec10052c
    nuget: bump Microsoft.CodeAnalysis.CSharp from 4.4.0 to 4.5.0 (#3) dependabot[bot] 2023-02-27 11:46:32 +0100
  • dae251d929
    nuget: bump Microsoft.CodeAnalysis.CSharp from 4.4.0 to 4.5.0 dependabot[bot] 2023-02-27 03:27:27 +0000
  • 55f28500f0
    [GenArrays] Replace List<> with HashList<> & Fix duplicate entries warning when compiling (#1) TSRBerry 2022-12-17 22:05:15 +0100
  • d9230c09a5
    Address gdkchan's review comments TSR Berry 2022-12-17 20:14:06 +0100
  • 87db725308
    Merge 0cfeddb88e into ed48dfcab6 TSRBerry 2022-12-16 22:02:37 +0000
  • 0cfeddb88e
    GenArray: Add methods to get project references TSR Berry 2022-12-16 22:52:46 +0100
  • af835e2fac
    GenArray: Replace input properties TSR Berry 2022-12-16 22:51:27 +0100
  • 17671611b2
    Fix duplicate entries warning TSR Berry 2022-12-16 16:44:04 +0100
  • c83f21e932
    Replace List<> with HashSet<> TSR Berry 2022-12-16 16:43:01 +0100
  • ed48dfcab6
    readme: Remove output properties for GenerateArrays TSRBerry 2022-12-15 22:28:30 +0100
  • 8ccbeb3a5a
    Fix first time compilation issues TSR Berry 2022-12-15 21:52:19 +0100
  • 2fc980ef9e
    Add README.md to Nuget package TSR Berry 2022-12-15 17:59:33 +0100
  • 3f17bc34b1
    Add publish-nuget workflow TSR Berry 2022-12-15 17:26:52 +0100
  • a237cd4d2f
    Add dependabot.yml TSR Berry 2022-12-15 17:26:16 +0100
  • f82f22f96a
    Add GenerateArrays overview to README.md TSR Berry 2022-12-15 17:00:02 +0100
  • 98600536a2
    Add props and targets file for MSBuild TSR Berry 2022-12-15 16:49:21 +0100
  • 939e700542
    Add nuget.config TSR Berry 2022-12-15 16:48:36 +0100
  • 9773616e24
    Remove build directory from .gitignore TSR Berry 2022-12-15 16:42:27 +0100
  • a2032ade65
    Add GenerateArrays task TSR Berry 2022-12-15 16:42:01 +0100
  • 33cd96ba0e
    Add Ryujinx CodeGenerator.cs TSR Berry 2022-12-15 16:40:04 +0100
  • 64525347b8
    Add solution and project files TSR Berry 2022-12-15 16:06:27 +0100
  • a0d88f9533
    Add Ryujinx config files TSR Berry 2022-12-15 15:32:05 +0100
  • f93dbfa5ef
    Add MIT license TSR Berry 2022-12-15 15:31:12 +0100
  • 6b86009185
    Initial commit TSR Berry 2022-12-15 15:30:43 +0100