summaryrefslogtreecommitdiff
path: root/src/python/CMakeLists.txt
AgeCommit message (Collapse)Author
2022-11-25Merge pull request #737 from mglisse/cover-heraVincent Rouvreau
Fall back to Hera's bottleneck in Nerve_GIC
2022-11-21Fall back to Hera's bottleneck without CGALMarc Glisse
Once we move to Hera 2, we could just add it to include_directories and not bother adding it specifically for 3 python files + some tests and examples. [skip ci]
2022-11-21Python module should not be compiled if numpy is not foundVincent Rouvreau
2022-11-11Special case for writing 3d OFFMarc Glisse
2022-11-09New write_points_to_off_fileMarc Glisse
2022-10-26Visual Studio requires /std:c++17Marc Glisse
2022-10-26For C++17, at least MacOS 10.14Marc Glisse
2022-10-26Update -std=c++14 for pythonMarc Glisse
2022-08-05Merge master and fix conflictsVincent Rouvreau
2022-06-17Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2022-06-17Merge masterVincent Rouvreau
2022-06-07Merge remote-tracking branch 'upstream/master' into fetch_datasetsHind-M
2022-06-04Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2022-05-23Merge masterVincent Rouvreau
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-18Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2022-05-17Merge remote-tracking branch 'upstream/master' into fetch_datasetsHind-M
2022-05-17Merge remote-tracking branch 'origin/master' into collapse-pr2Marc Glisse
2022-05-12Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2022-05-09Merge pull request #504 from ↵Vincent Rouvreau
VincentRouvreau/persistence_graphical_tools_improvements Persistence graphical tools improvements
2022-05-02Merge remote-tracking branch 'upstream/master' into fetch_datasetsHind-M
2022-04-27Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2022-04-21Make Windows compilation fails on error (#598)Vincent Rouvreau
Use '-DEIGEN_DEFAULT_DENSE_INDEX_TYPE=int' as a workaround
2022-04-06Merge remote-tracking branch 'upstream/master' into ↵Vincent Rouvreau
persistence_graphical_tools_improvements
2022-03-02Purge GUDHI_USE_EIGEN3Marc Glisse
2022-02-14Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2022-02-14Merge master and resolve conflict on .github/next_release.mdVincent Rouvreau
2022-02-14Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2022-02-11Debug traces for python moduleVincent Rouvreau
2022-02-02fixed bugs from the new APIMathieuCarriere
2022-02-01Merge master and resolve conflictsVincent Rouvreau
2022-02-01Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2022-01-31Merge remote-tracking branch 'upstream/master' into fetch_datasetsHind-M
2022-01-26merge master and resolve conflictVincent Rouvreau
2022-01-24fix errorMathieuCarriere
2022-01-24Merge masterVincent Rouvreau
2022-01-21Merge pull request #548 from Hind-M/gspr/exact-betti-curveVincent Rouvreau
Gspr/exact betti curve
2022-01-21Merge masterVincent Rouvreau
2022-01-19Merge masterVincent Rouvreau
2022-01-18Merge remote-tracking branch 'upstream/master' into fetch_datasetsHind-M
2022-01-04Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2022-01-04Merge pull request #556 from Hind-M/python_tests_debugVincent Rouvreau
Fix failing tests in debug mode
2021-12-17Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2021-12-17Use vs 2019 for appveyor as well as python 3.9 (#534)Vincent Rouvreau
* Visual studio 2019 (instead of 2017) * Let vcpkg install cgal manage its dependencies (boost, mpfr and gmp) * vcpkg install tbb also * need to vcpkg integrate install * pip installations are no more in --user mode * Modify all / to \ for windows pths * Compile python module --inplace, and copy required dll inside gudhi directory (add dll path to windows PATH is not enough) * Cmake add_GUDHI_PYTHON_lib_dir was not multi-path proof (happens in windows with release_path;debug_path mechanism) * With CGAL >= 5.3.0, CGAL_HEADER_ONLY CMake variable is no more set as it is the default mode * GUDHI_PYTHON_PATH_ENV Cmake variable requires ; as path separator on windows, and : otherwise
2021-12-15Fix failing tests in debug modeHind-M
2021-12-06Modify minimal requirements for python typing. Fix no cgal compilationVincent Rouvreau
2021-11-24Make the new BettiCurve class compatible with the old interfaceHind-M
2021-11-22Merge remote-tracking branch 'upstream/master' into gspr/exact-betti-curveHind-M
2021-11-08Missed this oneVincent Rouvreau
2021-11-08Merge master and resolve conflicts (mainly src/python/CMakeLists.txt)Vincent Rouvreau