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: jlblancoc/nanoflann
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d2fdfed6bcb940a07d8b217ed589f1ff89aa7324
Choose a base ref
...
head repository: jlblancoc/nanoflann
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 518b2b97e484715d757c2960aefb26a25d0b7aab
Choose a head ref
  • 14 commits
  • 22 files changed
  • 3 contributors

Commits on Oct 30, 2024

  1. Fix middleSplit_ for same points

    Yahor Zabalotski authored and Yahor Zabalotski committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    549a5e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Merge pull request #250 from yzabalotski/fix_middle_split

    Fix middleSplit_ for same points
    jlblancoc authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    0e740cd View commit details
    Browse the repository at this point in the history
  2. Update changelog

    jlblancoc committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    5bd3461 View commit details
    Browse the repository at this point in the history
  3. Update version in .hpp

    jlblancoc committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    c4f0cab View commit details
    Browse the repository at this point in the history
  4. Fix compiler warnings

    jlblancoc committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    b7208aa View commit details
    Browse the repository at this point in the history
  5. changelog

    jlblancoc committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    2607140 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2025

  1. CMake: Bump minimum version

    Avoids the deprecation message stating support for version<3.10 will become obsolete
    jschueller authored Jan 7, 2025
    Configuration menu
    Copy the full SHA
    a215984 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #253 from jschueller/patch-1

    CMake: Bump minimum version
    jlblancoc authored Jan 7, 2025
    Configuration menu
    Copy the full SHA
    392e0fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0bd754d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69c9a2b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b5672e View commit details
    Browse the repository at this point in the history
  6. version bump in .h

    jlblancoc committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    8a6c5df View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. ResultSets::worstDist(): clarify the meaning of its return value, and…

    … made to return the actual worst distance in the found set (only if set is full)
    jlblancoc committed Feb 3, 2025
    Configuration menu
    Copy the full SHA
    9c84c4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    518b2b9 View commit details
    Browse the repository at this point in the history
Loading