summaryrefslogtreecommitdiffstats
path: root/source/core/slang-string.h
Commit message (Expand)AuthorAge
* 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
* Cleanups on slang-generate (#437)Tim Foley2018-03-08
* Add a comparison operator to UnownedStringSliceTim Foley2017-11-07
* gcc warning fixYong He2017-11-04
* Perform some transformations on IR to legalize for GLSL (#200)Tim Foley2017-10-06
* First attempt at a Linux build (#193)Tim Foley2017-09-27
* 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 bug in `String::To{Upper|Lower}`Tim Foley2017-07-06
* Fix many warnings-as-errors issues.Tim Foley2017-07-06
* Overhaul `RefPtr` and `String`Tim Foley2017-06-29
* Allow for automatic importing of Slang codeTim Foley2017-06-19
* Rename `CoreLib::*` to `Slang`Tim Foley2017-06-15
* Initial import of code.Tim Foley2017-06-09