-
Notifications
You must be signed in to change notification settings - Fork 184
refactor: Replace local dependent string functions with non-locale versions in strencodings.h/cpp #2270
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
Merged
jamescowens
merged 17 commits into
gridcoin-community:development
from
jamescowens:remove_stod
Aug 13, 2021
Merged
refactor: Replace local dependent string functions with non-locale versions in strencodings.h/cpp #2270
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
1da5b2b
Implement ParseInt and ParseUint
jamescowens 09c3487
Change stod to ParseDouble in the scraper
jamescowens 17e0e84
Remove unnecessary printf define in client.cpp
jamescowens ce8615f
Replace stof with ParseDouble in miner.cpp
jamescowens b734883
Change stoul to ParseUInt32 in poll.cpp
jamescowens 351fb08
Change stoull to ParseUInt64 in snapshot.h
jamescowens 01ce5ff
Replace strtold with ParseDouble in researcher.cpp
jamescowens b62a56a
Change strtod to ParseDouble
jamescowens b3d8cff
Replace stoi with Parse(U)Int/32/64 as appropriate
jamescowens 1f83c44
Change isxdigit to HexDigit in bignum.h
jamescowens 9adb5bf
Replace boost::to_lower with ToLower
jamescowens 6da45f0
Change atoi to ParseInt
jamescowens a465541
Replace boost::trim with TrimString
jamescowens 7aa1909
Change atoi64 to ParseInt64 and stoi to ParseUInt in scraper.cpp
jamescowens 0e5624d
Change variable to_upper to shift_to_upper in http.cpp
jamescowens 24b450b
Remove unnecessary boost includes for locale dependent functions
jamescowens b65ea08
Change atoi64 to ParseInt64
jamescowens File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.