Commit Graph

85276 Commits

Author SHA1 Message Date
Andreas Fabri 4b2ff59c46 Fix Rectangular_p_center 2019-01-18 15:00:46 +01:00
Andreas Fabri a879cb040a Fix Inscribed_area 2019-01-18 12:30:37 +01:00
Andreas Fabri 13a77a74b0 Fix for Polytope_distance 2019-01-18 11:43:22 +01:00
Andreas Fabri 4bb714fd7b Fix OTR and T2 2019-01-18 10:34:47 +01:00
Maxime Gimeno 732bfb756d Fix CMakelists for demo. 2019-01-18 10:14:28 +01:00
Andreas Fabri 0496d840ff Fix arrangement and lcc 2019-01-18 10:05:48 +01:00
Andreas Fabri 74dfe5f9ef Fix Nef_S2 2019-01-18 09:52:20 +01:00
Andreas Fabri 91a1603ead fix Nef_2 2019-01-18 09:44:58 +01:00
Andreas Fabri 6596ba981c Polygon, Surface_mesher, Nef,.. 2019-01-17 19:35:02 +01:00
Laurent Rineau dbd569d51c Fix the result of check_headers 2019-01-17 18:29:27 +01:00
Sébastien Loriot 4e308223ad handle non-manifold vertices in a selection + duplicate them prior if allowed 2019-01-17 18:06:25 +01:00
Andreas Fabri de55c69cd3 Do not include Expr.h Remove arc and argv where not used 2019-01-17 16:34:03 +01:00
Mael Rouxel-Labbé 043d3c60fa Fixed wrongly using the (unsigned) degree type in CatmullClark mask computations 2019-01-17 16:29:59 +01:00
Sébastien Loriot eadb08d976 replace mode by a np 2019-01-17 16:03:48 +01:00
Laurent Rineau 06b973b534 Update the Doxygen link 2019-01-17 16:03:48 +01:00
Laurent Rineau 11db055bfe Modify CHANGES.md
Split the changes into two different paragraphs (2D/3D meshes, and
BGL).
2019-01-17 16:03:48 +01:00
Laurent Rineau c1d4608665 My changes to output_to_vtu 2019-01-17 16:03:43 +01:00
Andreas Fabri 0fe3ed828e Fix for VC2017 with /arch=AVX 2019-01-17 14:42:26 +01:00
Sébastien Loriot 651c31a179 in case there is a non-manifold vertex, we cannot update the selection 2019-01-17 13:48:30 +01:00
Laurent Rineau d2eb07bbcd Fix warning
This file specializes `std::swap` for a CGAL class. The `noexpect`
part of the signature was missing (when C++11).

```
In file included from [..]/test/Polynomial/Exponent_vector.cpp:4:
[...]/include/CGAL/Exponent_vector.h:172:6: warning: 'swap<CGAL::Exponent_vector>' is missing exception specification 'noexcept(is_nothrow_move_constructible<Exponent_vector>::value && is_nothrow_move_assignable<Exponent_vector>::value)'
void swap(CGAL::Exponent_vector& ev1, CGAL::Exponent_vector& ev2){
     ^
                                                                  noexcept(is_nothrow_move_constructible<Exponent_vector>::value && is_nothrow_move_assignable<Exponent_vector>::value)
[..]/include/CGAL/Exponent_vector.h:172:6: note: previous declaration is here
1 warning generated.
```
https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-4.14-Ic-99/Polynomial/TestReport_cgaltester_x86-64_Darwin-13.0_Apple-clang-5.0_Release-cpp11.gz
2019-01-17 10:11:42 +01:00
Simon Giraudot c951217d8b Add missing handling of vmin/vmax in clusters and meshes 2019-01-17 10:11:41 +01:00
Sébastien Loriot 99bd8c7172 handle non monotonic border while removing a zone of degenerate faces 2019-01-16 18:15:51 +01:00
Laurent Rineau 1754057d24 My changes to write_vtu 2019-01-16 16:50:45 +01:00
Iordan Iordanov 8e1dfa329e Fixes for a few more warnings in the testsuite 2019-01-16 16:46:56 +01:00
Laurent Rineau 40cf3869ba My changes for write_vtp 2019-01-16 16:15:01 +01:00
Sébastien Loriot c5cef4ce06 handle triangles attached by non-manifold vertices
cherry-picking of c697c2086f
2019-01-16 15:29:44 +01:00
Sébastien Loriot ef5fe7ffac handle polygon attached by non-manifold vertices 2019-01-16 15:26:06 +01:00
Sébastien Loriot c697c2086f handle triangles attached by non-manifold vertices 2019-01-16 15:24:57 +01:00
Andreas Fabri 27cfecca60 Use #ifndef DOXYGEN_RUNNING 2019-01-16 14:18:20 +01:00
Sébastien Loriot 3a7269b8f6 improve doc 2019-01-16 12:00:07 +01:00
Maxime Gimeno cb10422e3c Fix indentation and markdown 2019-01-16 10:44:30 +01:00
Laurent Rineau c9ba61ed09 updated crontab (automated commit) 2019-01-16 10:18:07 +01:00
Sébastien Loriot e0184766d2 ignore topological issues instead of crashing 2019-01-16 10:13:16 +01:00
Sébastien Loriot 785d0deb46 add missing return 2019-01-16 10:11:43 +01:00
Andreas Fabri bc455b4715 Fix Largest_empty_iso_rectangle 2019-01-15 19:25:45 +01:00
Andreas Fabri 0d87414b4c No need for copy constructor 2019-01-15 19:23:13 +01:00
Andreas Fabri 303aaa04ae Fix arrangement 2019-01-15 19:18:53 +01:00
Andreas Fabri 1c21a80e61 Fix SDG_Linf 2019-01-15 18:44:49 +01:00
Andreas Fabri f627339eea Fix Vec and Exponent_vector 2019-01-15 18:32:48 +01:00
Andreas Fabri d8f608fa51 fix Nef_3 2019-01-15 18:20:36 +01:00
Andreas Fabri 805e0191fb Remove a gnu-bug workaround 2019-01-15 18:01:25 +01:00
Andreas Fabri 53816ffc2c Fix Seam_mesh 2019-01-15 17:59:03 +01:00
Maxime Gimeno 82c93c87ed Restore unwanted change to ms_2 test 2019-01-15 16:29:58 +01:00
Sébastien Loriot c606cde260 rename variable 2019-01-15 13:22:39 +01:00
Sébastien Loriot 59823772fd update cmake minimal version 2019-01-15 11:20:18 +01:00
Iordan Iordanov bd1258e4b0 Fixes for warning messages (integers of different sign and unused variable) 2019-01-15 11:11:21 +01:00
Andreas Fabri 380cffffb1 Remove copy constructor instead of adding operator= as it triggers a compilation error VC12 Poisson 2019-01-15 09:32:21 +01:00
Andreas Fabri 10acacaf0d Work around CGAL_CFG_MATCHING_BUG_6 2019-01-15 08:31:18 +01:00
Andreas Fabri 97129f35a9 Fix warnings in Hyperbolic_triangulation_2 testsuite 2019-01-15 08:15:35 +01:00
Iordan Iordanov 3265e67da1 Changes to replace Cartesian<Expr> with EPICK_with_sqrt, plus code cleanup, plus documentation fixes (for P4HT2) 2019-01-14 18:30:14 +01:00