summaryrefslogtreecommitdiff
path: root/src/Alpha_complex
AgeCommit message (Expand)Author
2017-05-15Use MATHJAX for doxygen documentation generation.vrouvrea
2017-04-19Rename tests and examples to be consistent with the naming rulesvrouvrea
2017-04-18Rename CMake testsvrouvrea
2017-03-24Workaround for CGAL version 4.8 compilation issuevrouvrea
2017-03-16Merge last trunk modificationsvrouvrea
2017-03-03Add GPL copyrights on images directoriesvrouvrea
2017-01-31Rename Rips and Alpha concept file namesvrouvrea
2016-12-16Merge last trunk modificationsvrouvrea
2016-12-16Fix cppcheck warningsvrouvrea
2016-12-01Merge last trunk modificationsvrouvrea
2016-10-20Merge last trunk modificationvrouvrea
2016-10-14Fix Alpha complex UT for limit casevrouvrea
2016-10-13This test fails on Win 32 and 64vrouvrea
2016-10-13Fix cpplintvrouvrea
2016-10-13Add CGAL::Identity_property_map proper include. Was not working with CGAL < 4.9vrouvrea
2016-10-12Merge last trunk modificationsvrouvrea
2016-10-12Using a pointer as a property map is deprecated in boost. Fixes the reviewvrouvrea
2016-10-11CMake message modificationvrouvrea
2016-10-05Fix review commentsvrouvrea
2016-10-03Rephrase create_complex.vrouvrea
2016-10-03No need of complex.dimension(void). It reduces the concept.vrouvrea
2016-10-03Precise insert_simplex_and_subfaces conceptvrouvrea
2016-10-03get_point can return a const Point&vrouvrea
2016-10-03Remove confusing post condition of ctorvrouvrea
2016-10-03Rephrase the alpha complex data structurevrouvrea
2016-09-23Fix cpplintsvrouvrea
2016-09-23Modify the Alpha complex doc wit a concept to create a simplicial complex fro...vrouvrea
2016-09-22New template function create_complex for Alpha_complex to create the simplici...vrouvrea
2016-09-09isnan must be preceeded by std::vrouvrea
2016-08-04Make GUDHI Cmake less verbose on CGAL package findingvrouvrea
2016-07-01Eigen3 find_package factorizationvrouvrea
2016-07-01Merge last trunk modificationsvrouvrea
2016-06-14data points generator to follow convention namingvrouvrea
2016-06-10Rename namespaces according to conventioncjamin
2016-06-10Use TBB_LIBRARIES instead of TBB_RELEASE_LIBRARY + missing boost dependencycjamin
2016-06-07Rename projects in CMakeLists.txtcjamin
2016-05-30C++11 stylevrouvrea
2016-04-16Minor tweaks to alpha-complexglisse
2016-04-08Merge of alpha complex feature from trunkvrouvrea
2016-04-07Remove insertion check for duplicate points case.vrouvrea
2016-04-06Marc review fixvrouvrea
2016-04-06Replace Delaunay_triangulation_off_io.h and Delaunay_triangulation_off_rw.cpp...vrouvrea
2016-03-24prune_above_filtration version that is no more using filtration vector.vrouvrea
2016-03-23prune_above_filtration returns filtration vector modification information ins...vrouvrea
2016-03-22GUDHI_CHECK was not intuitive.vrouvrea
2016-03-22Add a comment to say Alpha complex takes the ownership of the pointer on the ...vrouvrea
2016-03-22Delaunay triangulation is point dimension.vrouvrea
2016-03-17Use post and exception doxygen tag instead of warnings everywhere.vrouvrea
2016-03-17Fix cpplint/cppcheckvrouvrea
2016-03-16CppCheck and CppLint fixes for alpha complexesvrouvrea