summaryrefslogtreecommitdiff
path: root/src/Simplex_tree/include/gudhi
AgeCommit message (Expand)Author
2020-04-17Merge remote-tracking branch 'origin/master' into filtrationMarc Glisse
2020-04-16Merge pull request #260 from VincentRouvreau/alpha_complex_improvementVincent Rouvreau
2020-04-16Fix doc of Simplex_tree about keysMarc Glisse
2020-03-30Streamline initialize_filtrationMarc Glisse
2020-03-30Merge pull request #215 from MathieuCarriere/extended_persistenceMarc Glisse
2020-03-25update biblioMathieuCarriere
2020-03-23new fixesMathieuCarriere
2020-03-22Merge master and fix conflictsROUVREAU Vincent
2020-03-19added decoding functionMathieuCarriere
2020-03-19new fixesMathieuCarriere
2020-03-18fix docMathieuCarriere
2020-03-17fix Marc's commentsMathieuCarriere
2020-03-17Remove thread_local workaroundROUVREAU Vincent
2020-03-17implement Marc's suggestionsMathieuCarriere
2020-03-17fix conflictMathieuCarriere
2020-03-17update python docMathieuCarriere
2020-03-17Merge pull request #242 from mglisse/genripsMarc Glisse
2020-03-17Remove code that was commented out.Marc Glisse
2020-03-17fixesMathieuCarriere
2020-03-16Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into extended_p...MathieuCarriere
2020-03-06Tweak doc.Marc Glisse
2020-03-06Fix doc of minimal_simplex_with_same_filtrationMarc Glisse
2020-03-06Generators for simplex treeMarc Glisse
2020-03-05Add some tests and documentation for NaN management in make_filtration_non_de...ROUVREAU Vincent
2020-03-03Fix #172 and add a proper comment on the modificationROUVREAU Vincent
2020-02-04fixed Vincent's commentsmathieu
2020-02-02fixed Marc's commentsMathieuCarriere
2020-01-27Code review: Use std::clog instead of std::coutROUVREAU Vincent
2020-01-26added extended persistence functionMathieuCarriere
2020-01-03Remove implicit this capture in [=]Marc Glisse
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-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-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