summaryrefslogtreecommitdiff
path: root/src/Simplex_tree
AgeCommit message (Expand)Author
2018-08-30A thread_local was missingvrouvrea
2018-08-07Fix issue #13 : [Global - utilities] use exit(-1) instead of std::abort in ut...vrouvrea
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
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-22Merge last trunk modificationsvrouvrea
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-16Add missing includescjamin
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
2017-10-05Doc review : fix find_child explanationvrouvrea
2017-09-27Replace INFINITY with std::numeric_limits<Filtration_value>::infinity()vrouvrea
2017-09-26Doc review : Simplex tree remove maximal simplex is an implementatino detail ...vrouvrea
2017-09-22Remove global filtration attribute of te simplex tree (including getter and s...vrouvrea
2017-09-22Remove automatic_dimension_set call from remove and prune functionsvrouvrea