https://github.com/jlblancoc/nanoflann

sort by:
Revision Author Date Message Commit Date
d2fdfed Changelog for release v1.6.1 24 August 2024, 14:02:47 UTC
ca526eb Merge pull request #247 from jschueller/patch-1 Bump version 24 August 2024, 06:46:15 UTC
3b3770b Bump version Version in header does not match tagged version 23 August 2024, 22:06:29 UTC
b404d8f Merge pull request #246 from athrva98/multiple-thread-build-KDTreeEigenMatrixAdaptor Add multiple thread kdtree build support for KDTreeEigenMatrixAdaptor 19 August 2024, 18:14:19 UTC
57ea5fa Add multiple thread kdtree build support for KDTreeEigenMatrixAdaptor 27 July 2024, 19:43:38 UTC
e68fd0f Merge pull request #244 from perseoGI/patch-1 Added Conan instructions and some minor improvements 11 July 2024, 09:57:53 UTC
a74fc3b BUGFIX: sorted was ignored in some resultsets 11 July 2024, 09:29:13 UTC
83cbce5 Added Conan instructions and some minor improvements 08 July 2024, 14:45:09 UTC
3900193 Merge pull request #240 from Sokolmish/master Add ifdef to disable pthreads usage 22 April 2024, 22:16:11 UTC
0ca9c75 Add ifdef to disable pthreads usage 19 April 2024, 17:39:36 UTC
923c2ac Release notes 11 March 2024, 23:24:39 UTC
0e43d8b Merge pull request #236 from nigels-com/improved-concurrency Improved concurrency for multi-threaded indexing 11 March 2024, 23:18:19 UTC
83fe805 Improved concurrency for multi-threaded indexing 03 March 2024, 05:58:01 UTC
418ba18 Merge pull request #230 from jschueller/patch-1 CMake: Bump minimum version 13 January 2024, 23:01:01 UTC
1afd4fd 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. ``` 12 January 2024, 18:54:33 UTC
fdf0392 patch version bump 10 January 2024, 20:55:54 UTC
419c26c Fix missing version in header, and make new release 10 January 2024, 20:53:38 UTC
fb2a9d7 copyright bump 10 January 2024, 20:51:41 UTC
0b9fc58 Merge pull request #228 from feelpp/master c++20 and cmake fixes 30 December 2023, 22:02:32 UTC
461335f define MASTER_PROJECT and set EXECUTABLE_OUTPUT_PATH only if MASTER_PROJECT is ON 29 December 2023, 10:22:28 UTC
004032b Merge branch 'master' of https://github.com/feelpp/nanoflann 29 December 2023, 08:51:55 UTC
577cc83 include cstdint to support uint32_t it fixes compilation in c++20 29 December 2023, 08:51:32 UTC
f556d5b Merge branch 'jlblancoc:master' into master 29 December 2023, 08:32:14 UTC
52191e1 Merge pull request #221 from qq422216549/clz-nanoflann fix poll-allocator alignment problem 26 December 2023, 07:20:58 UTC
a42c539 Merge pull request #227 from topazus/fix-cmake CMake Imrovements 26 December 2023, 07:19:24 UTC
be95a42 Add NANOFLANN_USE_SYSTEM_GTEST option 25 December 2023, 08:48:10 UTC
f8e5fac Fix the install directory of CMake files 21 December 2023, 14:22:24 UTC
6dba464 Merge pull request #226 from roehling/cmake-threads-config Look for Threads dependency in CMake config script 19 December 2023, 10:45:00 UTC
78af30a Look for Threads dependency in CMake config script 18 December 2023, 22:52:09 UTC
37b31cb mark release date 07 December 2023, 14:27:47 UTC
79376a7 fix poll-allocator alignment problem 06 December 2023, 10:59:35 UTC
8a35871 fix formatting 06 December 2023, 09:28:52 UTC
eaef8ef add link to changelog 06 December 2023, 09:27:31 UTC
c78a8b3 Update CHANGELOG.md 06 December 2023, 09:26:40 UTC
9b392a5 Merge pull request #220 from qq422216549/clz-nanoflann middleSplit_() speed up 06 December 2023, 09:23:00 UTC
01f86fe middleSplit_() speed up 05 December 2023, 17:26:08 UTC
e0a9852 Changelog 29 November 2023, 22:53:14 UTC
5f0ffa5 Merge pull request #219 from kya8/master Improve RKNN search efficiency 29 November 2023, 21:00:56 UTC
1301aea Update CHANGELOG.md 29 November 2023, 18:09:47 UTC
fb2b02a Improve RKNN search efficiency Set the worst dist to the max radius in RKNNResultSet::init(). This allows earlier branch elimination when searching. 29 November 2023, 17:25:10 UTC
d09c4c7 Release date 27 November 2023, 22:41:24 UTC
73c75ce Merge pull request #217 from jlblancoc/feature/rknn2 Add RKNN searches, and more code coverage and tests 27 November 2023, 22:39:11 UTC
7c7b9e1 Add rknnSearch() method 27 November 2023, 22:35:08 UTC
2b090a8 Fix RKNN search and add more robust unit tests 27 November 2023, 22:23:38 UTC
78dac97 Larger coverage in tests 27 November 2023, 22:00:12 UTC
4065aae Update NANOFLANN_VERSION in header 27 November 2023, 21:59:50 UTC
86428b0 Add RKNN searches 27 November 2023, 21:47:59 UTC
5db886b Add missing method KNNResultSet::empty() for consistency with the other result sets 27 November 2023, 21:46:05 UTC
c6eca96 Add examples: nanoflann_gui_example_R3_knn and nanoflann_gui_example_R3_radius 27 November 2023, 21:45:17 UTC
92bae2a Update README.md 23 October 2023, 07:53:29 UTC
50a2637 Merge pull request #213 from ManosPapadakis95/master Update nanoflann.hpp 21 October 2023, 14:20:54 UTC
4efa852 Update CHANGELOG.md 21 October 2023, 14:20:39 UTC
bc9aefb Update nanoflann.hpp Add missing argument SearchParameters in knnSearch. It is useful if someone wants to use the SearchParameters.eps field. 20 October 2023, 09:35:23 UTC
f1e47f0 Changelog update 15 June 2023, 22:55:16 UTC
5494a86 FIX: Avoid segfault if saving an empty index Closes #205 15 June 2023, 22:51:19 UTC
e5c97fe Fix example template for vectors of vectors (missing index type, cc #203) 27 May 2023, 07:24:07 UTC
838c840 Merge pull request #201 from tobiasgreiser/fix_KDTreeVectorOfVectorsAdaptor Fix was not declared in this scope 27 April 2023, 21:36:50 UTC
2332bbd Fix was not declared in this scope 25 April 2023, 16:04:56 UTC
1257e79 Merge pull request #200 from jlblancoc/add-actions-ci Add CI with GitHub Actions 03 April 2023, 09:10:38 UTC
1b1929c add badges 03 April 2023, 07:21:35 UTC
db20ccd clang-format scripts 03 April 2023, 07:20:11 UTC
5af4939 Fix missing pthreads 03 April 2023, 07:16:38 UTC
847f394 Add CI actions 03 April 2023, 07:04:00 UTC
fdee853 fix shadow warning 03 April 2023, 06:57:39 UTC
42e75db Merge pull request #199 from Mintpasokon/concurrent_build fix: thread_count failed to construct before g++11 03 April 2023, 06:53:29 UTC
a26e43b fix: thread_count failed to construct before g++11 03 April 2023, 02:45:06 UTC
80dbc1d Merge pull request #198 from Mintpasokon/concurrent_build Add concurrent tree build support 02 April 2023, 13:40:18 UTC
8fecbed Add concurrent tree build support 31 March 2023, 09:40:55 UTC
2b7e886 add MASTER_PROJECT_HAS_TARGET_UNINSTALL to disable uninstall 26 February 2023, 21:00:16 UTC
28890a2 no uninstall 26 February 2023, 20:48:20 UTC
d4c8358 Merge pull request #195 from grishalipenko/master fix warning -Wshadow 08 February 2023, 22:03:43 UTC
abbf486 fix warning -Wshadow 08 February 2023, 13:24:24 UTC
969d84d Merge pull request #193 from kenshi84/dist-sq doc: add note on squared distances directly to entry points (knnSearch, radiusSearch) to minimize chance of confusion 28 December 2022, 06:08:25 UTC
669d2c8 doc: add note on squared distances directly to entry points (knnSearch, radiusSearch) to minimize chance of confusion also removed `sq` from some var/arg names (distsq, out_distances_sq) since they are appropriate only for L2 metric 28 December 2022, 02:32:33 UTC
e105aac Merge pull request #190 from elgalu/patch-1 Current LinuxBrew links to a suspicious site 17 December 2022, 09:30:58 UTC
a1635aa Merge pull request #189 from j042/fix-zero-as-null-pointer-constant fix warning -Wzero-as-null-pointer-constant 17 December 2022, 09:30:07 UTC
045b3cc Current LinuxBrew links to a suspicious site Current LinuxBrew links to a suspicious site, setting https://docs.brew.sh/Homebrew-on-Linux instead 16 December 2022, 15:29:43 UTC
d34e59b fix warning -Wzero-as-null-pointer-constant 16 December 2022, 10:43:22 UTC
175da54 Allow debug builds w/o optimization 21 November 2022, 22:07:05 UTC
c299e17 basic example for custom result set 21 November 2022, 13:55:25 UTC
a7e98ca Merge pull request #187 from szhorvat/patch-2 add MacPorts installation instructions to README 21 November 2022, 11:38:50 UTC
a83e9d0 add MacPorts installation instructions to README 21 November 2022, 08:37:23 UTC
decf4ab more const-correctness 21 November 2022, 00:00:08 UTC
afd5691 internal const-correctness 20 November 2022, 16:49:06 UTC
5cfd242 Merge pull request #186 from fgavioli/master examples: Use resultSet.size() in result printing loop instead of num_results 20 November 2022, 15:19:57 UTC
11a94ad vector_of_vector_example, matrix_example: use resultSet.size() in result printing loop instead of num_results Signed-off-by: Federico Gavioli <f.gavioli97@gmail.com> 20 November 2022, 13:31:43 UTC
37b2424 avoid repeated calls 19 November 2022, 17:45:47 UTC
f69c0cb use Google code style to denote class fields 19 November 2022, 15:48:30 UTC
1d1d4eb docs clarifications 19 November 2022, 14:39:52 UTC
a98f57d code clean up 19 November 2022, 14:31:36 UTC
4b09141 remove dead code 19 November 2022, 14:15:28 UTC
3ed718d tparam rename for clarity 19 November 2022, 14:08:39 UTC
587e455 minor docs fixes 19 November 2022, 14:03:57 UTC
a5ff746 Fix usage of C++17 feature -> C++11 18 November 2022, 00:11:18 UTC
9c0f66b Fix incoherent example comments (Closes #108) 18 November 2022, 00:07:33 UTC
bd3657f formatting 17 November 2022, 23:43:23 UTC
9765d26 remove dead code and comments 17 November 2022, 23:39:28 UTC
22e637e formatting 17 November 2022, 23:35:15 UTC
fe64459 Radius search results are now ensured to be standard_layout Closes: #166 17 November 2022, 23:31:38 UTC
222e4e2 Merge pull request #183 from szhorvat/patch-1 Fix confusing typo in README 17 November 2022, 23:15:59 UTC
back to top