summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-05No need for a sph copy anymoreHind-M
2022-06-30Assign to sh same key as face in cechHind-M
2022-06-29Merge pull request #642 from Hind-M/cech_extra_pointVincent Rouvreau
[Cech] Get extra point using boundary_opposite_vertex_simplex_range
2022-06-29Merge pull request #648 from VincentRouvreau/gitignore_enhancementVincent Rouvreau
All *something*build*something* to be ignored by git to allow several build directories
2022-06-29All *something*build*something* to be ignored by git to allow several build ↵Vincent Rouvreau
directories
2022-06-29Merge pull request #637 from albert-github/feature/issue_613Vincent Rouvreau
issue #613 [cpp documentation] Footer needs to be generated with a more recent version of doxygen
2022-06-27Merge pull request #411 from MathieuCarriere/diffVincent Rouvreau
PD gradient
2022-06-24changed dimensions into homology_dimensionsMathieuCarriere
2022-06-24Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2022-06-24Merge remote-tracking branch 'upstream/master' into cech_extra_pointHind-M
2022-06-24Merge pull request #519 from Hind-M/cech_optimizationVincent Rouvreau
Cech optimization
2022-06-24Use CGAL::NT_converter instead of CGAL::to_double in Sphere_circumradiusHind-M
2022-06-21-Add/modify some commentsHind-M
-Some other minor changes -Change license to LGPL
2022-06-20Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2022-06-20Merge pull request #643 from VincentRouvreau/alpha_extra_pointVincent Rouvreau
[Alpha] Get extra point using boundary_opposite_vertex_simplex_range
2022-06-17Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2022-06-16Add exact option for exact cech variantHind-M
2022-06-16Merge pull request #498 from Hind-M/fetch_datasetsVincent Rouvreau
Fetch datasets
2022-06-15Fix warning and debug tracesVincent Rouvreau
2022-06-15Use boundary_opposite_vertex_simplex_range instead of boundary_simplex_range ↵Vincent Rouvreau
in alpha
2022-06-14Use boundary_opposite_vertex_simplex_range instead of boundary_simplex_range ↵Hind-M
in cech
2022-06-09removed default field coefficientMathieuCarriere
2022-06-09Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2022-06-09Merge remote-tracking branch 'upstream/master' into cech_optimizationHind-M
2022-06-09Merge pull request #607 from VincentRouvreau/how_to_compile_gudhi_in_a_conda_envVincent Rouvreau
Instructions to compile gudhi in a conda env
2022-06-09[skip ci] doc review: rename the repository gudhi-develVincent Rouvreau
2022-06-09[skip ci] doc review: rename the repository gudhi-devel, precise how to ↵Vincent Rouvreau
clone and init submodules
2022-06-09[skip ci] doc review: Update .github/how_to_compile_gudhi_in_a_conda_env.mdVincent Rouvreau
Co-authored-by: Hind-M <70631848+Hind-M@users.noreply.github.com>
2022-06-09[skip ci] doc review: Update .github/how_to_compile_gudhi_in_a_conda_env.mdVincent Rouvreau
Co-authored-by: Hind-M <70631848+Hind-M@users.noreply.github.com>
2022-06-09[skip ci] code review: Update .github/how_to_compile_gudhi_in_a_conda_env.mdVincent Rouvreau
Co-authored-by: Hind-M <70631848+Hind-M@users.noreply.github.com>
2022-06-08issue #613 [cpp documentation] Footer needs to be generated with a more ↵albert-github
recent version of doxygen With the doxygen versions <= 1.9.2 the default setting 'overflow: hidden;' causes problems. With the commit: ``` Commit: 590198b416cd53313d150428d2f912586065ea0d [590198b] Date: Wednesday, December 1, 2021 1:37:26 PM issue #8924 Horizontal scroll bar missing in HTML for wide class="dotgraph" objects ``` for the doxygen 1.9.3 version this has already been corrected but to run properly with the <= 1.9.2 version this setting is required
2022-06-08Merge pull request #632 from albert-github/feature/bug_class_diagramsVincent Rouvreau
Documentation: Obsolete CLASS_DIAGRAMS
2022-06-08Merge pull request #633 from albert-github/feature/bug_copy_doxyfile_inVincent Rouvreau
No need to copy Doxyfile.in
2022-06-08Merge branch 'master' into feature/bug_class_diagramsVincent Rouvreau
2022-06-08Merge pull request #627 from albert-github/feature/bug_docu_redirect_2Vincent Rouvreau
Documentation: Some automatic redirects
2022-06-08Merge pull request #616 from VincentRouvreau/doxygen_unbalanced_groupingsVincent Rouvreau
Fix unbalanced groups and some doxygen typos
2022-06-07Rephrase description for fetch functionsHind-M
2022-06-07Merge remote-tracking branch 'upstream/master' into fetch_datasetsHind-M
2022-06-07Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2022-06-07Merge pull request #590 from ↵Vincent Rouvreau
VincentRouvreau/simplex_tree_extended_persistence_enhancement extended_persistence uses directly get_persistent_pairs
2022-06-07fix doc + added homology field coeffMathieuCarriere
2022-06-04Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2022-06-03Merge pull request #624 from albert-github/feature/bug_spellVincent Rouvreau
Spelling corrections
2022-06-01fix docMathieuCarriere
2022-05-26issue #613 [cpp documentation] Footer needs to be generated with a more ↵albert-github
recent version of doxygen The problem was that the update of the treeview was not called in the footer, though after correcting this some new problems occurred in respect to the treeview (the small pointers ran into the text) and with the in page table of cvontents (e.g. in installation.html). - footer.html: call proper update function by means of `<div>`, as base the 1.9.4 version served but also older version work. - stylesheet.css, Doxyfile.in: implemented as extra stylesheet and for the "small pointer" problem adjusted the `.arrow` settings - header.html: - placed the `<link rel="stylesheet" type="text/css" href="https://gudhi.inria.fr/assets/css/styles_feeling_responsive.css" />` more as an extra stylesheet as otherwise a second scrollbar would occur - placed the `div id="top">` at the right place - corrected `<img>` tag so it is properly closed (so XML compliant) - corrected setting of `data-topbar` to `data-topbar=true` as HTML5 does not allow attributes without values.
2022-05-25Add info in the doc concerning default data_home and 'GUDHI_DATA' env variableHind-M
2022-05-24Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2022-05-24Merge pull request #630 from albert-github/feature/bug_mathjax_3Vincent Rouvreau
Documentation: Render formulas by means of MathJax 3
2022-05-24Update src/cmake/modules/GUDHI_doxygen_target.cmakealbert-github
Co-authored-by: Vincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>
2022-05-24Merge remote-tracking branch 'upstream/master' into cech_optimizationHind-M