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

Replace SharedBuffer::Semaphore with Core::SharedSemaphore #1737

Merged
merged 31 commits into from
Oct 10, 2024

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    09f0905 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e941b60 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. musl fix, added sem_timedwait

    nxtum committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    50b233a View commit details
    Browse the repository at this point in the history
  2. fix by initializing sem

    nxtum committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    7d17be2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    485f5c8 View commit details
    Browse the repository at this point in the history
  4. fixed logic of jump

    nxtum authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    43e3730 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    66a7c30 View commit details
    Browse the repository at this point in the history
  2. hide sem_t

    nxtum committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    0b988ff View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. detect musl

    nxtum committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    a44a7ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e69b147 View commit details
    Browse the repository at this point in the history
  3. fix windows

    nxtum authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    61d6d76 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. sem open support, max method

    nxtum committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    b3633d7 View commit details
    Browse the repository at this point in the history
  2. add unused

    nxtum committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    abfe114 View commit details
    Browse the repository at this point in the history
  3. errors semopen

    nxtum committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    e161e76 View commit details
    Browse the repository at this point in the history
  4. create/open sem

    nxtum committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    6ecaa59 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    df94123 View commit details
    Browse the repository at this point in the history
  2. add sizeof to handle

    nxtum committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    eb32c9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f2e3d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. fix alignment for buffer

    nxtum committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    3da9c0f View commit details
    Browse the repository at this point in the history
  2. align buffer 32/64

    nxtum committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    064b4ce View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

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

Commits on Oct 8, 2024

  1. align adminstration

    nxtum committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    74198e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ef107f View commit details
    Browse the repository at this point in the history
  3. add variable unused

    nxtum committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    e0cb089 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. change isLocked to Count

    nxtum committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    deeb57d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17e456a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75bc869 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ecc27dd View commit details
    Browse the repository at this point in the history
  5. spelling mistake

    nxtum committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    ac01feb View commit details
    Browse the repository at this point in the history
  6. name fix

    nxtum committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    546f15a View commit details
    Browse the repository at this point in the history
  7. remarks

    nxtum committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    b464746 View commit details
    Browse the repository at this point in the history