summaryrefslogtreecommitdiff
path: root/src/common/include/gudhi
AgeCommit message (Expand)Author
2022-06-09Merge remote-tracking branch 'upstream/master' into cech_optimizationHind-M
2022-05-24Merge remote-tracking branch 'upstream/master' into cech_optimizationHind-M
2022-05-22Spelling correctionsalbert-github
2022-02-10Boost 1.66.0 is now the minimal version as required from cgal 5.1 - Also remo...Vincent Rouvreau
2022-02-02Merge remote-tracking branch 'upstream/master' into cech_optimizationHind-M
2021-11-30Fix this boost deprecated includeVincent Rouvreau
2021-10-01Separate Minimal_enclosing_ball_radius class which uses CGAL from common dist...Hind-M
2021-09-30Move minimal enclosing balls cache to Cech_complex.h instead of the blockerHind-M
2021-08-11Add test for sphere and torusHind-M
2021-08-09First version of cech enhancementHind-M
2021-06-07Replace 'uniform' flag of torus generation with 'sample' taking two possible ...Hind-M
2021-04-27Doxygen documentation improvementROUVREAU Vincent
2021-04-23Use double_constants instead of templated constantsHind
2021-04-23Get pi constant from boost instead of cmath (to be replaced with the C++20 st...Hind
2021-04-22Replace hardcoded PI with M_PI from cmathHind
2020-07-01Doc review: remove also this \fnROUVREAU Vincent
2020-04-28Code and doc review fixROUVREAU Vincent
2020-02-11Code review: roll back to cout for output utilitiesROUVREAU Vincent
2020-01-27Code review: Use std::clog instead of std::coutROUVREAU Vincent
2020-01-13Review all cout and cerr. cerr is reserved for warnings/error and cout for tr...ROUVREAU Vincent
2019-12-03Fix #118 - protect some bottleneck testsROUVREAU Vincent
2019-11-22Error message in #10 fix was not correct, bad copy/pasteROUVREAU Vincent
2019-11-21Code review : review races for read_persistence_intervals_in_dimension functionROUVREAU Vincent
2019-11-20Code review : rollback array initROUVREAU Vincent
2019-11-20Merge branch 'master' into persistence_graphical_tool_improvementsROUVREAU Vincent
2019-10-24Add debug traces for read_persistence_intervals_and_dimensionROUVREAU Vincent
2019-10-17Include <cmath> for std::fabsSiargey Kachanovich
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-13Change CopyrightROUVREAU Vincent
2019-06-05Fix #20: Add OFF section in file format and all documents target to it instea...ROUVREAU Vincent
2019-01-24Fix persistence_from_file example when the file is not conform.vrouvrea
2019-01-17adjacency lists can be directed, undirected or bidirectional for Simplex tree...vrouvrea
2018-08-29weighted/non-weighted and periodic/non-periodic with fast/exact are working w...vrouvrea
2018-06-13Fix cppcheck issuesvrouvrea
2018-04-27Merge Copyright clarificationvrouvrea
2018-04-26Fix Copyrightsvrouvrea
2018-04-10Doc review : Gudhi::Proximity_graph and Gudhi::Radius_distance must be links ...vrouvrea
2018-04-04Fix max issue on MacOS clangvrouvrea
2018-04-03Modify the correct signature to operator== and !=vrouvrea
2018-04-03Try to fix operator< for std::sort on CentOSvrouvrea
2018-04-03Add explicit operator< to fix sort bugvrouvrea
2018-04-03Merge last trunk modificationsvrouvrea
2018-04-03Add warnings for rips persistence from correlation matrix (points under the d...vrouvrea
2018-03-22code review : use std::begin, std::end and boost::sizevrouvrea
2018-03-22code review : Rename Radius_distance Minimal_enclosing_ball_radiusvrouvrea
2018-03-22Move Miniball in gudhivrouvrea
2018-03-22Merge last trunk modificationsvrouvrea
2018-03-05Fix doc and testsvrouvrea
2018-02-22Fix Cech with radius distancevrouvrea