index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
slang
/
slang.cpp
Commit message (
Expand
)
Author
Age
*
Add support for dumping intermediates for debugging.
Tim Foley
2017-07-13
*
Allow `spGetEntryPointCode` to return text results too
Tim Foley
2017-07-13
*
Removed spGetTranslationUnitCode; Unified EntryPointResult/TranslationUnitRes...
Kai-Hwa Yao
2017-07-10
*
Refactored compile output to work with raw data instead of Strings
Kai-Hwa Yao
2017-07-10
*
Pick layout rules based on target languge, not source.
Tim Foley
2017-07-09
*
Fully parse function bodies, even in "rewriter" mode
Tim Foley
2017-07-08
*
Fix many warnings-as-errors issues.
Tim Foley
2017-07-06
*
Add meta-definitions for AST types
Tim Foley
2017-06-30
*
Check for re-import at translation-unit level
Tim Foley
2017-06-26
*
Make `#import` work with preprocessor macros
Tim Foley
2017-06-26
*
Replace "auto-import" with `#import`
Tim Foley
2017-06-26
*
Include imported code when generating reflection data
Tim Foley
2017-06-26
*
Overhaul handling of entry points and translation units.
Tim Foley
2017-06-20
*
Make sure that semantic checks always apply to Slang files
Tim Foley
2017-06-19
*
Allow for automatic importing of Slang code
Tim Foley
2017-06-19
*
Rename `CoreLib::*` to `Slang`
Tim Foley
2017-06-15
*
Rename `Slang::Compiler` -> `Slang`
Tim Foley
2017-06-15
*
First pass at support for cross-compilation
Tim Foley
2017-06-13
*
Initial import of code.
Tim Foley
2017-06-09