summaryrefslogtreecommitdiff
path: root/src/Alpha_complex
AgeCommit message (Expand)Author
2019-11-07Doc review : This remark is only available for the dD case, not for the 3d case.ROUVREAU Vincent
2019-11-06Add doc warningsROUVREAU Vincent
2019-11-05Exact version only for CGAL < 5.XROUVREAU 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-11-05Use Epeck_d for examples. Add an Epick_d (fast version) example and test itROUVREAU Vincent
2019-11-05Add Alpha complex tests with Epeck_d - the new default oneROUVREAU Vincent
2019-11-05Do not print #define variableROUVREAU Vincent
2019-11-04Epeck is now the default value. Epick and Epeck in doc. User warning on ctor ...ROUVREAU Vincent
2019-11-04Use range-for loopROUVREAU Vincent
2019-11-04Clarification : Points must be in Bare_point_3 or in Weighted_point_3 *means*...ROUVREAU Vincent
2019-11-04Use Point_3 instead of Bare_point_3 in non-weighted casesROUVREAU Vincent
2019-10-31Add a get_point method for Alpha_complex_3d. Change Point_3 type to be either...ROUVREAU Vincent
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
2019-06-11try to fix Alpha_complex_test_unit on windowsROUVREAU Vincent
2019-06-05Fix #20: Add OFF section in file format and all documents target to it instea...ROUVREAU Vincent
2019-06-03Fix #56ROUVREAU 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-27Fix cpplintvrouvrea
2018-11-27cpplint fixvrouvrea
2018-11-27Fix cpplintvrouvrea
2018-11-23Code review : Use CGAL::to_double(it->exact()) for Exact version, and CGAL::t...vrouvrea
2018-11-23 // We could use Epick + CGAL::Tag_true for not weighted nor periodic, but d...vrouvrea
2018-11-21Separate tests to parallelize compilationvrouvrea
2018-11-21Code review : Use # error instead of static_assert(false, ...) for CGAL versi...vrouvrea
2018-11-19Fix compilation issue in debug modevrouvrea
2018-11-19Merge last trunk modifications and remove the note about create_complex max_a...vrouvrea
2018-11-19Merge last trunk modificationsvrouvrea
2018-11-19Fix cpplint and no more need of incr_dim in propagate_alpha_filtrationvrouvrea
2018-11-17Make it clearer that create_complex can/should be called without a second arg...glisse
2018-11-17Simplify example.glisse
2018-11-17Repeated "if" in the doc.glisse
2018-11-16Code review : Simplex_tree is a complex not a simplexvrouvrea
2018-11-16Doc review : Add a note to explain setting max_alpha_square value won't speed...vrouvrea
2018-11-16Code review : Factorize some templatesvrouvrea
2018-11-16Doc review : "shall be of complexity ***type***"vrouvrea
2018-11-16Code review : Boost minimal version is now 1.56. No more need to test if < 1.53.vrouvrea
2018-11-16Doc review : User version bad description for Alpha complex 3dvrouvrea
2018-11-14Merge last trunk modifications and resolve conflict on src/Alpha_complex/util...vrouvrea
2018-11-14Fix https://github.com/CGAL/cgal/issues/3153vrouvrea
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-25Code review : use std::unordered_map instead of std::mapvrouvrea