aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/experimental/memory_resource
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek5-5/+5
2024-01-03Update copyright years.Jakub Jelinek5-5/+5
2023-01-16Update copyright years.Jakub Jelinek5-5/+5
2023-01-12libstdc++: Extend max_align_t special case to 64-bit HP-UX [PR77691]Jonathan Wakely1-0/+4
2022-05-05libstdc++: Fixes for tests that fail with -fno-rttiJonathan Wakely1-0/+10
2022-01-03Update copyright years.Jakub Jelinek5-5/+5
2021-01-04Update copyright years.Jakub Jelinek5-5/+5
2020-10-29libstdc++: Avoid warnings in testsJonathan Wakely1-1/+1
2020-10-27libstdc++: Include <cstdint> in tests that use std::uintptr_tJonathan Wakely2-0/+2
2020-05-13x86-vxworks malloc aligns to 8 bytes like solarisAlexandre Oliva1-3/+1
2020-01-01Update copyright years.Jakub Jelinek5-5/+5
2019-05-22PR libstdc++/77691 fix resource_adaptor failures due to max_align_t bugsJonathan Wakely2-11/+16
2019-05-20Fix test bug with mismatched alignment in allocate/deallocateJonathan Wakely1-2/+2
2019-01-01Update copyright years.Jakub Jelinek5-5/+5
2018-10-12PR libstdc++/77691 increase allocation size to at least alignmentJonathan Wakely1-4/+6
2018-07-26Add missing dg-require-cstdint directives to testsJonathan Wakely2-0/+2
2018-07-26xfail experimental/memory_resource/new_delete_resource.cc on 32-bit Solaris/x...Rainer Orth1-0/+1
2018-07-23PR libstdc++/70940 optimize pmr::resource_adaptor for allocators using mallocJonathan Wakely1-18/+51
2018-06-21PR libstdc++/70940 make pmr::resource_adaptor return aligned memoryJonathan Wakely2-2/+229
2018-06-21PR libstdc++/70940 make pmr::resource_adaptor return aligned memoryJonathan Wakely1-5/+47
2018-06-20PR libstdc++/70966 make pmr::new_delete_resource() immortalJonathan Wakely1-0/+56
2018-03-22xfail experimental/memory_resource/resource_adaptor.cc on 32-bit Solaris/x86 ...Rainer Orth1-0/+1
2018-01-03Update copyright years.Jakub Jelinek3-3/+3
2017-01-01Update copyright years.Jakub Jelinek3-3/+3
2016-10-141.cc: Remove 'test' variables.Paolo Carlini3-11/+0
2016-08-26Use effective-target instead of -std optionsJonathan Wakely3-3/+3
2016-05-20re PR libstdc++/71081 (experimental/memory_resource/1.cc run for targets with...Thomas Preud'homme1-1/+1
2016-05-12Add dg-require-atomic-builtins to testJonathan Wakely1-0/+1
2016-05-04libstdc++/70940 Start fixing polymorphic memory resourcesJonathan Wakely3-0/+300