Commit Graph

92466 Commits

Author SHA1 Message Date
Ahmed Essam 890787c518 msvc2015 doesn't treat static const int as constexpr 2020-09-30 11:48:39 +02:00
Ahmed Essam f2115d534b Fix min/max macro conflict 2020-09-30 10:53:02 +02:00
Maxime Gimeno e169490c78 Replace fix for Point_2(Origin) 2020-09-30 10:03:30 +02:00
Maxime Gimeno 2549b58973 fix warnings on switch 2020-09-30 09:58:12 +02:00
Maxime Gimeno 8c5725a1d0 Fix missing constructor in kernel example 2020-09-30 08:59:06 +02:00
Simon Giraudot 3aba0d20c6 Fix unused variable warning 2020-09-30 08:24:54 +02:00
Efi Fogel df96ed73d4 Merge remote-tracking branch 'cgal/master' into Aos_2-remove_object-efif 2020-09-29 19:04:35 +03:00
Maxime Gimeno c33bd6ac36 Fix ORIGIN 2020-09-29 17:08:29 +02:00
Maxime Gimeno 9503a6a18b Remove state of camera. It is supposed to be reinit when launching the app and sometimes it leads to not being to visualize anything 2020-09-29 16:06:35 +02:00
Maxime Gimeno cfa89e9da4 Replace < by O to have it on all keyboards, not only french ones 2020-09-29 15:51:16 +02:00
Ahmed Essam 9b97665d09 Remove unused include 2020-09-29 15:44:12 +02:00
Ahmed Essam f13532f27f Fix issue with constexpr functions having multiple returns in msvc2015 2020-09-29 15:39:57 +02:00
Ahmed Essam ab15a175b4 Fix windows min/max macro conflict 2020-09-29 15:23:02 +02:00
Andreas Fabri c3f16c21be Fix warning 2020-09-29 12:40:57 +01:00
Maxime GIMENO bdd69b5982
Replace K::Point_2(0,0) with ORIGIN
Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org>
2020-09-29 12:42:02 +02:00
Maxime Gimeno c6077ca87a Remove _known fiom intersection line_2/line_2 2020-09-29 12:06:15 +02:00
Maxime Gimeno a7c92f2c23 Init li and lt to fix warning 2020-09-29 10:30:26 +02:00
Laurent Rineau 5cfc758880 Fix a warning
```
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.27.29110\include\numeric(35): warning C4267: '=': conversion from 'size_t' to '_Ty', possible loss of data
        with
        [
            _Ty=int
        ]
C:\cgal_test\CGAL-5.2-I-14\cmake\platforms\Windows_MSVC-2019-Community-Release-64bits\test\Classification_Examples\gis_tutorial_example.cpp(674): note: see reference to function template instantiation '_Ty std::accumulate<std::_Vector_iterator<std::_Vector_val<std::_Simple_types<std::vector<CGAL::Point_3<Kernel_>,std::allocator<CGAL::Point_3<Kernel_>>>>>>,int,main::<lambda_f241736352025ce40037bac2971f2e7f>>(const _InIt,const _InIt,_Ty,_Fn)' being compiled
        with
        [
            _Ty=int,
            Kernel_=CGAL::Epick,
            _InIt=std::_Vector_iterator<std::_Vector_val<std::_Simple_types<std::vector<CGAL::Point_3<CGAL::Epick>,std::allocator<CGAL::Point_3<CGAL::Epick>>>>>>,
            _Fn=main::<lambda_f241736352025ce40037bac2971f2e7f>
        ]
```
2020-09-29 09:31:03 +02:00
Laurent Rineau a886ecbd71 Fix a warning in an inelegant code
- `std::cerr` is already unbufferized, and `std::flush` does nothing
  on it,
- and anyway, `std::endl` calls `std::flush`.
2020-09-29 09:14:11 +02:00
Mael Rouxel-Labbé 4d4eef94a4 Enable different VPMs in PMP::clip 2020-09-28 15:49:24 +02:00
Laurent Rineau afc0abb82f Oops, fix conflicts markers 2020-09-28 14:50:31 +02:00
Maxime Gimeno f70ce266f1 Post address after upload 2020-09-28 13:47:06 +02:00
Maxime Gimeno bd3f64d498 don't build if round exists 2020-09-28 13:12:55 +02:00
Jane Tournois da57195933 remove trailing whitespaces 2020-09-28 11:27:59 +02:00
Maxime Gimeno 354fdeea53 Trigger on build:xxx 2020-09-28 10:21:41 +02:00
Sébastien Loriot 7d5bec6a7d use the distance for the split 2020-09-28 09:49:00 +02:00
Laurent Rineau 758a751602
Merge pull request #5025 from maxGimeno/CI-Fix_close-maxGimeno
CI: fix error
2020-09-28 09:20:57 +02:00
Maxime Gimeno 717cace852 Fix example to make it actually use the dot operator 2020-09-28 07:43:13 +02:00
Maxime Gimeno 3289e577fa test if index changed before pushing. 2020-09-28 07:24:14 +02:00
Jane Tournois a049e63853 fix enum to double conversion warning (automatic conversion deprecated in cpp20) 2020-09-25 16:55:18 +02:00
Jane Tournois 9e005cb64b fix msvc error C7626 with c++20
error C7626: unnamed class used in typedef name cannot declare members
other than non-static data members, member enumerations, or member classes
2020-09-25 16:11:19 +02:00
Laurent Rineau c27dfb97e5 Merge pull request #4973 from maxGimeno/Demo-Fix_remve_isolated_vertices-maxGimeno
Polyhedron Demo: Fix Remove_isolated_vertices
2020-09-25 15:34:28 +02:00
Laurent Rineau 0615f32441 Merge pull request #5014 from maxGimeno/Demo-Fix_fit_text-maxGimeno
Polyhedron Demo: Robustify the engrave_text_plugin
2020-09-25 15:34:25 +02:00
Laurent Rineau ad93ce0175 Merge pull request #5018 from maxGimeno/Demo-Add_simply_connected_polygon_generator-maxGimeno
Polyhedron Demo: Add an option to the polyline generator
2020-09-25 15:34:23 +02:00
Laurent Rineau 47b6db41d3 Merge pull request #5019 from maxGimeno/Demo-offset_mesher_wire-maxGimeno
Polyhedron Demo: Offset mesher detail
2020-09-25 15:34:21 +02:00
Jane Tournois 8063d3cf6f replace deprecated std::not1 by std::not_fn
std::not1 is deprecated in C++17 and removed from C++20

commit 5b474e0075 is similar
2020-09-25 15:00:49 +02:00
Jane Tournois d07a5f2911 remove MSVC_compiler_config.h which is not needed anymore 2020-09-25 14:41:06 +02:00
Jane Tournois 5c8df6672a remove CGAL_CFG_MATCHING_BUG_ variants
the "matching bug" of msvc has been fixed since at least vs 2015
2020-09-25 14:25:14 +02:00
Sébastien Loriot e37488d10a use property map in std::nth_element call 2020-09-25 10:51:35 +02:00
Ahmed Essam 91912bd168 Use new envelope functions 2020-09-24 21:31:09 +02:00
Ahmed Essam b238db17ae Merge remote-tracking branch 'cgal/master' into gsoc2020-aos_demo-theartful 2020-09-24 20:46:06 +02:00
Jane Tournois 49d541e8a3 remove trivial operator= which violates the rule of three/five/zero 2020-09-24 17:57:24 +02:00
Laurent Rineau 9c955869c7 Merge remote-tracking branch 'cgal/master' 2020-09-24 16:46:03 +02:00
Laurent Rineau ad83011d27 Merge branch '5.1.x-branch' 2020-09-24 16:45:08 +02:00
Laurent Rineau 8d947b0b59 Merge pull request #4838 from mglisse/doc-power-d
Document Power_center_d, Power_distance_d (renamed)

# Conflicts:
#	Installation/CHANGES.md
2020-09-24 16:43:40 +02:00
Laurent Rineau 90fdf37f7c Merge pull request #4943 from theartful/envelope_traits_functions
Add envelope free functions that accept traits object
2020-09-24 16:43:20 +02:00
Laurent Rineau 4b65694724 Merge pull request #4944 from maxGimeno/Demo-AABB_plugins-new_stuff-maxGimeno
Polyhedron demo: filter the AABB_tree representation
2020-09-24 16:43:18 +02:00
Laurent Rineau 8bb1d83bd2 Merge pull request #4945 from maxGimeno/Intersection-add_tests-maxGimeno
Intersection_3: Add tests for do_intersect(Tet_3, Tet_3)
2020-09-24 16:43:16 +02:00
Laurent Rineau 859393bab8 Merge pull request #4955 from mglisse/nodata
Use [[no_unique_address]] for info in vertex/cell
2020-09-24 16:43:13 +02:00
Laurent Rineau 692fc7d167 Merge pull request #4959 from maxGimeno/Demo-Grid_plugin_changes-maxGimeno
Polyhedron demo: change for grid plugin
2020-09-24 16:43:11 +02:00