summaryrefslogtreecommitdiff
path: root/src/Tangential_complex/include/gudhi/Tangential_complex.h
AgeCommit message (Collapse)Author
2022-12-09code review: bad copy/paste of a commentVincent Rouvreau
2022-12-05insert sorted vertices in batch to avoid quadratic behaviour in the simplex treeVincent Rouvreau
2022-11-21Handle clang warningsMarc Glisse
The other virtual functions already had override. `#if` ended up presenting the compiler with preprocessed code that admittedly looked suspicious, although it is obviously fine if you look at the original source. Still, the brackets don't hurt much.
2022-10-26Use std::optional to check C++17 supportMarc Glisse
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-12-29Fix building with CGAL 5.2.Gard Spreemann
This is based on a similar fix for the alpha complex code.
2020-01-30Use mutex from stl instead of tbb one that is deprecatedROUVREAU Vincent
2019-11-22Error message in #10 fix was not correct, bad copy/pasteROUVREAU Vincent
2019-08-20Fix issue #10 and modify main and installation documentations accordinglyROUVREAU Vincent
2019-08-14Fix #35 Modify Copyright as GUDHI is not only a C++ libraryROUVREAU Vincent
2019-06-13Change CopyrightROUVREAU Vincent
2019-03-12Add some documentation for Fix #31ROUVREAU Vincent
Cythonization of Fix #31 Add some tests
2018-12-17Merge tangential-miro branchvrouvrea
Add reference to cubical in persistence module git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@4038 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 832343cd6e2357c9e229d5b34f6de03e50d2da67
2018-06-29clang-format filevrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3653 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 97cf0cc3bee58b1f7d96a3cfa0f20b0f0a3cb7ec
2018-06-06Merge tangential complex warning fixvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3551 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 252954186a69fa338f79f6e057845e8b5d8a9619
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
2017-11-06Fix typedefcjamin
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/cgal_4.11.fix@2833 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 1f970c56378222a29d03724d4ebd2e3c3084ba57
2017-09-29Rename a few functions in Kd_tree_searchcjamin
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@2730 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: f009977d25c76cc0f6116093a448fab258c8626b
2017-04-24Remove unused variablescjamin
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@2379 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 90fd2f0b1fe4ff48e5ba0ee69db76bed60906ec1
2016-12-16Warning fixesvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@1905 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 7b7222ebe65fd01fde30f8ba527ebaee633fc87e
2016-12-15Remove unused modificationsvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/tangential_test@1878 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 1b3dafad298e0caa87825ce47f6e8ac3983206a0
2016-12-15Fix max issue on Windowsvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/tangential_test@1876 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 957e2196a4a56308f76c0f55d182ffd3952eaf4e
2016-12-15Remove example.cppvrouvrea
Remove tangent traces in Tangential_complex.h Modify test_tangential_complex.cpp to make UT work git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/tangential_test@1875 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 1bd09671ca6f30c66cce7b48b382e1a8e4fbd3b5
2016-12-14Bug fix for degenerate casescjamin
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/tangential_test@1873 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: a292246c5e85275ec8bbf293fa0157d6693121cf
2016-12-14Add tracesvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/tangential_test@1871 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: b37d7be6b0f2ecc5217180e7ce3b14ab338c2354
2016-12-12parenthesis for std::min because of Windows min global functionvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/tangential_test@1854 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 4540b7f111515cbe8e9e53c78fc00111533306f1
2016-12-12Fix max issue and remove (&tr == NULL) testvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/tangential_test@1852 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 932aa53773092c64f1d69ce0d4c0fdaf817b5b06
2016-12-12Fix the bug, remove tan_test from examples and add a unitary testvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/tangential_test@1850 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 852570382d6f5713e534b49e7abf1e96a4a84076
2016-12-02Re-indent CGAL templates for readibilityvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@1811 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 40a44ba88beead6e8a2aba73d8975216b4710677
2016-10-11Problem of merge with tangentialcomplex branch.vrouvrea
Redo in an integration branch git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/tangential_integration@1701 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: fa029e8e90b3e203ea675f02098ec6fe95596f9f