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
/
bench
Age
Commit message (
Expand
)
Author
2018-01-16
Log debug build status and warn when running benchmarks
Wladimir J. van der Laan
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-23
Removed CCheckQueueSpeed benchmark
Martin Ankerl
2017-12-23
Improved microbenchmarking with multiple features.
Martin Ankerl
2017-12-13
Merge #11558: Minimal code changes to allow msvc compilation
Wladimir J. van der Laan
2017-11-16
Merge #11654: tests: Initialize recently introduced non-static class member l...
Wladimir J. van der Laan
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-13
Initialize recently introduced non-static class member lastCycles to zero in ...
practicalswift
2017-11-10
Minimal code changes to allow msvc compilation.
Aaron Clauson
2017-11-09
Require a steady clock for bench with at least micro precision
Matt Corallo
2017-11-07
bench: prefer a steady clock if the resolution is no worse
Cory Fields
2017-11-07
bench: switch to std::chrono for time measurements
Cory Fields
2017-09-11
Remove countMaskInv caching in bench framework
Matt Corallo
2017-09-08
Changing &vec[0] to vec.data(), what 9804 missed
MeshCollider
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
Use nullptr instead of zero (0) as the null pointer constant
practicalswift
2017-08-14
Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...
Wladimir J. van der Laan
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-07-31
Restore default format state of cout after printing with std::fixed/setprecision
practicalswift
2017-07-20
Add SHA256 dispatcher
Pieter Wuille
2017-07-15
Avoid static analyzer warnings regarding uninitialized arguments
practicalswift
2017-07-04
Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>
Wladimir J. van der Laan
2017-06-26
Merge #9544: [trivial] Add end of namespace comments. Improve consistency.
Wladimir J. van der Laan
2017-06-23
Initialize randomness in benchmarks
Andrew Chow
2017-06-22
scripted-diff: Remove #include <boost/foreach.hpp>
Jorge Timón
2017-06-05
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-01
Switch from per-tx to per-txout CCoinsViewCache methods in some places
Pieter Wuille
2017-05-31
[trivial] Add end of namespace comments
practicalswift
2017-05-13
Replace boost::function with std::function (C++11)
practicalswift
2017-05-03
Chainparams: Get rid of CChainParams& Params(std::string)
Jorge Timón
2017-04-25
Prevent warning: variable 'x' is uninitialized
Pavel Janík
2017-04-24
Merge #9792: FastRandomContext improvements and switch to ChaCha20
Wladimir J. van der Laan
2017-04-13
Merge #10165: [Wallet] Refactoring by using CInputCoin instead of std::pair
Wladimir J. van der Laan
2017-04-10
Merge #9949: [bench] Avoid function call arguments which are pointers to unin...
Wladimir J. van der Laan
2017-04-08
[Wallet] Rename std::pair<const CWalletTx*, unsigned int> to CInputCoin
NicolasDorier
2017-03-29
Add a FastRandomContext::randrange and use it
Pieter Wuille
2017-03-29
FastRandom benchmark
Pieter Wuille
2017-03-21
[trivial] Fix typos in comments
practicalswift
2017-03-14
Merge #9505: Prevector Quick Destruct
Wladimir J. van der Laan
2017-03-10
Add COutput::fSafe member for safe handling of unconfirmed outputs
Russell Yanofsky
2017-03-08
[bench] Avoid function call arguments which are pointers to uninitialized values
practicalswift
2017-03-07
Merge #9548: Remove min reasonable fee
Wladimir J. van der Laan
2017-03-07
Merge #9602: Remove coin age priority and free transactions - implementation
Wladimir J. van der Laan
2017-03-06
Merge #9547: bench: Assert that division by zero is unreachable
Wladimir J. van der Laan
2017-03-03
[cleanup] Remove coin age priority completely.
Alex Morcos
2017-03-03
Merge #8808: Do not shadow variables (gcc set)
Wladimir J. van der Laan
2017-02-07
bench: Fix initialization order in registration
Wladimir J. van der Laan
2017-02-02
Assert that what might look like a possible division by zero is actually unre...
practicalswift
2017-01-27
[trivial] Fix typos in comments
practicalswift
2017-01-19
Merge #9498: Basic CCheckQueue Benchmarks
Wladimir J. van der Laan
[next]