Laurent Rineau
|
8121e872ab
|
Merge pull request #3513 from sloriot/CGAL-fix_maybe_uninit_vars_wrngs_2
Fix some wmaybe-uninitialized warnings
|
2018-12-19 16:08:55 +01:00 |
Laurent Rineau
|
71563a3338
|
Fix a [-Wmaybe-uninitialized] warning
|
2018-12-11 10:31:55 +01:00 |
Maxime Gimeno
|
d6cfa1a868
|
Fix CMake warnings about CMP for Visual 2017
|
2018-11-21 16:17:39 +01:00 |
Guillaume Damiand
|
7d406fbb9c
|
Merge branch 'master' into CGAL-cmake_cleanup-gdamiand
|
2018-11-05 07:32:58 +01:00 |
Laurent Rineau
|
e54b036516
|
Merge pull request #3379 from lrineau/Mesh_3-fix_Index-GF
Mesh_3: Allow `Subdomain_index` to be `short`
|
2018-10-29 10:27:33 +01:00 |
Guillaume Damiand
|
92ba7fa6c9
|
Update minimum cmake required version in all CMakeLists.txt
|
2018-10-18 14:49:23 +02:00 |
Guillaume Damiand
|
cd14640d9a
|
Re-add include({CGAL_USE_FILE} ) for mesh 3, to solve link error with image_io. Todo later : solve this problem in the image_io target.
|
2018-10-17 15:03:55 +02:00 |
Guillaume Damiand
|
0bd9088b5a
|
Remove all include( ) and include( CGAL_CreateSingleSourceCGALProgram ) in CMakeLists.txt; they are no more required.
|
2018-10-17 14:17:08 +02:00 |
Laurent Rineau
|
d82cdbcff1
|
Mesh_3: Allow `Subdomain_index` to be `short`
... That forced me to modify the `Index` of domains with features.
|
2018-10-05 17:02:38 +02:00 |
Laurent Rineau
|
048934bb6c
|
Parallel compact container and Mesh_3 deterministic with 1 thread
|
2018-10-03 17:35:10 +02:00 |
Laurent Rineau
|
10a84aa34e
|
Merge branch 'master' into Periodic_3_mesh_3-Feature-MBogdanov
|
2018-06-27 10:33:24 +02:00 |
Laurent Rineau
|
b86fff3f90
|
Merge pull request #3128 from sgiraudot/Solver_interface-Warn_against_diagonalize_traits-GF
Solver Interface: deprecate CGAL::Diagonalize_traits
|
2018-06-27 10:21:37 +02:00 |
Mael Rouxel-Labbé
|
7490f34560
|
Merge branch 'Periodic_3_mesh_3-Feature-MBogdanov-old' into Periodic_3_mesh_3-Feature-MBogdanov
|
2018-06-21 10:15:25 +02:00 |
Mael Rouxel-Labbé
|
7d63aa654f
|
Added a test for the deprecated constructor of Implicit_mesh_domain_3
|
2018-06-20 12:38:04 +02:00 |
Mael Rouxel-Labbé
|
1dec7eced2
|
Use 'disable_deprecation_warnings_and_errors.h' in Mesh_3 deprecated tests
and remove headers
|
2018-06-20 12:37:25 +02:00 |
Simon Giraudot
|
95e6d089fa
|
Include Eigen in CMakeLists.txt where needed
|
2018-06-19 10:57:55 +02:00 |
Mael Rouxel-Labbé
|
26c857a431
|
Moved unary/binary_function to CGAL::cpp98
|
2018-06-13 15:58:19 +02:00 |
Mael Rouxel-Labbé
|
af7a6f82b6
|
Fixed namespace order
|
2018-06-07 15:34:17 +02:00 |
Mael Rouxel-Labbé
|
ddeb4c0cd7
|
Merge branch 'Periodic_3_mesh_3-Feature-MBogdanov-old' into Periodic_3_mesh_3-Feature-MBogdanov
|
2018-06-07 15:14:19 +02:00 |
Laurent Rineau
|
0d7c2c41af
|
Merge pull request #3139 from lrineau/Mesh_3-fix_verbose_mode-lrineau
Mesh_3: fix verbose mode (when the manifold criterion is used)
|
2018-06-06 14:39:13 +02:00 |
Mael Rouxel-Labbé
|
7ea3a8044e
|
Merge branch 'Periodic_3_mesh_3-Feature-MBogdanov-old' into Periodic_3_mesh_3-Feature-MBogdanov
|
2018-06-05 14:39:18 +02:00 |
Laurent Rineau
|
116248e7df
|
Also add a test for mesher.one_step()
|
2018-05-31 15:59:12 +02:00 |
Laurent Rineau
|
7a48ff7e65
|
Add a comment to retrieve the issue quickly
|
2018-05-31 14:39:33 +02:00 |
Laurent Rineau
|
805a424519
|
Add a test of CGAL_MESH_3_VERBOSE
|
2018-05-31 14:39:13 +02:00 |
Laurent Rineau
|
a959f4115d
|
Do not include the headers of deprecated classes
|
2018-05-30 18:38:08 +02:00 |
Laurent Rineau
|
2766e1ff5d
|
Merge 'master' and fix conflicts
|
2018-05-28 16:40:09 +02:00 |
Laurent Rineau
|
588cc67897
|
Merge pull request #3096 from MaelRL/CGAL-Fix_deprecated_code_usage-GF
Fix some deprecation-related issues
|
2018-05-28 13:58:41 +02:00 |
Laurent Rineau
|
46bf950f2d
|
Merge pull request #3073 from MaelRL/Mesh_3-Add_add_corner-GF
Mesh_3: Add `add_corner()` and similar corner-adding functions
|
2018-05-28 13:58:02 +02:00 |
Laurent Rineau
|
f20743cc20
|
Merge pull request #3096 from MaelRL/CGAL-Fix_deprecated_code_usage-GF
Fix some deprecation-related issues
|
2018-05-28 11:00:45 +02:00 |
Mael Rouxel-Labbé
|
b41f1d6272
|
Various deprecation-related improvements
|
2018-05-18 16:47:54 +02:00 |
Laurent Rineau
|
05d7baceb1
|
Merge branch 'master' into Mesh_3-improve_polylines_to_protect-GF
|
2018-05-16 11:36:24 +02:00 |
Laurent Rineau
|
d1c5eb655b
|
Adapt the test suite to the deprecation of Implicit_mesh_domain_3
|
2018-05-15 15:13:04 +02:00 |
Laurent Rineau
|
f0233cfbf7
|
Remove the domain classes deprecated since CGAL-4.5.
Mael talked about that in his review.
|
2018-05-15 15:13:04 +02:00 |
Laurent Rineau
|
82f900bcb6
|
Add Labeled_mesh_domain_3<K>::create_labeled_image_mesh_domain
... and deprecate `CGAL::Labeled_image_mesh_domain_3`.
|
2018-05-15 14:56:22 +02:00 |
Laurent Rineau
|
1dfbb84bf0
|
Add Labeled_mesh_domain_3<K>::create_gray_image_mesh_domain
... and deprecate `CGAL::Gray_image_mesh_domain_3`.
|
2018-05-15 14:56:22 +02:00 |
Laurent Rineau
|
f0ad9b4872
|
Correct use of CGAL_NO_DEPRECATED_CODE
|
2018-05-15 14:56:22 +02:00 |
Laurent Rineau
|
7e9165d78a
|
WIP: Change the template parameters of Labeled_image_mesh_domain_3 (TODO)
TODO: document the changes, once that is over.
|
2018-05-15 14:56:21 +02:00 |
Andreas Fabri
|
1b396bc483
|
Remove typename in non-template code
|
2018-05-08 08:55:15 +01:00 |
Mael Rouxel-Labbé
|
6863410d21
|
Added test for add_corner() family
|
2018-05-03 14:22:40 +02:00 |
Andreas Fabri
|
991f3847e8
|
Do not include graph_traits_Polyhedron.h, properties_polyhedron.h and Polyhedron_iostream.h
|
2018-05-03 13:23:50 +02:00 |
Mael Rouxel-Labbé
|
c28e05be0c
|
Merge branch 'Periodic_3_mesh_3-Feature-MBogdanov-old' into Periodic_3_mesh_3-Feature-MBogdanov
|
2018-02-23 12:50:06 +01:00 |
Laurent Rineau
|
78e7060525
|
Merge pull request #2712 from afabri/CGAL-VC+warnlevel_4-GF
Deal with VC++ warnings of level /W4
|
2018-02-19 14:27:06 +01:00 |
Andreas Fabri
|
f00158c7f5
|
Use CGAL_USE()
|
2018-02-13 08:09:52 +00:00 |
Andreas Fabri
|
39526dd16f
|
Mesh_3: Add access function to the stored polyhedra for the FeniCS project
|
2018-02-12 16:00:14 +00:00 |
Andreas Fabri
|
5efce459da
|
Mesh_3
|
2018-01-18 08:49:52 +00:00 |
Mael Rouxel-Labbé
|
0fcc6c0d29
|
Mesh_3 criteria: Changed code from 'Badness' to 'Is_bad' to align with concept
Code using "*_badness" (specification from CGAL < 3.7) is no longer accepted.
|
2017-12-08 11:32:12 +01:00 |
Mael Rouxel-Labbé
|
a5bfb8659f
|
M3/P3M3 doc improvements
|
2017-12-08 11:02:19 +01:00 |
Mael Rouxel-Labbé
|
34d53aa2d9
|
Merge branch 'Periodic_3_mesh_3-Feature-MBogdanov-old' into Periodic_3_mesh_3-Feature-MBogdanov
|
2017-12-05 20:32:30 +01:00 |
Laurent Rineau
|
3c6640bf59
|
Merge pull request #1436 from lrineau/CGAL-new_cmake-GF
Renewal of CMake scripts: header-only, ctest, CMake>=3.1
# Conflicts:
# Installation/config/testfiles/CGAL_CFG_NESTED_CLASS_FRIEND_DECLARATION_BUG.cpp
|
2017-12-05 18:20:05 +01:00 |
Mael Rouxel-Labbé
|
ba3a59ed5a
|
Merge branch 'Periodic_3_mesh_3-Feature-MBogdanov-old' into Periodic_3_mesh_3-Feature-MBogdanov
|
2017-11-30 15:54:00 +01:00 |