SPIRV-Tools/utils
David Neto e751c7e7db
Treat spir-v.xml as utf-8 (#5306)
* Treat spir-v.xml as utf-8

Treat the input file as utf-8, and configure the XML parser to use
the utf-8 encoding.

The Chromium build was breaking when trying to parse the XML
file as ASCII.

* Use Python io.open

Try to fix the android-ndk-build flow.  It seems to be using
an old Python. For example, Python 2.6 builtin function open()
did not support the 'encoding' keyword argument.  But its io.open
method did support it.
2023-07-07 12:25:26 -04:00
..
vscode Fix various source comment (doxygen) typos (#4680) 2022-01-26 15:13:08 -05:00
check_code_format.sh utils: repos use 'main' as main devlopment branch (#5054) 2023-01-11 15:24:34 -05:00
check_copyright.py Add C interface for Optimizer (#5030) 2023-02-01 13:58:52 +00:00
check_symbol_exports.py Update protobuf to v21.12 (#5189) 2023-04-12 19:37:07 +02:00
fixup_fuzz_result.py Script to fixup fuzzer results (#1792) 2018-08-02 20:28:40 -04:00
generate_changelog.py build: tool to generate a CHANGELOG from tags (#5136) 2023-03-08 16:12:41 +01:00
generate_grammar_tables.py SPV_KHR_cooperative_matrix (#5286) 2023-06-22 18:33:36 -04:00
generate_language_headers.py Combine extinst-name and extinst-output-base into one arg. (#3200) 2020-02-25 00:46:52 -05:00
generate_registry_tables.py Treat spir-v.xml as utf-8 (#5306) 2023-07-07 12:25:26 -04:00
generate_vim_syntax.py Remove unneeded future imports (#2739) 2019-07-24 15:29:38 -04:00
git-sync-deps git-sync-deps: Use argparse, and print better help (#5038) 2022-12-21 12:52:28 -05:00
roll_deps.sh Revert "Disable RE2 autoroll (#5234)" (#5239) 2023-05-26 10:49:33 -04:00
update_build_version.py Revert changes around CHANGES file. (#5143) 2023-03-09 18:24:20 +01:00