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

Introduce a noncopyable Atomic<T> construct #94

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    aa71370 View commit details
    Browse the repository at this point in the history
  2. Regenerate sources

    lorentey committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    8727339 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    216a4b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71b1dd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa33faf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    addac7b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2328b5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    78f4484 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2ea7b39 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bf325da View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2518e3e View commit details
    Browse the repository at this point in the history
  10. AtomicLazyReference improvements

    - De-gyb sources.
    - Introduce noncopyable variant, `AtomicLazyReference`.
    - Reformulate `ManagedAtomicLazyReference` in terms of `AtomicLazyReference`.
    lorentey committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    c63d43f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    efe6d54 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. ManagedAtomic, ManagedAtomicLazyReference: Only forward to noncopyabl…

    …e atomics when they exist
    lorentey committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    2450667 View commit details
    Browse the repository at this point in the history