index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
bignum_tests.cpp
Age
Commit message (
Expand
)
Author
2014-05-09
Reduce bignum.h now it is only needed for scriptnum_tests
Pieter Wuille
2014-05-09
Move {Get,Set}Compact from bignum to uint256
Pieter Wuille
2014-03-24
Update moved and dead links
Luke Dashjr
2014-03-18
Add licenses for tests and test data
Wladimir J. van der Laan
2014-01-19
Adds additional zero checks for setCompact
Noel Tiernan
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-10-27
Make util phexdigit array reusable
Olivier Langlois
2013-04-03
Fix signed/unsigned comparison warnings
Gavin Andresen
2012-09-15
tests for SetCompact and GetCompact of CBigNum
Christian von Roques
2012-08-02
fix further spelling errors / remove a tab in the source
Philip Kaufmann
2012-06-07
Move NOINLINE definition to test where it's used.
Ricardo M. Correia
2012-05-31
Use C++-style numeric limits instead of C-style.
Ricardo M. Correia
2012-05-31
Fix noinline definition so that it works for more compilers.
Ricardo M. Correia
2012-05-14
Add test case for CBigNum::setint64().
Ricardo M. Correia