Skip to content

Releases: Husenap/dubu-serialize

dubu-serialize v1.4

04 Jul 14:01
14efd5f
Compare
Choose a tag to compare
  • Added support for c-style array
  • updated header files to .hpp
  • updated clang-format

dubu-serialize v1.3

11 Jun 16:58
4843dd2
Compare
Choose a tag to compare

Made endian checks constexpr

dubu-serialize v1.2

26 Sep 22:43
4f83673
Compare
Choose a tag to compare
   _     _                       _     _ _                ___     ___ 
 _| |_ _| |_ _ _ ___ ___ ___ ___|_|___| |_|___ ___    _ _|_  |   |_  |
| . | | | . | | |___|_ -| -_|  _| | .'| | |- _| -_|  | | |_| |_ _|  _|
|___|___|___|___|   |___|___|_| |_|__,|_|_|___|___|   \_/|_____|_|___|

Added serialization for std::basic_istream

dubu-serialize v1.1

26 Sep 20:42
8b64830
Compare
Choose a tag to compare
   _     _                       _     _ _                ___     ___   
 _| |_ _| |_ _ _ ___ ___ ___ ___|_|___| |_|___ ___    _ _|_  |   |_  |  
| . | | | . | | |___|_ -| -_|  _| | .'| | |- _| -_|  | | |_| |_ _ _| |_ 
|___|___|___|___|   |___|___|_| |_|__,|_|_|___|___|   \_/|_____|_|_____|

Fixed an issue with the compiler_features and compiler_warnings targets

dubu-serialize v1.0

26 Sep 20:05
15fda21
Compare
Choose a tag to compare
   _     _                       _     _ _                ___     ___ 
 _| |_ _| |_ _ _ ___ ___ ___ ___|_|___| |_|___ ___    _ _|_  |   |   |
| . | | | . | | |___|_ -| -_|  _| | .'| | |- _| -_|  | | |_| |_ _| | |
|___|___|___|___|   |___|___|_| |_|__,|_|_|___|___|   \_/|_____|_|___|

C++ Serialization Library

Features

  • Serialization of standard types such as:
    • std::vector
    • std::array
    • std::basic_string
    • std::filesystem::path
    • All arithmetic types
  • Serialize function on custom types, see readme