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

Make MutexPool an allocator #2766

Draft
wants to merge 21 commits into
base: master
Choose a base branch
from
Draft

Make MutexPool an allocator #2766

wants to merge 21 commits into from

Commits on Mar 1, 2024

  1. Refactor pool

    Nicolas Cornu committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    5ebb133 View commit details
    Browse the repository at this point in the history
  2. Make it an allocator

    Nicolas Cornu committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    e02c2b6 View commit details
    Browse the repository at this point in the history
  3. Fix some things

    Nicolas Cornu committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    7863b0a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c0d854 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Small improvvment

    Nicolas Cornu committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    b15b8a9 View commit details
    Browse the repository at this point in the history
  2. Move Pool to utils

    Nicolas Cornu committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    2120e26 View commit details
    Browse the repository at this point in the history
  3. Array pool

    Nicolas Cornu committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    ffd975a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfecc77 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Forget one pool

    Nicolas Cornu committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    c937f48 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Several fixes

    Nicolas Cornu committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    af7f2e9 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master'

    Nicolas Cornu committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    37c0142 View commit details
    Browse the repository at this point in the history
  3. Fix formatting

    github-actions[bot] committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    925b5a5 View commit details
    Browse the repository at this point in the history
  4. Ref!

    Nicolas Cornu committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    6534451 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d72251f View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    4a12b57 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Fix around clear()

    Nicolas Cornu committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    920ce96 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master'

    Nicolas Cornu committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    9cf865b View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Split Pool and MutexedPool

    alkino committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    0d14170 View commit details
    Browse the repository at this point in the history
  2. Add the missing file

    alkino committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    2b1719a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0936bef View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    cc18266 View commit details
    Browse the repository at this point in the history