summaryrefslogtreecommitdiff
path: root/src/cmake
AgeCommit message (Collapse)Author
2022-12-02Modifications to test biblio files in CIVincent Rouvreau
2022-11-21Always include Hera's directoryMarc Glisse
2022-11-15Update to Hera 2Marc Glisse
2022-10-26Update -std=c++14 for pythonMarc Glisse
2022-10-18Merge pull request #697 from VincentRouvreau/feature/cpp17Vincent Rouvreau
c++17 as a new standard to compile the library
2022-09-14c++17 is the new standard and MSVC 17 alsoVincent Rouvreau
2022-08-25Spelling correctionsalbert-github
Correction of some obvious spelling errors
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-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-16Merge pull request #498 from Hind-M/fetch_datasetsVincent Rouvreau
Fetch datasets
2022-06-13Move new option in the correct file. Disable every option when only build ↵Vincent Rouvreau
cpp documentation
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-07Merge remote-tracking branch 'upstream/master' into fetch_datasetsHind-M
2022-06-03Merge pull request #624 from albert-github/feature/bug_spellVincent Rouvreau
Spelling corrections
2022-05-24Update src/cmake/modules/GUDHI_doxygen_target.cmakealbert-github
Co-authored-by: Vincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>
2022-05-24No need to copy Doxyfile.inalbert-github
In my opinion there is no need to copy the `Doxyfile.in` file to the build directory (neither in the User nor the development version). The usage is: ``` configure_file(${GUDHI_DOXYGEN_SOURCE_PREFIX}/Doxyfile.in "${CMAKE_CURRENT_BINARY_DIR}/Doxyfile" @ONLY) ``` in the file `src/cmake/modules/GUDHI_doxygen_target.cmake` and we see that this uses the file from its original source directory.
2022-05-24Documentation: Obsolete CLASS_DIARAMSalbert-github
Since doxygen version 1.9.3 the settings `CLASS_DIAGRAMS` and `CLASS_GRAPH` have been integrated into `CLASS_GRAPH` and `CLASS_DIAGRAMS` is now obsolete. The value of `CLASS+GRAPH` doesn't have to be adjusted, in this case, as it was already set to `NO`.
2022-05-24Documentation: Render formuals by means of MathJax 3albert-github
Oops left test version in it.
2022-05-24Documentation: Render formulas by means of MathJax 3albert-github
Based on review, made a switch between MathJax 2 and MathJax 3 based on the doxygen version
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).
2022-05-02Merge remote-tracking branch 'upstream/master' into fetch_datasetsHind-M
2022-04-21Make Windows compilation fails on error (#598)Vincent Rouvreau
Use '-DEIGEN_DEFAULT_DENSE_INDEX_TYPE=int' as a workaround
2022-02-14Merge master and resolve conflict on .github/next_release.mdVincent Rouvreau
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-31Merge remote-tracking branch 'upstream/master' into fetch_datasetsHind-M
2022-01-24Merge masterVincent Rouvreau
2022-01-21Merge masterVincent Rouvreau
2022-01-20Move cmake options in a dedicated file. cmake is no more looking for python ↵Vincent Rouvreau
and its modules when python option is disabled
2022-01-18Merge remote-tracking branch 'upstream/master' into fetch_datasetsHind-M
2022-01-12Fix #567Vincent Rouvreau
2021-12-06Modify minimal requirements for python typing. Fix no cgal compilationVincent Rouvreau
2021-10-25Enable WITH_GUDHI_REMOTE_TEST option for python target in CI platformsHind-M
2021-10-25Rename WITH_NETWORK option to WITH_GUDHI_REMOTE_TESTHind-M
2021-09-27Add option in cmake to enable or not the inclusion of datasets fetching test ↵Hind-M
(disabled by default)
2021-06-25Fix #486ROUVREAU Vincent
2021-04-27Doxygen documentation improvementROUVREAU Vincent
2020-11-30Fix pykeops 1.4.2 where version is very verbose on 2 linesROUVREAU Vincent
2020-09-29Added tests for wasserstein distance with tensorflowROUVREAU Vincent
2020-09-09Even if CGAL was requiring boost::thread no need to find it for gudhi. ↵ROUVREAU Vincent
boost::thread removed from cgal on https://github.com/CGAL/cgal/commit/8a7d3fa
2020-09-08CMake > 3.5 to use Boost targets. Compile only what is available from boost ↵ROUVREAU Vincent
targets
2020-06-04user_version: don't copy hera if an external version is specifiedMarc Glisse
2020-06-01Interface for hera's bottleneck_distanceMarc Glisse
2020-05-29Merge pull request #329 from VincentRouvreau/use_requirements_for_appveyorVincent Rouvreau
use requirements file for appveyor
2020-05-28Let's try thisROUVREAU Vincent
2020-05-28Let's try to fix sphinx compilationon Osx and WinROUVREAU Vincent
2020-05-26Remove debug msgROUVREAU Vincent
2020-05-26Fix #206ROUVREAU Vincent