kazan.git
2017-07-13 Jacob Lifshayremove old files refactor_generator
2017-07-13 Jacob Lifshaygenerate_spirv_parser is finished
2017-07-12 Jacob Lifshayalmost done writing generate_spirv_parser; instruction...
2017-07-11 Jacob Lifshaygenerate_spirv_parser generates all of spirv::Dump_call...
2017-07-11 Jacob Lifshayworking on generate_spirv_parser
2017-07-11 Jacob Lifshaycompleted instruction_properties.cpp
2017-07-07 Jacob Lifshayworking on implementing generate_spirv_parser
2017-07-05 Jacob Lifshayworking on refactoring generate_spirv_parser
2017-07-05 Jacob Lifshayworking on generate_spirv_parser
2017-07-05 Jacob Lifshaymodify variant to improve clang's diagnostics
2017-07-04 Jacob Lifshayworking on refactoring generate_spirv_parser
2017-07-04 Jacob Lifshayfix unused function warning
2017-07-04 Jacob Lifshayfix filesystem::path comparison bugs
2017-07-04 Jacob Lifshayfinish implementing util::Enum_map
2017-07-04 Jacob Lifshayimplemented spirv::Literal_string
2017-07-01 Jacob Lifshayworking on generate_spirv_parser
2017-06-30 Jacob Lifshayworking on refactoring generate_spirv_parser
2017-06-30 Jacob Lifshayfix constexpr in util::basic_string_view
2017-06-30 Jacob Lifshayfix spurious warning about shifting more than size...
2017-06-30 Jacob Lifshayworking on refactoring
2017-06-29 Jacob Lifshayadd code to parse extinst json files; still need to...
2017-06-29 Jacob Lifshayadd basic_string_view cast operator to text::Encoded_ch...
2017-06-29 Jacob Lifshaychange json::Source::load_file to produce a more descri...
2017-06-29 Jacob Lifshaychange json::Source::load_file to accept a filesystem...
2017-06-29 Jacob Lifshayfix basic_path::Parts::Parts(const Parts &) bug
2017-06-29 Jacob Lifshayfix multiple definitions in src/util/text.h
2017-06-29 Jacob Lifshayfix path with string comparison
2017-06-29 Jacob Lifshayfinished implementing necessary functions
2017-06-28 Jacob Lifshayalmost finished implementing necessary parts of util...
2017-06-28 Jacob Lifshayfinished implementing util::filesystem::path
2017-06-27 Jacob Lifshayworking on util::filesystem
2017-06-24 Jacob Lifshaywork on util::filesystem
2017-06-23 Jacob Lifshayadded text conversion utilities
2017-06-22 Jacob Lifshaygenerate_spirv_parser is complete, commit everything...
2017-06-22 Jacob Lifshaygenerated parser works
2017-06-22 Jacob Lifshayworking on adding enum parameters to generate_spirv_parser
2017-06-21 Jacob Lifshayworking on adding enum parameters to generated parser
2017-06-20 Jacob Lifshayworking on generate_spirv_parser -- generates parser...
2017-06-17 Jacob Lifshaycode to generate spirv.h is pretty much complete
2017-06-16 Jacob Lifshayfix util::optional copy/move constructors
2017-06-16 Jacob Lifshayremoved spirv.h; we generate spirv.h automatically
2017-06-16 Jacob Lifshayadd util::string_view
2017-06-16 Jacob Lifshayfix operator = bug in util::optional
2017-06-15 Jacob Lifshaygenerate_spirv_parser generates dependencies for enum...
2017-06-15 Jacob Lifshayfinished implementing util::Enum_set
2017-06-14 Jacob Lifshayadd project proposal pdf
2017-06-13 Jacob Lifshayadd constexpr_array and add Enum_traits; working on...
2017-06-13 Jacob Lifshayadded util::bitset and working on implementing generate...
2017-06-12 Jacob Lifshayworking on generate_spirv_parser
2017-06-07 Jacob Lifshaystart implementing generate.cpp
2017-06-07 Jacob Lifshaychange copyright comment formatting
2017-06-05 Jacob Lifshaycreating ast from json ast works
2017-06-05 Jacob Lifshayfix parse_hex_integer_string not parsing correctly
2017-06-05 Jacob Lifshayworking on implementing generate_spirv_parser
2017-06-05 Jacob Lifshaychange type naming style
2017-06-05 Jacob Lifshayimplement all top-level json members
2017-06-05 Jacob Lifshayrecreate and move eclipse project files
2017-06-03 Jacob Lifshayworking on implementing generate_spirv_parser::parser...
2017-06-03 Jacob Lifshayfix bugs in variant and optional
2017-06-02 Jacob Lifshayadded json pretty printing
2017-06-02 Jacob Lifshayadd SPIR-V json files from https://github.com/KhronosGr...
2017-06-02 Jacob Lifshayjson parser compiles
2017-06-01 Jacob Lifshayeverything builds
2017-06-01 Jacob Lifshayutil::variant implemented
2017-06-01 Jacob Lifshayfinished members of util::variant; need to finish the...
2017-05-31 Jacob Lifshayworking on util::variant
2017-05-29 Jacob Lifshayworking on implementing util::variant
2017-05-28 Jacob Lifshayworking on implementing util::variant
2017-05-26 Jacob Lifshayinitial commit