summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-04Merge pull request #713 from VincentRouvreau/bug/quadratic_behavior_alphaVincent Rouvreau
Stores vertices on init_from_range and insert all of them in the Simplex_tree to avoid quadratic behavior
2022-11-03code review: Use std::ptrdiff_t as internal vertex handle type when not yet ↵Vincent Rouvreau
known
2022-11-03Merge pull request #716 from VincentRouvreau/update_github_actionsVincent Rouvreau
Update actions/checkout and actions/setup-python
2022-10-31Update actions/checkout and actions/setup-pythonVincent Rouvreau
2022-10-31Merge pull request #714 from mglisse/std_optionalVincent Rouvreau
Use std::optional to check C++17 support
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-10-26Use std::optional to check C++17 supportMarc Glisse
2022-10-21Remove strange behavior with initializer listVincent Rouvreau
2022-10-21Stores vertices on init_from_range and insert all of them in the ↵Vincent Rouvreau
Simplex_tree to avoid quadratic behavior
2022-10-20Merge pull request #711 from ↵Vincent Rouvreau
VincentRouvreau/bug/persistence_utilities_default_output persistence diagram default output is std::cout, not std::clog. Modify utilities help to be in agreement with this
2022-10-19Merge pull request #708 from mglisse/testalphaVincent Rouvreau
Split alpha-complex unit test in 2 files
2022-10-19Merge pull request #706 from mglisse/barsVincent Rouvreau
Fix badly centered barcode
2022-10-19Update src/Alpha_complex/test/Alpha_complex_dim3_unit_test.cppMarc Glisse
Co-authored-by: Vincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>
2022-10-19persistence diagram default output is std::cout, not std::clog. Modify ↵Vincent Rouvreau
utilities help to be in agreement with this
2022-10-18Merge pull request #704 from VincentRouvreau/feature/cech_util_modeVincent Rouvreau
Cech_persistence utility for safe/exact/fast mode
2022-10-18Merge pull request #697 from VincentRouvreau/feature/cpp17Vincent Rouvreau
c++17 as a new standard to compile the library
2022-10-15Split Alpha_complex_unit_test.cpp into 2 filesMarc Glisse
It was taking too much memory to compile
2022-10-15Duplicate Alpha_complex_unit_test.cpp history in ↵Marc Glisse
Alpha_complex_dim3_unit_test.cpp history.
2022-10-15Remove unnecessary includesMarc Glisse
2022-10-15Fix badly centered barcodeMarc Glisse
2022-10-05Merge pull request #699 from VincentRouvreau/some_doxygen_detailsVincent Rouvreau
Some doxygen details
2022-10-05Merge pull request #698 from VincentRouvreau/bug/transate_french_commentVincent Rouvreau
Translate french comment
2022-10-05doc review: confusion between i.e. and e.g.Vincent Rouvreau
2022-10-05Merge pull request #686 from albert-github/feature/bug_spell_20220825Vincent Rouvreau
Spelling corrections
2022-10-05Merge pull request #694 from hschreiber/unused_variables_warning_fixVincent Rouvreau
Compilation warnings fix
2022-09-26Cech_persistence utility for safe/exact/fast modeVincent Rouvreau
2022-09-16Advise doxygen 1.9.5 as it is now available on condaVincent Rouvreau
2022-09-16Force light modeVincent Rouvreau
2022-09-16Merge pull request #673 from albert-github/feature/bug_obsolete_transparentVincent Rouvreau
Obsolete doxygen settings
2022-09-16Merge pull request #680 from VincentRouvreau/bug/fix_sklearn_cubical_exampleVincent Rouvreau
Fixing bad newshape argument in sklearn cubical example
2022-09-16Translate french commentVincent Rouvreau
2022-09-14Update release note accordingly to c++17 new standardVincent Rouvreau
2022-09-14std::ofstream::streampos is deprecated with c++17Vincent Rouvreau
2022-09-14c++17 is the new standard and MSVC 17 alsoVincent Rouvreau
2022-09-14Merge pull request #658 from VincentRouvreau/ninja_for_osx_and_windowsVincent Rouvreau
try ninja for osx
2022-09-12self-assignment warning suppressedhschreiber
2022-09-09restore indentation part 2hschreiber
2022-09-09restore indentationhschreiber
2022-09-08fixed two -Wrange-loop-analysis warningshschreiber
2022-09-08test typo (?) fixhschreiber
2022-09-08removal of unused private membershschreiber
2022-08-25Spelling correctionsalbert-github
Correction of some obvious spelling errors
2022-08-18Merge branch 'master' into ninja_for_osx_and_windowsVincent Rouvreau
2022-08-17try this syntaxVincent Rouvreau
2022-08-17Merge pull request #681 from VincentRouvreau/next_release_after_3_6_0Vincent Rouvreau
[skip ci] reset version for the next one
2022-08-17[skip ci] reset version for the next oneVincent Rouvreau
2022-08-17Fixing bad new shapeVincent Rouvreau
2022-08-16Merge pull request #678 from VincentRouvreau/release_3_6_0Vincent Rouvreau
Release 3 6 0