Support building under CYGWIN
authorDavid Neto <dneto@google.com>
Mon, 19 Dec 2016 18:26:42 +0000 (13:26 -0500)
committerDavid Neto <dneto@google.com>
Wed, 21 Dec 2016 15:34:23 +0000 (10:34 -0500)
commit37422e9dba1a3a8cb8028b779dd546d43add6ef8
tree42ff188eceef33ca02362cabdeb4db80b0a6ca7a
parente0e4044ffe54abd1de8590b0ca0980d321ec8d1f
Support building under CYGWIN

- Parse CHANGES file with Universal Python line endings in case
  the source tree was checked out with Windows line endings.
- Use our own clone of strnlen_s which might not be available
  everywhere.

Fixes https://github.com/KhronosGroup/SPIRV-Tools/issues/508
CHANGES
CMakeLists.txt
source/binary.cpp
source/binary.h
test/CMakeLists.txt
test/binary_strnlen_s_test.cpp [new file with mode: 0644]
utils/update_build_version.py