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 4 hours
ago. based on code collected
1 day
ago.
Jun 18, 2025 — Jun 18, 2026
Showing page 3 of 30
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
initializer_list construction can avoid some clear handling
Bryan Drewery
More...
over 7 years ago
Move initializer_list handling to RCA and optimize
Bryan Drewery
More...
over 7 years ago
These should be using move_backward
Bryan Drewery
More...
over 7 years ago
Use proper d_last for move_backward
Bryan Drewery
More...
over 7 years ago
These can be constBuf
Bryan Drewery
More...
over 7 years ago
Member functions work fine on const slices.
Bryan Drewery
More...
over 7 years ago
String<: Compare lengths since the actual return value isnt' needed
Bryan Drewery
More...
over 7 years ago
Array.join doesn't modify anything
Bryan Drewery
More...
over 7 years ago
String.split: Try avoiding some temporary refs
Bryan Drewery
More...
over 7 years ago
String.split: Simplify brace-initialization case
Bryan Drewery
More...
over 7 years ago
Support finding from a position
Bryan Drewery
More...
over 7 years ago
String.split can use some move semantics internally
Bryan Drewery
More...
over 7 years ago
String.subst does not modify the hashes
Bryan Drewery
More...
over 7 years ago
String.newsplit: Don't invoke casting for default return
Bryan Drewery
More...
over 7 years ago
String.compare: Avoid extra branching for default size
Bryan Drewery
More...
over 7 years ago
String: Add some const char* overloads
Bryan Drewery
More...
over 7 years ago
String ++/-- make sense only for lvalues
Bryan Drewery
More...
over 7 years ago
Temporary increments make no sense
Bryan Drewery
More...
over 7 years ago
Add Array ++/-- rvalue methods
Bryan Drewery
More...
over 7 years ago
Need cstring for memset
Bryan Drewery
More...
over 7 years ago
cstring still needed for memchr(3)
Bryan Drewery
More...
over 7 years ago
Need assert.h for RCA now
Bryan Drewery
More...
over 7 years ago
Add Array && pop() and shift()
Bryan Drewery
More...
over 7 years ago
Remove void* cast revealed improper memmove handling on objects (for Array<String>)
Bryan Drewery
More...
over 7 years ago
Shutup GCC
Bryan Drewery
More...
over 7 years ago
data() and mdata() may soon add a \0 so avoid them where not needed.
Bryan Drewery
More...
over 7 years ago
constBuf() makes more sense here
Bryan Drewery
More...
over 7 years ago
RCA: When doing COW prefer the new size.
Bryan Drewery
More...
over 7 years ago
Rename Reserve() to more standard reserve()
Bryan Drewery
More...
over 7 years ago
String: Fix overflow for nil-byte writing when reserving with an offset
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