aboutsummaryrefslogtreecommitdiff
path: root/src/test/allocator_tests.cpp
AgeCommit message (Expand)Author
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-05-28test: remove BasicTestingSetup from allocator unit testsfanquake
2021-03-11scripted-diff: remove MakeUnique<T>()fanquake
2019-11-06scripted-diff: test: Move setup_common to test libraryMarcoFalke
2019-06-26tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift
2019-04-11scripted-diff: Bump copyright headers in test, benchMarcoFalke
2019-04-11scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke
2019-01-16Merge #14151: windows: Fix remaining compiler warnings (MSVC)Wladimir J. van der Laan
2019-01-15Fix remaining compiler warnings (MSVC). Move disabling of specific warnings f...practicalswift
2019-01-13Replace remaining 0 with nullptr in Qt codeBen Woosley
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-09-21tests: Use MakeUnique to construct objects owned by unique_ptrspracticalswift
2018-07-27Update copyright headers to 2018DrahtBot
2018-04-11test: Fix sign for expected valuesKarl-Johan Alm
2018-04-02Bugfix: Include <memory> for std::unique_ptrLuke Dashjr
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-06-28Use the override specifier (C++11) where we expect to be overriding the virtu...practicalswift
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-11-02LockedPool: avoid quadratic-time allocationKaz Wesley
2016-11-02LockedPool: test handling of invalid allocationsKaz Wesley
2016-10-27support: Add LockedPoolWladimir J. van der Laan
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-03-20allocators: split allocators and pagelockerCory Fields
2015-03-12tests: add a BasicTestingSetup and apply to all testsWladimir J. van der Laan
2014-12-16Remove references to X11 licenceMichael Ford
2014-08-26Split up util.cpp/hWladimir J. van der Laan
2014-03-18Add licenses for tests and test dataWladimir J. van der Laan
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2012-08-23Handle locked pages more robustly (Fixes issue #1462)Wladimir J. van der Laan