Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cameron314/readerwriterqueue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: test-branch
Choose a base ref
...
head repository: cameron314/readerwriterqueue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 3 files changed
  • 4 contributors

Commits on Apr 12, 2024

  1. CMakeLists.txt: Add cmake config package export

    Basically done the same thing as in concurrentqueue to make it
    easy for cmake based project to pick up the install location / header
    files.
    
    Signed-off-by: Matthias Schoepfer <[email protected]>
    DasRoteSkelett authored and Matthias Schoepfer committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    899820a View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Merge pull request #154 from DasRoteSkelett/master

    CMakeLists.txt: Add cmake config package export
    cameron314 authored Apr 20, 2024
    Configuration menu
    Copy the full SHA
    6b5ed74 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Support GCC’s ThreadSanitizer.

    GCC may or may not support __has_feature, depending on its version,
    but it does expose a different macro to check for the presence of the
    ThreadSanitizer during compile-time.
    
    Co-authored-by: Cameron <[email protected]>
    PromyLOPh and cameron314 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    5904a29 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #157 from PromyLOPh/master

    Support GCC’s ThreadSanitizer.
    cameron314 authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    16b48ae View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2025

  1. Configuration menu
    Copy the full SHA
    3deca8b View commit details
    Browse the repository at this point in the history
  2. Bump version

    cameron314 committed Apr 28, 2025
    Configuration menu
    Copy the full SHA
    8b21766 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2025

  1. Configuration menu
    Copy the full SHA
    3f4f80f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #166 from jonathon-bell/cmake-min-req

    Place upper bound on required CMake version to avoid deprecation warning (Issue #165)
    cameron314 authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    211616e View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2026

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