summaryrefslogtreecommitdiffstats
path: root/source/core/slang-string.h
Commit message (Expand)AuthorAge
* Note that `Slang::String` is owned/null-terminated (#7648)Sam Estep2025-07-16
* Add support for on-demand AST deserialization (#7482)Theresa Foley2025-06-19
* Improve performance when compiling small shaders. (#6396)Yong He2025-02-23
* formatEllie Hermaszewska2024-10-29
* make String::trim consistent with String::trimStart/trimEnd (#4285)skallweitNV2024-06-06
* squash warnings (#3113)Ellie Hermaszewska2023-08-15
* Use ankerl/unordered_dense as a hashmap implementation (#3036)Ellie Hermaszewska2023-08-16
* Small improvements around StringBlob (#2924)jsmall-nvidia2023-06-09
* Improvements around StringBlob (#2921)jsmall-nvidia2023-06-08
* Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska2023-04-26
* StringBuilder to lowerCamel (#2840)jsmall-nvidia2023-04-25
* Dictionary using lowerCamel (#2835)jsmall-nvidia2023-04-25
* Add ASAN support + fixes (#2614)skallweitNV2023-01-27
* Artifact closer to being able to replace CompileResult (#2354)jsmall-nvidia2022-08-11
* Language server: auto completion of `import` file and directories. (#2312)Yong He2022-07-01
* Major language server features. (#2264)Yong He2022-06-07
* Add Slang::String compatibility with std::ostream (#2256)Craig Kolb2022-05-31
* Added NativeStringType (#2252)jsmall-nvidia2022-05-27
* Allow slangc to generate exe from .slang file. (#2170)Yong He2022-03-28
* PersistentJSONValue (#2028)jsmall-nvidia2021-11-24
* Removing exceptions from core/compiler-core (#1953)jsmall-nvidia2021-10-04
* Update gfx back-ends to handle static specialization (#1826)Tim Foley2021-04-29
* Fix issue with long identifier names in GLSL output (#1731)jsmall-nvidia2021-03-02
* Doc improvements (#1729)jsmall-nvidia2021-03-01
* Diagnostic location highlighting (#1700)jsmall-nvidia2021-02-12
* Improved NVRTC location finding (#1674)jsmall-nvidia2021-01-26
* Add `StructuredBuffer` support in `gfx`. (#1666)Yong He2021-01-21
* Standard library save/loadable (#1592)jsmall-nvidia2020-11-05
* Single pass C++ extraction (#1583)jsmall-nvidia2020-10-22
* Simplify workflow when using NVAPI (#1556)Tim Foley2020-09-23
* Improvements around hashing (#1355)jsmall-nvidia2020-05-26
* Enhanced C++ extractor (#1340)jsmall-nvidia2020-05-07
* Feature/glslang spirv version (#1256)jsmall-nvidia2020-03-05
* Renamed UnownedStringSlice::size to getLength to make match String. (#1254)jsmall-nvidia2020-03-02
* Slang -> C++ -> SharedLibrary -> Test (#999)jsmall-nvidia2019-07-17
* Parsing CPP Compiler output (#994)jsmall-nvidia2019-06-21
* Feature/shared library review (#992)jsmall-nvidia2019-06-19
* StringUtil::extractLine (#989)jsmall-nvidia2019-06-18
* Runtime execution of Visual Studio Compiler (#978)jsmall-nvidia2019-06-12
* Use slang- prefix on slang compiler and core source (#973)jsmall-nvidia2019-05-31
* String/List closer to conventions, and use Index type (#959)jsmall-nvidia2019-04-29
* Feature/lex memory reduction (#762)jsmall-nvidia2018-12-20
* Move mangled name out of IRGlobalValue (#752)Tim Foley2018-12-13
* Running tests in slang-test process (#740)jsmall-nvidia2018-12-12
* First pass implementation of IR serialization (#653)jsmall-nvidia2018-09-27
* Support for IRStringLit (#645)jsmall-nvidia2018-09-19
* Improvements around IR representation and memory usage (#635)jsmall-nvidia2018-09-14
* Add support for "blobs" and a file-system callback (#596)Tim Foley2018-06-14
* Add support for explicit register space bindings (#542)Tim Foley2018-05-02
* Feature/dx12 compute (#482)jsmall-nvidia2018-04-10