summaryrefslogtreecommitdiffstats
path: root/source/core/slang-string-util.cpp
Commit message (Expand)AuthorAge
* Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska2024-11-05
* formatEllie Hermaszewska2024-10-29
* Move C interface from slang.h to slang-deprecated.h (#5301)Ellie Hermaszewska2024-10-15
* Improve Capability System (#3555)Yong He2024-02-06
* Small type system fixes. (#3265)Yong He2023-10-06
* Allow bitwise or expressions and numeric literals in spirv_asm blocks (#3157)Ellie Hermaszewska2023-08-28
* Markdown CommandOptions (#2860)jsmall-nvidia2023-05-02
* CommandOptions (#2856)jsmall-nvidia2023-04-29
* Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska2023-04-26
* Artifact and ICastable (#2351)jsmall-nvidia2022-08-10
* Add smoke test for language server. (#2266)Yong He2022-06-08
* Interprocess communication via pipes (#2009)jsmall-nvidia2021-11-10
* JSONValue / Container (#1864)jsmall-nvidia2021-06-01
* FXC as DownstreamCompiler (#1844)jsmall-nvidia2021-05-14
* Support for escaped paths in tools (#1823)jsmall-nvidia2021-04-29
* C++ extractor improvements (#1803)jsmall-nvidia2021-04-22
* Support for __LINE__ and __FILE__ in preprocessor (#1772)jsmall-nvidia2021-03-31
* Documentation markup extraction (#1724)jsmall-nvidia2021-02-23
* Diagnostic comparison using parsing (#1683)jsmall-nvidia2021-02-03
* Downstream compiler line number test (#1682)jsmall-nvidia2021-02-02
* Workaround for matching of dxc diagnostics (#1324)jsmall-nvidia2020-04-16
* Feature/glslang spirv version (#1256)jsmall-nvidia2020-03-05
* Renamed UnownedStringSlice::size to getLength to make match String. (#1254)jsmall-nvidia2020-03-02
* DownstreamCompiler abstraction (#1149)jsmall-nvidia2019-12-10
* Parsing CPP Compiler output (#994)jsmall-nvidia2019-06-21
* Make extractLine return a bool. (#991)jsmall-nvidia2019-06-19
* StringUtil::extractLine (#989)jsmall-nvidia2019-06-18
* Runtime C++ compiling and testing on Unix-like targets (#981)jsmall-nvidia2019-06-13
* Runtime execution of Visual Studio Compiler (#978)jsmall-nvidia2019-06-12
* String/List closer to conventions, and use Index type (#959)jsmall-nvidia2019-04-29
* Fix problems with synthesized tests and inconsitent render-test command lines...jsmall-nvidia2019-03-07
* Path simplification/hash mode, plus bug fixes (#788)jsmall-nvidia2019-01-21
* Running tests in slang-test process (#740)jsmall-nvidia2018-12-12
* Feature/file system cache (#692)jsmall-nvidia2018-10-26
* Feature/memory arena (#631)jsmall-nvidia2018-09-12
* Feature/dx12 compute (#482)jsmall-nvidia2018-04-10