https://github.com/shader-slang/slang
Revision 09d8e048d2264d89886cda8e87e8a452d4f913c1 authored by Ellie Hermaszewska on 16 November 2022, 19:33:10 UTC, committed by GitHub on 16 November 2022, 19:33:10 UTC
* Don't use uname -p

It's not portable (doesn't work on my machine)

* Disable maybe-uninitialized warning on gcc

Only false positives at the moment

* Squash warning in miniz

Allow it to use 64 bit file handing functions with gcc

* Use noreturn c++11 attribute in SLANG_RETURN_NEVER

* Squash uninitialized variable warnings

* Squash const char/char conversion warnings

Co-authored-by: Yong He <yonghe@outlook.com>
1 parent 8d50047
History
Tip revision: 09d8e048d2264d89886cda8e87e8a452d4f913c1 authored by Ellie Hermaszewska on 16 November 2022, 19:33:10 UTC
Squash warnings (#2515)
Tip revision: 09d8e04
File Mode Size
.github
build
deps
docs
examples
external
extras
prelude
source
tests
tools
.editorconfig -rw-r--r-- 937 bytes
.gitattributes -rw-r--r-- 95 bytes
.gitignore -rw-r--r-- 1.4 KB
.gitmodules -rw-r--r-- 951 bytes
CODE_OF_CONDUCT.md -rw-r--r-- 3.1 KB
LICENSE -rw-r--r-- 1.1 KB
README.md -rw-r--r-- 6.1 KB
github_build.sh -rw-r--r-- 1.1 KB
github_macos_build.sh -rw-r--r-- 1.2 KB
github_test.sh -rw-r--r-- 1.2 KB
make-slang-tag-version.bat -rw-r--r-- 210 bytes
premake.bat -rw-r--r-- 120 bytes
premake5.lua -rw-r--r-- 55.9 KB
slang-com-helper.h -rw-r--r-- 4.9 KB
slang-com-ptr.h -rw-r--r-- 5.0 KB
slang-gfx.h -rw-r--r-- 86.8 KB
slang-tag-version.h -rw-r--r-- 36 bytes
slang.h -rw-r--r-- 193.1 KB
slang.sln -rw-r--r-- 40.7 KB
test.bat -rw-r--r-- 1.4 KB

README.md

back to top