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