index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-06-19
Merge pull request #33 from tfoleyNV/preprocessor-bug-fixes
Tim Foley
2017-06-19
Merge pull request #31 from tfoleyNV/escaped-newlines
Tim Foley
2017-06-19
Fixes for preprocessor conditionals that use macros
Tim Foley
2017-06-19
Bug fix for newline escaping.
Tim Foley
2017-06-19
Merge pull request #30 from tfoleyNV/slang-checking-fix
Tim Foley
2017-06-19
Make sure that semantic checks always apply to Slang files
Tim Foley
2017-06-19
Merge pull request #29 from tfoleyNV/auto-import
Tim Foley
2017-06-19
Allow for automatic importing of Slang code
Tim Foley
2017-06-16
Merge pull request #28 from tfoleyNV/rewriter-operator-fix
Tim Foley
2017-06-16
Bug fix: handle unchecked operator application in emit logic
Tim Foley
2017-06-15
Merge pull request #27 from tfoleyNV/decl-ref-cleanup
Tim Foley
2017-06-15
Replace `DeclRef` approach
Tim Foley
2017-06-15
Merge pull request #26 from tfoleyNV/cleanup
Tim Foley
2017-06-15
Remove more "core" code that isn't used.
Tim Foley
2017-06-15
Rename `CoreLib::*` to `Slang`
Tim Foley
2017-06-15
Rename `Slang::Compiler` -> `Slang`
Tim Foley
2017-06-15
Merge pull request #25 from tfoleyNV/interfaces
Tim Foley
2017-06-15
Add basic support for `interface` declarations
Tim Foley
2017-06-14
Merge pull request #7 from tfoleyNV/testing
Tim Foley
2017-06-14
AppVeyor: Run tests as part of AppVeyor builds
Tim Foley
2017-06-14
Merge pull request #6 from tfoleyNV/testing
Tim Foley
2017-06-14
Testing: Adding binding-generation tests for some GLSL shaders
Tim Foley
2017-06-14
Testing: Add support for multiple tests per input file.
Tim Foley
2017-06-13
Merge pull request #5 from tfoleyNV/cross-compile
Tim Foley
2017-06-13
First pass at support for cross-compilation
Tim Foley
2017-06-13
Fixups for newline-escaping behavior.
Tim Foley
2017-06-12
Merge pull request #4 from tfoleyNV/escaped-newlines
Tim Foley
2017-06-12
Add test case for escaped newlines.
Tim Foley
2017-06-12
Lexer: handle escaped newlines
Tim Foley
2017-06-12
Preprocessor: fix bug with multi-argument macros.
Tim Foley
2017-06-12
Merge pull request #3 from tfoleyNV/rename-tests
Tim Foley
2017-06-12
Rename tests from `*.spire` to `*.slang`
Tim Foley
2017-06-12
Merge pull request #2 from tfoleyNV/glsl-render-test
Tim Foley
2017-06-12
GLSL: get GLSL limping in `render-test`
Tim Foley
2017-06-12
Merge pull request #1 from tfoleyNV/appveyor-build-version
Tim Foley
2017-06-12
AppVeyor: PowerShell requires `elseif` not `else if`
Tim Foley
2017-06-12
AppVeyor: Try to fix errors in `appveyor.yml`
Tim Foley
2017-06-12
AppVeyor: try to produce a better build version
Tim Foley
2017-06-09
AppVeyor: Try to clone submodules, and add badge
Tim Foley
2017-06-09
appveyor: Add initial appveyor.yml
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
glslang: Fixups for build
Tim Foley
2017-06-09
Add submodule for `glslang`
Tim Foley
2017-06-09
Initial import of code.
Tim Foley
2017-06-09
Initial commit
Tim Foley