summaryrefslogtreecommitdiff
path: root/src/Alpha_complex/utilities
AgeCommit message (Expand)Author
2020-10-05code review: push_back versus emplace_backROUVREAU Vincent
2020-09-30code review: emplace_back versus push_backROUVREAU Vincent
2020-09-28Merge optional boost from masterROUVREAU Vincent
2020-09-15alpha complex persistence now requires cgal 5.1ROUVREAU Vincent
2020-09-14alpha_complex_persistence utils can use weighted points. Update Alpha_kernel_...ROUVREAU Vincent
2020-09-08CMake > 3.5 to use Boost targets. Compile only what is available from boost t...ROUVREAU Vincent
2020-08-21Fix compilation issues when cgal but no eigenROUVREAU Vincent
2020-05-21Use unique_pointer and template alpha complex interface for python interfaceROUVREAU Vincent
2020-03-30Streamline initialize_filtrationMarc Glisse
2020-03-22Merge master and fix conflictsROUVREAU Vincent
2020-03-05Merge branch 'master' into print_warnings_to_stderrROUVREAU Vincent
2020-03-05Remove travis and use appveyor for OSx. Fix parallel test by setting tests de...ROUVREAU Vincent
2020-01-27Code review: Use std::clog instead of std::coutROUVREAU Vincent
2020-01-24Modern cmake for boost approachROUVREAU Vincent
2019-11-16Merge branch 'master' into alpha_complex_with_cgal_epeck_dROUVREAU Vincent
2019-11-05Modify alpha_complex_persistence utility documentation accordingly to code ch...ROUVREAU Vincent
2019-11-05Modify alpha_lcomplex_persistence utility for fast, safe and exact versions. ...ROUVREAU Vincent
2019-10-31Add a get_point method for Alpha_complex_3d. Change Point_3 type to be either...ROUVREAU 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
2019-06-05Fix #20: Add OFF section in file format and all documents target to it instea...ROUVREAU Vincent
2019-06-03Precise that the default version is not weighted and not periodicROUVREAU Vincent
2019-03-12Make 'safe' mode as default value for alpha complex 3d utilityROUVREAU Vincent
2018-11-27Fix cpplintvrouvrea
2018-11-27cpplint fixvrouvrea
2018-11-14Merge last trunk modifications and resolve conflict on src/Alpha_complex/util...vrouvrea
2018-10-17Alpha complex 3d test was not checking CGAL is 4.11vrouvrea
2018-10-04Documentation change for github websitevrouvrea
2018-09-25clang-format all filesvrouvrea
2018-09-25Constants shall be upper casevrouvrea
2018-09-10Code review : Fix alpha_complex_3d_persistence utility with new alpha_complex...vrouvrea
2018-09-07Code review : rearrange documentation and examples according to making choice...vrouvrea
2018-08-09Merge last trunk modificationsvrouvrea
2018-08-07Fix issue #13 : [Global - utilities] use exit(-1) instead of std::abort in ut...vrouvrea
2018-07-31Add unitary tests and documentationvrouvrea
2018-07-04Fix SimplicialComplexForAlpha (dD version)vrouvrea
2018-07-03Documentation for Alpha complex 3dvrouvrea
2018-06-27Fix examples and utilitiesvrouvrea
2018-06-26Useless includes removalvrouvrea
2018-06-26weighted_alpha_complex_3d_persistence.cpp using Alpha_complex_3d new modulevrouvrea
2018-06-26Add insert_simplex in Alpha_complex_3d.hvrouvrea
2018-06-22Compiles run and tests for Alpha_3d, exact, weighted, periodic and weighted p...vrouvrea
2018-06-22Use unique_ptr to store cgal alpha_shapes_3. Required for not objects_ to be ...vrouvrea
2018-05-15CMake minimal version is now 3.1vrouvrea
2018-05-14Fix CGAL 4.12 build errors - include missingvrouvrea
2018-04-26Fix Copyrightsvrouvrea
2018-04-04No need to repeat title, automatically done by the websitevrouvrea
2018-03-08Web site review after Editorial Boardvrouvrea
2018-01-30Fix after web reviewvrouvrea