index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
core
/
slang-string.h
Age
Commit message (
Expand
)
Author
2023-04-26
Fix most of the disabled warnings on gcc/clang (#2839)
Ellie Hermaszewska
2023-04-25
StringBuilder to lowerCamel (#2840)
jsmall-nvidia
2023-04-25
Dictionary using lowerCamel (#2835)
jsmall-nvidia
2023-01-27
Add ASAN support + fixes (#2614)
skallweitNV
2022-08-11
Artifact closer to being able to replace CompileResult (#2354)
jsmall-nvidia
2022-07-01
Language server: auto completion of `import` file and directories. (#2312)
Yong He
2022-06-07
Major language server features. (#2264)
Yong He
2022-05-31
Add Slang::String compatibility with std::ostream (#2256)
Craig Kolb
2022-05-27
Added NativeStringType (#2252)
jsmall-nvidia
2022-03-28
Allow slangc to generate exe from .slang file. (#2170)
Yong He
2021-11-24
PersistentJSONValue (#2028)
jsmall-nvidia
2021-10-04
Removing exceptions from core/compiler-core (#1953)
jsmall-nvidia
2021-04-29
Update gfx back-ends to handle static specialization (#1826)
Tim Foley
2021-03-02
Fix issue with long identifier names in GLSL output (#1731)
jsmall-nvidia
2021-03-01
Doc improvements (#1729)
jsmall-nvidia
2021-02-12
Diagnostic location highlighting (#1700)
jsmall-nvidia
2021-01-26
Improved NVRTC location finding (#1674)
jsmall-nvidia
2021-01-21
Add `StructuredBuffer` support in `gfx`. (#1666)
Yong He
2020-11-05
Standard library save/loadable (#1592)
jsmall-nvidia
2020-10-22
Single pass C++ extraction (#1583)
jsmall-nvidia
2020-09-23
Simplify workflow when using NVAPI (#1556)
Tim Foley
2020-05-26
Improvements around hashing (#1355)
jsmall-nvidia
2020-05-07
Enhanced C++ extractor (#1340)
jsmall-nvidia
2020-03-05
Feature/glslang spirv version (#1256)
jsmall-nvidia
2020-03-02
Renamed UnownedStringSlice::size to getLength to make match String. (#1254)
jsmall-nvidia
2019-07-17
Slang -> C++ -> SharedLibrary -> Test (#999)
jsmall-nvidia
2019-06-21
Parsing CPP Compiler output (#994)
jsmall-nvidia
2019-06-19
Feature/shared library review (#992)
jsmall-nvidia
2019-06-18
StringUtil::extractLine (#989)
jsmall-nvidia
2019-06-12
Runtime execution of Visual Studio Compiler (#978)
jsmall-nvidia
2019-05-31
Use slang- prefix on slang compiler and core source (#973)
jsmall-nvidia
2019-04-29
String/List closer to conventions, and use Index type (#959)
jsmall-nvidia
2018-12-20
Feature/lex memory reduction (#762)
jsmall-nvidia
2018-12-13
Move mangled name out of IRGlobalValue (#752)
Tim Foley
2018-12-12
Running tests in slang-test process (#740)
jsmall-nvidia
2018-09-27
First pass implementation of IR serialization (#653)
jsmall-nvidia
2018-09-19
Support for IRStringLit (#645)
jsmall-nvidia
2018-09-14
Improvements around IR representation and memory usage (#635)
jsmall-nvidia
2018-06-14
Add support for "blobs" and a file-system callback (#596)
Tim Foley
2018-05-02
Add support for explicit register space bindings (#542)
Tim Foley
2018-04-10
Feature/dx12 compute (#482)
jsmall-nvidia
2018-03-08
Cleanups on slang-generate (#437)
Tim Foley
2017-11-07
Add a comparison operator to UnownedStringSlice
Tim Foley
2017-11-04
gcc warning fix
Yong He
2017-10-06
Perform some transformations on IR to legalize for GLSL (#200)
Tim Foley
2017-09-27
First attempt at a Linux build (#193)
Tim Foley
2017-09-14
IR: handle control flow constructs (#186)
Tim Foley
2017-08-10
Make source location lightweight
Tim Foley
2017-07-19
Try to improve handling of failures during compilation
Tim Foley
2017-07-06
Fix bug in `String::To{Upper|Lower}`
Tim Foley
[next]