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

Add feature to support platforms without atomic CAS #467

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Jan 20, 2021

  1. Support non-atomic targets

    taiki-e committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    4ab919f View commit details
    Browse the repository at this point in the history

Commits on May 23, 2021

  1. Configuration menu
    Copy the full SHA
    3dbe14b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b2b1c1 View commit details
    Browse the repository at this point in the history
  3. fix

    taiki-e committed May 23, 2021
    Configuration menu
    Copy the full SHA
    6bad5b0 View commit details
    Browse the repository at this point in the history
  4. setup codegen ci

    taiki-e committed May 23, 2021
    Configuration menu
    Copy the full SHA
    22292b5 View commit details
    Browse the repository at this point in the history
  5. add comment

    taiki-e committed May 23, 2021
    Configuration menu
    Copy the full SHA
    2105374 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Configuration menu
    Copy the full SHA
    32d1b3c View commit details
    Browse the repository at this point in the history
  2. update list

    taiki-e committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    77f3082 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2021

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

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    b02b594 View commit details
    Browse the repository at this point in the history
  2. Use portable-atomic and remove our own logic for now

    Adopt the third idea of tokio-rs#573 (comment).
    taiki-e committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    2be8c5e View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

  1. Enable portable-atomic's require-cas feature

    This provides a better error message if the end user forgets to use the
    cfg or feature.
    taiki-e committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    c50b621 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5633dee View commit details
    Browse the repository at this point in the history