summaryrefslogtreecommitdiff
path: root/source/slang/slang.cpp
AgeCommit message (Expand)Author
2017-10-20Fix up emission of shader parameter semantics when using IR (#226)Tim Foley
2017-10-16Implement notion of a "container format" (#213)Tim Foley
2017-10-13Get rid of the `-slang-ir-asm` target (#212)Tim Foley
2017-10-13Move reflection JSON generation into separate text fixture (#211)Tim Foley
2017-10-11Fixup: re-enable exception guard (#208)Tim Foley
2017-09-29Get tests running/passing under Linux (#194)Tim Foley
2017-08-31Fix some issues around cloned modifiers.Tim Foley
2017-08-15Add user-defined builtins to the "core" moduleTim Foley
2017-08-14Add an explicit `Name` typeTim Foley
2017-08-12Data-driven parsing of modifiersTim Foley
2017-08-11Look up declaration keywords using ordinary scoping.Tim Foley
2017-08-10Make source location lightweightTim Foley
2017-08-09Major naming overhaul:Tim Foley
2017-08-07Remove uses of global variablesTim Foley
2017-07-25Add a `-o` option to command-line `slangc`Tim Foley
2017-07-21Add an API option to control emission of `#line` directivesTim Foley
2017-07-19Try to improve handling of failures during compilationTim Foley
2017-07-13Add support for dumping intermediates for debugging.Tim Foley
2017-07-13Allow `spGetEntryPointCode` to return text results tooTim Foley
2017-07-10Removed spGetTranslationUnitCode; Unified EntryPointResult/TranslationUnitRes...Kai-Hwa Yao
2017-07-10Refactored compile output to work with raw data instead of StringsKai-Hwa Yao
2017-07-09Pick layout rules based on target languge, not source.Tim Foley
2017-07-08Fully parse function bodies, even in "rewriter" modeTim Foley
2017-07-06Fix many warnings-as-errors issues.Tim Foley
2017-06-30Add meta-definitions for AST typesTim Foley
2017-06-26Check for re-import at translation-unit levelTim Foley
2017-06-26Make `#import` work with preprocessor macrosTim Foley
2017-06-26Replace "auto-import" with `#import`Tim Foley
2017-06-26Include imported code when generating reflection dataTim Foley
2017-06-20Overhaul handling of entry points and translation units.Tim Foley
2017-06-19Make sure that semantic checks always apply to Slang filesTim 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-13First pass at support for cross-compilationTim Foley
2017-06-09Initial import of code.Tim Foley