summaryrefslogtreecommitdiffstats
path: root/source/core/slang-io.h
Commit message (Expand)AuthorAge
* formatEllie Hermaszewska2024-10-29
* Add Path::removeNonEmpty() to remove non-empty dir (#4984)kaizhangNV2024-09-03
* Reduce dependency on std library (#4785)skallweitNV2024-08-07
* Add API for querying and reusing precompiled binary modules. (#3614)Yong He2024-02-22
* Support `include` for pulling file into the current module. (#3377)Yong He2023-12-05
* Don't touch output file if content did not change. (#2738)Yong He2023-03-28
* Add `SourceBlobWithPathInfoArtifactRepresentation`. (#2682)Yong He2023-02-28
* Refactor shader cache (#2558)skallweitNV2022-12-12
* Add LockFile helper class (#2535)skallweitNV2022-11-28
* Improvements around absolute paths and file systems (#2433)jsmall-nvidia2022-10-06
* IMutableFileSystem::saveFileBlob (#2427)jsmall-nvidia2022-10-03
* Move metadata/diagnostics to associated types (#2358)jsmall-nvidia2022-08-16
* Language server: auto completion of `import` file and directories. (#2312)Yong He2022-07-01
* Handling of temporary files (#2299)jsmall-nvidia2022-06-24
* Add smoke test for language server. (#2266)Yong He2022-06-08
* Split out ExecutableLocation (#2041)jsmall-nvidia2021-12-03
* Removing exceptions from core/compiler-core (#1953)jsmall-nvidia2021-10-04
* Improved NVRTC location finding (#1674)jsmall-nvidia2021-01-26
* LZ4 compression support (#1654)jsmall-nvidia2021-01-11
* Zip FileSystem support (#1617)jsmall-nvidia2020-12-02
* File system refactor (#1611)jsmall-nvidia2020-11-19
* Refactor enumerating directory contents (#1478)jsmall-nvidia2020-08-05
* C++ Extractor (#1337)jsmall-nvidia2020-05-04
* DownstreamCompiler abstraction (#1149)jsmall-nvidia2019-12-10
* Callable CPU code support (#1014)jsmall-nvidia2019-08-12
* Slang -> C++ -> SharedLibrary -> Test (#999)jsmall-nvidia2019-07-17
* Feature/shared library review (#992)jsmall-nvidia2019-06-19
* * Added Path::combineBuilder, so as two sub paths can be combined into a Stri...jsmall-nvidia2019-06-18
* Feature/file remove (#982)jsmall-nvidia2019-06-13
* Use slang- prefix on slang compiler and core source (#973)jsmall-nvidia2019-05-31
* Fixed building on CygWin with clang gcc (#953)jsmall-nvidia2019-04-25
* * Make Path:: use lowerCamel method names as per coding standard (#952)jsmall-nvidia2019-04-24
* Feature/premake build (#951)jsmall-nvidia2019-04-23
* Path simplification/hash mode, plus bug fixes (#788)jsmall-nvidia2019-01-21
* Feature/file system cache (#692)jsmall-nvidia2018-10-26
* Fix problem with __import not working (#688)jsmall-nvidia2018-10-22
* Feature/include refactor (#675)jsmall-nvidia2018-10-16
* Allow for automatic importing of Slang codeTim Foley2017-06-19
* Remove more "core" code that isn't used.Tim Foley2017-06-15
* Rename `CoreLib::*` to `Slang`Tim Foley2017-06-15
* Initial import of code.Tim Foley2017-06-09