User Details
User Details
- User Since
- May 17 2022, 7:13 AM (45 w, 4 d)
Tue, Mar 28
Tue, Mar 28
bemeryesr updated the diff for D140550: [String] Refactor unit tests to allow easy addition of new allocators.
Rebasing on main
Jan 11 2023
Jan 11 2023
bemeryesr updated the diff for D140550: [String] Refactor unit tests to allow easy addition of new allocators.
Remove whitespaces at the end of lines.
Jan 10 2023
Jan 10 2023
bemeryesr added inline comments to D140550: [String] Refactor unit tests to allow easy addition of new allocators.
bemeryesr updated the diff for D140550: [String] Refactor unit tests to allow easy addition of new allocators.
- Remove formatting-only changes.
- Remove function template specializations.
- Address remaining feedback from Idionne.
bemeryesr added a comment to D140550: [String] Refactor unit tests to allow easy addition of new allocators.
Jan 9 2023
Jan 9 2023
bemeryesr updated the diff for D132149: [String] Allow fancy pointer as pointer type of basic_string allocator.
Apply clang formatting
bemeryesr added a comment to D132149: [String] Allow fancy pointer as pointer type of basic_string allocator.
bemeryesr updated the diff for D132149: [String] Allow fancy pointer as pointer type of basic_string allocator.
bemeryesr published D140550: [String] Refactor unit tests to allow easy addition of new allocators for review.
Dec 23 2022
Dec 23 2022
bemeryesr updated the summary of D140612: [String] Apply clang formatting to all string unit tests.
bemeryesr requested review of D140612: [String] Apply clang formatting to all string unit tests.
Dec 21 2022
Dec 21 2022
bemeryesr updated the diff for D132149: [String] Allow fancy pointer as pointer type of basic_string allocator.
Update clang formatting
bemeryesr added inline comments to D132149: [String] Allow fancy pointer as pointer type of basic_string allocator.
bemeryesr added a comment to D132149: [String] Allow fancy pointer as pointer type of basic_string allocator.
bemeryesr updated the diff for D132149: [String] Allow fancy pointer as pointer type of basic_string allocator.
- Remove static assert for trivial destructibility of pointer.
- Make comments a bit clearer.
- Remove unit test changes (will be added in separate PR).
Nov 21 2022
Nov 21 2022
bemeryesr added a comment to D132149: [String] Allow fancy pointer as pointer type of basic_string allocator.
Hi @philnik. When you get a chance, could you please have a look at my PR? I made a few changes as mentioned in my comment a while ago. I also updated all the unit tests to also use a fancy pointer allocator. Thanks!
Sep 20 2022
Sep 20 2022
bemeryesr updated the diff for D132149: [String] Allow fancy pointer as pointer type of basic_string allocator.
Fix debug unit tests
bemeryesr updated the diff for D132149: [String] Allow fancy pointer as pointer type of basic_string allocator.
Fix unit tests
bemeryesr updated the diff for D132149: [String] Allow fancy pointer as pointer type of basic_string allocator.
Fix unit tests
bemeryesr updated the diff for D132149: [String] Allow fancy pointer as pointer type of basic_string allocator.
Fix broken unit tests
bemeryesr updated the diff for D132149: [String] Allow fancy pointer as pointer type of basic_string allocator.
Fix failing C++03 tests
bemeryesr updated the diff for D132149: [String] Allow fancy pointer as pointer type of basic_string allocator.
Update formatting
Sep 19 2022
Sep 19 2022
bemeryesr updated the diff for D132149: [String] Allow fancy pointer as pointer type of basic_string allocator.
Manually apply formatting patch from CI
bemeryesr updated the diff for D132149: [String] Allow fancy pointer as pointer type of basic_string allocator.
Manually apply formatting patch from CI
bemeryesr updated the diff for D132149: [String] Allow fancy pointer as pointer type of basic_string allocator.
Update failing unit tests
bemeryesr added a comment to D132149: [String] Allow fancy pointer as pointer type of basic_string allocator.
Thanks for the feedback! Regarding your OffsetPtr example:
bemeryesr updated the diff for D132149: [String] Allow fancy pointer as pointer type of basic_string allocator.
Update string and unit tests
Sep 15 2022
Sep 15 2022
bemeryesr published D133916: [String]: Inline clear_and_shrink and make it constexpr for review.
Aug 31 2022
Aug 31 2022
bemeryesr published D132149: [String] Allow fancy pointer as pointer type of basic_string allocator for review.