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

Refactor to JCTools #1334

Closed
wants to merge 24 commits into from
Closed

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    d2b3295 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71e239d View commit details
    Browse the repository at this point in the history
  3. Remove MpscLinkedQueue

    jponge committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    f921412 View commit details
    Browse the repository at this point in the history
  4. Remove SpscLinkedArrayQueue

    jponge committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    4c1e212 View commit details
    Browse the repository at this point in the history
  5. Remove SpscArrayQueue

    jponge committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    67ec3fa View commit details
    Browse the repository at this point in the history
  6. Cleanups

    jponge committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    94cdcd5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7e91a7e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    16fdd09 View commit details
    Browse the repository at this point in the history
  9. Avoid star imports

    jponge committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    8535f58 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Add some native tests

    emitter() fails in native
    jponge committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    36cca74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    924bb7c View commit details
    Browse the repository at this point in the history
  3. POM cleanup

    jponge committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    9ce7735 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    263fd90 View commit details
    Browse the repository at this point in the history
  2. Fix missing tag to branch

    jponge committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    c1b6bc5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7421ba View commit details
    Browse the repository at this point in the history
  4. Typo

    jponge committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    c6c18cb View commit details
    Browse the repository at this point in the history
  5. Typo (again)

    jponge committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    44afd31 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    101926c View commit details
    Browse the repository at this point in the history
  7. Revert "Try to fix missing class from graal-sdk in CI"

    This reverts commit 101926c.
    jponge committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    9652a52 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    02a427e View commit details
    Browse the repository at this point in the history
  9. First batch of Franz-ification

    jponge committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    bb22659 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    594c645 View commit details
    Browse the repository at this point in the history
  2. Perform strict bound checks inside operators rather than using queue.…

    …size() which is not constant-time
    jponge committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    53d7c2c View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Use consistent parameter names

    jponge committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    994e55b View commit details
    Browse the repository at this point in the history