index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
slangc
Age
Commit message (
Expand
)
Author
2019-03-18
* Added ToolReturnCode to be more rigerous about how a return code is passed ...
jsmall-nvidia
2019-01-21
Path simplification/hash mode, plus bug fixes (#788)
jsmall-nvidia
2019-01-17
Fix diagnostic output for command-line slangc (#783)
Tim Foley
2018-12-21
Feature/remove app context (#765)
jsmall-nvidia
2018-12-17
Feature/test tool shared libraries (#758)
jsmall-nvidia
2018-12-12
Running tests in slang-test process (#740)
jsmall-nvidia
2018-07-06
spCompile/spProcessCommandLineArguments return SlangResult (#610)
jsmall-nvidia
2018-05-11
Generate Visual Studio projects using Premake (#557)
Tim Foley
2018-03-29
Change uses of "spire" to "slang" (#461)
Tim Foley
2017-11-07
turn on 'treat warnings as errors' (#266)
Yong He
2017-10-16
Implement notion of a "container format" (#213)
Tim Foley
2017-09-27
First attempt at a Linux build (#193)
Tim Foley
2017-08-15
Improve diagnostics for overlapping/conflicting bindings
Tim Foley
2017-07-25
Add a `-o` option to command-line `slangc`
Tim Foley
2017-07-19
Build a dynamic library for Slang
Tim Foley
2017-06-29
Overhaul `RefPtr` and `String`
Tim Foley
2017-06-20
Overhaul handling of entry points and translation units.
Tim Foley
2017-06-19
Allow for automatic importing of Slang code
Tim Foley
2017-06-15
Rename `CoreLib::*` to `Slang`
Tim Foley
2017-06-15
Rename `Slang::Compiler` -> `Slang`
Tim Foley
2017-06-09
Build: more fixes to get `msbuild` to work from command line.
Tim Foley
2017-06-09
Fix: Remove some old project references.
Tim Foley
2017-06-09
Initial import of code.
Tim Foley