aboutsummaryrefslogtreecommitdiffstats
path: root/include/jau/int_types.hpp
Commit message (Expand)AuthorAgeFilesLines
* C++20 clang-tidy fixesSven Göthel2024-05-241-0/+9
* cleanup C++20: Use non-optimized new zero_bytes_sec() instead of ::bzero(), w...Sven Göthel2024-05-191-3/+4
* int_types: Add template-arg type float_bytes<>, allowing to meta-prog matchin...Sven Göthel2024-04-151-0/+5
* math: Migrate linear algebra + float IEEE 754 (IEC 559) functionality from gf...Sven Göthel2024-04-131-1/+17
* Add math.hpp: `enum class math_error_t` (math_errhandling) -> MathError and s...Sven Göthel2024-02-261-1/+1
* Rename uint{128,192,256}_t -> uint{128,192,256}dp_t, avoiding collision with ...Sven Göthel2024-02-251-27/+27
* clang-tidy (C++ lint): Enable for vscode, optional @ commandline (see scripts...Sven Gothel2022-11-261-3/+3
* Bump v0.9.3; Group {Integral->Integer}, refine group title and list all in RE...v0.9.3Sven Gothel2022-05-021-2/+5
* Doxygen: Add Modules: Group related things together: Algorithms, ByteUtils, C...v0.9.2Sven Gothel2022-05-011-0/+7
* Complete jau::int_literals: Add 8-, 16- and 32- bit wide signed and unsigned ...Sven Gothel2022-05-011-11/+29
* int_types.hpp: Add stdint literals in namespace jau::int_literals, e.g. `3_i6...Sven Gothel2022-04-281-0/+20
* Fix clang 11.0.1 C++17 and prepare C++20 (WIP)v0.8.1Sven Gothel2022-04-191-3/+4
* uint[128,192,256]_t: Add ctor with given byte array in native byte order, use...Sven Gothel2022-04-101-0/+3
* basic_types.hpp: Cleanup; Add constexpr 'enum class endian', 'pointer_cast()'...Sven Gothel2021-02-081-0/+133