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: victimsnino/ReactivePlusPlus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.1
Choose a base ref
...
head repository: victimsnino/ReactivePlusPlus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.2
Choose a head ref
  • 11 commits
  • 10 files changed
  • 3 contributors

Commits on Nov 22, 2024

  1. ci

    victimsnino authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    98f5445 View commit details
    Browse the repository at this point in the history
  2. pre-commit

    victimsnino committed Nov 22, 2024
    1 Configuration menu
    Copy the full SHA
    3ad48b4 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. Add benchmarks (#687)

    * add benchmarks
    
    * fix
    
    * Update CMakeLists.txt
    
    * Update ci v2.yml
    
    * try to adapt python
    
    * extend benchmarks
    
    * fix
    
    * fix
    
    * renmae
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    victimsnino and pre-commit-ci[bot] authored Nov 23, 2024
    1 Configuration menu
    Copy the full SHA
    db32585 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. Bump dawidd6/action-download-artifact from 6 to 7 (#691)

    Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 6 to 7.
    - [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
    - [Commits](dawidd6/action-download-artifact@v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: dawidd6/action-download-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 3, 2024
    1 Configuration menu
    Copy the full SHA
    6342cc3 View commit details
    Browse the repository at this point in the history
  2. [pre-commit.ci] pre-commit autoupdate (#689)

    updates:
    - [github.com/sirosen/check-jsonschema: 0.29.4 → 0.30.0](python-jsonschema/check-jsonschema@0.29.4...0.30.0)
    - [github.com/pre-commit/mirrors-clang-format: v19.1.3 → v19.1.4](pre-commit/mirrors-clang-format@v19.1.3...v19.1.4)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    82b8829 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    a670827 View commit details
    Browse the repository at this point in the history
  4. Bump codecov/codecov-action from 4 to 5 (#683)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aleksey Loginov <victimsnino@gmail.com>
    dependabot[bot] and victimsnino authored Dec 3, 2024
    1 Configuration menu
    Copy the full SHA
    2b43675 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2024

  1. [pre-commit.ci] pre-commit autoupdate (#693)

    updates:
    - [github.com/pre-commit/mirrors-clang-format: v19.1.4 → v19.1.5](pre-commit/mirrors-clang-format@v19.1.4...v19.1.5)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Dec 17, 2024
    1 Configuration menu
    Copy the full SHA
    38488a6 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2025

  1. 1 Configuration menu
    Copy the full SHA
    40a3f3c View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2025

  1. [pre-commit.ci] pre-commit autoupdate (#695)

    updates:
    - [github.com/pre-commit/mirrors-clang-format: v19.1.5 → v19.1.6](pre-commit/mirrors-clang-format@v19.1.5...v19.1.6)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jan 7, 2025
    1 Configuration menu
    Copy the full SHA
    b212dbc View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2025

  1. Fix crash on subjects (#697)

    * try to catch issue
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Update test_subjects.cpp
    
    * Update test_subjects.cpp
    
    * Update test_subjects.cpp
    
    * fix
    
    * fix
    
    * fix
    
    * speedup
    
    * fix
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    victimsnino and pre-commit-ci[bot] authored Jan 11, 2025
    1 Configuration menu
    Copy the full SHA
    9ab9e07 View commit details
    Browse the repository at this point in the history
Loading