summaryrefslogtreecommitdiff
path: root/src/Spatial_searching
AgeCommit message (Expand)Author
2019-08-20Fix issue #10 and modify main and installation documentations accordinglyROUVREAU Vincent
2019-08-14Fix #35 Modify Copyright as GUDHI is not only a C++ libraryROUVREAU Vincent
2019-06-14Remove gudhi_patches for CGAL and CGAL 4.11.0 is now the minimal CGAL version...ROUVREAU Vincent
2019-06-13Change CopyrightROUVREAU Vincent
2018-05-15CMake minimal version is now 3.1vrouvrea
2018-04-26Fix Copyrightsvrouvrea
2018-01-26Move documentation Copyright in footervrouvrea
2018-01-22Fix cpplintvrouvrea
2017-09-29Rename a few functions in Kd_tree_searchcjamin
2017-09-27Fix some cpplintsvrouvrea
2017-09-13radius search => near searchcjamin
2017-06-28Merge of branch boost_system_no_deprecated_test in order to :vrouvrea
2017-06-20Missing typedefcjamin
2017-06-20Merge last trunk modificationsvrouvrea
2017-06-02Get rid of Boost_system library linkvrouvrea
2017-05-30Make install examples mechanismvrouvrea
2017-04-24Fix doc of the output iteratorcjamin
2017-04-19Rename tests and examples to be consistent with the naming rulesvrouvrea
2017-04-13Add radius searchcjamin
2017-03-24Workaround for CGAL version 4.8 compilation issuevrouvrea
2016-10-06cpplint fixesvrouvrea
2016-10-06Fix cpplintvrouvrea
2016-10-06Fix cpplint issuesvrouvrea
2016-10-06Add unitary tests in make test targetvrouvrea
2016-10-06<array> is not used anymorecjamin
2016-10-04Test: kns, kfs... => knn, kfn...cjamin
2016-10-04Kernel => Search_traitscjamin
2016-10-04Mention farthest search option everywherecjamin
2016-10-04kns, kfs... => knn, kfn...cjamin
2016-10-04Recommend the user to read CGAL doccjamin
2016-10-04Modify the example to avoid misleading the usercjamin
2016-09-28Unused typedefcjamin
2016-09-22Fix typocjamin
2016-09-22Clean-up CMakeLists.txtcjamin
2016-09-22Spatial_tree_data_structure => Kd_tree_searchcjamin
2016-09-22Require CGAL 4.8.1 (furthest neighbor is bugged before)cjamin
2016-09-20Fix CMakeListscjamin
2016-09-20Use boost::iterator_property_map instead of the pointer trickcjamin
2016-09-14Fix construction of pointscjamin
2016-09-02Fix doccjamin
2016-09-02Test incremental functions + compare results between fixed and incrementalcjamin
2016-09-02Make member variables private instead of protectedcjamin
2016-09-02Remove commented functionscjamin
2016-09-01Document Kernel and Point typescjamin
2016-09-01Fix sentencecjamin
2016-08-27Merge from trunk + minor fix in doccjamin
2016-08-05Update the user manual with farthest pointscjamin
2016-08-05Added farthest/nearest neighbor division in the functionsskachano
2016-07-06Doc fixcjamin
2016-07-06Fix CMake scriptscjamin