summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-10-18added possibility of negative values in persistance diagramhschreiber
2022-10-18Merge pull request #704 from VincentRouvreau/feature/cech_util_modeVincent Rouvreau
2022-10-18Merge pull request #697 from VincentRouvreau/feature/cpp17Vincent Rouvreau
2022-10-16doc + commentsMarc Glisse
2022-10-16Merge branch 'master' into insertMarc Glisse
2022-10-15Treat the case when there are less points than landscape layerswreise
2022-10-15Remove old lineswreise
2022-10-15Simplify sorting in landscapeswreise
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-10-15Fix badly centered barcodeMarc Glisse
2022-10-12Clean argpartitionwreise
2022-10-07Remove enumeratewreise
2022-10-07Merge branch 'master' into optimize_silhouetteswreise
2022-10-07Add triming of the range; Marcs' commentswreise
2022-10-07Test: resolution when nan in the rangewreise
2022-10-05Merge pull request #699 from VincentRouvreau/some_doxygen_detailsVincent Rouvreau
2022-10-05Merge pull request #698 from VincentRouvreau/bug/transate_french_commentVincent Rouvreau
2022-10-05doc review: confusion between i.e. and e.g.Vincent Rouvreau
2022-10-05Merge pull request #686 from albert-github/feature/bug_spell_20220825Vincent Rouvreau
2022-10-05Merge pull request #694 from hschreiber/unused_variables_warning_fixVincent Rouvreau
2022-09-26Cech_persistence utility for safe/exact/fast modeVincent Rouvreau
2022-09-16Add Hind as co-author of the cech module as she reworked itVincent Rouvreau
2022-09-16Advise doxygen 1.9.5 as it is now available on condaVincent Rouvreau
2022-09-16Force light modeVincent Rouvreau
2022-09-16Merge pull request #673 from albert-github/feature/bug_obsolete_transparentVincent Rouvreau
2022-09-16Translate french commentVincent Rouvreau
2022-09-14std::ofstream::streampos is deprecated with c++17Vincent Rouvreau
2022-09-14c++17 is the new standard and MSVC 17 alsoVincent Rouvreau
2022-09-12self-assignment warning suppressedhschreiber
2022-09-09restore indentation part 2hschreiber
2022-09-09restore indentationhschreiber
2022-09-08fixed two -Wrange-loop-analysis warningshschreiber
2022-09-08test typo (?) fixhschreiber
2022-09-08removal of unused private membershschreiber
2022-08-25Spelling correctionsalbert-github
2022-08-17Fixing bad new shapeVincent Rouvreau
2022-08-16Forgotten file for 3.6.0Vincent Rouvreau
2022-08-12Fix version inconsistencies and #579Vincent Rouvreau
2022-08-11Obsolete doxygen settingsalbert-github
2022-08-10Merge pull request #667 from Hind-M/cech_exactVincent Rouvreau
2022-08-10Merge branch 'master' into optimize_silhouetteswreise
2022-08-10Merge branch 'master' into sklearn_cubicalVincent Rouvreau
2022-08-10Merge pull request #670 from VincentRouvreau/bug/fix_663Vincent Rouvreau
2022-08-09Use CGAL::CGAL_BOOST_PENDING_RELAXED_HEAP to have the exact same result - nee...Vincent Rouvreau
2022-08-09Use boolean for pq_handle data type and specific update use for CGAL>=5.5Vincent Rouvreau
2022-08-09Merge pull request #584 from Soriano-Trigueros/masterVincent Rouvreau
2022-08-05Test the numpy versionwreise
2022-08-05Merge remote-tracking branch 'upstream/master' into cech_exactHind-M