summaryrefslogtreecommitdiff
path: root/source/core/slang-string-util.cpp
AgeCommit message (Expand)Author
2025-04-28Add Slang Byte Code generation and interpreter. (#6896)Yong He
2024-12-10Fix a crash when search for files. (#5818)Yong He
2024-11-05Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska
2024-10-29formatEllie Hermaszewska
2024-10-15 Move C interface from slang.h to slang-deprecated.h (#5301)Ellie Hermaszewska
2024-02-06Improve Capability System (#3555)Yong He
2023-10-06Small type system fixes. (#3265)Yong He
2023-08-28Allow bitwise or expressions and numeric literals in spirv_asm blocks (#3157)Ellie Hermaszewska
2023-05-02Markdown CommandOptions (#2860)jsmall-nvidia
2023-04-29CommandOptions (#2856)jsmall-nvidia
2023-04-26Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska
2022-08-10Artifact and ICastable (#2351)jsmall-nvidia
2022-06-08Add smoke test for language server. (#2266)Yong He
2021-11-10Interprocess communication via pipes (#2009)jsmall-nvidia
2021-06-01JSONValue / Container (#1864)jsmall-nvidia
2021-05-14FXC as DownstreamCompiler (#1844)jsmall-nvidia
2021-04-29Support for escaped paths in tools (#1823)jsmall-nvidia
2021-04-22C++ extractor improvements (#1803)jsmall-nvidia
2021-03-31Support for __LINE__ and __FILE__ in preprocessor (#1772)jsmall-nvidia
2021-02-23Documentation markup extraction (#1724)jsmall-nvidia
2021-02-03Diagnostic comparison using parsing (#1683)jsmall-nvidia
2021-02-02Downstream compiler line number test (#1682)jsmall-nvidia
2020-04-16Workaround for matching of dxc diagnostics (#1324)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-12-10DownstreamCompiler abstraction (#1149)jsmall-nvidia
2019-06-21Parsing CPP Compiler output (#994)jsmall-nvidia
2019-06-19Make extractLine return a bool. (#991)jsmall-nvidia
2019-06-18StringUtil::extractLine (#989)jsmall-nvidia
2019-06-13Runtime C++ compiling and testing on Unix-like targets (#981)jsmall-nvidia
2019-06-12Runtime execution of Visual Studio Compiler (#978)jsmall-nvidia
2019-04-29String/List closer to conventions, and use Index type (#959)jsmall-nvidia
2019-03-07Fix problems with synthesized tests and inconsitent render-test command lines...jsmall-nvidia
2019-01-21Path simplification/hash mode, plus bug fixes (#788)jsmall-nvidia
2018-12-12Running tests in slang-test process (#740)jsmall-nvidia
2018-10-26Feature/file system cache (#692)jsmall-nvidia
2018-09-12Feature/memory arena (#631)jsmall-nvidia
2018-04-10Feature/dx12 compute (#482)jsmall-nvidia