openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Jaulib
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
May 31, 2023 — May 31, 2024
Showing page 15 of 82
Search / Filter on:
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.
Sven Gothel
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.
Sven Gothel
More...
over 2 years ago
jau::io::ByteInStream*: Remove redundant end_of_data(), use !good() instead.
Sven Gothel
More...
over 2 years ago
jau::io::ByteInStream*: Remove redundant end_of_data(), use !good() instead.
Sven Gothel
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
Sven Gothel
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
Sven Gothel
More...
over 2 years ago
Add jau::io::iostate::timeout, allowing to denote transmission abort by timeout (Transparent through iostate_func)
Sven Gothel
More...
over 2 years ago
Add jau::io::iostate::timeout, allowing to denote transmission abort by timeout (Transparent through iostate_func)
Sven Gothel
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
Sven Gothel
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
Sven Gothel
More...
over 2 years ago
C++20: Remove `constexpr_cxx20` from std::string constructing methods
Sven Gothel
More...
over 2 years ago
C++20: Remove `constexpr_cxx20` from std::string constructing methods
Sven Gothel
More...
over 2 years ago
README: Fix structure, move 'IDE Integration' up one layer after 'Building binaries'
Sven Gothel
More...
over 2 years ago
README: Fix structure, move 'IDE Integration' up one layer after 'Building binaries'
Sven Gothel
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)
Sven Gothel
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)
Sven Gothel
More...
over 2 years ago
C++20: Avoid using add-assign on volatile lvalue (deprecated in C++20), use explicit add.
Sven Gothel
More...
over 2 years ago
C++20: Avoid using add-assign on volatile lvalue (deprecated in C++20), use explicit add.
Sven Gothel
More...
over 2 years ago
C++20: uuid_t: Implement equality operator in polymorphic super-class to avoid ambiguity with reversed operands
Sven Gothel
More...
over 2 years ago
C++20: uuid_t: Implement equality operator in polymorphic super-class to avoid ambiguity with reversed operands
Sven Gothel
More...
over 2 years ago
C++20: type_traints_queries: Replace std::is_pod w/ std::is_standard_layout && std::is_trivial
Sven Gothel
More...
over 2 years ago
C++20: type_traints_queries: Replace std::is_pod w/ std::is_standard_layout && std::is_trivial
Sven Gothel
More...
over 2 years ago
C++20: Use C++17/20 compatible std::memory_order* values
Sven Gothel
More...
over 2 years ago
C++20: Use C++17/20 compatible std::memory_order* values
Sven Gothel
More...
over 2 years ago
C++20: cow_iterator: Fix using proper iterator_type for iterator_concept
Sven Gothel
More...
over 2 years ago
C++20: cow_iterator: Fix using proper iterator_type for iterator_concept
Sven Gothel
More...
over 2 years ago
C++20: Remove `constexpr_cxx20` from toString() methods not using constexpr or literals
Sven Gothel
More...
over 2 years ago
C++20: Remove `constexpr_cxx20` from toString() methods not using constexpr or literals
Sven Gothel
More...
over 2 years ago
callocator*: Cleanup C++20 and clang-tidy analysis
Sven Gothel
More...
over 2 years ago
callocator*: Cleanup C++20 and clang-tidy analysis
Sven Gothel
More...
over 2 years ago
←
1
2
…
11
12
13
14
15
16
17
18
19
…
81
82
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree