summaryrefslogtreecommitdiff
path: root/source/slangc
AgeCommit message (Expand)Author
2023-03-26Update slang-llvm (#2735)Yong He
2023-03-26Add PyTorch C++ binding generation. (#2734)Yong He
2022-08-20Call `gfx` in slang program. (#2370)Yong He
2020-12-04Projects in 'build' and Slang API separation (#1624)jsmall-nvidia
2020-11-18Test for serializing out and reading back Stdlib (#1605)jsmall-nvidia
2020-08-21Vulkan update/NVAPI support (#1511)jsmall-nvidia
2020-06-17Hotfix/slangc unreleased compile request (#1393)jsmall-nvidia
2020-05-26Improvements around hashing (#1355)jsmall-nvidia
2019-08-20User defined downstream compiler prelude (#1028)jsmall-nvidia
2019-04-29String/List closer to conventions, and use Index type (#959)jsmall-nvidia
2019-03-18* Added ToolReturnCode to be more rigerous about how a return code is passed ...jsmall-nvidia
2019-01-21Path simplification/hash mode, plus bug fixes (#788)jsmall-nvidia
2019-01-17Fix diagnostic output for command-line slangc (#783)Tim Foley
2018-12-21Feature/remove app context (#765)jsmall-nvidia
2018-12-17Feature/test tool shared libraries (#758)jsmall-nvidia
2018-12-12Running tests in slang-test process (#740)jsmall-nvidia
2018-07-06spCompile/spProcessCommandLineArguments return SlangResult (#610)jsmall-nvidia
2018-05-11Generate Visual Studio projects using Premake (#557)Tim Foley
2018-03-29Change uses of "spire" to "slang" (#461)Tim Foley
2017-11-07turn on 'treat warnings as errors' (#266)Yong He
2017-10-16Implement notion of a "container format" (#213)Tim Foley
2017-09-27First attempt at a Linux build (#193)Tim Foley
2017-08-15Improve diagnostics for overlapping/conflicting bindingsTim Foley
2017-07-25Add a `-o` option to command-line `slangc`Tim Foley
2017-07-19Build a dynamic library for SlangTim Foley
2017-06-29Overhaul `RefPtr` and `String`Tim Foley
2017-06-20Overhaul handling of entry points and translation units.Tim Foley
2017-06-19Allow for automatic importing of Slang codeTim Foley
2017-06-15Rename `CoreLib::*` to `Slang`Tim Foley
2017-06-15Rename `Slang::Compiler` -> `Slang`Tim Foley
2017-06-09Build: more fixes to get `msbuild` to work from command line.Tim Foley
2017-06-09Fix: Remove some old project references.Tim Foley
2017-06-09Initial import of code.Tim Foley