summaryrefslogtreecommitdiff
path: root/src/common/doc/installation.h
AgeCommit message (Collapse)Author
2022-10-18Merge pull request #697 from VincentRouvreau/feature/cpp17Vincent Rouvreau
c++17 as a new standard to compile the library
2022-09-16Advise doxygen 1.9.5 as it is now available on condaVincent Rouvreau
2022-09-14c++17 is the new standard and MSVC 17 alsoVincent Rouvreau
2022-06-30Merge pull request #641 from VincentRouvreau/doxygen_onlyVincent Rouvreau
Doxygen only
2022-06-30code review: rename option WITH_GUDHI_THIRD_PARTYVincent Rouvreau
2022-06-15doc review: no need 'for this'Vincent Rouvreau
2022-06-13Merge remote-tracking branch 'albert/feature/bug__documentation_only' into ↵Vincent Rouvreau
doxygen_only
2022-06-07Merge remote-tracking branch 'upstream/master' into fetch_datasetsHind-M
2022-05-24Merge pull request #623 from albert-github/feature/bug_gudhi_exampleVincent Rouvreau
Documentation: handling references to examples in a more transparent way
2022-05-23Documentation: handling references to examples in a more transparent wayalbert-github
Adding the other examples also with `gudhi_example_link`.
2022-05-23Update src/common/doc/installation.hVincent Rouvreau
2022-05-23Update src/common/doc/installation.hVincent Rouvreau
Co-authored-by: Marc Glisse <marc.glisse@inria.fr>
2022-05-22Documentation: handling references to examples in a more transparent wayalbert-github
In case we have the files`Bitmap_cubical_complex/Random_bitmap_cubical_complex.cpp` this will be linked to `_random_bitmap_cubical_complex_8cpp-example.html` and this is now hard coded. When the setting of `CASE_SENSE_NAMES` is set to `YES` the mapping is to `Random_bitmap_cubical_complex_8cpp-example.html` but the hard coded link is still to `_random_bitmap_cubical_complex_8cpp-example.html` so the link cannot be resolved (at runtime!). Same could happen when the `CASE_SENSE_NAMES` is left blank and the the value is system dependent. It is unlikely that this happens but ... By introducing the `ALIASES` `gudhi_example_link` this can be handled by doxygen in a more transparent way. Furthermore wit 2 examples there was a double `cpp` in the text part, this has been corrected as well Notre this solution supersedes #621 and maked #621 obsolete.
2022-05-20Documentation: Updating redirected linksalbert-github
Updating simple links in documentation sources for which we got during link checking: ``` This is a permanent redirect. The link should be updated. ```
2022-05-20Documentation: make it easier to build only the documentationalbert-github
After review: - option is now: ``` -DWITH_GUDHI_CPP_DOCUMENTATION_ONLY=ON ``` - added some instructions to the installation description.
2022-05-02Merge remote-tracking branch 'upstream/master' into fetch_datasetsHind-M
2022-02-10Boost 1.66.0 is now the minimal version as required from cgal 5.1 - Also ↵Vincent Rouvreau
remove useless include boost/version.h
2022-01-18Merge remote-tracking branch 'upstream/master' into fetch_datasetsHind-M
2021-11-02Merge master and fix conflictsVincent Rouvreau
2021-10-25Rename WITH_NETWORK option to WITH_GUDHI_REMOTE_TESTHind-M
2021-09-27Document option WITH_NETWORK in installation manual and tests_strategyHind-M
Enable WITH_NETWORK option in some of the CI platforms (for a minimal testing)
2021-08-31Fix broken links. Add a tool to generate cpp example pageROUVREAU Vincent
2021-08-05mailing lists migration and rephrase contributions in installation guidesROUVREAU Vincent
2021-05-12Merge from masterROUVREAU Vincent
2021-05-03Merge pull request #484 from VincentRouvreau/doxygen_improvementVincent Rouvreau
Doxygen documentation improvement
2021-04-27Doxygen documentation improvementROUVREAU Vincent
2021-04-27Remove make install target from python and rewrite documentation accordinglyROUVREAU Vincent
2021-04-22Add examples in doc and removes TBB link as not required by coxeterROUVREAU Vincent
2020-11-01The example does not need CGAL/eigen anymore.Marc Glisse
I had done a search and replace without checking. I don't understand why there are "install" directives for examples...
2020-10-31s/kernel/distance/ for choose_n_farthest_points argumentMarc Glisse
2020-09-08CMake > 3.5 to use Boost targets. Compile only what is available from boost ↵ROUVREAU Vincent
targets
2020-08-21Add -DCMAKE_BUILD_TYPE=Release on installation docROUVREAU Vincent
2020-01-10Bug fix: a href tag was badly closedROUVREAU Vincent
2019-12-12Code review: Typo in src/common/doc/installation.hVincent Rouvreau
Co-Authored-By: Marc Glisse <marc.glisse@inria.fr>
2019-12-09Document 'ctest --output-on-failure' in installation tests sectionROUVREAU Vincent
2019-11-26Fix doxygen warnings about new cgal bibtex entriesROUVREAU Vincent
2019-09-20c++14 in installation documentationROUVREAU Vincent
2019-08-30Eigen scope refineROUVREAU Vincent
2019-08-20Fix issue #10 and modify main and installation documentations accordinglyROUVREAU Vincent
2019-06-14Fix CGAL version in example installation sectionROUVREAU Vincent
2019-06-03Fix #56ROUVREAU Vincent
2018-11-14Merge last trunk modifications and resolve conflict on ↵vrouvrea
src/Alpha_complex/utilities/alphacomplex.md git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/alpha_complex_3d_module_vincent@3979 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 2a63709432810154d7939e9bdd74f9d55d0aee43
2018-10-31Make dependency with boost 1.56 instead of 1.48vrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/boost_1.56_vincent@3967 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: a5941b8c4f65ec8e6f62117aceb5f22e0142f255
2018-09-28Fix typo in installationvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3915 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: b7f7c3344fef9915a48ee29764063a91f3d860a4
2018-09-25merge last trunk modificationsvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/alpha_complex_3d_module_vincent@3908 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: ab0fe69130ba3cbb329e0e975053809180edba5d
2018-08-13Clarify installation, utilities and examples generationvrouvrea
Add a link to the Hello GUDHI World project git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3776 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: bb4dea879baac0280b38ee7ab9f466e0c090a38c
2018-07-31Fix documentation for CGAL version required by 3d versionvrouvrea
Remove duplicated example (cf. the one in the Simplex tree) Add the example for documentation git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/alpha_complex_3d_module_vincent@3713 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 204f77982c61bc30a6ad3218c82b98f8bb49d711
2018-07-03Documentation for Alpha complex 3dvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/alpha_complex_3d_module_vincent@3664 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: c6d824cdab7ac5ea79ce458dac666d35a9a21ab7
2018-05-22Add CMake 3.1 in installation requirements.vrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3450 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: bae61cf108841dae3ff1be5953eb9f87f1713e41
2018-01-26Seperate installation and examples from main pagevrouvrea
Move cover complex utilities from examples GIC.cpp example was not compiled, nor tested. It is removed. Persistence representation : no need to link with Boost_SYSTEM git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3164 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: cf2bfa6c6de2ed359aaa165b9f80bca7e06defb1