Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate std::pmr memory tracking for class ArraySchema. #4696

Merged
merged 16 commits into from
Feb 23, 2024

Commits on Feb 16, 2024

  1. array schema plumbing

    abigalekim committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    8abe584 View commit details
    Browse the repository at this point in the history
  2. Merging changes

    abigalekim committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    50036be View commit details
    Browse the repository at this point in the history
  3. format

    abigalekim committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    0b57ae3 View commit details
    Browse the repository at this point in the history
  4. Some code review changes have been addressed:

    - Deleted default constructor of class tiledb::sm::ArraySchema
    - Changed copy_with_new_memory_tracker to clone
    - Deleted constructor with pmr vector.
    
    Problems remaining:
    - had to make copy constructor public since a protected one does not work with our version of make_shared.
    abigalekim committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    07b9f08 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1701cce View commit details
    Browse the repository at this point in the history
  6. some code changes

    abigalekim committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    c3b63f6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6f1053a View commit details
    Browse the repository at this point in the history
  8. addressed pauls changes

    abigalekim committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    ee51025 View commit details
    Browse the repository at this point in the history
  9. CI changes

    abigalekim committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    e80e797 View commit details
    Browse the repository at this point in the history
  10. ci

    abigalekim committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    2a79567 View commit details
    Browse the repository at this point in the history
  11. ci

    abigalekim committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    e74f0b8 View commit details
    Browse the repository at this point in the history
  12. ci

    abigalekim committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    83eece0 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. pauls changes

    abigalekim committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    c636664 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b37991 View commit details
    Browse the repository at this point in the history
  3. tools

    abigalekim committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    3a62d55 View commit details
    Browse the repository at this point in the history
  4. changes

    abigalekim committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    273c51f View commit details
    Browse the repository at this point in the history