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

Read-only cown v2 #45

Merged
merged 19 commits into from
Sep 25, 2024
Merged

Read-only cown v2 #45

merged 19 commits into from
Sep 25, 2024

Commits on Sep 25, 2024

  1. Add support for read-only cowns

    vishalgupta97 authored and mjp41 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    b3cadfc View commit details
    Browse the repository at this point in the history
  2. fixes

    vishalgupta97 authored and mjp41 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    82eb29d View commit details
    Browse the repository at this point in the history
  3. Minor CI complaints.

    mjp41 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    15445af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2918dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2efa55 View commit details
    Browse the repository at this point in the history
  6. Disable test case for chain of reads

    vishalgupta97 authored and mjp41 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    6ee222b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fbee591 View commit details
    Browse the repository at this point in the history
  8. Fix to weak ordering.

    mjp41 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    fa51a41 View commit details
    Browse the repository at this point in the history
  9. fix clang format

    vishalgupta97 authored and mjp41 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    1ceb965 View commit details
    Browse the repository at this point in the history
  10. Changes from code review

    vishalgupta97 authored and mjp41 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    aaab2ec View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c422342 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b76ef17 View commit details
    Browse the repository at this point in the history
  13. Added a lot of yields.

    mjp41 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    b0389b2 View commit details
    Browse the repository at this point in the history
  14. Fix last reader waking up next writer

    vishalgupta97 authored and mjp41 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    2752eea View commit details
    Browse the repository at this point in the history
  15. clang-format

    vishalgupta97 authored and mjp41 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    6f96434 View commit details
    Browse the repository at this point in the history
  16. Changing next_writer behaviour. (#1)

    * Add Data race detection to the example
    
    * Alter notification of next_writer
    
    Use the read_ref_count to carry whether there is a writer that is expected to be woken up once the readers complete.
    mjp41 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e7bf051 View commit details
    Browse the repository at this point in the history
  17. CR comments

    mjp41 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    5a7868a View commit details
    Browse the repository at this point in the history
  18. Switch to read-available.

    mjp41 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    540b124 View commit details
    Browse the repository at this point in the history
  19. CF

    mjp41 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    de3730f View commit details
    Browse the repository at this point in the history