summaryrefslogtreecommitdiffstats
path: root/source/core/slang-string.cpp
Commit message (Expand)AuthorAge
* Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska2023-04-26
* StringBuilder to lowerCamel (#2840)jsmall-nvidia2023-04-25
* Fix mismatched malloc/delete[] in toWString (#2758)Ellie Hermaszewska2023-03-30
* Language server: auto completion of `import` file and directories. (#2312)Yong He2022-07-01
* Language server fixes and improvements (#2304)Yong He2022-06-27
* Major language server features. (#2264)Yong He2022-06-07
* Add Slang::String compatibility with std::ostream (#2256)Craig Kolb2022-05-31
* PersistentJSONValue (#2028)jsmall-nvidia2021-11-24
* Removing exceptions from core/compiler-core (#1953)jsmall-nvidia2021-10-04
* Added compiler-core project (#1775)jsmall-nvidia2021-04-01
* Fix issue with long identifier names in GLSL output (#1731)jsmall-nvidia2021-03-02
* Diagnostic location highlighting (#1700)jsmall-nvidia2021-02-12
* Obfuscation naming issue fix (#1676)jsmall-nvidia2021-01-26
* Improved NVRTC location finding (#1674)jsmall-nvidia2021-01-26
* Standard library save/loadable (#1592)jsmall-nvidia2020-11-05
* Single pass C++ extraction (#1583)jsmall-nvidia2020-10-22
* Enhanced C++ extractor (#1340)jsmall-nvidia2020-05-07
* 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
* 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
* Move mangled name out of IRGlobalValue (#752)Tim Foley2018-12-13
* Running tests in slang-test process (#740)jsmall-nvidia2018-12-12
* Add support for explicit register space bindings (#542)Tim Foley2018-05-02
* Cleanups on slang-generate (#437)Tim Foley2018-03-08
* Get tests running/passing under Linux (#194)Tim Foley2017-09-29
* IR: handle control flow constructs (#186)Tim Foley2017-09-14
* Make source location lightweightTim Foley2017-08-10
* Try to improve handling of failures during compilationTim Foley2017-07-19
* Fix many warnings-as-errors issues.Tim Foley2017-07-06
* Overhaul `RefPtr` and `String`Tim Foley2017-06-29
* Rename `CoreLib::*` to `Slang`Tim Foley2017-06-15
* Initial import of code.Tim Foley2017-06-09