summaryrefslogtreecommitdiff
path: root/source/core/slang-string.cpp
AgeCommit message (Expand)Author
2023-04-25StringBuilder to lowerCamel (#2840)jsmall-nvidia
2023-03-30Fix mismatched malloc/delete[] in toWString (#2758)Ellie Hermaszewska
2022-07-01Language server: auto completion of `import` file and directories. (#2312)Yong He
2022-06-27Language server fixes and improvements (#2304)Yong He
2022-06-07Major language server features. (#2264)Yong He
2022-05-31Add Slang::String compatibility with std::ostream (#2256)Craig Kolb
2021-11-24PersistentJSONValue (#2028)jsmall-nvidia
2021-10-04Removing exceptions from core/compiler-core (#1953)jsmall-nvidia
2021-04-01Added compiler-core project (#1775)jsmall-nvidia
2021-03-02Fix issue with long identifier names in GLSL output (#1731)jsmall-nvidia
2021-02-12Diagnostic location highlighting (#1700)jsmall-nvidia
2021-01-26Obfuscation naming issue fix (#1676)jsmall-nvidia
2021-01-26Improved NVRTC location finding (#1674)jsmall-nvidia
2020-11-05Standard library save/loadable (#1592)jsmall-nvidia
2020-10-22Single pass C++ extraction (#1583)jsmall-nvidia
2020-05-07Enhanced C++ extractor (#1340)jsmall-nvidia
2020-03-02Renamed UnownedStringSlice::size to getLength to make match String. (#1254)jsmall-nvidia
2019-07-17Slang -> C++ -> SharedLibrary -> Test (#999)jsmall-nvidia
2019-06-21Parsing CPP Compiler output (#994)jsmall-nvidia
2019-06-12Runtime execution of Visual Studio Compiler (#978)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
2018-12-13Move mangled name out of IRGlobalValue (#752)Tim Foley
2018-12-12Running tests in slang-test process (#740)jsmall-nvidia
2018-05-02Add support for explicit register space bindings (#542)Tim Foley
2018-03-08Cleanups on slang-generate (#437)Tim Foley
2017-09-29Get tests running/passing under Linux (#194)Tim Foley
2017-09-14IR: handle control flow constructs (#186)Tim Foley
2017-08-10Make source location lightweightTim Foley
2017-07-19Try to improve handling of failures during compilationTim Foley
2017-07-06Fix many warnings-as-errors issues.Tim Foley
2017-06-29Overhaul `RefPtr` and `String`Tim Foley
2017-06-15Rename `CoreLib::*` to `Slang`Tim Foley
2017-06-09Initial import of code.Tim Foley