summaryrefslogtreecommitdiff
path: root/source/core
AgeCommit message (Expand)Author
2022-08-09Support for Items on IArtifact (#2347)jsmall-nvidia
2022-08-03Improvements around Artifact (#2346)jsmall-nvidia
2022-07-18Atomic ref counting for ISlangSharedLibrary (#2332)jsmall-nvidia
2022-07-01Language server: auto completion of `import` file and directories. (#2312)Yong He
2022-07-01Fix for issue with redirecting stdout/err to a file (#2311)jsmall-nvidia
2022-06-27Language server fixes and improvements (#2304)Yong He
2022-06-24Handling of temporary files (#2299)jsmall-nvidia
2022-06-23Preserve specialization cache in IR for specialization pass. (#2293)Yong He
2022-06-08Add smoke test for language server. (#2266)Yong He
2022-06-08Improvements around Visual Studio versions/matching versions (#2267)jsmall-nvidia
2022-06-08Actual global support (#2262)jsmall-nvidia
2022-06-07Code review fixes for language server. (#2265)Yong He
2022-06-07Major language server features. (#2264)Yong He
2022-06-02COM interfaces with host callable (#2258)jsmall-nvidia
2022-05-31Add Slang::String compatibility with std::ostream (#2256)Craig Kolb
2022-05-31Work around MacOS compilation issue with embed stlib (#2255)Craig Kolb
2022-05-27Added NativeStringType (#2252)jsmall-nvidia
2022-05-17Special handling around return and liveness (#2234)jsmall-nvidia
2022-05-17Liveness tracking with phis (#2233)jsmall-nvidia
2022-04-28Fix errors when building with the latest Xcode (#2215)Vincent Isambart
2022-04-27Make artifact an interface (#2195)jsmall-nvidia
2022-04-26Linking in DXC (#2190)jsmall-nvidia
2022-03-28Allow slangc to generate exe from .slang file. (#2170)Yong He
2022-03-09gfx: restructure render-d3d12.cpp (#2154)Yong He
2022-03-08GFX Vulkan: deferred shader compilation and pipeline creation. (#2153)Yong He
2022-02-10OSX CI Test (#2126)jsmall-nvidia
2022-02-10Fix MacOSX build issues (#2124)jsmall-nvidia
2022-02-09Various fixes to gfx. (#2120)Yong He
2022-01-25Add support for HLSL unorm/snorm (#2095)Theresa Foley
2022-01-10Enable running tests in parallel. (#2078)Yong He
2021-12-13Fixes to `uploadTextureData`. (#2058)Yong He
2021-12-03Split out ExecutableLocation (#2041)jsmall-nvidia
2021-12-03Improvements to repro diagnostics (#2039)jsmall-nvidia
2021-11-30Auto flush for streams for stdin/out in slang-test (#2035)jsmall-nvidia
2021-11-30Use test-server on CI (#2034)jsmall-nvidia
2021-11-24Fix for slang-test memory leak (#2029)jsmall-nvidia
2021-11-24PersistentJSONValue (#2028)jsmall-nvidia
2021-11-23JSON-RPC test server (#2026)jsmall-nvidia
2021-11-19Improvements to JSON/RTTI (#2022)jsmall-nvidia
2021-11-18RTTI/JSON (#2021)jsmall-nvidia
2021-11-16Support around JSON-RPC (#2014)jsmall-nvidia
2021-11-15Http protocol support (#2012)jsmall-nvidia
2021-11-10Interprocess communication via pipes (#2009)jsmall-nvidia
2021-11-03Fix an infinite-recursion bug in type-checking (#2004)Theresa Foley
2021-10-26Runs all gfx unit tests through a 'test proxy' (#1981)jsmall-nvidia
2021-10-20Selecting downstream compiler on code gen transition (#1980)jsmall-nvidia
2021-10-11Update stdlib docs/small fixes (#1972)jsmall-nvidia
2021-10-04Removing exceptions from core/compiler-core (#1953)jsmall-nvidia
2021-09-15Fix incorrect WIN32 macros and missing Windows.h inclusion (#1939)Pablo Delgado
2021-09-10First Slang LLVM integration (#1934)jsmall-nvidia