Skip to content
This repository was archived by the owner on Jul 31, 2024. It is now read-only.

Allocator traits #213

Merged
merged 9 commits into from
Jul 7, 2021
Merged

Allocator traits #213

merged 9 commits into from
Jul 7, 2021

Conversation

jrmadsen
Copy link
Collaborator

@jrmadsen jrmadsen commented Jul 7, 2021

  • replaced allocator member functions construct, destroy, allocate, deallocate with calls to static functions of allocator traits
    • these member functions were deprecated in C++17
  • only enable coverage flags when build type is Debug and TIMEMORY_CI=ON
  • added support for CMAKE_ARGS env variable in setup.py
  • tweaked some testing tolerances in component bundle and hybrid tests to cut down on false-positive failures
  • excluded timem-md5sum target from all in cmake

@jrmadsen jrmadsen merged commit 41f6de0 into develop Jul 7, 2021
@jrmadsen jrmadsen deleted the allocator-traits branch July 7, 2021 15:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant