Commit Graph

85790 Commits

Author SHA1 Message Date
Maxime Gimeno 50766d9d03 Fixes for min/max 2020-04-21 11:52:56 +02:00
Laurent Rineau 0b48d2867d Merge pull request #4667 from rewolff/master
Fixed unusable error message
2020-04-19 14:53:18 +02:00
R.E. Wolff ca7a9380b7 Fixed unusable error message 2020-04-19 14:27:22 +02:00
Sebastien Loriot da178497c7
Merge pull request #4651 from sloriot/SDGs-use_EFS
Use Exact_field_selector
2020-04-16 16:26:48 +02:00
Sebastien Loriot 615ce58f3e
Merge pull request #4648 from lrineau/Documentation-fix_details_details-GF
Doc post-processing: fix Python script that inserted a `<a name="details">` incorrectly
2020-04-16 16:26:13 +02:00
Sébastien Loriot 1c3d644b3c use Exact_field_selector 2020-04-14 17:45:02 +02:00
Laurent Rineau fab384d4cc Fix Python script that inserted a `<a name="details">` incorrectly 2020-04-14 13:52:01 +02:00
Sebastien Loriot 9d3b16edf4
Merge pull request #4627 from sloriot/CGAL-doc_config
Remove deprecated doxygen config options
2020-04-08 15:35:16 +02:00
Sébastien Loriot 75f0b18224 remove deprecated config options 2020-04-07 14:31:36 +02:00
Sebastien Loriot 625c1e249a
Merge pull request #4612 from MaelRL/CGAL-Fix_initializing_variable_in_assertions-GF
Fix some tests intializing or changing data in assertions
2020-04-06 15:32:48 +02:00
Sébastien Loriot bf1cb03467 Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch' 2020-04-03 14:41:06 +02:00
Sebastien Loriot b3c82ab04f
Merge pull request #4610 from sloriot/Travis_fix_4.14
Fix travis
2020-04-03 14:28:34 +02:00
Mael Rouxel-Labbé 1cb3736f1a Fix compilation errors 2020-04-03 09:03:56 +02:00
Mael Rouxel-Labbé 733f71a6bc Do not initialize variables / change the triangulation in assertions
Otherwise things break when DNDEBUG is used
2020-04-02 16:16:06 +02:00
Mael Rouxel-Labbé c8af1fb3cc Do not initialize meshes in assertions
Otherwise things break when DNDEBUG is used
2020-04-02 16:15:42 +02:00
Sébastien Loriot 0c8c36fe90 patch at the wrong line 2020-04-02 14:48:57 +02:00
Sebastien Loriot 652a503509
Merge pull request #4605 from lrineau/Triangulation_2-CDT_plus_2_doc_typo-GF
CT_plus_2: fix a pair of typos in the documentation
2020-03-31 15:52:08 +02:00
Laurent Rineau 868f4affc7 CT_plus_2: fix a pair of typos in the documentation 2020-03-31 15:47:01 +02:00
Sébastien Loriot 590612a563 run the script to remove tabs and trailing whitespaces 2020-03-26 13:25:16 +01:00
Sébastien Loriot da0f21e667 add script to replace tabs by spaces and removing trailing whitespaces 2020-03-26 13:24:28 +01:00
Sébastien Loriot 2419170514 be resilient to the absence of trailing whitespace in input 2020-03-26 13:24:27 +01:00
Sébastien Loriot 766967913c add checks for the presence of tabs and trailing whitespaces 2020-03-26 13:24:27 +01:00
Sébastien Loriot 8c011a0467 remove addition of trailing whitespace for dependancies 2020-03-26 13:24:25 +01:00
Sebastien Loriot 72bd669922
Merge pull request #4582 from sloriot/SS-fix_ex
Straight_skeleton_2: Fix example
2020-03-20 15:07:23 +01:00
Sebastien Loriot 5aac0c830a
Merge pull request #4586 from MaelRL/PMP-Fix_clip_figure_legend-GF
Use actual named parameter name in clip figure's caption
2020-03-20 15:06:48 +01:00
Sebastien Loriot e53018d11e
Merge pull request #4565 from MaelRL/Tr-construct_point_return-GF
Triangulation_23: Grab return of construct_point() by reference when possible
2020-03-19 16:25:31 +01:00
Mael Rouxel-Labbé 016ad2e4f0 Use actual named parameter name in clip figure's caption 2020-03-19 09:05:49 +01:00
Sébastien Loriot 9193505df0 add code to check and fix the input orientation 2020-03-18 14:43:28 +01:00
Sébastien Loriot d024613501 fix invalid file format 2020-03-18 14:43:10 +01:00
Sebastien Loriot fb34716fab
Merge pull request #4576 from MaelRL/CDT-Fix_determinism-GF
CDT2: Base CDT2's edge sets on geometry to ensure determinism
2020-03-17 18:13:18 +01:00
Sebastien Loriot 075ecbb4d7
Merge pull request #4573 from sloriot/BGL-add_face_border_fix
Fix issue with border vertices in Euler::add_face
2020-03-16 15:52:31 +01:00
Sebastien Loriot 10aaa78029
Merge pull request #4569 from MaelRL/APL2-Fix_tags-GF
AG2: Fix usage of long-removed tags and classes in documentation
2020-03-16 15:34:15 +01:00
Sebastien Loriot fb6c32da8a
Merge pull request #4560 from janetournois/PMP-fix_isotropic_remeshing_with_patch_ids-jtournois
PMP::isotropic_remeshing() - fix remeshing with patch ids
2020-03-16 15:00:26 +01:00
Sebastien Loriot 2aef1cbaef
Merge pull request #4562 from sloriot/BGL-missing_const
BGL: Add missing const (Euler operations)
2020-03-16 14:58:35 +01:00
Sebastien Loriot 2107b6633d
Merge pull request #4553 from lrineau/Mesh_3-fix_Labeled_mesh_domain_3-GF
Labeled_mesh_domain_3: Fix the `value_outside` parameter
2020-03-16 14:57:44 +01:00
Sebastien Loriot c46af528d3
Merge pull request #4545 from sloriot/VTK_image-avoid_crash
Avoid crash if the file is corrupted or empty
2020-03-16 14:57:14 +01:00
Mael Rouxel-Labbé d8244fceb4 Replace std::set with boost::container::flat_set 2020-03-13 08:32:40 +01:00
Mael Rouxel-Labbé 1c622e0ba5 Base CDT2's edge sets on geometry to ensure determinism
When using face addresses, we do get the same combinatorics and
geometry in the result, but it is possible to create
different TDS' from one run to another, with a given face
not having the same order of points in memory.
2020-03-12 13:11:32 +01:00
Sébastien Loriot f454510de7 if a vertex is on a border, its halfedge is not necessarily on the border 2020-03-11 10:36:17 +01:00
Mael 22b0cc6efb
Fix typo 2020-03-10 16:40:50 +01:00
Mael Rouxel-Labbé 57465431e8 Fix grammar 2020-03-10 15:26:34 +01:00
Mael Rouxel-Labbé fe7c4629c1 Tiny punctuation change 2020-03-10 15:20:16 +01:00
Mael Rouxel-Labbé 5c694722a9 Clean some AG2 tests : Filtered_exact does not exist anymore 2020-03-10 15:18:55 +01:00
Mael Rouxel-Labbé 0729d1b0d1 Update documentations of SDG/AG2: Filtered_exact has been removed...
... 16 years ago !
2020-03-10 15:17:50 +01:00
Mael Rouxel-Labbé bd9610446d Fix some links in Apollonius_graph_2's documentation 2020-03-10 14:54:44 +01:00
Mael Rouxel-Labbé 2cfad7b991 Add Construct_point_2 to SDG2 traits models
The traits is supposed to be a model of a concept which refines
TriangulationTraits2, which demands a model of ConstructPoint_2,
so it should have been there.
2020-03-10 12:24:31 +01:00
Mael Rouxel-Labbé 2ee69c240b Add Construct_point_2 to APL2 traits models
The traits is supposed to be a model of a concept which refines
TriangulationTraits2, which demands a model of ConstructPoint_2,
so it should have been there.
2020-03-10 12:03:47 +01:00
Mael Rouxel-Labbé 5a3d877892 Add #include for boost::result_of 2020-03-10 11:54:21 +01:00
Mael Rouxel-Labbé adec4123a0 Take return of construct_point by reference when possible 2020-03-09 16:33:08 +01:00
Mael Rouxel-Labbé 77a0115dc4 Add missing 'const' 2020-03-09 16:32:54 +01:00