| Commit message (Expand) | Author | Age | Files | Lines |
* | C++20 clang-tidy fixes | Sven Göthel | 2024-05-24 | 1 | -0/+9 |
* | cleanup C++20: Use non-optimized new zero_bytes_sec() instead of ::bzero(), w... | Sven Göthel | 2024-05-19 | 1 | -3/+4 |
* | int_types: Add template-arg type float_bytes<>, allowing to meta-prog matchin... | Sven Göthel | 2024-04-15 | 1 | -0/+5 |
* | math: Migrate linear algebra + float IEEE 754 (IEC 559) functionality from gf... | Sven Göthel | 2024-04-13 | 1 | -1/+17 |
* | Add math.hpp: `enum class math_error_t` (math_errhandling) -> MathError and s... | Sven Göthel | 2024-02-26 | 1 | -1/+1 |
* | Rename uint{128,192,256}_t -> uint{128,192,256}dp_t, avoiding collision with ... | Sven Göthel | 2024-02-25 | 1 | -27/+27 |
* | clang-tidy (C++ lint): Enable for vscode, optional @ commandline (see scripts... | Sven Gothel | 2022-11-26 | 1 | -3/+3 |
* | Bump v0.9.3; Group {Integral->Integer}, refine group title and list all in RE...v0.9.3 | Sven Gothel | 2022-05-02 | 1 | -2/+5 |
* | Doxygen: Add Modules: Group related things together: Algorithms, ByteUtils, C...v0.9.2 | Sven Gothel | 2022-05-01 | 1 | -0/+7 |
* | Complete jau::int_literals: Add 8-, 16- and 32- bit wide signed and unsigned ... | Sven Gothel | 2022-05-01 | 1 | -11/+29 |
* | int_types.hpp: Add stdint literals in namespace jau::int_literals, e.g. `3_i6... | Sven Gothel | 2022-04-28 | 1 | -0/+20 |
* | Fix clang 11.0.1 C++17 and prepare C++20 (WIP)v0.8.1 | Sven Gothel | 2022-04-19 | 1 | -3/+4 |
* | uint[128,192,256]_t: Add ctor with given byte array in native byte order, use... | Sven Gothel | 2022-04-10 | 1 | -0/+3 |
* | basic_types.hpp: Cleanup; Add constexpr 'enum class endian', 'pointer_cast()'... | Sven Gothel | 2021-02-08 | 1 | -0/+133 |