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

Unit test project #6

Merged
merged 5 commits into from
Mar 7, 2017
Merged

Unit test project #6

merged 5 commits into from
Mar 7, 2017

Conversation

kobake
Copy link
Owner

@kobake kobake commented Mar 7, 2017

No description provided.

kobake added 5 commits March 8, 2017 04:46
…ed type)

On msvc14, int literal '-2147483648' is invalid, because '2147483648' is unsigned type and cant't apply minus operator to unsigned type.
To define the int literal, use '-2147483647 - 1' formula that is also used to define INT_MIN in limits.h.
@kobake kobake merged commit 65430ce into master Mar 7, 2017
@kobake kobake deleted the unit-test branch March 7, 2017 20:32
cn327 pushed a commit to cn327/bitcoin-msvc that referenced this pull request Jan 3, 2018
c521b3a Merge kobake#11: fixup define checks. Cleans up some oopses from kobake#5.
8b1cd37 fixup define checks. Cleans up some oopses from kobake#5.
6b1508d Merge kobake#6: Fixes typo
fceb805 Merge kobake#10: Clean up compile-time warnings (gcc 7.1)
0ec2a34 Clean up compile-time warnings (gcc 7.1)
d4c268a Merge kobake#5: Move helper functions out of sse4.2 object
8d4eb08 Add HasAcceleratedCRC32C to port_win.h
77cfbfd25 crc32: move helper functions out of port_posix_sse.cc
4c1e9e0 silence compiler warnings about uninitialized variables
4953164 Merge kobake#2: Prefer std::atomic over MemoryBarrier
2953978 Fixes typo
f134284 Merge kobake#1: Merge upstream LevelDB 1.20
ba8a445 Prefer std::atomic over MemoryBarrier

git-subtree-dir: src/leveldb
git-subtree-split: c521b3a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant