Sébastien Loriot
|
814c9138ef
|
Merge remote-tracking branch 'cgal/5.3.x-branch'
|
2021-08-12 10:38:11 +02:00 |
Sébastien Loriot
|
cff3cdb40e
|
Merge remote-tracking branch 'cgal/5.2.x-branch' into HEAD
|
2021-08-12 10:23:57 +02:00 |
Sébastien Loriot
|
0361a83cd3
|
fix degree of an isolated vertex
|
2021-08-04 15:22:14 +02:00 |
Laurent Rineau
|
2599d8e41a
|
Merge pull request #5863 from MaelRL/BGL-Fix_FFG_nonconst_index_pmaps-GF
Fix index maps for non-const Face_filtered_graph
|
2021-07-27 15:55:11 +02:00 |
Laurent Rineau
|
71175aad53
|
Merge pull request #5863 from MaelRL/BGL-Fix_FFG_nonconst_index_pmaps-GF
Fix index maps for non-const Face_filtered_graph
|
2021-07-27 15:52:23 +02:00 |
Mael Rouxel-Labbé
|
5240e402de
|
Fix wrong PMap type
|
2021-07-23 14:26:40 +02:00 |
Sebastien Loriot
|
40f507a1f1
|
Merge pull request #5800 from MaelRL/SS-Doc_fixes-GF
Harmonization of some IO stream documentation
|
2021-07-19 07:56:48 +02:00 |
Sebastien Loriot
|
9b27f53b28
|
Merge pull request #5544 from maxGimeno/PMP-compare_faces_from_meshes-maxGimeno
PMP: compare_meshes
|
2021-07-19 07:54:00 +02:00 |
Sebastien Loriot
|
4efdf52c0e
|
Merge pull request #5654 from maxGimeno/Demo-OFF_choose_normals_export-maxGimeno
Polyhedron Demo: Popup for OFF
|
2021-07-19 07:50:54 +02:00 |
Sebastien Loriot
|
edc456e7c2
|
Merge pull request #5636 from maxGimeno/Demo-Enhance_Animate_plugin-maxGimeno
Polyhedron_demo: Animate plugin
|
2021-07-19 07:49:29 +02:00 |
Mael Rouxel-Labbé
|
78ff9185b3
|
Harmonize ASCII usage across all packages
|
2021-06-23 23:34:32 +02:00 |
Laurent Rineau
|
5cbadbede6
|
Merge pull request #5701 from maxGimeno/Ctest-Adapt_scripts_to_windows-maxGimeno
Testsuite: Adapt ctest scripts for use with cygwin
|
2021-06-02 17:20:49 +02:00 |
Laurent Rineau
|
10cdb759b9
|
Merge pull request #5739 from maxGimeno/Demo-Fixes_for_scale_scene-maxGimeno
Polyhedron Demo: Fix Scene Recentering while Scaled
|
2021-06-02 17:20:47 +02:00 |
Maxime Gimeno
|
18c7e6f513
|
Fix scene recenter with scaling ON
|
2021-05-31 14:09:07 +02:00 |
Laurent Rineau
|
4b414ca8c5
|
Merge pull request #5718 from maxGimeno/Demo-fix_statistics-maxGimeno
Polyhedron Demo: Fix classname property for selection_item
# Conflicts:
# Polyhedron/demo/Polyhedron/Scene_polyhedron_selection_item.cpp
|
2021-05-27 19:12:22 +02:00 |
Laurent Rineau
|
e745ff3fab
|
Merge pull request #5718 from maxGimeno/Demo-fix_statistics-maxGimeno
Polyhedron Demo: Fix classname property for selection_item
# Conflicts:
# Polyhedron/demo/Polyhedron/Scene_polyhedron_selection_item.cpp
|
2021-05-27 19:10:03 +02:00 |
Maxime Gimeno
|
5f3dd59231
|
Fix conversion warning
|
2021-05-25 12:15:57 +02:00 |
Maxime Gimeno
|
ab182dd46a
|
Merge remote-tracking branch 'cgal/master' into CGAL-Clang_tidy_new_pass-maxGimeno
|
2021-05-21 14:04:07 +02:00 |
Maxime Gimeno
|
2dac372ccd
|
Demo pass
|
2021-05-21 14:01:30 +02:00 |
Maxime Gimeno
|
797c5ad08b
|
Merge remote-tracking branch 'cgal/master' into PMP-compare_faces_from_meshes-maxGimeno
|
2021-05-20 08:58:24 +02:00 |
Laurent Rineau
|
59a0da4f13
|
Merge pull request #5692 from maxGimeno/CGAL_cpp11_atomic_and_threads-maxGimeno
CGAL:: Use std atomic and threads
# Conflicts:
# Arrangement_on_surface_2/include/CGAL/Arr_counting_traits_2.h
|
2021-05-19 17:23:53 +02:00 |
Laurent Rineau
|
82bec8a1d6
|
Merge pull request #5692 from maxGimeno/CGAL_cpp11_atomic_and_threads-maxGimeno
CGAL:: Use std atomic and threads
# Conflicts:
# Arrangement_on_surface_2/include/CGAL/Arr_counting_traits_2.h
|
2021-05-19 17:11:37 +02:00 |
Maxime Gimeno
|
b21f8a412d
|
Fix string comparison
|
2021-05-19 14:02:29 +02:00 |
Maxime Gimeno
|
c1f315f500
|
Fix classname property for selection_item
|
2021-05-19 13:16:55 +02:00 |
Laurent Rineau
|
2c4a5db3ce
|
Merge pull request #5631 from GilesBathgate/STL_ext-fix_uncaught_exceptions_cleanup-GilesBathgate
Fix uncaught exceptions cleanup
|
2021-05-18 18:14:14 +02:00 |
Laurent Rineau
|
26ad68e486
|
Merge pull request #5649 from sloriot/CGAL-no_boost_shared_ptr
Replace internal use of boost shared_ptr
|
2021-05-18 18:14:12 +02:00 |
Laurent Rineau
|
1e4899ecb8
|
Merge pull request #5651 from maxGimeno/Demo-Fixes-maxGimeno
Polyhedron Demo : Fix a warning
|
2021-05-18 18:14:09 +02:00 |
Laurent Rineau
|
bd98013623
|
Merge pull request #5665 from GilesBathgate/Polyhedron_3_TDS_3-compare_handle_nullptr-GilesBathgate
Polyhedron_3 and TDS_3 compare handle nullptr
|
2021-05-18 18:13:57 +02:00 |
Laurent Rineau
|
607dadcf2b
|
Merge pull request #5666 from alefy/Fix-demo_Polyhedron_mesh_3_linking_with_VTK-alefy
Fix linking issue with VTK for Mesh_3 Polyhedron demo
|
2021-05-18 18:13:55 +02:00 |
Laurent Rineau
|
7eef8b64e1
|
Merge pull request #5651 from maxGimeno/Demo-Fixes-maxGimeno
Polyhedron Demo : Fix a warning
|
2021-05-18 17:32:23 +02:00 |
Laurent Rineau
|
4ab1000d30
|
Merge pull request #5666 from alefy/Fix-demo_Polyhedron_mesh_3_linking_with_VTK-alefy
Fix linking issue with VTK for Mesh_3 Polyhedron demo
|
2021-05-18 17:32:18 +02:00 |
Maxime Gimeno
|
c272741714
|
Fix sleep_for() call in Use_ssh.cpp
|
2021-05-17 11:41:56 +02:00 |
Maxime Gimeno
|
96fe2393a8
|
Fix chrono in Use_ssh
|
2021-05-12 10:45:34 +02:00 |
Maxime Gimeno
|
827a5ae8aa
|
review
|
2021-05-11 14:40:40 +02:00 |
Maxime Gimeno
|
dfab2a3d3c
|
clean-up
|
2021-05-11 13:25:25 +02:00 |
Maxime Gimeno
|
889119e800
|
Update add_test to directly use msbuild when running on cygwin
|
2021-05-11 12:48:44 +02:00 |
Maxime Gimeno
|
33cefe1be7
|
remove calls to cpp11::sleep_for()
|
2021-05-07 11:13:03 +02:00 |
Maxime Gimeno
|
3e03d50b8a
|
replace usages of CGAL::cpp11::atomic and thread by std:: calls
|
2021-05-07 11:10:30 +02:00 |
Maxime Gimeno
|
e9b7595fff
|
Deprecate CGAL headers for threads, atomic and result_of, and move their content to config.h as fallback
|
2021-05-07 11:09:24 +02:00 |
Sébastien Loriot
|
0a13731eea
|
prevent generic overload to be picked
|
2021-05-06 10:27:12 +02:00 |
Sébastien Loriot
|
4e519a3c7a
|
move documented IO functions in IO namespace
|
2021-05-05 13:15:37 +02:00 |
Sébastien Loriot
|
22be8671f7
|
move read_vtk_image_data to IO
|
2021-05-04 14:59:28 +02:00 |
Sébastien Loriot
|
56025fb5f9
|
fix release number of depreciation
|
2021-05-04 14:38:47 +02:00 |
Sébastien Loriot
|
fb6f703b55
|
IO namespace for files in IO directories
|
2021-05-04 14:36:06 +02:00 |
Maxime Gimeno
|
14b1b3b8cc
|
WIP
|
2021-05-04 11:38:07 +02:00 |
Adrien Lefieux
|
5c66c5d0e1
|
Solve linking issue on macOS with VTK for Mesh3 Polyhedron demo
|
2021-05-03 18:19:06 +02:00 |
Sébastien Loriot
|
70058db9b7
|
add IO namespace for Mesh_3 package
|
2021-05-03 15:39:07 +02:00 |
Maxime Gimeno
|
26621062e2
|
add an `s`
|
2021-04-30 08:38:51 +02:00 |
Maxime Gimeno
|
11bb420ac2
|
Clean-up
|
2021-04-29 15:49:48 +02:00 |
Maxime Gimeno
|
d6c68a9fe2
|
List concerned properties
|
2021-04-29 14:57:28 +02:00 |