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

Adding feature, Range Based Lock #6379

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

Commits on Feb 8, 2024

  1. range_lock impl, spin wait

    range lock impl, spins for wait flag
    Johan511 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    2eb644b View commit details
    Browse the repository at this point in the history
  2. added basic test

    Johan511 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    9e7181c View commit details
    Browse the repository at this point in the history
  3. changed name to RangeLock

    Johan511 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    8134400 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96c909e View commit details
    Browse the repository at this point in the history
  5. added missing header

    added header file to cmake
    
    added missing headers and return 0 in test
    
    added test
    
    added test
    
    changed file names were not reflected
    
    renaming was not committed
    
    fixing static errors
    
    adding signature to files
    
    debugging CI
    
    debugging CI
    
    forgot header
    
    removed debugging logs
    
    codacy check change
    Johan511 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    1eb5d18 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d0d1822 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    56dba82 View commit details
    Browse the repository at this point in the history
  8. forgot to add move-assignment to unique_guard, calling lock with lock…

    …_id!=0 throws syystem error
    
    fixed codacy warning
    
    cleaning up unnecessery template params
    
    fixing incorrect std::system_error syntax
    
    fixing std::system_error syntax (again)
    
    fixing std::system_error syntax (again)
    
    changing errc to error_code
    
    sys erro trying to fix
    
    fixing reorder error
    
    Hygiene changes
    Johan511 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    3b62fca View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    600b4a2 View commit details
    Browse the repository at this point in the history