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

Port code to use getAndDetach and deprecate getAndRemoveFromVector. #1475

Merged

Conversation

Dimi1010
Copy link
Collaborator

  • Ports the current usages of getAndRemoveFromVector to use the memory safe getAndDetach.
  • Deprecates getAndRemoveFromVector in favor of getAndDetach.

Dimi1010 added 6 commits June 30, 2024 18:30
- Included "DeprecationUtils.h" in PointerVector.h for deprecation support.
- Added deprecation notice to getAndRemoveFromVector within the pcpp namespace, advising the use of getAndDetach for memory safety.
@Dimi1010 Dimi1010 requested a review from seladb as a code owner June 30, 2024 15:57
@tigercosmos tigercosmos added this to the Augest 2024 Release milestone Jul 5, 2024
@tigercosmos tigercosmos merged commit 1a337aa into seladb:dev Jul 6, 2024
39 checks passed
@Dimi1010 Dimi1010 deleted the refactor/port-code-to-use-get&detach branch July 7, 2024 04:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants