aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_basictypeconv.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaceSven Göthel2024-10-091-38/+38
* Simplified jau::{is->has}_builtin_bit_cast{_available->}()Sven Göthel2024-10-091-1/+1
* Fix hexStringBytes() odd hex-nibble string; Add convenient uint64_t from_hexs...Sven Göthel2024-05-251-8/+195
* Naming: Free (enum) types: lower case + '_t' (endian_t, lb_endian_t, os_type_...Sven Göthel2024-05-121-31/+31
* test/test_basictypeconv.cpp: Avoid collision with jau::compare(T, T)Sven Göthel2024-04-101-2/+2
* Robustness and versatility of byte_util: Use lb_endian enum class instead of ...Sven Göthel2024-03-021-44/+48
* Rename uint{128,192,256}_t -> uint{128,192,256}dp_t, avoiding collision with ...Sven Göthel2024-02-251-27/+27
* test_basictypeconv.cpp: Include <endian.h> ifndef BYTE_ORDER (Alpine Linux)Sven Gothel2022-10-171-0/+7
* Variable integer base coding and fixed binary base 64 coding in C++ `jau::cod...Sven Gothel2022-09-061-100/+0
* variable radix encoding: Move 62 -> 64 base, using rfc4648 `URL and Filename ...Sven Gothel2022-09-031-8/+5
* test_basictypeconv.cpp: Fix int format for 32bit compilationSven Gothel2022-09-031-4/+4
* variable radix conversion: Overload for int64_t `dec_to_radix()`, validate ba...Sven Gothel2022-09-031-3/+38
* Add `dec_to_radix()` and `radix_to_dec()` variable radix from and to decimal ...Sven Gothel2022-09-031-0/+68
* Tests: Don't include iostream if not explicitly usedSven Gothel2022-08-051-1/+0
* Catch2: Adopt tests to v3.0.1Sven Gothel2022-06-191-2/+1
* Complete jau::int_literals: Add 8-, 16- and 32- bit wide signed and unsigned ...Sven Gothel2022-05-011-0/+22
* Add Java/C++ hexStringBytes(..); Fix Java's bytesHexString(..) path !lsbFirst...Sven Gothel2022-01-271-0/+23
* Consolidate conversion to hex and decimal string: template<> to_hexstring() a...Sven Gothel2021-02-101-6/+6
* basic_types.hpp: Cleanup; Add constexpr 'enum class endian', 'pointer_cast()'...Sven Gothel2021-02-081-0/+346