update README.md to include Docker and not needing external source for xenial
[kazan.git] / src / util /
2017-08-17 Jacob Lifshayadded ExtendedFloat::fromHalfPrecision
2017-08-09 Jacob Lifshayrenamed libraries
2017-07-26 Jacob LifshayMerge remote-tracking branch 'origin2/readme'
2017-07-26 Jacob Lifshayfix compile error on clang 4.0
2017-07-20 Jacob Lifshayfixed bug in util::optional::reset(); forgot to set...
2017-07-13 Jacob LifshayMerge branch 'refactor_generator'
2017-07-05 Jacob Lifshaymodify variant to improve clang's diagnostics
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 Lifshayfix spurious warning about shifting more than size...
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-29 Jacob Lifshayadd basic_string_view cast operator to text::Encoded_ch...
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-21 Jacob Lifshayworking on adding enum parameters to generated parser
2017-06-20 Jacob Lifshayworking on generate_spirv_parser -- generates parser...
2017-06-16 Jacob Lifshayfix util::optional copy/move constructors
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-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-05 Jacob Lifshaychange type naming style
2017-06-03 Jacob Lifshayfix bugs in variant and optional
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