summaryrefslogtreecommitdiff
path: root/src/Simplex_tree
AgeCommit message (Expand)Author
2019-08-14Fix #35 Modify Copyright as GUDHI is not only a C++ libraryROUVREAU Vincent
2019-08-09Merge pull request #60 from GUDHI/simplex_tree_insert_duplicated_vertices_fix...Vincent Rouvreau
2019-06-28Code review: Keep the comment that returning true is strangeROUVREAU Vincent
2019-06-28We can now roll back rec_insert_simplex_and_subfaces_sorted and dimension com...ROUVREAU Vincent
2019-06-27Code review : call std::unique right after std::sort. Repetition has been rem...ROUVREAU Vincent
2019-06-27code review: test if first!=last before dereferencing firstROUVREAU Vincent
2019-06-19CGAL 4.11 as minimal versionROUVREAU Vincent
2019-06-18cgal_mini_sphere_3d requires Eigen3ROUVREAU Vincent
2019-06-13Change CopyrightROUVREAU Vincent
2019-06-12Merge branch 'master' into simplex_tree_insert_duplicated_vertices_fix_vincentROUVREAU Vincent
2019-06-03Fix #55ROUVREAU Vincent
2019-02-14Fix of duplicated vertices in list.vrouvrea
2019-01-18Add setS test for adjacency_list verticesvrouvrea
2019-01-17adjacency lists can be directed, undirected or bidirectional for Simplex tree...vrouvrea
2018-11-14Fix cpplintvrouvrea
2018-11-14Merge last trunk modificationsvrouvrea
2018-10-06merge from trunkglisse
2018-10-02Code review : Factorize copy_from and move_from for copy/move assignment/ctorvrouvrea
2018-09-03Code review : Fix remarks for move and copy assignmentvrouvrea
2018-08-30A thread_local was missingvrouvrea
2018-08-28Update children on movevrouvrea
2018-08-24Fix move constructor and assignment for the Simplex treevrouvrea
2018-08-21Move assignment and its associated testvrouvrea
2018-08-21Add DEBUG_TRACES for the testvrouvrea
2018-08-21Bad copy assignment testvrouvrea
2018-08-21Copy assignment for Simplex_tree and its tests (rules of 5)vrouvrea
2018-08-07Fix issue #13 : [Global - utilities] use exit(-1) instead of std::abort in ut...vrouvrea
2018-07-20First try at interfacing the sparse rips in python. Needs at least documentat...glisse
2018-06-06Merge of branch thread_local_optional_vincent to take into account XCode < v....vrouvrea
2018-06-05Fix warning from branch warning_fix_vincentvrouvrea
2018-05-30Merge last trunk modificationsvrouvrea
2018-05-28Merge last trunk modificationsvrouvrea
2018-05-23Modify documentation for Simplex_tree make_filtration_non_decreasingvrouvrea
2018-05-15CMake minimal version is now 3.1vrouvrea
2018-04-27Merge Copyright clarificationvrouvrea
2018-04-26Fix Copyrightsvrouvrea
2018-02-14Fix copyright issues for Simplex treevrouvrea
2018-01-26Move documentation Copyright in footervrouvrea
2018-01-22Fix cpplintvrouvrea
2018-01-16Merge of branch misc-glissevrouvrea
2018-01-08Fix std::max Windows issuevrouvrea
2018-01-08Add include <iterator> for std::distancevrouvrea
2017-12-22Prettify find_simplex().glisse
2017-12-22Use contiguous_vertices in find_simplex().glisse
2017-12-22Comment pointing out where we use null_vertex.glisse
2017-12-22Check that user does not try to insert null_vertex in the complex.glisse
2017-12-18Merge of ST-insert branchvrouvrea
2017-12-17Fix graph insertion.glisse
2017-12-17Hyperlink to boost concepts.glisse
2017-12-17Remove unused AdjacencyGraph requirement.glisse