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-04-02
[moveonly] Extract HelpRequested to dry up the help options testing
Ben Woosley
2018-04-01
Merge #12757: Clarify include guard naming convention
MarcoFalke
2018-03-27
Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")
Wladimir J. van der Laan
2018-03-22
Fix missing or inconsistent include guards
practicalswift
2018-03-22
Merge #12048: Use best-fit strategy in Arena, now O(log(n)) instead O(n)
Wladimir J. van der Laan
2018-03-13
Benchmark BnB in the worst case where it exhausts
Andrew Chow
2018-03-13
Have SelectCoinsMinConf and SelectCoins use BnB or Knapsack and use it
Andrew Chow
2018-03-13
Use a struct for output eligibility
Andrew Chow
2018-03-09
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-03-03
Allow wallet files in multiple directories
Russell Yanofsky
2018-02-27
Add new prevector benchmarks.
Evan Klitzke
2018-02-22
test: Plug memory leaks and stack-use-after-scope
MarcoFalke
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-29
Use best-fit strategy in Arena, now O(log(n)) instead O(n)
Martin Ankerl
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
[next]