aboutsummaryrefslogtreecommitdiff
path: root/src/test/sigopcount_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Prevector typePieter Wuille2015-11-131-1/+1
* tests: add a BasicTestingSetup and apply to all testsWladimir J. van der Laan2015-03-121-1/+2
* Replace direct use of 0 with SetNull and IsNullWladimir J. van der Laan2015-01-051-1/+1
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* boost: moveonly: split CPubKey and friends to new filesCory Fields2014-10-311-0/+1
* script: add ToByteVector() for converting anything with begin/endCory Fields2014-10-171-3/+3
* script: move CScriptID to standard.h and add a ctor for creating them from CS...Cory Fields2014-10-171-2/+2
* Move CTxDestination from script/script to script/standardPieter Wuille2014-09-161-5/+4
* Move CScript class and dependencies to script/scriptjtimon2014-09-081-1/+1
* Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)jtimon2014-09-081-1/+1
* Add licenses for tests and test dataWladimir J. van der Laan2014-03-181-1/+3
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-4/+8
* CSecret/CKey -> CKey/CPubKey split/refactorPieter Wuille2013-05-301-2/+2
* Fix signed/unsigned comparison warningsGavin Andresen2013-04-031-11/+11
* Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddressPieter Wuille2012-05-241-2/+2
* Fix tests after 38067c18Pieter Wuille2012-02-201-1/+1
* Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).Gavin Andresen2012-01-131-0/+60