summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-02-12Fix tests according to exception managementROUVREAU Vincent
2020-02-11Code review: roll back to cout for output utilitiesROUVREAU Vincent
2020-02-06Use exceptions uinstead of error message for non existing filesROUVREAU Vincent
2020-02-06Use exceptions uinstead of error message for non existing filesROUVREAU Vincent
2020-02-05tbb::mutex was still thereROUVREAU Vincent
2020-02-05Merge last master modification and fix merge conflictROUVREAU Vincent
2020-02-04Merge pull request #218 from VincentRouvreau/link_with_tbb_in_debug_mode_fixVincent Rouvreau
Fix #186 - Link with TBB for all simplex tree user
2020-02-04Code review: Rollback installation as these examples are not optimized with TBBROUVREAU Vincent
2020-02-04Merge pull request #217 from VincentRouvreau/dockerfile_gudhi_installation_3_1_0Vincent Rouvreau
Dockerfile_gudhi_installation for gudhi 3.1.0 version
2020-02-04Fix #186 - Link with TBB for all simplex tree userROUVREAU Vincent
2020-02-04Dockerfile_gudhi_installation for gudhi 3.1.0 versionROUVREAU Vincent
2020-02-04Merge pull request #216 from mglisse/versionMarc Glisse
Contradictory requirements for CGAL
2020-02-03Contradictory requirements for CGALMarc Glisse
2020-01-30Merge pull request #213 from VincentRouvreau/deprecated_tbb_mutexVincent Rouvreau
Use mutex from stl instead of tbb one that is deprecated
2020-01-30Use mutex from stl instead of tbb one that is deprecatedROUVREAU Vincent
2020-01-27Code review: Use std::clog instead of std::coutROUVREAU Vincent
2020-01-27Merge branch 'master' into print_warnings_to_stderrROUVREAU Vincent
2020-01-27Merge pull request #209 from mglisse/doccxxVincent Rouvreau
Reorganize the main page of C++ doc
2020-01-27Merge pull request #189 from mglisse/docVincent Rouvreau
Link the doc for subsampling & point file readers, some reorg
2020-01-27Reset for next releaseROUVREAU Vincent
2020-01-27Reset for next releaseROUVREAU Vincent
2020-01-27Merge pull request #152 from mglisse/pythonexceptVincent Rouvreau
Add some `except +` for cython
2020-01-20TypoMarc Glisse
2020-01-20Link kd-tree and subsampling from the main docMarc Glisse
2020-01-20Reorder skbl and toplexmap so that skbl is next to contractionsMarc Glisse
2020-01-20Missing entry in TOCMarc Glisse
2020-01-20Shuffle the modules on the main pageMarc Glisse
2020-01-20Merge branch 'master' of github.com:GUDHI/gudhi-develROUVREAU Vincent
2020-01-20Release GUDHI 3.1.0ROUVREAU Vincent
2020-01-20Merge pull request #207 from GUDHI/mglisse-patch-1Vincent Rouvreau
The license is not new anymore
2020-01-20Adapt testsMarc Glisse
It is still failing by default, until I touch alpha_complex.pyx and rebuild it, after which it works ?!
2020-01-20Sprinkle some "except +" in cython filesMarc Glisse
2020-01-18The license is not new anymoreMarc Glisse
2020-01-18Separate optional arguments from common argumentsMarc Glisse
I copy-pasted what is done in RipsComplex. Before that, sphinx was grouping nb_points with off_file, as if it couldn't be used with points.
2020-01-18Merge remote-tracking branch 'origin/master' into docMarc Glisse
2020-01-17No need to copy code conventions in user versionROUVREAU Vincent
2020-01-17release review. Add some precisions on MITROUVREAU Vincent
2020-01-17A base file for next release announcementsROUVREAU Vincent
2020-01-17Add code conventions in markdown formatROUVREAU Vincent
2020-01-17Rename conventions.txtROUVREAU Vincent
2020-01-16Version 3.1.0.rc1 to be releasedROUVREAU Vincent
2020-01-16Version 3.1.0 to be releasedROUVREAU Vincent
2020-01-16Merge pull request #202 from VincentRouvreau/cython_language_level_not_setVincent Rouvreau
Cython language level not set
2020-01-15In python2, does not work. is ok for Python 2 and 3ROUVREAU Vincent
2020-01-15Fix #96 : set language_level. It does not work when using ↵ROUVREAU Vincent
compiler_directives of cythonize.
2020-01-15In python2 itertools zip_longest is named izip_longestROUVREAU Vincent
2020-01-14Merge branch 'master' into print_warnings_to_stderrROUVREAU Vincent
2020-01-14Merge pull request #201 from VincentRouvreau/fix_travis_python3_installationVincent Rouvreau
Unlink Python2 for Python3 to be available through brew installation
2020-01-14Unlink Python2 for Python3 to be available through brew installationROUVREAU Vincent
2020-01-14print errors to stderrROUVREAU Vincent