diff options
author | Sven Gothel <[email protected]> | 2021-02-09 06:25:45 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-02-09 06:25:45 +0100 |
commit | dfe5528b8a19f28405960a2372fee145a71528cb (patch) | |
tree | 85c675be7ceae6424ef96db7acb3114651ad3fbd | |
parent | 24858af589132ca063a99980defeb00c3437475c (diff) |
Bump README.mdv0.2.24
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -125,6 +125,9 @@ Changes **0.3.0** * TODO +* All get/set functions are exposed as overloaded templates [get|put]_value(..), so is to_hex_string(..). +* All byte-order conversion and get/set functions are of 'constexpr' now. +* Add constexpr 'enum class endian', 'pointer_cast()' and 'bit_cast()'. * Offering JaulibSetup.cmake for parent projects for aligned setup. * Java: Working JNI-Lib bootstraping w/ fat-jar. Passing all unit tests. * Java: Generating jar and source-zip packages (normal + fat); Enable full junit testing. |