Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Cysharp/NativeMemoryArray
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.2.1
Choose a base ref
...
head repository: Cysharp/NativeMemoryArray
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.2.2
Choose a head ref
  • 4 commits
  • 3 files changed
  • 3 contributors

Commits on Dec 30, 2024

  1. Allow the native pointer to be stolen

    That is, the NativeMemoryArray is no longer the "owner" of the pointer and it is now the responsibility of the caller to free the memory.
    Xpl0itR committed Dec 30, 2024
    Configuration menu
    Copy the full SHA
    f539874 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Xpl0itR committed Dec 30, 2024
    Configuration menu
    Copy the full SHA
    b42164e View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2025

  1. Merge pull request #16 from Xpl0itR/stealable-pointer

    Allow the native pointer to be stolen
    neuecc authored Jan 6, 2025
    Configuration menu
    Copy the full SHA
    f5f0db1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a42c9b8 View commit details
    Browse the repository at this point in the history
Loading