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

Commits on Jan 10, 2024

  1. patch version bump

    jlblancoc committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    fdf0392 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. CMake: Bump minimum version

    avoids an ugly warning:
    ```
    CMake Deprecation Warning at CMakeLists.txt:4 (cmake_minimum_required):
      Compatibility with CMake < 3.5 will be removed from a future version of
      CMake.
    ```
    jschueller authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    1afd4fd View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Merge pull request #230 from jschueller/patch-1

    CMake: Bump minimum version
    jlblancoc authored Jan 13, 2024
    Configuration menu
    Copy the full SHA
    418ba18 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Improved concurrency for multi-threaded indexing

    Nigel Stewart committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    83fe805 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Merge pull request #236 from nigels-com/improved-concurrency

    Improved concurrency for multi-threaded indexing
    jlblancoc authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    0e43d8b View commit details
    Browse the repository at this point in the history
  2. Release notes

    jlblancoc committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    923c2ac View commit details
    Browse the repository at this point in the history
Loading