summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-08-03Remove useless exact option when getting filtration from faceHind-M
2022-08-02Get filtration from face regardless of key valueHind-M
2022-08-02Get filtration from face when it's the same as simplexHind-M
2022-07-06Move clog of radius after its assignmentHind-M
2022-07-06Switch lines to use intermediate variableHind-M
2022-07-06Use reference to sph for a better readabilityHind-M
2022-07-05Merge remote-tracking branch 'upstream/master' into cech_optiHind-M
2022-07-05No need for a sph copy anymoreHind-M
2022-07-04Merge pull request #657 from albert-github/feature/bug_docu_build_dirVincent Rouvreau
Ignore complete current build directory when building documentation
2022-07-04[skip ci] Merge pull request #653 from albert-github/feature/bug_strip_pathVincent Rouvreau
Don't reveal full path in the documentation but just the relative path
2022-07-04Merge pull request #652 from Hind-M/cech_opti_vectorVincent Rouvreau
[Cech] Reuse vector of points and reserve to avoid reallocations
2022-07-01Use dimension to get range size to reserve vector in cechHind-M
2022-07-01Ignore complete current build directory when building documentationalbert-github
Found the file ``` build/CMakeFiles/ShowIncludes/foo.h ``` during the build of the documentation. The build directory should be excluded.
2022-07-01Don't reveal full path in the documentation but just the relative pathalbert-github
In e,g, https://gudhi.inria.fr/doc/latest/struct_coefficient_field.html (in general in `../struct_coefficient_field.html`) we see lines like: ``` #include </home/gailuron/workspace/gudhi/gudhi-devel/build/gudhi.3.5.0/concept/Persistent_cohomology/CoefficientField.h> ``` and ``` The documentation for this struct was generated from the following file: /home/gailuron/workspace/gudhi/gudhi-devel/build/gudhi.3.5.0/concept/Persistent_cohomology/CoefficientField.h ``` instead of the relative names: ``` #include <src/Persistent_cohomology/concept/CoefficientField.h> ``` and ``` The documentation for this struct was generated from the following file: src/Persistent_cohomology/concept/CoefficientField.h ``` (the links are pointing to the correct places in all cases.) This is corrected by stripping the path.
2022-06-30Merge pull request #641 from VincentRouvreau/doxygen_onlyVincent Rouvreau
Doxygen only
2022-06-30Reuse vector of points and reserve to avoid reallocationsHind-M
2022-06-30code review: rename option WITH_GUDHI_THIRD_PARTYVincent Rouvreau
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-29third parties are not required when WITH_GUDHI_CPP_DOCUMENTATION_ONLY, but ↵Vincent Rouvreau
hera submodule is mandatory. Moved in a new cmake module
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-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-15doc review: no need 'for this'Vincent Rouvreau
2022-06-14Use boundary_opposite_vertex_simplex_range instead of boundary_simplex_range ↵Hind-M
in cech
2022-06-13Also apply the feature for user version alsoVincent Rouvreau
2022-06-13Warns no more on standard output but in a fileVincent Rouvreau
2022-06-13Move new option in the correct file. Disable every option when only build ↵Vincent Rouvreau
cpp documentation
2022-06-13Merge remote-tracking branch 'albert/feature/bug__documentation_only' into ↵Vincent Rouvreau
doxygen_only
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-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 #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