summaryrefslogtreecommitdiff
path: root/src/Alpha_complex
AgeCommit message (Expand)Author
2022-11-03code review: Use std::ptrdiff_t as internal vertex handle type when not yet k...Vincent Rouvreau
2022-10-21Remove strange behavior with initializer listVincent Rouvreau
2022-10-21Stores vertices on init_from_range and insert all of them in the Simplex_tree...Vincent Rouvreau
2022-10-20Merge pull request #711 from VincentRouvreau/bug/persistence_utilities_defaul...Vincent Rouvreau
2022-10-19Update src/Alpha_complex/test/Alpha_complex_dim3_unit_test.cppMarc Glisse
2022-10-19persistence diagram default output is std::cout, not std::clog. Modify utilit...Vincent Rouvreau
2022-10-15Split Alpha_complex_unit_test.cpp into 2 filesMarc Glisse
2022-10-15Duplicate Alpha_complex_unit_test.cpp history in Alpha_complex_dim3_unit_test...Marc Glisse
2022-10-15Remove unnecessary includesMarc Glisse
2022-06-15Fix warning and debug tracesVincent Rouvreau
2022-06-15Use boundary_opposite_vertex_simplex_range instead of boundary_simplex_range ...Vincent Rouvreau
2022-06-03Merge pull request #624 from albert-github/feature/bug_spellVincent Rouvreau
2022-05-23Documentation: Render formuals by means of MathJax 3albert-github
2022-05-23[skip ci] example from a small moleculeVincent Rouvreau
2022-05-23[skip ci] example from a small moleculeVincent Rouvreau
2022-05-22Spelling correctionsalbert-github
2022-05-21Documentation: Non persistent linksalbert-github
2022-03-30Remove this useless lineVincent Rouvreau
2022-02-10Boost 1.66.0 is now the minimal version as required from cgal 5.1 - Also remo...Vincent Rouvreau
2022-01-26Code review: Remove empty_point_set_ that can be deduced from num_vertices (n...Vincent Rouvreau
2021-09-13make_filtration_non_decreasing no more called in alpha complex dD exact versi...VincentRouvreau
2021-04-27Doxygen documentation improvementROUVREAU Vincent
2021-01-11Split weighted alpha complex unit tests as it uses a lot of memory and make t...ROUVREAU Vincent
2020-11-03code review: use Marc's trick to test relative errorROUVREAU Vincent
2020-11-03code review: use relative errorROUVREAU Vincent
2020-11-03doc review: explain briefly test aimsROUVREAU Vincent
2020-10-27Add a test about the filtrationROUVREAU Vincent
2020-10-27Add a test for non visible points (hidden by weights)ROUVREAU Vincent
2020-10-27zero weighted test is guaranteed only for exact versionROUVREAU Vincent
2020-10-26code review: bad copy/paste that needs rephraseROUVREAU Vincent
2020-10-26for CGAL 5.2 pre-release to workROUVREAU Vincent
2020-10-15Use unique_ptr for triangulation_ROUVREAU Vincent
2020-10-05doc review: Add some precision about regular triangulationsROUVREAU Vincent
2020-10-05code review: use geom_trait for Point_d typeROUVREAU Vincent
2020-10-05code review: fix include what you use and compute_squared_radius_smallest_ort...ROUVREAU Vincent
2020-10-05code review: roll back include epickROUVREAU Vincent
2020-10-05code review: include what you useROUVREAU Vincent
2020-10-05code review: typename is useless hereROUVREAU Vincent
2020-10-05doc review: eigen 3.3.5 and cgal 5.2.0 is advised for perf reasons not only o...ROUVREAU Vincent
2020-10-05code review: promote SAFE modeROUVREAU Vincent
2020-10-05code review: push_back versus emplace_backROUVREAU Vincent
2020-09-30code review: emplace_back versus push_backROUVREAU Vincent
2020-09-29doc review: Modify ctor with points and weights documentationROUVREAU Vincent
2020-09-29doc review: rephrase non contiguous verticesROUVREAU Vincent
2020-09-29code review: use of std::conditional_t c++14 helperROUVREAU Vincent
2020-09-29doc review: fix eigen version and periodROUVREAU Vincent
2020-09-29code review: inconsistency between code and commentROUVREAU Vincent
2020-09-28Merge optional boost from masterROUVREAU Vincent
2020-09-18Fix #if cgal_versionROUVREAU Vincent
2020-09-17Remove useless codeROUVREAU Vincent