SPIRV-Tools/source
David Neto 9166854ac9 Add CHANGES file with high level software history
Add a high level version number for SPIRV-Tools, beginning
with v2016.0-dev.  The README describes the format of the
version number.

The high level version number is extracted from the CHANGES
file.  That works around:
 - stale-bait for when we don't add tags to the repository
 - our inability to add tags to the repository

Option --version causes spirv-as, spirv-dis, and spirv-val to
show the high level version number.

Add spvSoftwareVersionString to return the C-string for
the high level version number.

Add spvSoftwareVersionDetailsString() so that clients can get
more information if they want to.
Also allows us to clean up the uses in the tool executables files,
so now only one file includes build-version.inc.

Move the update-build-version logic to the only
CMakeLists file that needs it.

The update build version script takes a new argument
to name the output file.
2016-04-22 15:19:45 -04:00
..
util Fix issues reported by cppcheck. 2016-02-25 16:16:28 -05:00
assembly_grammar.cpp Extend copyright to 2016. 2016-01-07 13:44:22 -05:00
assembly_grammar.h Remove dependency on SPIR-V headers in libspirv.h. 2016-04-04 10:34:28 -04:00
binary.cpp Remove dependency on SPIR-V headers in libspirv.h. 2016-04-04 10:34:28 -04:00
binary.h Remove stale code. 2016-02-26 15:38:42 -05:00
CMakeLists.txt Add CHANGES file with high level software history 2016-04-22 15:19:45 -04:00
diagnostic.cpp Remove unnecessary null pointer checks 2016-02-18 23:43:25 +00:00
diagnostic.h Rearrange headers 2016-02-17 14:49:44 -05:00
disassemble.cpp Remove dependency on SPIR-V headers in libspirv.h. 2016-04-04 10:34:28 -04:00
ext_inst.cpp Add SPIR-V 1.1 grammar. 2016-04-18 10:45:57 -04:00
ext_inst.h Rearrange headers 2016-02-17 14:49:44 -05:00
extinst-1-0.glsl.std.450.grammar.json Mark SPIR-V grammar files as 1.0. 2016-04-18 10:00:01 -04:00
extinst-1-0.opencl.std.grammar.json Mark SPIR-V grammar files as 1.0. 2016-04-18 10:00:01 -04:00
instruction.cpp Fixed internal compiler error in gcc-4.9. 2016-02-17 13:07:33 -05:00
instruction.h Rearrange headers 2016-02-17 14:49:44 -05:00
opcode.cpp Add SPIR-V 1.1 grammar. 2016-04-18 10:45:57 -04:00
opcode.h Remove dependency on SPIR-V headers in libspirv.h. 2016-04-04 10:34:28 -04:00
operand.cpp Add SPIR-V 1.1 grammar. 2016-04-18 10:45:57 -04:00
operand.h Rearrange headers 2016-02-17 14:49:44 -05:00
print.cpp Update cmake files to support Android as a build target. 2016-04-18 11:43:24 -04:00
print.h Fix issues reported by cppcheck. 2016-02-25 16:16:28 -05:00
software_version.cpp Add CHANGES file with high level software history 2016-04-22 15:19:45 -04:00
spirv_constant.h Remove dependency on SPIR-V headers in libspirv.h. 2016-04-04 10:34:28 -04:00
spirv_definition.h Eliminate kCapabilitiesMin/Max. 2016-04-22 14:05:55 -04:00
spirv_endian.cpp Extend copyright to 2016. 2016-01-07 13:44:22 -05:00
spirv_endian.h Rearrange headers 2016-02-17 14:49:44 -05:00
spirv_target_env.cpp Add SPIR-V 1.1 grammar. 2016-04-18 10:45:57 -04:00
spirv-1-0.core.grammar.json Add SPIR-V 1.1 grammar. 2016-04-18 10:45:57 -04:00
spirv-1-1.core.grammar.json Add SPIR-V 1.1 grammar. 2016-04-18 10:45:57 -04:00
table.cpp Add SPIR-V 1.1 grammar. 2016-04-18 10:45:57 -04:00
table.h Add SPIR-V 1.1 grammar. 2016-04-18 10:45:57 -04:00
text_handler.cpp Avoid going out of bound in advanceLine() and refine comments. 2016-04-21 16:08:51 -04:00
text_handler.h Change the interface for getWord(). 2016-03-16 15:46:15 -04:00
text.cpp Remove dependency on SPIR-V headers in libspirv.h. 2016-04-04 10:34:28 -04:00
text.h Rearrange headers 2016-02-17 14:49:44 -05:00
validate_cfg.cpp Remove dependency on SPIR-V headers in libspirv.h. 2016-04-04 10:34:28 -04:00
validate_id.cpp Fix validation of array length. 2016-04-04 15:55:05 -04:00
validate_instruction.cpp Remove dependency on SPIR-V headers in libspirv.h. 2016-04-04 10:34:28 -04:00
validate_layout.cpp Remove dependency on SPIR-V headers in libspirv.h. 2016-04-04 10:34:28 -04:00
validate_passes.h Track uses and defs during parsing. 2016-01-20 17:00:58 -05:00
validate_ssa.cpp Remove dependency on SPIR-V headers in libspirv.h. 2016-04-04 10:34:28 -04:00
validate_types.cpp Turn module_capabilities_ into a spv_capability_mask_t. 2016-04-22 13:35:15 -04:00
validate.cpp Remove dependency on SPIR-V headers in libspirv.h. 2016-04-04 10:34:28 -04:00
validate.h Turn module_capabilities_ into a spv_capability_mask_t. 2016-04-22 13:35:15 -04:00