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: apache/datasketches-cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: apache/datasketches-cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.0.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 4 files changed
  • 2 contributors

Commits on Nov 7, 2023

  1. 5.0.0

    AlexanderSaydakov committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    b39e41b View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    4fda055 View commit details
    Browse the repository at this point in the history
  2. fix kil_helper to avoid in-place std::move calls which breack nanobin…

    …d ref counting (and perhaps other similar objects)
    jmalkin committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    ffbfce6 View commit details
    Browse the repository at this point in the history
  3. cherry pick a couple bugfixes

    jmalkin committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    247b4c4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #411 from apache/5.0.1_patch

    5.0.1 patch
    jmalkin authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    7934d4c View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. density sketch c++17 compatibility

    std::random_shuffle() is removed in c++17 so this ensures strict compatibility with the standard by using a c++11-compatible method to achieve the same goal.
    jmalkin committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    a7697f4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #415 from apache/5.0.x-density-backport

    density sketch c++17 compatibility
    jmalkin authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    669129b View commit details
    Browse the repository at this point in the history
  3. Version bump to 5.0.2

    jmalkin committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    d2f7031 View commit details
    Browse the repository at this point in the history
Loading