summaryrefslogtreecommitdiff
path: root/src/Bitmap_cubical_complex
AgeCommit message (Collapse)Author
2022-11-04Fix bogus traits.Marc Glisse
Not great, but less broken.
2022-11-04Remove the deprecated std::iteratorMarc Glisse
2022-05-22Update src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex.halbert-github
Co-authored-by: Marc Glisse <marc.glisse@inria.fr>
2022-05-22Spelling correctionsalbert-github
A number of spelling corrections as reported by the codespell (see: https://github.com/codespell-project/codespell) program and lists. Some remarks: - not considered are grammatical errors - not considered are names in the code although there are a number that could be improved (like `childs` -> `children`) - in the documentation it could be made clearer what are variables and what is running text (e.g. by placing variables in running text between backticks) - some comments are in the French language, I think it would be better to have them in the English (United States version).
2020-11-03Fix #415 by removing all install cmake targets from examplesROUVREAU Vincent
2020-08-24code review: override and remove inlineROUVREAU Vincent
2020-08-21Virtual functions need signatures that exactly matchROUVREAU Vincent
2020-05-15Merge pull request #204 from MathieuCarriere/generatorsVincent Rouvreau
Generators
2020-05-13Trailing whitespaceMarc Glisse
2020-05-13BOOST_UNREACHABLE_RETURN + commentMarc Glisse
2020-05-13Rephrase comment about cubesMarc Glisse
2020-04-30int to size_tMathieuCarriere
2020-04-29small modifsMathieuCarriere
2020-04-29Make size() return size_tMarc Glisse
It probably returns the biggest integer used in the whole module, it doesn't make sense that it uses a smaller type.
2020-04-28update outputMathieuCarriere
2020-04-28fix conflictMathieuCarriere
2020-03-11moved location of top_dimensional_coface functionmathieu
2020-03-10new fixesmathieu
2020-01-27Code review: Use std::clog instead of std::coutROUVREAU Vincent
2020-01-16fix typo + coboundary errormathieu
2020-01-13Review all cout and cerr. cerr is reserved for warnings/error and cout for ↵ROUVREAU Vincent
traces
2019-12-06Modify boost tests to be more verbose and errors in colour. I kept coverage ↵ROUVREAU Vincent
tests (was only used by Jenkins) and they still can be activated through an option
2019-08-14Fix #35 Modify Copyright as GUDHI is not only a C++ libraryROUVREAU Vincent
2019-06-13Change CopyrightROUVREAU Vincent
2019-02-12Fix doc for C++ and Python.vrouvrea
Fix some warnings on Nerve GIC sphinx doc generation git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/cubical_complex_small_fix@4101 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 57eacb8c4108be212e61796c65e3b45bb9c13644
2019-02-12Add unitary test for inf value readvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/cubical_complex_small_fix@4100 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 5cdac452d9c79cf63c62ec1382de4140a719286f
2019-02-12Fix doc typovrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/cubical_complex_small_fix@4099 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: b9987650ddf369c58b46955de6af9cd2d94831b3
2019-01-17Fix issue #5 : [Bitmap_cubical_complex] Perseus file reader rejects infinityvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/cubical_complex_small_fix@4064 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 77ec6d5d1f69ba3e1b0a1027d902084bb25d08f3
2019-01-17Fix cpplintvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/cubical_complex_small_fix@4063 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 7186509b0d722fc7a4264eeaf504cef1c1be3a2a
2018-09-20Fix to the documentation: to remove confusion with the perseus format. pdlotko
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/cubical_complex_small_fix@3899 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 6d600838396236ca95346719058bd8b834541814
2018-05-25forgot -inf from patch sent by Marcvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3462 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 8e7fe4acb33ee785ef918052f3111d2845542450
2018-05-25Fix bug on Cubical reported by user.vrouvrea
Add test on Python level. git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3461 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: fffa8df624f81427d0feef6ddc3f8a567aa2d366
2018-05-15CMake minimal version is now 3.1vrouvrea
Compilation flags are now externalized in cmake/modules Add NO_POLICY_SCOPE for GUDHI_third_parties to fix warnings Try to fix CGAL 4.12 that is no more setting CGAL_LIBRARIES git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/cmake_v3_vincent@3445 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 0ac7613f016e28cc634606f76e85ecaf5bacb2d4
2018-04-26Fix Copyrightsvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/copyright_clarification_vincent@3400 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: ff348beedf92656c6913c2a1df983b5804b33988
2018-04-04No need to repeat title, automatically done by the websitevrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3338 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 51d295377d2b3235e9316f199bf95d3c5aeaeab3
2018-04-03Merge last trunk modificationsvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/rips_complex_from_correlation_matrix@3327 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 85b28237989b93fb4b5f8629a7f28bdb51b9a1b1
2018-03-08Web site review after Editorial Boardvrouvrea
Do not need to import gudhi twice in py git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3270 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 7d7a4bba27f4cbcad5f8b18cb86587a15e6a8435
2018-02-08random commit.pdlotko
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/rips_complex_from_correlation_matrix@3233 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 9a3ccdd8a000bd3fd79bab61b35e50bd707cfb29
2018-01-30Fix after web reviewvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3189 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: fd42bab9b27a3c086adeaf75068c83a911ede000
2018-01-29Ignore md files for Doxygenvrouvrea
Fix relative path issue git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3179 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: c8f88a757fdf681327f1cef9feadf7bf8d12da83
2018-01-29Rename README files for web site generation conformityvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3177 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 632b264790c30accb42e731c4a4f6744a2f7ba11
2018-01-29Fix doc issue for utilities part on the web sitevrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3176 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 3bafd9e13a5646ca93023144705d3ac7ed7c9b3a
2018-01-26Move documentation Copyright in footervrouvrea
Removed from each module git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3167 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 7595f2d18cdc3773bbd96fa9fed414876ff9fdc7
2017-12-06Merge add_utils_in_gudhi_v2 branch after 2nd round of reviewvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3041 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: ad134cc2b6756e20afc8d9db9e40c5af87d09f9d
2017-12-06Fix cpplintvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3040 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 69ddae02dd1005b5ded5d4e0127a9eaa7081f5d6
2017-12-05Code review fix and std::size_tvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3039 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 2ef03e413290c9f5ae0396a613b963d64e827a07
2017-12-05After fix code reviewvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3038 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 07971bb9211bdfd340c0525c12610bbcf3897951
2017-12-05Fix Perseus read file failed casesvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3032 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 397a6316814d3214b0f39ab1249b48100fb995ee
2017-11-24Update linkcjamin
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/add_utils_in_gudhi_v2@2952 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 72ac475a06eeb1752e747f2ca8f7c5ae20389cc3
2017-11-24Typoscjamin
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/add_utils_in_gudhi_v2@2951 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 87f3b4861218ca91630bba3a83038325636f6dc9