User Details
- User Since
- Jan 4 2018, 4:06 PM (299 w, 3 d)
Jul 15 2021
Feb 26 2021
Any updates on the shared_ptr work?
Jan 7 2021
Ping
Dec 9 2020
Dec 8 2020
Dec 7 2020
@njames93: Any additional comments?
updating commit message
rebase
Dec 6 2020
Ping
Ping
Nov 28 2020
Ping
Nov 23 2020
Ping
Nov 20 2020
Nov 19 2020
Applied review feedback
Nov 18 2020
Added option to allow rewrites for default to value initialization
Nov 16 2020
Ping
Applied review comments
Applied review feedback
Ping
Nov 9 2020
Applied feedback from review
- reduced test cases to verify functionality
- updated release notes
- updated docs
njames93: Ping
Nov 7 2020
Nov 3 2020
Expand tests to cover value and default initialization
Ping
Ping
Oct 29 2020
Apply review feedback from njames93
Apply feedback from ymandel
Oct 28 2020
The test failures look like unrelated tests with flakes.
Oct 27 2020
Restrict verify tests to C++20
Oct 26 2020
Apply feedback on review
Oct 24 2020
- Fix synposis
- Restrict tests to C++20
Fixing lint errors
Aug 13 2020
Applied edits, and lint errors
Aug 12 2020
Jul 31 2020
We could scan /proc/self/smaps for regions huge page eligibility, but that's probably brittle/annoying.
Jan 23 2020
Jan 22 2020
Oct 10 2019
May 8 2019
I can go through the char_traits, but char_traits::compare() has an extra branch that is unnecessary here. compare checks that the size is not 0, which is useful to avoid calling memcmp with null pointers. But there is no possiblity of null pointers here. The .data() will never return null, and the char* can't be null either (there is an assertion for that, and we passed it to strlen).
Jan 18 2019
Jan 16 2019
Conditioning off of C++17 (or part C++11 and part C++17) seems reasonable, although we may want consistency with libc++ (discussion on https://reviews.llvm.org/D55840).
Jan 11 2019
Jan 7 2019
Dec 18 2018
Dec 17 2018
Yes, I need someone to commit for me.
Dec 16 2018
Added update to cxx_status.html for partial implementation of feature test macros adopted in San Diego
Dec 15 2018
Oct 11 2018
Jan 18 2018
I don't have commit access, so can this be committed to trunk?