summaryrefslogtreecommitdiff
path: root/src/Persistent_cohomology
AgeCommit message (Expand)Author
2016-02-04CMake strategy modificationvrouvrea
2016-01-08cpplint and cppcheck fixesvrouvrea
2016-01-08tbb branch merge. Link with Intel TBB for parallel programmation.vrouvrea
2016-01-07Backmerge from trunkvrouvrea
2016-01-07Backmerge of trunkvrouvrea
2015-12-15Don't use boost::tuple.glisse
2015-12-11Clarify the semantics of FilteredComplex::simplex(key).glisse
2015-11-15Fix for older libstdc++.glisse
2015-11-13Reintegrate branch annotations_in_boundary.glisse
2015-11-13Unobfuscate a multiplication.glisse
2015-11-13Using a static variable really helps.glisse
2015-11-13Rename variable.glisse
2015-11-13Clean-up.glisse
2015-11-11Make annotations_in_boundary a vector, sorted once after construction, with e...glisse
2015-11-11Revert the last commit, this was supposed to go to a branch.glisse
2015-11-11Make annotations_in_boundary a vector, sorted once after construction, with e...glisse
2015-11-10Update a comment in plain_homology.glisse
2015-11-10Merge from trunk.glisse
2015-11-10Use Simplex_tree_options_fast_persistence in one more place.glisse
2015-11-09New Simplex_tree_options_fast_persistence, while Simplex_tree_options_full_fe...glisse
2015-10-29Add an example that computes (non-persistent) homology.glisse
2015-10-25Example to compute persistence of a Rips filtration "in parallel". On a machineglisse
2015-10-18Update performance_rips_persistence, which hasn't been working for a long tim...glisse
2015-10-12Fix program_options issue with MSVCvrouvrea
2015-10-08cpplint fixesvrouvrea
2015-10-08Fix cpplint on examples.vrouvrea
2015-10-05No need for Persistent_cohomology_column to have everything private.glisse
2015-10-05cpplint fixes - simplex_tree_from_file.cpp renamed simplex_tree_from_cliques_...vrouvrea
2015-10-02Doxygen to be made from user version. Hypergenerator fix. Add definitions for...vrouvrea
2015-09-28Minor optimization: no need to return memory to the dying pool.glisse
2015-09-28Merge from trunkglisse
2015-09-28Release CAM cells.glisse
2015-09-28Minor clean-ups (const, for-range, etc).glisse
2015-09-26Replace boost::object_pool by a simpler, more scalable version.glisse
2015-09-16Filtration_simplex_iterator's reference type does not have to be a reference,...glisse
2015-08-20Store num_simplices in persistent_cohomology to avoid to call the function 3 ...vrouvrea
2015-08-19num_simplices computation instead of increment/set methods.vrouvrea
2015-07-11Clean-upsglisse
2015-07-11Clean-upsglisse
2015-07-08Clang boost test segmentation fault fixvrouvrea
2015-06-30clang requires include fstream (Persistent_cohomology.h)vrouvrea
2015-06-19Trivial clean-upsglisse
2015-04-27This trace is not neededvrouvrea
2015-04-27Remove debug traces by defaultvrouvrea
2015-04-25Don't skip destructors even if the type is currently POD.glisse
2015-04-25Let destructors do the cleanup.glisse
2015-04-24Plug small leak.glisse
2015-04-24Unnecessary new+delete pair.glisse
2015-04-10Optimization of UT (needs to be short time)vrouvrea
2015-04-02Merge xunit branch back into trunkvrouvrea