<feed xmlns='http://www.w3.org/2005/Atom'>
<title>slang.git/source/slang/default-file-system.cpp, branch master</title>
<subtitle>Making it easier to work with shaders</subtitle>
<id>https://git.yummers.dev/slang.git/atom?h=master</id>
<link rel='self' href='https://git.yummers.dev/slang.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/'/>
<updated>2018-10-26T12:16:54+00:00</updated>
<entry>
<title>Feature/file system cache (#692)</title>
<updated>2018-10-26T12:16:54+00:00</updated>
<author>
<name>jsmall-nvidia</name>
<email>jsmall@nvidia.com</email>
</author>
<published>2018-10-26T12:16:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=cb9d679a3a93c65c44904bf77811b9d74e431e23'/>
<id>urn:sha1:cb9d679a3a93c65c44904bf77811b9d74e431e23</id>
<content type='text'>
* First pass at caching file system.

* default-file-system -&gt; slang-file-system
fix problem with location("build.linux") confusing windows build for now.

* Added CompressedResult
Fix problem in Result construction with it being unsigned

* Add support for Path simplification.

* Testing for Path::Simplify.

* Refactored CacheFileSystem - automatically handles ISlangFileSystem or ISlangFileSystemExt appropriately.
Removed WrapFileSystem - because wasn't possible to emulate some of the behavior if just loadFile is implemented.
Split out StringBlob - so that no need to convert between ISlangBlob and String repeatidly.

* Remove unwanted code in ~CompileRequest
</content>
</entry>
<entry>
<title>Fix problem with __import not working  (#688)</title>
<updated>2018-10-23T00:48:59+00:00</updated>
<author>
<name>jsmall-nvidia</name>
<email>jsmall@nvidia.com</email>
</author>
<published>2018-10-23T00:48:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=2700a89f8c80620f1d523563cc80ec0da39e9761'/>
<id>urn:sha1:2700a89f8c80620f1d523563cc80ec0da39e9761</id>
<content type='text'>
* Added getPathType to ISlangFileSystemExt.
This is needed so that when searching for a file it's existance can be tested without loading the file. On some platforms a getCanonicalPath can do this - but depending on how getCanonicalPath is implemented, it may not do. This test is made after the relative path is produced before finding the canonical path.

* Test for importing along search path.

* Added comment to explain the issue around WrapFileSystem impl of getPathType.

* Make search path use / not \
</content>
</entry>
<entry>
<title>IncludeFileSystem -&gt; DefaultFileSystem (#677)</title>
<updated>2018-10-17T15:57:33+00:00</updated>
<author>
<name>jsmall-nvidia</name>
<email>jsmall@nvidia.com</email>
</author>
<published>2018-10-17T15:57:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=f9710d50bc675ddba51cc6d94b125ba1549708a8'/>
<id>urn:sha1:f9710d50bc675ddba51cc6d94b125ba1549708a8</id>
<content type='text'>
Improvements in 'singleton'ness of DefaultFileSystem
Made WrapFileSystem a stand alone type - to remove 'odd' aspects of deriving from DefaultFileSystem (such as inheriting getSingleton method/fixing ref counting)
Simplified CompileRequest::loadFile - becauce fileSystemExt is always available.</content>
</entry>
</feed>
