summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-09-11Code review: constify find_child and for instead of while loopvrouvrea
2017-08-30Code review better use a break to end loop when we know it is not needed to b...vrouvrea
2017-08-25Code review : dimension_ is now set on the flyvrouvrea
2017-08-25Code review : no need to clear intersectionvrouvrea
2017-08-25Code review : find_child implementation improvementvrouvrea
2017-08-25Doc review : expansion_with_blockers docvrouvrea
2017-08-25Code review : use boost::adaptors::reverse(intersection) instead of std::reversevrouvrea
2017-07-06Uused variablevrouvrea
2017-07-06Merge last trunk modificationsvrouvrea
2017-07-06Doc example additionvrouvrea
2017-07-05Checkin tests and fixesvrouvrea
2017-07-05Fix default filtration value given by the graph_expansion method with blockervrouvrea
2017-07-03Rename cythonize_gudhi.py in setup.py to be conform with Python convention (f...vrouvrea
2017-07-01Example of blocker and Cech Complex implementationvrouvrea
2017-06-29First working version of expansion insertion (different from rips expansion).vrouvrea
2017-06-28Add a commentvrouvrea
2017-06-28Merge of branch boost_system_no_deprecated_test in order to :vrouvrea
2017-06-28Merge of the branch read_persistence_from_filevrouvrea
2017-06-26A test of Cech complex with oracle blockervrouvrea
2017-06-23First version of expansion with blocker oraclevrouvrea
2017-06-20Merge last trunk modifications : Spatial searching-Add radius searchvrouvrea
2017-06-20Missing typedefcjamin
2017-06-20Merge last trunk modificationsvrouvrea
2017-06-16Fix auto lambda (requires C++14) compilation issuevrouvrea
2017-06-16Fix CUSTOMBUILD : error : don't know how to set runtime library search path f...vrouvrea
2017-06-16Add warning about boost_thread link for the Mac GUDHI python modulevrouvrea
2017-06-16Fix Python module version numervrouvrea
2017-06-14Remove birth<=death check (should be done by the caller if necessary)cjamin
2017-06-14Fix try vrouvrea
2017-06-14Add traces for debugvrouvrea
2017-06-13Try to fix Windows compilation for Condavrouvrea
2017-06-13This should never have been commented outcjamin
2017-06-13Add header and namespace + remove unnecessary includecjamin
2017-06-09Rewrite Contraction and Skeleton blocker time display using Gudhi::Clockvrouvrea
2017-06-09Create a new page for file formatscjamin
2017-06-09Throw exceptions if file not foundcjamin
2017-06-09Missing "return"cjamin
2017-06-09Change names and adapt examplecjamin
2017-06-09Homogenize DEFINE profiling name for subsamplingvrouvrea
2017-06-09Remove boost date_time dependenciesvrouvrea
2017-06-09Remove boost timer and chrono dependenciesvrouvrea
2017-06-09No more need of find_the_lib cmake macro to find Windows boost lib namevrouvrea
2017-06-09Merge last trunk modificationsvrouvrea
2017-06-09Tangential complex test must link with boost date time libraryvrouvrea
2017-06-09Add BOOST_SYSTEM_NO_DEPRECATED definitionvrouvrea
2017-06-08Add modules as CMake options in order to be able to activate/desactivate comp...vrouvrea
2017-06-02Fix install issuevrouvrea
2017-06-02Get rid of Boost_system library linkvrouvrea
2017-06-02Try to remove boost systemvrouvrea
2017-06-01Doc for "pers" file formatcjamin