Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update codebase from boost::string_view into std::string_view #4509

Merged
merged 33 commits into from
Jun 17, 2024
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
ba1da15
Migrated boost::string_view to std::string_view
ckeshava Apr 24, 2023
3850093
apply git-clang-format patch file from Github Actions
ckeshava Apr 24, 2023
1141e0f
use std::string_view.remove_suffix() member function to clear the val…
ckeshava Apr 24, 2023
c966149
[FOLD] address PR comments from Scott S and Nik
ckeshava Jun 23, 2023
efaf7ae
replace usages of boost::string_view with std::string_view. In turn, …
ckeshava Sep 11, 2023
92fda38
Merge branch 'develop' of https://github.com/XRPLF/rippled into updat…
ckeshava Sep 11, 2023
8c17a5c
clang format
ckeshava Sep 11, 2023
eada2c3
fix compiler errors due to the ServerHandlerImp -> ServerHandler change
ckeshava Sep 11, 2023
4967121
Merge branch 'develop' into updateStringView
ckeshava Jan 5, 2024
6dbfd7f
Merge branch 'develop' into updateStringView
ckeshava Jan 5, 2024
e4015fd
Update src/ripple/overlay/impl/Handshake.cpp
ckeshava Jan 5, 2024
be6e9be
removed old comment and an irrelevant file
ckeshava Jan 6, 2024
9d9f40e
partially addressed John's comments: Use std::string_view instead of …
ckeshava Jan 6, 2024
0c39f13
Merge branch 'updateStringView' of https://github.com/ckeshava/ripple…
ckeshava Jan 6, 2024
8da02e5
introduce template specialization for beast::LexicalCast<Out, std::st…
ckeshava Jan 6, 2024
a433207
refactor PeerImp::parseLedgerHash and base64_decode to use std::strin…
ckeshava Jan 6, 2024
2cf0eb8
refactor parseBase58 overloads to use std::string_view instead of std…
ckeshava Jan 6, 2024
85e001d
address John's comments
ckeshava Jan 8, 2024
88412ea
include BOOST_BEAST_USE_STD_STRING macro in the build system. Hence, …
ckeshava Jan 8, 2024
b780312
remove unused include statements
ckeshava Jan 8, 2024
999d9c2
build instructions to configure boost to use std::string_view
ckeshava Jan 8, 2024
cee5ff8
address John's PR comments: Update the Build instructions, include a …
ckeshava Jan 16, 2024
ac77412
Merge branch 'develop' into updateStringView
ckeshava Jan 16, 2024
cfa960f
replace the usage of std::string_view const& to std::string_view (pas…
ckeshava Jan 26, 2024
5313b13
Merge branch 'develop' into updateStringView
ckeshava Jan 26, 2024
204f9f4
construct a std:;string instead of using the assignment operator
ckeshava Feb 2, 2024
d851b16
Merge branch 'develop' into updateStringView
ckeshava Feb 2, 2024
49968bf
do not return a std::string_view from functions for safety reasons - …
ckeshava Feb 22, 2024
a20907f
Merge branch 'develop' into updateStringView
ckeshava Feb 22, 2024
d3d309a
Merge branch 'develop' into updateStringView
ckeshava Feb 28, 2024
fcf1375
Merge branch 'develop' into updateStringView
ckeshava Mar 6, 2024
3cda316
- rectify the mistakes in the merge from base58 changes.
ckeshava Mar 7, 2024
ba99ab4
Merge branch 'develop' into updateStringView
seelabs Jun 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'develop' into updateStringView
ckeshava authored Jan 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 6dbfd7fc443a0c3ce95b52fc95a39848c0631537

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.