Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-07Fix gen_build_version on Windows (#4780)Natalie Chouinard
2019-11-07Python 3: remove deprecated U qualifier on 'open' (#3019)David Neto
2019-11-05Correct "environment" typo (#3007)Chris Lamb
2019-10-19Ensure timestamp does not vary with timezone. (#2982)Chris Lamb
2019-07-24Remove unneeded future imports (#2739)Ryan Harrison
2017-03-20Do nothing if trying to make the current dirDavid Neto
2017-01-17Say why we allow override of build timestampDavid Neto
2017-01-17make build reproducibleBernhard M. Wiedemann
2017-01-06Allow trailing whitespace on version lines in CHANGESDavid Neto
2016-12-21Support building under CYGWINDavid Neto
2016-09-02Fix Google copyright linesDavid Neto
2016-08-15Avoid race on mkdirDavid Neto
2016-08-05Create directory first if not existing and always refresh.Lei Zhang
2016-08-05Avoid redefining builtin dir.Lei Zhang
2016-06-02Fix CHANGES file version parsing. -dev is optionalDavid Neto
2016-04-22Add CHANGES file with high level software historyDavid Neto
2016-03-11Return str in describe() as said by the blurb.Lei Zhang
2016-03-11Fix the corner case in version generation script.Lei Zhang
2016-03-07Add comments to explain why calling decode().Lei Zhang
2016-03-06Run pyformat with -s 4 --force_quote_type=single.Lei Zhang
2016-03-06 Imporve compatibility with Python3.Lei Zhang
2016-02-24If no tag in the repo, then show the commit hashDavid Neto
2016-02-24Use subprocess.Popen, hoping for Windows portabilityDavid Neto
2016-02-23Implement --version for spirv-toolsqining