Rename endian.h to spirv_endian.h
authorDavid Neto <dneto@google.com>
Tue, 22 Dec 2015 20:08:41 +0000 (15:08 -0500)
committerDavid Neto <dneto@google.com>
Mon, 4 Jan 2016 15:47:27 +0000 (10:47 -0500)
commit4c21571728f9e5057d3c93f0b12006173a7cdfc3
tree3c229c2c764f2840fbf5dc1b9c4140af0cc02fb4
parent224348faf0616b5bea635141f4b28ee0faab3002
Rename endian.h to spirv_endian.h

If we later add a source/ as an -I include directory,
then avoid confusing other headers that want to include the
standard "endian.h" from /usr/include.

Also rename source/endian.cpp to source/spirv_endian.cpp
CMakeLists.txt
source/binary.cpp
source/disassemble.cpp
source/opcode.cpp
source/spirv_endian.cpp [moved from source/endian.cpp with 99% similarity]
source/spirv_endian.h [moved from source/endian.h with 95% similarity]
source/validate.cpp
test/UnitSPIRV.h