Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 23, 2023

Bumps BenchmarkDotNet from 0.12.1 to 0.13.5.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.12.1 to 0.13.5.
- [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases)
- [Commits](dotnet/BenchmarkDotNet@v0.12.1...v0.13.5)

---
updated-dependencies:
- dependency-name: BenchmarkDotNet
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 23, 2023
roeyskoe pushed a commit that referenced this pull request Jun 6, 2023
* Add SPIRV-Reflect submodule

* Add SPIRVReflect native project

* Update vkd3d shader compiler build to latest Zig

* Add CI job to build SPIRV-Reflect

* New binaries for SPIRV-Reflect on Linux 5.15.0-1035-azure #42-Ubuntu SMP Tue Feb 28 19:41:23 UTC 2023 (dotnet#1406)

Co-authored-by: The Silk.NET Automaton <[email protected]>

* Add SPIRV-Reflect native package to solution file

* Add SPIRV-Reflect bindings

* Split spirv.h into its own project

* BuildTools: Use underscore converted trimming name when enum trimming

This attempts to fix spirv.h enums without needing manual hacks

Currently broken

* Fixed in some ways, broken in others.

* BuildTools: Dont check for duplicate old/new enum names with no-obsolete-enum control descriptor

This fixes the Dim enum from SPIRV and Gamma enum from D2D

* BuildTools: Fix LenientUnderscore with FormatR32ui

SpvImageFormatR32ui now becomes Spv_Image_Format_R32ui instead of Spv_Image_FormatR32ui

* New binaries for SPIRV-Reflect on Linux 5.15.0-1035-azure #42-Ubuntu SMP Tue Feb 28 19:41:23 UTC 2023 (dotnet#1414)

Co-authored-by: The Silk.NET Automaton <[email protected]>

* Rename SPIRVReflect to SPIRV.Reflect, change generation prefix

This also excludes a C++ class `ShaderModule` which was eroneously generated
And renames all the structs which conflict with vulkan types after the prefix change

* Rename SPIRV class to Spv

This removes potential problems from intersecting namespace and class names

* SPIRV.Reflect: Reference base SPIRV project

* SPIRV.Reflect: Rename anonymous enums to Constants

* WebGPU: Use new enum names

* Regenerate bindings

* BuildTools: Add prefix overrides for enum trimming

* SPIRV: Specify a prefix override to fix ImageChannelOrder

* Native: Rename Silk.NET.SPIRVReflect.Native

It now reflects the new name of the source package it belongs to

* SPIRV.Reflect.Tests: Add basic InputVariables test

* New binaries for DXVK on Linux 5.15.0-1036-azure dotnet#43-Ubuntu SMP Wed Mar 29 16:11:05 UTC 2023 (dotnet#1436)

Co-authored-by: The Silk.NET Automaton <[email protected]>

* New binaries for Assimp on Microsoft Windows 10.0.20348 (dotnet#1435)

Co-authored-by: The Silk.NET Automaton <[email protected]>

* New binaries for GLFW on Microsoft Windows 10.0.20348 (dotnet#1434)

Co-authored-by: The Silk.NET Automaton <[email protected]>

* New binaries for Vulkan Loader on Microsoft Windows 10.0.20348 (dotnet#1433)

Co-authored-by: The Silk.NET Automaton <[email protected]>

* New binaries for SPIRV-Reflect on Linux 5.15.0-1036-azure dotnet#43-Ubuntu SMP Wed Mar 29 16:11:05 UTC 2023 (dotnet#1432)

Co-authored-by: The Silk.NET Automaton <[email protected]>

* Look Gordon, a whitespace change!

* If i make another commit will it work

* Update WebGPU experiments to new naming

* New binaries for DXVK on Linux 5.15.0-1036-azure dotnet#43-Ubuntu SMP Wed Mar 29 16:11:05 UTC 2023 (dotnet#1445)

Co-authored-by: The Silk.NET Automaton <[email protected]>

* New binaries for Assimp on Microsoft Windows 10.0.20348 (dotnet#1444)

Co-authored-by: The Silk.NET Automaton <[email protected]>

* Update GLFW binaries (dotnet#1443)

* New binaries for GLFW on Microsoft Windows 10.0.20348

* New binaries for GLFW on Darwin 21.6.0 Darwin Kernel Version 21.6.0: Thu Mar  9 20:08:59 PST 2023; root:xnu-8020.240.18.700.8~1/RELEASE_X86_64

---------

Co-authored-by: The Silk.NET Automaton <[email protected]>

* New binaries for Vulkan Loader on Microsoft Windows 10.0.20348 (dotnet#1442)

Co-authored-by: The Silk.NET Automaton <[email protected]>

* New binaries for SPIRV-Reflect on Linux 5.15.0-1036-azure dotnet#43-Ubuntu SMP Wed Mar 29 16:11:05 UTC 2023 (dotnet#1441)

Co-authored-by: The Silk.NET Automaton <[email protected]>

* Add copyright header to SPIRV-Reflect test

* Attempt to bring back the 2.17 enum names as deprecated

* BuildTools changes for bringing back the 2.17 enum names as deprecated

* Regenerate bindings for efd969d

* Account for one more edge case in the deprecated name resurgence

* Pumped Up Kicks but it's not Pumped Up Kicks and I eat a shoe box

* Fix lack of obsoletion message

* Update sln

---------

Co-authored-by: silkdotnet <[email protected]>
Co-authored-by: The Silk.NET Automaton <[email protected]>
Co-authored-by: Dylan Perks <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant