openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
B
bdlib C++ class library
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 14 hours
ago. based on code collected
2 days
ago.
Jun 16, 2025 — Jun 16, 2026
Showing page 2 of 30
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Require C++14
Bryan Drewery
More...
over 7 years ago
Update ax_cxx_compile_stdcxx_*.m4 from upstream.
Bryan Drewery
More...
over 7 years ago
Start implementing allocator_traits.
Bryan Drewery
More...
over 7 years ago
Some constructors can be inherited fine.
Bryan Drewery
More...
over 7 years ago
Add some constexpr
Bryan Drewery
More...
over 7 years ago
Add some iterator insertion tests; push_back to RCA
Bryan Drewery
More...
over 7 years ago
Avoid uninitialized_fill on items we're about to move into
Bryan Drewery
More...
over 7 years ago
Assert that resizing keeps refs
Bryan Drewery
More...
over 7 years ago
String: Handle some literal/initializer_list/std::string cases
Bryan Drewery
More...
over 7 years ago
Disable asserts in non-debug builds
Bryan Drewery
More...
over 7 years ago
Remove dead code
Bryan Drewery
More...
over 7 years ago
Add some initializer list tests
Bryan Drewery
More...
over 7 years ago
String(const char*): Do a strlen to avoid several resizes
Bryan Drewery
More...
over 7 years ago
String: Prefer faster memcpy (due to restrict pointers)
Bryan Drewery
More...
over 7 years ago
Revert totally bogus String.operator< length change in b01011654e7734725dda579c64cf76a978f2c2f4
Bryan Drewery
More...
over 7 years ago
Support C++17 'if constexpr'
Bryan Drewery
More...
over 7 years ago
Array.shift()/pop() are noexcept
Bryan Drewery
More...
over 7 years ago
Fix Array.pop()/shift() not handling refs right
Bryan Drewery
More...
over 7 years ago
Avoid memory leaks in the tests
Bryan Drewery
More...
over 7 years ago
Avoid redundant my_hash=0
Bryan Drewery
More...
over 7 years ago
Add a resize() that doesn't do a fill
Bryan Drewery
More...
over 7 years ago
Still allow memset for simple types
Bryan Drewery
More...
over 7 years ago
This should be uninitialized_fill to construct rather than operator=
Bryan Drewery
More...
over 7 years ago
Assert the String.split returns referenced slices
Bryan Drewery
More...
over 7 years ago
Ref resizing can move from the old location
Bryan Drewery
More...
over 7 years ago
swap is noexcept
Bryan Drewery
More...
over 7 years ago
Construct from arrays more directly
Bryan Drewery
More...
over 7 years ago
Array(*ptr, len) can reserve in constructor
Bryan Drewery
More...
over 7 years ago
String.copy: Fix bounding
Bryan Drewery
More...
over 7 years ago
Use std iterator in some places where optimizations may be useful
Bryan Drewery
More...
over 7 years ago
←
1
2
3
4
5
6
7
8
9
…
29
30
→
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