summaryrefslogtreecommitdiff
path: root/source/slang/slang.vcxproj
diff options
context:
space:
mode:
authorjsmall-nvidia <jsmall@nvidia.com>2020-10-22 08:46:12 -0400
committerGitHub <noreply@github.com>2020-10-22 08:46:12 -0400
commit10e1bae34733f1cdb5abc001666b1aafa1c1f406 (patch)
treead9571c071b7b7c2384cdd42426851d257fc5f7b /source/slang/slang.vcxproj
parentc0943661e5441bfb996430c4f67fb4dddea9dfcf (diff)
Single pass C++ extraction (#1583)
* #include an absolute path didn't work - because paths were taken to always be relative. * Added CharUtil. Added TypeSet to extractor. First pass at being able to specify all headers for multiple output headers. * Fix includes for new C++ extractor convension. Update premake5 to use new extractor mechanisms. * Small improvements around StringUtil. * Split out NameConventionUtil. * Use a 'convert' to convert between convention types. * Fix output of build message for C++ extractor. Improve NameConventionUtil interface. * Improve comments. * Fix warning on gcc. * Fix clang warning. * Fix some typos in NameConventionUtil. * Small fix to premake5.lua * Fix generated includes. * Remove m_reflectType as no longer applicable with TypeSet. * Fix .gitignore for slang-generated-* files. Added getConvention to determine convention from slice. Add versions of split and convert that infer the from convention * Fix typo in spliting camel. * LineWhitespace -> HorizontalWhitespace * Improve CharUtil comments.
Diffstat (limited to 'source/slang/slang.vcxproj')
-rw-r--r--source/slang/slang.vcxproj14
1 files changed, 12 insertions, 2 deletions
diff --git a/source/slang/slang.vcxproj b/source/slang/slang.vcxproj
index ec3066778..bb4293b8f 100644
--- a/source/slang/slang.vcxproj
+++ b/source/slang/slang.vcxproj
@@ -195,8 +195,6 @@
<ClInclude Include="slang-ast-decl.h" />
<ClInclude Include="slang-ast-dump.h" />
<ClInclude Include="slang-ast-expr.h" />
- <ClInclude Include="slang-ast-generated-macro.h" />
- <ClInclude Include="slang-ast-generated.h" />
<ClInclude Include="slang-ast-modifier.h" />
<ClInclude Include="slang-ast-reflect.h" />
<ClInclude Include="slang-ast-stmt.h" />
@@ -217,6 +215,12 @@
<ClInclude Include="slang-emit-source-writer.h" />
<ClInclude Include="slang-emit.h" />
<ClInclude Include="slang-file-system.h" />
+ <ClInclude Include="slang-generated-ast-macro.h" />
+ <ClInclude Include="slang-generated-ast.h" />
+ <ClInclude Include="slang-generated-obj-macro.h" />
+ <ClInclude Include="slang-generated-obj.h" />
+ <ClInclude Include="slang-generated-value-macro.h" />
+ <ClInclude Include="slang-generated-value.h" />
<ClInclude Include="slang-glsl-extension-tracker.h" />
<ClInclude Include="slang-hlsl-intrinsic-set.h" />
<ClInclude Include="slang-image-format-defs.h" />
@@ -281,7 +285,13 @@
<ClInclude Include="slang-preprocessor.h" />
<ClInclude Include="slang-profile-defs.h" />
<ClInclude Include="slang-profile.h" />
+ <ClInclude Include="slang-ref-object-generated-ast-macro.h" />
+ <ClInclude Include="slang-ref-object-generated-ast.h" />
<ClInclude Include="slang-ref-object-generated-macro.h" />
+ <ClInclude Include="slang-ref-object-generated-obj-macro.h" />
+ <ClInclude Include="slang-ref-object-generated-obj.h" />
+ <ClInclude Include="slang-ref-object-generated-value-macro.h" />
+ <ClInclude Include="slang-ref-object-generated-value.h" />
<ClInclude Include="slang-ref-object-generated.h" />
<ClInclude Include="slang-ref-object-reflect.h" />
<ClInclude Include="slang-reflection.h" />