| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fraction/fraction_timespec: Use correct jau::sign() | Sven Göthel | 2024-05-25 | 1 | -3/+3 |
* | cmake: Fix jaulib_clangd_source_args setting (erroneosly leaked gamp name) | Sven Göthel | 2024-05-25 | 1 | -1/+1 |
* | test_to_string: Adopt to commit 435857521c01f418321291945529f29cbf206400, i.e... | Sven Göthel | 2024-05-25 | 1 | -5/+1 |
* | VersionNumber: Add parsing git description to regexp and maintain it; jau/ver... | Sven Göthel | 2024-05-25 | 4 | -67/+174 |
* | Fix hexStringBytes() odd hex-nibble string; Add convenient uint64_t from_hexs... | Sven Göthel | 2024-05-25 | 3 | -16/+265 |
* | jau::bytesHexString: Drop 'offset' argument (API!); Add `skipLeading0x` arg (... | Sven Göthel | 2024-05-25 | 3 | -27/+49 |
* | Add jau::util::VersionNumber | Sven Göthel | 2024-05-24 | 2 | -0/+546 |
* | Add std::string threadName(const std::thread::id) using its hashcode | Sven Göthel | 2024-05-24 | 2 | -0/+14 |
* | C++20 clang-tidy fixes | Sven Göthel | 2024-05-24 | 21 | -202/+206 |
* | Fix clangd/cland-tidy integration: Use all includes (tidy), enforce chosen C+... | Sven Göthel | 2024-05-24 | 7 | -3/+16 |
* | clang-18 fixes: v1.3.1v1.3.1 | Sven Göthel | 2024-05-20 | 1 | -0/+3 |
* | service_runner: Catch potential exception and end runner if caught. service_r... | Sven Göthel | 2024-05-20 | 1 | -5/+24 |
* | octets: Fix Exception* Type Names; Fix put_octets (drop noexcept) | Sven Göthel | 2024-05-20 | 1 | -12/+148 |
* | Make cow_darray::equal_comparator noexcept | Sven Göthel | 2024-05-20 | 2 | -3/+3 |
* | darray: Add [[nodiscard]] for *alloc* ops | Sven Göthel | 2024-05-20 | 1 | -3/+3 |
* | Exception*: Pass type as {pr, x}value for move-op | Sven Göthel | 2024-05-20 | 4 | -53/+47 |
* | Replace static arrays using non-standard (illegal) dynamic size with std::vec... | Sven Göthel | 2024-05-19 | 3 | -30/+38 |
* | clang-tidy-18: Drop 'bugprone-chained-comparison' from unit tests due to Catch2 | Sven Göthel | 2024-05-19 | 1 | -0/+6 |
* | cleanup C++20: Review bugprone-casting-through-void; Fix includes; Use type-t... | Sven Göthel | 2024-05-19 | 13 | -57/+49 |
* | darray: C++20 cleanup; Add resize(); Fix reallocStore()==0 and allocStore()==... | Sven Göthel | 2024-05-19 | 5 | -69/+328 |
* | cleanup C++20: cpp_lang_util: Fix constexpr_non_literal_var (C++23), constexp... | Sven Göthel | 2024-05-19 | 1 | -8/+8 |
* | cleanup C++20: Cleanup and test Exception* OO tree, ensure only one std::exce... | Sven Göthel | 2024-05-19 | 22 | -194/+632 |
* | clang-tidy-18: Exclude modernize-use-constraints, performance-avoid-endl, -pe... | Sven Göthel | 2024-05-19 | 1 | -4/+6 |
* | cleanup C++20: Adjust enum values (Use 1U << x for unsigned values; reduce ty... | Sven Göthel | 2024-05-19 | 3 | -13/+13 |
* | JaulibSetup.cmake: Cleanup macro usage, add CLANG_FLAGS_WARNING_NO_ERROR (emp... | Sven Göthel | 2024-05-19 | 1 | -4/+10 |
* | cleanup C++20: Use non-optimized new zero_bytes_sec() instead of ::bzero(), w... | Sven Göthel | 2024-05-19 | 14 | -82/+160 |
* | clang-format*: Add config site ref | Sven Göthel | 2024-05-13 | 4 | -0/+4 |
* | ordered_atomic: Allow prefix ++ and -- via fetch_{add,sub}() {+,-} 1, still n... | Sven Göthel | 2024-05-13 | 1 | -3/+23 |
* | Move to llvm clang 18 (better lint + format options), refine format options | Sven Göthel | 2024-05-13 | 7 | -95/+907 |
* | math vec*/rect* alignment: Use (and validate) natural alignment to sizeof(val... | Sven Göthel | 2024-05-13 | 5 | -123/+227 |
* | scripts/rebuild-doc.sh: Make it work with new cmake build setup | Sven Göthel | 2024-05-12 | 1 | -17/+9 |
* | Bump for v1.3.0v1.3.0 | Sven Göthel | 2024-05-12 | 3 | -1/+21 |
* | cpuid: Add page_size for Windows, use zero for undefined (not 1) | Sven Göthel | 2024-05-12 | 2 | -8/+16 |
* | ${CMAKE_CURRENT_SOURCE_DIR}/.clangd: Set CompilationDatabase to ${CMAKE_CURRE... | Sven Göthel | 2024-05-12 | 1 | -1/+1 |
* | Produce ${CMAKE_CURRENT_SOURCE_DIR}/.clangd w/ cmake configuration if not exi... | Sven Göthel | 2024-05-12 | 3 | -0/+9 |
* | cmake: Set JAU_CMAKE_HARD_PRESETS, marking we used hardcoded presets | Sven Göthel | 2024-05-12 | 1 | -0/+1 |
* | Naming: Free (enum) types: lower case + '_t' (endian_t, lb_endian_t, os_type_... | Sven Göthel | 2024-05-12 | 21 | -594/+752 |
* | float_math: Fix adeg_to_rad<T>() and rad_to_adeg<T>() .. template meta typo (... | Sven Göthel | 2024-05-11 | 1 | -6/+6 |
* | debug: Fix fprintf_td(): Use stream arg for elapsed_md portion (not stderr); ... | Sven Göthel | 2024-05-11 | 2 | -1/+18 |
* | Fix and enhance sleep*(): Move decl to basic_types.hpp; Add bool ignore_irq=t... | Sven Göthel | 2024-05-11 | 3 | -168/+232 |
* | WebAssembly (emscripten) Patches | Sven Göthel | 2024-05-10 | 8 | -33/+92 |
* | math: test_math_mat4f_02_mul: Adopt to debug_enabled -> is_debug_enabled() ch... | Sven Göthel | 2024-05-10 | 1 | -2/+2 |
* | math: Resolve clang-tidy warnings and add PMVMat4f const getter variants. | Sven Göthel | 2024-05-10 | 3 | -19/+20 |
* | math Matrix4f: Fix setToRotationAxis() 0.9f -> zero, typo | Sven Göthel | 2024-05-10 | 1 | -1/+1 |
* | math: vec[234][fi]: Add constexpt static const size_t components and byte_siz... | Sven Göthel | 2024-05-10 | 4 | -0/+24 |
* | cpp_lang_util: Prefer using simple consteval/expr functions w/o meta-template... | Sven Göthel | 2024-05-10 | 1 | -16/+54 |
* | base_math: Add sign() for unsigned<T> | Sven Göthel | 2024-05-10 | 1 | -1/+10 |
* | CMAKE_CXX_STANDARD is also cached in presets | Sven Göthel | 2024-05-07 | 2 | -0/+2 |
* | Build: Drop caching 2 vars (not required) and removing unused 1 var | Sven Göthel | 2024-05-07 | 2 | -13/+3 |
* | JAU_CMAKE_FIX_INSTALL_PREFIX only once .. | Sven Göthel | 2024-05-07 | 1 | -0/+1 |