summaryrefslogtreecommitdiff
path: root/src/Simplex_tree/include
AgeCommit message (Expand)Author
2016-03-09Add header and footer to generated documentation in order to fit with the web...vrouvrea
2016-02-03Merge of AddressSanitizer bug fixesvrouvrea
2016-01-14AddressSanitizer bug fixes on Simplex tree copy constructor.vrouvrea
2016-01-08cpplint and cppcheck fixesvrouvrea
2016-01-07Backmerge from trunkvrouvrea
2016-01-07Cppcheck fixes after mergevrouvrea
2016-01-07Backmerge of trunkvrouvrea
2015-11-11Allow st.find({1,2,3}) on good compilers. That includes VS 2015 but not 2013,...glisse
2015-11-09New Simplex_tree_options_fast_persistence, while Simplex_tree_options_full_fe...glisse
2015-10-17Simplify operator== for the boundary iterator.glisse
2015-10-16Merge from trunk.glisse
2015-10-16Sort in parallel in initialize_filtration using TBB.glisse
2015-10-14Update old comment about stable_sort.glisse
2015-10-08cpplint fixesvrouvrea
2015-10-08Fix contiguous_vertices(). Use it in boundary iterator.glisse
2015-10-06Introduce Options::contiguous_vertices.glisse
2015-10-05cpplint fixes - simplex_tree_from_file.cpp renamed simplex_tree_from_cliques_...vrouvrea
2015-10-05Use boost static_vector instead of std::vector in the boundary iterator of Si...glisse
2015-10-05cpplint fixesvrouvrea
2015-09-30In is_before_in_filtration, access the filtration values directly without che...glisse
2015-09-24There is little point obfuscating Filtration_simplex_range.glisse
2015-09-14Merge simplex tree copy/move constructor branch back into the trunkvrouvrea
2015-09-10doc issuevrouvrea
2015-09-10operator==vrouvrea
2015-09-09FIXME -> Note.glisse
2015-09-09Minor clean-up.glisse
2015-09-09Minor clean-ups. Don't copy filtration_vect_.glisse
2015-09-09Issue fix for operator==. Replaced by is_equal function (constify is required...vrouvrea
2015-09-04constify refvrouvrea
2015-09-04Peer review fixvrouvrea
2015-09-02constexpr is only supported in extremely recent VS.glisse
2015-08-26fixanmoreau
2015-08-26fixanmoreau
2015-08-24fixanmoreau
2015-08-24Fixesanmoreau
2015-08-24Fixesanmoreau
2015-08-24fixanmoreau
2015-08-22Merge from trunk.glisse
2015-08-20A bit more doc for SimplexTreeOptions.glisse
2015-08-20Some doc for SimplexTreeOptions.glisse
2015-08-20Fix code review remarksvrouvrea
2015-08-19num_simplices computation instead of increment/set methods.vrouvrea
2015-08-18Multiple fixesanmoreau
2015-08-15Optionally provide a dummy key/filtration interface instead of storing them f...glisse
2015-08-15Remove unnecessary friends (they were befriending the wrong classes anyway).glisse
2015-08-15Cleanup endpoints(Simplex_handle).glisse
2015-08-05several fixesanmoreau
2015-07-15Use C++11 range for.glisse
2015-07-15One more push_back -> emplace_backglisse
2015-07-11Clean-upsglisse