summaryrefslogtreecommitdiff
path: root/source/core/slang-string.h
AgeCommit message (Expand)Author
2020-05-26Improvements around hashing (#1355)jsmall-nvidia
2020-05-07Enhanced C++ extractor (#1340)jsmall-nvidia
2020-03-05Feature/glslang spirv version (#1256)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-19Feature/shared library review (#992)jsmall-nvidia
2019-06-18StringUtil::extractLine (#989)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-20Feature/lex memory reduction (#762)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-09-27First pass implementation of IR serialization (#653)jsmall-nvidia
2018-09-19Support for IRStringLit (#645)jsmall-nvidia
2018-09-14Improvements around IR representation and memory usage (#635)jsmall-nvidia
2018-06-14Add support for "blobs" and a file-system callback (#596)Tim Foley
2018-05-02Add support for explicit register space bindings (#542)Tim Foley
2018-04-10Feature/dx12 compute (#482)jsmall-nvidia
2018-03-08Cleanups on slang-generate (#437)Tim Foley
2017-11-07Add a comparison operator to UnownedStringSliceTim Foley
2017-11-04gcc warning fixYong He
2017-10-06Perform some transformations on IR to legalize for GLSL (#200)Tim Foley
2017-09-27First attempt at a Linux build (#193)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 bug in `String::To{Upper|Lower}`Tim Foley
2017-07-06Fix many warnings-as-errors issues.Tim Foley
2017-06-29Overhaul `RefPtr` and `String`Tim Foley
2017-06-19Allow for automatic importing of Slang codeTim Foley
2017-06-15Rename `CoreLib::*` to `Slang`Tim Foley
2017-06-09Initial import of code.Tim Foley