Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some minor error and warning fixes for MinGW and MSVC #9

Closed
wants to merge 7 commits into from
Closed

Some minor error and warning fixes for MinGW and MSVC #9

wants to merge 7 commits into from

Conversation

garettbass
Copy link
Contributor

I hope the line endings are right now.

Garett Bass added 7 commits February 10, 2013 21:18
Disabled all of the MSVC warnings that Shaderc triggers.
I was getting an error "reference to '__detail' is ambiguous",
apparently due to a conflict between std::__detail and
std::tr1::__detail in the MinGW STL implementation.  This minor change
corrects the issue.
Fixed line endings
Still trying to fix line endings
Still trying to fix line endings
@garettbass garettbass closed this Feb 11, 2013
Qix- pushed a commit to tidemmo/bgfx that referenced this pull request Jan 9, 2020
CedricGuillemet added a commit to CedricGuillemet/bgfx that referenced this pull request Dec 14, 2020
andrewwillmott pushed a commit to andrewwillmott/bgfx that referenced this pull request Feb 8, 2024
* CUDA Interop API and Vulkan implementation
CUDA Interop example first draft

* Build fix for CI/wasm

* more tentative build fixes, plus fixed some compiler warnings

* yet one more attempt at fixing builds on all platforms

* ...

* possibly fix an infrequent hang on exit in the cuda_interop example.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant