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

Support Buffer Protocol #8

Merged
merged 40 commits into from
Sep 5, 2023
Merged

Support Buffer Protocol #8

merged 40 commits into from
Sep 5, 2023

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    94714e9 View commit details
    Browse the repository at this point in the history
  2. buffers module

    delta003 committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    1da4948 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4120a6f View commit details
    Browse the repository at this point in the history
  4. inplace, don't decref

    delta003 committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    8960e60 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    632af3c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ac93a3 View commit details
    Browse the repository at this point in the history
  7. better doc

    delta003 committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    b44f30d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1ba0eb2 View commit details
    Browse the repository at this point in the history
  9. iterate in zig

    delta003 committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    3f14aed View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. merge develop

    delta003 committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    c55dc78 View commit details
    Browse the repository at this point in the history
  2. merge develop

    delta003 committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    2fcebc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb866b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c80134 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4820f8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    39950fb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1dc7506 View commit details
    Browse the repository at this point in the history
  8. __buffer__

    delta003 committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    ba2ce8b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fc32d01 View commit details
    Browse the repository at this point in the history
  10. revert lock

    delta003 committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    96c5fe7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    34c0a85 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. merge, refactor

    delta003 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    11a91e2 View commit details
    Browse the repository at this point in the history
  2. release buffer

    delta003 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    3b4355b View commit details
    Browse the repository at this point in the history
  3. optional ref

    delta003 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    52cbd40 View commit details
    Browse the repository at this point in the history
  4. add some useful methods

    delta003 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    0fd2326 View commit details
    Browse the repository at this point in the history
  5. union with allocator oom

    delta003 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    6a90e96 View commit details
    Browse the repository at this point in the history
  6. raise buffer

    delta003 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    4b0e423 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    142dc8e View commit details
    Browse the repository at this point in the history
  8. add sum, handle errors

    delta003 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    449604d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8a221b0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    77e1cf1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    123e06e View commit details
    Browse the repository at this point in the history
  12. flags

    delta003 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    56b1ec6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ea73657 View commit details
    Browse the repository at this point in the history
  14. remove self obj

    delta003 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    6e0af6d View commit details
    Browse the repository at this point in the history
  15. comments

    delta003 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    c4bf1e2 View commit details
    Browse the repository at this point in the history
  16. more improvements

    delta003 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    b1377d8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f2680b3 View commit details
    Browse the repository at this point in the history
  18. comments

    delta003 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    60e6881 View commit details
    Browse the repository at this point in the history
  19. better error message

    delta003 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    f7d69e2 View commit details
    Browse the repository at this point in the history
  20. types

    delta003 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    54f4817 View commit details
    Browse the repository at this point in the history