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: andreiavrammsd/cpp-channel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: andreiavrammsd/cpp-channel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.1
Choose a head ref
  • 8 commits
  • 44 files changed
  • 1 contributor

Commits on Jun 13, 2025

  1. Create dev environment (#75)

    * Create dev environment
    * Add chain example
    * Format and tidy files
    andreiavrammsd authored Jun 13, 2025
    Configuration menu
    Copy the full SHA
    cc43d2c View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2025

  1. Cmake (#76)

    * Set min version
    * Format cmake files
    * Clean Dockerfile
    * Add gdb
    * Add cmake kits
    * Split tests/benchmarks
    andreiavrammsd authored Jun 14, 2025
    Configuration menu
    Copy the full SHA
    6112237 View commit details
    Browse the repository at this point in the history
  2. CMake review (#77)

    * Review cmake files
    * Add tsan for clang and fix races
    * Remove CMP0135
    * Remove Apple tweaks
    andreiavrammsd authored Jun 14, 2025
    Configuration menu
    Copy the full SHA
    6799006 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2025

  1. Examples (#79)

    * Add semaphore example
    * Add concurrent map filter example
    * Refine readme examples
    * Fix markdown issues
    * Set CMAKE_CXX_EXTENSIONS
    andreiavrammsd authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    d4667ca View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2025

  1. Cancel running jobs (#80)

    * Ignore .cache
    * Cancel running jobs
    * Mark googletest C++11 compat
    andreiavrammsd authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    790e10a View commit details
    Browse the repository at this point in the history
  2. Examples (#81)

    * Allow tsan in container
    * Details for move
    * Remove basic example
    * Refine streaming
    * Describe move
    * Describe semaphore
    * Use static_channel in move
    * Remove multithreading_static_channel
    * Remove multithreading
    andreiavrammsd authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    9483593 View commit details
    Browse the repository at this point in the history
  3. Bench with stack and heap data (#82)

    * Bench with stack and heap data
    andreiavrammsd authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    663cd1a View commit details
    Browse the repository at this point in the history
  4. Enforce value type requirements (#83)

    * Enforce value type requirements
    * Set release version
    andreiavrammsd authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    ef127e6 View commit details
    Browse the repository at this point in the history
Loading