glew/auto
Valentin Sarthou 10f2d76c62 Write files in binary format in parse_xml.py
Issue:
On Windows platforms, when writing files with python in text-mode, LF
characters get converted to CRLF.
This behavior leads to incorrect code generation in the steps following
parse_xml.py

Fix:
Replace file access mode by 'wb' to avoid any platform-dependent behavior
regarding newlines.
2019-03-17 09:03:24 +10:00
..
bin Write files in binary format in parse_xml.py 2019-03-17 09:03:24 +10:00
core/gl Prune auto/core for GLX code generation from XML 2019-02-05 06:37:36 +10:00
doc Bump GLEW version to 2.1.0 2017-07-31 20:24:29 +10:00
src Extend glewinfo to support optional -experimental mode, default to normal mode of operation 2019-02-02 15:03:57 +10:00
blacklist Prune auto/core for GLX code generation from XML 2019-02-05 06:37:36 +10:00
custom.txt added customized subset selection 2004-12-31 08:50:04 +00:00
Makefile Use parse_xml.py for GLX code generation 2019-02-05 06:37:36 +10:00