aboutsummaryrefslogtreecommitdiff
path: root/src/test/allocator_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* scripted-diff: test: Move setup_common to test libraryMarcoFalke2019-11-061-1/+1
* tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift2019-06-261-1/+1
* scripted-diff: Bump copyright headers in test, benchMarcoFalke2019-04-111-1/+1
* scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke2019-04-111-1/+1
* Merge #14151: windows: Fix remaining compiler warnings (MSVC)Wladimir J. van der Laan2019-01-161-1/+1
|\
| * Fix remaining compiler warnings (MSVC). Move disabling of specific warnings f...practicalswift2019-01-151-1/+1
* | Replace remaining 0 with nullptr in Qt codeBen Woosley2019-01-131-3/+3
|/
* scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-1/+1
* tests: Use MakeUnique to construct objects owned by unique_ptrspracticalswift2018-09-211-1/+1
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* test: Fix sign for expected valuesKarl-Johan Alm2018-04-111-2/+2
* Bugfix: Include <memory> for std::unique_ptrLuke Dashjr2018-04-021-0/+2
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-3/+3
* Use the override specifier (C++11) where we expect to be overriding the virtu...practicalswift2017-06-281-3/+3
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* LockedPool: avoid quadratic-time allocationKaz Wesley2016-11-021-2/+2
* LockedPool: test handling of invalid allocationsKaz Wesley2016-11-021-0/+10
* support: Add LockedPoolWladimir J. van der Laan2016-10-271-88/+192
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* allocators: split allocators and pagelockerCory Fields2015-03-201-1/+1
* tests: add a BasicTestingSetup and apply to all testsWladimir J. van der Laan2015-03-121-1/+2
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* Split up util.cpp/hWladimir J. van der Laan2014-08-261-0/+2
* Add licenses for tests and test dataWladimir J. van der Laan2014-03-181-1/+3
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-3/+3
* Handle locked pages more robustly (Fixes issue #1462)Wladimir J. van der Laan2012-08-231-0/+115