Commit Graph

319 Commits

Author SHA1 Message Date
Laurent Rineau 8c9281f440 Merge pull request #6642 from sloriot/gsoc2022-boost_np
Replace usage of Boost parameters with CGAL named function parameters
2022-11-07 10:08:38 +01:00
Sébastien Loriot 601c5d099f fix warnings 2022-10-25 14:07:07 +02:00
Sébastien Loriot 9179a2d41b fix conversion warning 2022-10-24 09:17:40 +02:00
Sébastien Loriot 43c127fdff copy/paste error 2022-10-19 13:35:35 +02:00
Sébastien Loriot 40c1fdc03d use MSVC overload for everybody
clang master also have issue with the generic variadic versions
2022-10-18 06:05:13 +02:00
Sébastien Loriot d86db9fa72 fix compilation issues 2022-10-05 16:51:31 +02:00
Sébastien Loriot daf9add03a fix after review 2022-10-05 16:40:33 +02:00
Sebastien Loriot cbfeb98b38 Apply suggestions from review
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
2022-10-05 15:39:04 +02:00
Sébastien Loriot 43823988c9 use backticks instead of \c 2022-10-04 19:31:50 +02:00
Sébastien Loriot 300fbb1131 this is actually not deprecated 2022-09-23 17:44:57 +02:00
Andreas Fabri 6d09a886b2 Remove paragraph in the developer manual; Some fixes 2022-09-23 14:12:53 +01:00
Andreas Fabri d3fca65ae5 CGAL: No longer per package assertions 2022-09-23 12:49:40 +01:00
Sébastien Loriot 7a6faa7c38 use precondition macro 2022-09-21 16:40:22 +02:00
Sébastien Loriot e18fa44fd9 more deprecated functions 2022-09-19 06:47:30 +02:00
GYuvanShankar 620a8f204c Fixed named parameters not found error 2022-08-23 15:43:26 +05:30
Sébastien Loriot ad6329c263 Merge 'cgal/master' into gsoc2022-boost_np 2022-08-16 17:52:18 +02:00
Sébastien Loriot 347a0220b3 restrict the parameter pack to Named_function_parameters 2022-07-26 18:02:33 +02:00
Sébastien Loriot c0e134235a do not document OLD API and do not issue deprecation warnings 2022-07-15 11:35:25 +02:00
Laurent Rineau 11de1f41a5 Fix formatting of code 2022-06-17 10:39:35 +02:00
Sébastien Loriot 262d4d5d9b Timer -> Real_timer 2022-06-14 19:05:06 +02:00
Sébastien Loriot 111d33bfd2 alternative version to use the boost parameter API 2022-06-04 13:58:37 +02:00
Sébastien Loriot 18039c7a71 add overload using named function parameters
freeze_bound is still commented for now as the conflict with
boost parameters must be handled
2022-06-04 13:56:45 +02:00
Sébastien Loriot a38356fe8b workaround deprecated warnings 2022-05-18 11:03:01 +02:00
Andreas Fabri e72979cd66 Fix after having merged master 2022-05-18 07:27:53 +01:00
Andreas Fabri 9354300d7c Remove template parameter 2022-05-17 09:09:34 +01:00
Sébastien Loriot 3c466769c7 add function named parameters in Mesh_2 2022-05-16 17:24:27 +02:00
Laurent Rineau 1389c517ec Proposal for a new API 2022-05-16 17:24:27 +02:00
Laurent Rineau b459b4538a Fix typo after spellchecking (by vscode) 2022-05-16 17:24:27 +02:00
Andreas Fabri 35fb2fd971 Fix namespace 2022-03-15 22:47:32 +01:00
Andreas Fabri c818c0ef28 Add include; improve documentation 2022-03-15 22:00:04 +01:00
Andreas Fabri 5b6b521ca8 Deal with write_VTU() 2022-03-15 17:45:41 +01:00
Andreas Fabri a6ae3b1ac1 Rename and move stuff 2022-03-15 10:34:36 +01:00
Andreas Fabri 849e18ae6c Triangulation_2: Add CGAL::mark_domains() 2022-03-14 23:05:15 +01:00
Jane Tournois 0ac4bf6493 fix compilation of Mesh_2 with Homogeneous kernel
the example mesh_optimization.cpp fails during refinement
with Kernel = CGAL::Homogeneous<double>
2021-09-10 11:28:13 +02:00
Jane Tournois 7e3af5cbda move the implementation of segment_hides_circumcenter() to the kernel
to use filtered predicates
2021-09-10 11:26:53 +02:00
Sébastien Loriot 2c889a3b52 remove unused files 2021-08-26 11:43:58 +02:00
Sebastien Loriot 3404633d3e
Merge pull request #5704 from lrineau/Mesh_2-more_CGAL_MESH_2_DEBUG_REFINEMENT_POINTS-GF
Mesh_2: Add a new debugging macro CGAL_MESH_2_DEBUG_REFINEMENT_POINTS
2021-08-12 10:01:39 +02:00
Laurent Rineau e0a4dd0680 Merge pull request #5677 from sloriot/CGAL-IO_namespace
CGAL IO namespace

# Conflicts:
#	Installation/test/Installation/test_gmp_mpfr_dll.cpp
2021-05-18 17:31:40 +02:00
Laurent Rineau 6932eb3e86 Merge pull request #5679 from lrineau/Mesh_2-fix_write_VTU_in_ASCII-GF
Mesh_2: Fix write_vtu in ASCII
2021-05-18 17:07:02 +02:00
Laurent Rineau e3934f181f Merge branch 'master' into Mesh_2-more_CGAL_MESH_2_DEBUG_REFINEMENT_POINTS-GF
# Conflicts:
#	Mesh_2/include/CGAL/Delaunay_mesh_vertex_base_2.h
2021-05-12 15:20:27 +02:00
Laurent Rineau 34c2915637 Add a new debugging macro CGAL_MESH_2_DEBUG_REFINEMENT_POINTS 2021-05-12 14:47:25 +02:00
Laurent Rineau e15e25d996 Fix: Constrained edges, on write_VTU/ASCII, were completely missing! 2021-05-12 12:39:35 +02:00
Maxime Gimeno bbc7db4e27 Remove the compatibility header for write_VTU to avoid conflicts 2021-05-07 10:14:37 +02:00
Sébastien Loriot 625a335280 add missing IO:: 2021-05-06 09:39:13 +02:00
Laurent Rineau fa1eb24155 Merge pull request #5679 from lrineau/Mesh_2-fix_write_VTU_in_ASCII-GF
Mesh_2: Fix write_vtu in ASCII
2021-05-05 16:07:49 +02:00
Laurent Rineau 28a46c90a6 Fix write_vtu in ASCII 2021-05-05 15:31:13 +02:00
Sébastien Loriot fbbf3863af remove extra IO 2021-05-04 18:25:16 +02:00
Sébastien Loriot 4e2f1a67d5 rename header + add backward compatibility header 2021-05-04 15:15:40 +02:00
Sébastien Loriot 12f0e412b5 write_vtu -> write_VTU 2021-05-04 15:12:36 +02:00
Sébastien Loriot fb6f703b55 IO namespace for files in IO directories 2021-05-04 14:36:06 +02:00