summaryrefslogtreecommitdiff
path: root/source/slang/slang-file-system.cpp
AgeCommit message (Expand)Author
2020-12-02Zip FileSystem support (#1617)jsmall-nvidia
2020-11-19File system refactor (#1611)jsmall-nvidia
2020-08-06Emit spir-v using MemoryArena to stop memory leak (#1479)jsmall-nvidia
2020-05-26Improvements around hashing (#1355)jsmall-nvidia
2020-05-07Enhanced C++ extractor (#1340)jsmall-nvidia
2019-11-01Using repro as a file system (#1104)jsmall-nvidia
2019-10-23Expose more repro in API, support output params. (#1087)jsmall-nvidia
2019-10-21`Repro` functionality (#1085)jsmall-nvidia
2019-08-15A more convoluted #pragma once file identity test, using relative paths. (#1021)jsmall-nvidia
2019-05-31Use slang- prefix on slang compiler and core source (#973)jsmall-nvidia
2019-04-29String/List closer to conventions, and use Index type (#959)jsmall-nvidia
2019-04-25Fixed building on CygWin with clang gcc (#953)jsmall-nvidia
2019-04-24* Make Path:: use lowerCamel method names as per coding standard (#952)jsmall-nvidia
2019-02-04Feature/view path (#824)jsmall-nvidia
2019-01-21Feature/file unique identity (#789)jsmall-nvidia
2019-01-21Path simplification/hash mode, plus bug fixes (#788)jsmall-nvidia
2019-01-17Feature/hash for source identity (#786)jsmall-nvidia
2018-10-26Feature/file system cache (#692)jsmall-nvidia