This repository has been archived by the owner on Dec 29, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Update + Boost-compatibility (1.61+1.62) #3
Merged
Merged
Conversation
This file contains 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
…ure they are read back in without loss (up from 12 digits). Add a mode to the JSON parser to parse all real numbers into strings, so we can later parse them into doubles or another fixed/floating point format to preserve as much precision as needed
behavior of writing numbers out as numbers instead of strings
Json parser mods
Dont ignore EOF because users cannot distinguish EOF and empty input …
Remove thread logging #25
fix `fc::get_typename` fwd decl & definition to compile with clang 4.0
Defined macro FC_UNUSED to make possible elimination of warnings generated for unused variables, sometimes being needed or worth to left because of easier debugging.
Implemented FC_UNUSED, FC_TODO in specific way for GCC (which does not support #pragma unused as clang does). Other warning messages eliminated.
1147 warning cleanup
Implement restartable sha256
Rename some pack() / unpack() overrides
Fix warnings in prep for -Werror
…iginal steem-history
Fix ifdef so fc builds without warning when readline is not configured
Change int to uint64_t in static variant
This was referenced Feb 20, 2018
pmconrad
pushed a commit
to pmconrad/Muse-FC
that referenced
this pull request
Apr 5, 2018
struct range_proof_info change int to int64_t
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
I merged all updates from steem since this repo was created. On top of that, I cherry-picked two commits from BitShares-fc that provide compatibility with boost-1.61 (and presumably also 1.62, possibly even later versions).
This PR only updates the fc library, a PR for Muse-Source will follow that updates the fc library version used for the build.