1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
jau::io::ByteInStream_Feed::write() returns boolean denoting success, failure due to timeout etc -> !good(); Added explicit timeout value write method. More... over 2 years ago
jau::io::ByteInStream_Feed::write() returns boolean denoting success, failure due to timeout etc -> !good(); Added explicit timeout value write method. More... over 2 years ago
jau::io::ByteInStream*: Remove redundant end_of_data(), use !good() instead. More... over 2 years ago
jau::io::ByteInStream*: Remove redundant end_of_data(), use !good() instead. More... over 2 years ago
jau::ringbuffer: Add `nodiscard` attribute for put*, drop*, get*, peek* and waitFor* methods; Add overloads w/ result param 'timeout_occured' for all blocking methods More... over 2 years ago
jau::ringbuffer: Add `nodiscard` attribute for put*, drop*, get*, peek* and waitFor* methods; Add overloads w/ result param 'timeout_occured' for all blocking methods More... over 2 years ago
Add jau::io::iostate::timeout, allowing to denote transmission abort by timeout (Transparent through iostate_func) More... over 2 years ago
Add jau::io::iostate::timeout, allowing to denote transmission abort by timeout (Transparent through iostate_func) More... over 2 years ago
Don't enforce CMAKE_CXX_STANDARD, but have user define variable on command line to have same CXX version being used with parent More... over 2 years ago
Don't enforce CMAKE_CXX_STANDARD, but have user define variable on command line to have same CXX version being used with parent More... over 2 years ago
C++20: Remove `constexpr_cxx20` from std::string constructing methods More... over 2 years ago
C++20: Remove `constexpr_cxx20` from std::string constructing methods More... over 2 years ago
README: Fix structure, move 'IDE Integration' up one layer after 'Building binaries' More... over 2 years ago
README: Fix structure, move 'IDE Integration' up one layer after 'Building binaries' More... over 2 years ago
Bump README, .. ; Using C++20 in standalone compilation, default in JaulibSetup is still C++17 (if !DEFINED CMAKE_CXX_STANDARD) More... over 2 years ago
Bump README, .. ; Using C++20 in standalone compilation, default in JaulibSetup is still C++17 (if !DEFINED CMAKE_CXX_STANDARD) More... over 2 years ago
C++20: Avoid using add-assign on volatile lvalue (deprecated in C++20), use explicit add. More... over 2 years ago
C++20: Avoid using add-assign on volatile lvalue (deprecated in C++20), use explicit add. More... over 2 years ago
C++20: uuid_t: Implement equality operator in polymorphic super-class to avoid ambiguity with reversed operands More... over 2 years ago
C++20: uuid_t: Implement equality operator in polymorphic super-class to avoid ambiguity with reversed operands More... over 2 years ago
C++20: type_traints_queries: Replace std::is_pod w/ std::is_standard_layout && std::is_trivial More... over 2 years ago
C++20: type_traints_queries: Replace std::is_pod w/ std::is_standard_layout && std::is_trivial More... over 2 years ago
C++20: Use C++17/20 compatible std::memory_order* values More... over 2 years ago
C++20: Use C++17/20 compatible std::memory_order* values More... over 2 years ago
C++20: cow_iterator: Fix using proper iterator_type for iterator_concept More... over 2 years ago
C++20: cow_iterator: Fix using proper iterator_type for iterator_concept More... over 2 years ago
C++20: Remove `constexpr_cxx20` from toString() methods not using constexpr or literals More... over 2 years ago
C++20: Remove `constexpr_cxx20` from toString() methods not using constexpr or literals More... over 2 years ago
callocator*: Cleanup C++20 and clang-tidy analysis More... over 2 years ago
callocator*: Cleanup C++20 and clang-tidy analysis More... over 2 years ago