Kevacoin source tree
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
practicalswift 1b936f5926 Replace boost::function with std::function (C++11) 8 years ago
..
data Add deserialize + CheckBlock benchmarks, and a full block hex 8 years ago
.gitignore Ignore bench_bitcoin binary. 9 years ago
Examples.cpp Increment MIT Licence copyright header year on files modified in 2016 8 years ago
base58.cpp Rename the remaining main.{h,cpp} to validation.{h,cpp} 8 years ago
bench.cpp Replace boost::function with std::function (C++11) 8 years ago
bench.h Replace boost::function with std::function (C++11) 8 years ago
bench_bitcoin.cpp Increment MIT Licence copyright header year on files modified in 2016 8 years ago
ccoins_caching.cpp Add microbenchmarks to profile more code paths. 8 years ago
checkblock.cpp Chainparams: Get rid of CChainParams& Params(std::string) 8 years ago
checkqueue.cpp Add a FastRandomContext::randrange and use it 8 years ago
coin_selection.cpp [Wallet] Rename std::pair<const CWalletTx*, unsigned int> to CInputCoin 8 years ago
crypto_hash.cpp Prevent warning: variable 'x' is uninitialized 8 years ago
lockedpool.cpp Do not shadow variables (gcc set) 8 years ago
mempool_eviction.cpp Merge #9548: Remove min reasonable fee 8 years ago
perf.cpp [trivial] Fix typos in comments 8 years ago
perf.h bench: Add support for measuring CPU cycles 8 years ago
prevector_destructor.cpp Add prevector destructor benchmark 8 years ago
rollingbloom.cpp Benchmark rolling bloom filter 9 years ago
verify_script.cpp Merge #9353: Add data() method to CDataStream (and use it) 8 years ago