index
:
jaulib.git
jaulib
master
Support Library (C++, Java, ..)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
test_basictypeconv.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Robustness and versatility of byte_util: Use lb_endian enum class instead of ...
Sven Göthel
2024-03-02
1
-44
/
+48
*
Rename uint{128,192,256}_t -> uint{128,192,256}dp_t, avoiding collision with ...
Sven Göthel
2024-02-25
1
-27
/
+27
*
test_basictypeconv.cpp: Include <endian.h> ifndef BYTE_ORDER (Alpine Linux)
Sven Gothel
2022-10-17
1
-0
/
+7
*
Variable integer base coding and fixed binary base 64 coding in C++ `jau::cod...
Sven Gothel
2022-09-06
1
-100
/
+0
*
variable radix encoding: Move 62 -> 64 base, using rfc4648 `URL and Filename ...
Sven Gothel
2022-09-03
1
-8
/
+5
*
test_basictypeconv.cpp: Fix int format for 32bit compilation
Sven Gothel
2022-09-03
1
-4
/
+4
*
variable radix conversion: Overload for int64_t `dec_to_radix()`, validate ba...
Sven Gothel
2022-09-03
1
-3
/
+38
*
Add `dec_to_radix()` and `radix_to_dec()` variable radix from and to decimal ...
Sven Gothel
2022-09-03
1
-0
/
+68
*
Tests: Don't include iostream if not explicitly used
Sven Gothel
2022-08-05
1
-1
/
+0
*
Catch2: Adopt tests to v3.0.1
Sven Gothel
2022-06-19
1
-2
/
+1
*
Complete jau::int_literals: Add 8-, 16- and 32- bit wide signed and unsigned ...
Sven Gothel
2022-05-01
1
-0
/
+22
*
Add Java/C++ hexStringBytes(..); Fix Java's bytesHexString(..) path !lsbFirst...
Sven Gothel
2022-01-27
1
-0
/
+23
*
Consolidate conversion to hex and decimal string: template<> to_hexstring() a...
Sven Gothel
2021-02-10
1
-6
/
+6
*
basic_types.hpp: Cleanup; Add constexpr 'enum class endian', 'pointer_cast()'...
Sven Gothel
2021-02-08
1
-0
/
+346