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
/
slang
/
preprocessor.cpp
Age
Commit message (
Expand
)
Author
2019-02-15
Split front- and back-ends (#846)
Tim Foley
2019-02-13
Ignore expression if hit #if when skipping. (#844)
jsmall-nvidia
2019-02-04
Feature/view path (#824)
jsmall-nvidia
2019-01-21
Feature/file unique identity (#789)
jsmall-nvidia
2019-01-10
Improvements around review of debug serialization info (#769)
jsmall-nvidia
2019-01-07
Feature/serialization debug info (#767)
jsmall-nvidia
2018-12-20
Feature/lex memory reduction (#762)
jsmall-nvidia
2018-11-12
Add callable shader support for Vulkan ray tracing (#718)
Tim Foley
2018-10-30
Fix implementation of >= in preprocessor conditionals (#701)
Tim Foley
2018-10-26
Feature/file system cache (#692)
jsmall-nvidia
2018-10-25
Feature/premake linux (#689)
jsmall-nvidia
2018-10-16
Feature/include refactor (#675)
jsmall-nvidia
2018-10-12
Feature/source loc review (#672)
jsmall-nvidia
2018-10-10
Feature/source loc refactor (#668)
jsmall-nvidia
2018-09-19
Warn when undefined identifier used in preprocessor conditional (#642)
Tim Foley
2018-08-27
Add basic support for #pragma once (#630)
Tim Foley
2018-06-14
Add support for "blobs" and a file-system callback (#596)
Tim Foley
2018-04-12
Preprocessor cleanups (#484)
Tim Foley
2018-01-29
Remove #import directive (#389)
Tim Foley
2017-10-09
Preprocessor: fix `undef` and redefinition (#204)
Tim Foley
2017-08-14
Add an explicit `Name` type
Tim Foley
2017-08-14
Rename `Name` fields to `name`
Tim Foley
2017-08-10
Make source location lightweight
Tim Foley
2017-08-09
Major naming overhaul:
Tim Foley
2017-07-19
Try to improve handling of failures during compilation
Tim Foley
2017-07-11
Initial work on handling resources in structs during cross-compilation
Tim Foley
2017-07-06
Fix many warnings-as-errors issues.
Tim Foley
2017-06-28
Rename literal tokens.
Tim Foley
2017-06-26
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-19
Fixes for preprocessor conditionals that use macros
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-12
Preprocessor: fix bug with multi-argument macros.
Tim Foley
2017-06-09
Initial import of code.
Tim Foley