summaryrefslogtreecommitdiff
path: root/src/Simplex_tree/include
AgeCommit message (Expand)Author
2019-06-13Change CopyrightROUVREAU Vincent
2019-06-03Fix #55ROUVREAU Vincent
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-21Copy assignment for Simplex_tree and its tests (rules of 5)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-23Modify documentation for Simplex_tree make_filtration_non_decreasingvrouvrea
2018-04-26Fix Copyrightsvrouvrea
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
2017-12-02Copy insert_simplex_and_subfaces from the gforge TODO, updated to set the dim...glisse
2017-12-02Cleanup checks in Simplex_treeglisse
2017-12-02Use contiguous_vertices also for the boundary of segments.glisse
2017-11-24Merge ST-doc-simplex branchvrouvrea
2017-11-22Merge last trunk modificationsvrouvrea
2017-11-22Merge graph_expansion_blocker fix from cech_complex branchvrouvrea
2017-11-20Copy the doc from FilteredComplex::simplex to the Simplex_tree.glisse
2017-11-20Add upper_bound_dimension and associated documentation for automatic dimensio...vrouvrea
2017-11-06Doc review : dimension() method documentation can not mention lower_upper_bou...vrouvrea
2017-11-06doc review : upper_bond_dimension to be replaced with upper_bound_dimensionvrouvrea
2017-10-26Merge last trunk modificationsvrouvrea
2017-10-26Code review: downgrade_dimension renamed lower_upper_bound_dimension and make...vrouvrea
2017-10-20Use simplices iterator instead of skeleton iteratorvrouvrea
2017-10-20Code review : rename automatic_dimension_set with downgrade_dimensionvrouvrea
2017-10-20Doc review: remove_maximal_simplex about automatic_dimension_set mechanism wa...vrouvrea
2017-10-19Code review : remove template specification for std::maxvrouvrea
2017-10-05Doc review : automatic_dimension_set return documentation was not clearvrouvrea
2017-10-05Doc review : prune_above_filtration about automatic_dimension_set mechanism w...vrouvrea
2017-10-05Merge the branch graph_expansion_with_blocker_oracle for the Simplex_treevrouvrea