summaryrefslogtreecommitdiff
path: root/source/core/slang-io.cpp
AgeCommit message (Expand)Author
2020-08-05Refactor enumerating directory contents (#1478)jsmall-nvidia
2020-05-04C++ Extractor (#1337)jsmall-nvidia
2020-03-02Renamed UnownedStringSlice::size to getLength to make match String. (#1254)jsmall-nvidia
2019-10-23Expose more repro in API, support output params. (#1087)jsmall-nvidia
2019-07-17Slang -> C++ -> SharedLibrary -> Test (#999)jsmall-nvidia
2019-06-20Hot fix: Remove getExecutablePath reported memory leak (#993)jsmall-nvidia
2019-06-19Feature/shared library review (#992)jsmall-nvidia
2019-06-18* Added Path::combineBuilder, so as two sub paths can be combined into a Stri...jsmall-nvidia
2019-06-14CPPCompiler improvements (#984)jsmall-nvidia
2019-06-13Feature/file remove (#982)jsmall-nvidia
2019-06-12Visual Studio compilation working in test harness (#979)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-04-23Feature/premake build (#951)jsmall-nvidia
2019-01-21Path simplification/hash mode, plus bug fixes (#788)jsmall-nvidia
2018-10-26Feature/file system cache (#692)jsmall-nvidia
2018-10-22Fix problem with __import not working (#688)jsmall-nvidia
2018-10-16Feature/include refactor (#675)jsmall-nvidia
2017-07-06Fix many warnings-as-errors issues.Tim Foley
2017-06-29Overhaul `RefPtr` and `String`Tim Foley
2017-06-15Remove more "core" code that isn't used.Tim Foley
2017-06-15Rename `CoreLib::*` to `Slang`Tim Foley
2017-06-09Initial import of code.Tim Foley