summaryrefslogtreecommitdiff
path: root/source/core/slang-writer.cpp
AgeCommit message (Expand)Author
2025-05-02Fix build on GCC 15 (#6971)Julius Ikkala
2024-11-05Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska
2024-10-29formatEllie Hermaszewska
2023-04-25StringBuilder to lowerCamel (#2840)jsmall-nvidia
2022-07-01Fix for issue with redirecting stdout/err to a file (#2311)jsmall-nvidia
2022-01-10Enable running tests in parallel. (#2078)Yong He
2021-04-01Associating GUID (or UUID) with types (#1776)jsmall-nvidia
2020-03-02Renamed UnownedStringSlice::size to getLength to make match String. (#1254)jsmall-nvidia
2020-02-04CUDA/C++ backend improvements (#1198)jsmall-nvidia
2019-07-17Slang -> C++ -> SharedLibrary -> Test (#999)jsmall-nvidia
2019-05-31Use slang- prefix on slang compiler and core source (#973)jsmall-nvidia
2019-04-29String/List closer to conventions, and use Index type (#959)jsmall-nvidia
2019-01-21Path simplification/hash mode, plus bug fixes (#788)jsmall-nvidia
2018-12-20Feature/lex memory reduction (#762)jsmall-nvidia
2018-12-12Remove the valist from the ISlangWriter interface. Replace with begin/endAppe...jsmall-nvidia
2018-12-12Running tests in slang-test process (#740)jsmall-nvidia