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
/
allocator_tests.cpp
Age
Commit message (
Expand
)
Author
2019-04-11
scripted-diff: Bump copyright headers in test, bench
MarcoFalke
2019-04-11
scripted-diff: Rename test_bitcoin to test/setup_common
MarcoFalke
2019-01-16
Merge #14151: windows: Fix remaining compiler warnings (MSVC)
Wladimir J. van der Laan
2019-01-15
Fix remaining compiler warnings (MSVC). Move disabling of specific warnings f...
practicalswift
2019-01-13
Replace remaining 0 with nullptr in Qt code
Ben Woosley
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-09-21
tests: Use MakeUnique to construct objects owned by unique_ptrs
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-04-11
test: Fix sign for expected values
Karl-Johan Alm
2018-04-02
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-06-28
Use the override specifier (C++11) where we expect to be overriding the virtu...
practicalswift
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-11-02
LockedPool: avoid quadratic-time allocation
Kaz Wesley
2016-11-02
LockedPool: test handling of invalid allocations
Kaz Wesley
2016-10-27
support: Add LockedPool
Wladimir J. van der Laan
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-03-20
allocators: split allocators and pagelocker
Cory Fields
2015-03-12
tests: add a BasicTestingSetup and apply to all tests
Wladimir J. van der Laan
2014-12-16
Remove references to X11 licence
Michael Ford
2014-08-26
Split up util.cpp/h
Wladimir J. van der Laan
2014-03-18
Add licenses for tests and test data
Wladimir J. van der Laan
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2012-08-23
Handle locked pages more robustly (Fixes issue #1462)
Wladimir J. van der Laan