summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-26Merge pull request #42 from tfoleyNV/reflect-importedTim Foley
2017-06-26Add expected output file for test.Tim Foley
2017-06-26typoTim Foley
2017-06-26Turn on some debug output for AppVeyor test failure.Tim Foley
2017-06-26Include imported code when generating reflection dataTim Foley
2017-06-22Merge pull request #39 from tfoleyNV/vector-constructorsTim Foley
2017-06-21Revamp definitions of texture `Load` and `GetDimensions`Tim Foley
2017-06-21Bug fix: correct attribute on `operator~`Tim Foley
2017-06-21Emit: Add support for `while` and `do {} while` statementsTim Foley
2017-06-21Support texture `Gather*()` operationsTim Foley
2017-06-20HLSL/Slang standard library additionsTim Foley
2017-06-20Merge pull request #37 from tfoleyNV/falcor-workTim Foley
2017-06-20Only emit each `import`ed module once.Tim Foley
2017-06-20Add a useful source location to `typedef` declarationsTim Foley
2017-06-20Check `import` decls before all others.Tim Foley
2017-06-20Merge pull request #36 from tfoleyNV/entry-point-indexingTim Foley
2017-06-20Overhaul handling of entry points and translation units.Tim Foley
2017-06-20Merge pull request #35 from tfoleyNV/input-patch-type-fixTim Foley
2017-06-20Fix types for `InputPatch` and `OutputPatch`Tim Foley
2017-06-19Merge pull request #32 from tfoleyNV/line-directivesTim Foley
2017-06-19Merge pull request #33 from tfoleyNV/preprocessor-bug-fixesTim Foley
2017-06-19Merge pull request #31 from tfoleyNV/escaped-newlinesTim Foley
2017-06-19Fixes for preprocessor conditionals that use macrosTim Foley
2017-06-19Bug fix for newline escaping.Tim Foley
2017-06-19Emit `#line` directives more aggressivelyTim Foley
2017-06-19Don't emit redundant `#line` directivesTim Foley
2017-06-19Merge pull request #30 from tfoleyNV/slang-checking-fixTim Foley
2017-06-19Make sure that semantic checks always apply to Slang filesTim Foley
2017-06-19Merge pull request #29 from tfoleyNV/auto-importTim Foley
2017-06-19Allow for automatic importing of Slang codeTim Foley
2017-06-16Merge pull request #28 from tfoleyNV/rewriter-operator-fixTim Foley
2017-06-16Bug fix: handle unchecked operator application in emit logicTim Foley
2017-06-15Merge pull request #27 from tfoleyNV/decl-ref-cleanupTim Foley
2017-06-15Replace `DeclRef` approachTim Foley
2017-06-15Merge pull request #26 from tfoleyNV/cleanupTim Foley
2017-06-15Remove more "core" code that isn't used.Tim Foley
2017-06-15Rename `CoreLib::*` to `Slang`Tim Foley
2017-06-15Rename `Slang::Compiler` -> `Slang`Tim Foley
2017-06-15Merge pull request #25 from tfoleyNV/interfacesTim Foley
2017-06-15Add basic support for `interface` declarationsTim Foley
2017-06-14Merge pull request #7 from tfoleyNV/testingTim Foley
2017-06-14AppVeyor: Run tests as part of AppVeyor buildsTim Foley
2017-06-14Merge pull request #6 from tfoleyNV/testingTim Foley
2017-06-14Testing: Adding binding-generation tests for some GLSL shadersTim Foley
2017-06-14Testing: Add support for multiple tests per input file.Tim Foley
2017-06-13Merge pull request #5 from tfoleyNV/cross-compileTim Foley
2017-06-13First pass at support for cross-compilationTim Foley