mirror of https://github.com/CGAL/cgal
remove no longer needed file
parent
1fdfa9746e
commit
70a2ad1fd8
|
|
@ -1,84 +0,0 @@
|
|||
# List of Pull Requests Merged in 4.13.1
|
||||
|
||||
* [#3172](https://github.com/CGAL/cgal/pull/3172) **Fix vertex istream operator**
|
||||
* [#3345](https://github.com/CGAL/cgal/pull/3345) **Improve Projection of 2D point on line**
|
||||
* [#3348](https://github.com/CGAL/cgal/pull/3348) **Small bugfix (User Manual of CK_2)**
|
||||
* [#3349](https://github.com/CGAL/cgal/pull/3349) **Classification: Workaround serialization bug with null pointers**
|
||||
* [#3350](https://github.com/CGAL/cgal/pull/3350) **Classification plugin bugfix: don't use temp refs in parallel code**
|
||||
* [#3351](https://github.com/CGAL/cgal/pull/3351) **Mpzf: Workaround a misscompilation bug with Intel Compiler 2019**
|
||||
* [#3357](https://github.com/CGAL/cgal/pull/3357) **Convex_hull_3: Fix so that static filters are used**
|
||||
* [#3358](https://github.com/CGAL/cgal/pull/3358) **Polyhedron demo: Several fixes**
|
||||
* [#3359](https://github.com/CGAL/cgal/pull/3359) **Fix activation of local static filters**
|
||||
* [#3362](https://github.com/CGAL/cgal/pull/3362) **Fix when not using Gmp**
|
||||
* [#3363](https://github.com/CGAL/cgal/pull/3363) **Point set shape detection: Fix VC2017 bug**
|
||||
* [#3367](https://github.com/CGAL/cgal/pull/3367) **Triangulation_3: Fix insertion and removal of ranges of weighted points (for 4.12)**
|
||||
* [#3372](https://github.com/CGAL/cgal/pull/3372) **inline fill_point()**
|
||||
* [#3377](https://github.com/CGAL/cgal/pull/3377) **Proposal to fix issue #3375**
|
||||
* [#3383](https://github.com/CGAL/cgal/pull/3383) **Re-add examples incorrectly disabled by PR #2835**
|
||||
* [#3389](https://github.com/CGAL/cgal/pull/3389) **P3T3: Minor improvements (random_shuffle + determinism)**
|
||||
* [#3391](https://github.com/CGAL/cgal/pull/3391) **Surface_mesh_Examples:Fix cmake warning**
|
||||
* [#3393](https://github.com/CGAL/cgal/pull/3393) **Fix Polyhedral_complex_mesh_domain_3 when detect_features() is not called**
|
||||
* [#3395](https://github.com/CGAL/cgal/pull/3395) **Fix selection issue with boundary vertices**
|
||||
* [#3407](https://github.com/CGAL/cgal/pull/3407) **PMP: Fix look-up error**
|
||||
* [#3414](https://github.com/CGAL/cgal/pull/3414) **Infrastructure: Backport init cmake mechanism**
|
||||
* [#3418](https://github.com/CGAL/cgal/pull/3418) **Kernel_23: Fix doc typos**
|
||||
* [#3423](https://github.com/CGAL/cgal/pull/3423) **Fix wrong concept**
|
||||
* [#3425](https://github.com/CGAL/cgal/pull/3425) **Installation: Fix wrong policy setting**
|
||||
* [#3427](https://github.com/CGAL/cgal/pull/3427) **Fix clipping of open meshes**
|
||||
* [#3435](https://github.com/CGAL/cgal/pull/3435) **BGL: Fix type missmatch in adjacent_vertices**
|
||||
* [#3445](https://github.com/CGAL/cgal/pull/3445) **Use correct vpm**
|
||||
* [#3446](https://github.com/CGAL/cgal/pull/3446) **Clean-up include dir in CGALconfig.cmake**
|
||||
* [#3448](https://github.com/CGAL/cgal/pull/3448) **BGL: fix doc typo**
|
||||
* [#3482](https://github.com/CGAL/cgal/pull/3482) **Try to use LEDA without -ffriend-injection**
|
||||
* [#3499](https://github.com/CGAL/cgal/pull/3499) **Fix for stitching (4.12)**
|
||||
* [#3500](https://github.com/CGAL/cgal/pull/3500) **Fix for stitching (4.13 and master)**
|
||||
* [#3510](https://github.com/CGAL/cgal/pull/3510) **Various Nef_S2 fixes**
|
||||
* [#3517](https://github.com/CGAL/cgal/pull/3517) **Handle case of empty meshes (4.12)**
|
||||
* [#3524](https://github.com/CGAL/cgal/pull/3524) **Add missing :**
|
||||
* [#3525](https://github.com/CGAL/cgal/pull/3525) **Bounding volume doc html fix**
|
||||
* [#3527](https://github.com/CGAL/cgal/pull/3527) **Documentation : Fix warnings**
|
||||
* [#3530](https://github.com/CGAL/cgal/pull/3530) **Handle case of empty meshes (4.13+)**
|
||||
* [#3532](https://github.com/CGAL/cgal/pull/3532) **Surface_mesh: Fix segfault in read_off()**
|
||||
* [#3534](https://github.com/CGAL/cgal/pull/3534) **avoid extra </p> after figures**
|
||||
* [#3538](https://github.com/CGAL/cgal/pull/3538) **BGL: Fix Euler::add_face()**
|
||||
* [#3539](https://github.com/CGAL/cgal/pull/3539) **ImageIO: Add offset from vtk**
|
||||
* [#3543](https://github.com/CGAL/cgal/pull/3543) **Remove duplicate definition**
|
||||
* [#3549](https://github.com/CGAL/cgal/pull/3549) **Point Set Processing: Fix PLY unknown element reading**
|
||||
* [#3555](https://github.com/CGAL/cgal/pull/3555) **Triangulation_3: Fix insertion and removal of ranges of weighted points (4.13+)**
|
||||
* [#3556](https://github.com/CGAL/cgal/pull/3556) **Fixed non-compiling outdated code (for issue #3553)**
|
||||
* [#3558](https://github.com/CGAL/cgal/pull/3558) **Handle empty meshes**
|
||||
* [#3564](https://github.com/CGAL/cgal/pull/3564) **BGL: Fix memory leaks in partition code**
|
||||
* [#3567](https://github.com/CGAL/cgal/pull/3567) **Modified output_to_medit() for consistent facet orientation**
|
||||
* [#3568](https://github.com/CGAL/cgal/pull/3568) **Add missing swap**
|
||||
* [#3572](https://github.com/CGAL/cgal/pull/3572) **Fix Surface_mesh::join()**
|
||||
* [#3573](https://github.com/CGAL/cgal/pull/3573) **doc clean-up**
|
||||
* [#3587](https://github.com/CGAL/cgal/pull/3587) **Support Qt-5.12: qcollectiongenerator merged into qhelpgenerator**
|
||||
* [#3588](https://github.com/CGAL/cgal/pull/3588) **Triangulation_2: Fix stack order in non-recursive conflict computations**
|
||||
* [#3598](https://github.com/CGAL/cgal/pull/3598) **Fix brief**
|
||||
* [#3600](https://github.com/CGAL/cgal/pull/3600) **Fix function checking link condition for non-manifold vertices**
|
||||
* [#3602](https://github.com/CGAL/cgal/pull/3602) **Fix for VC2017 with /arch:AVX**
|
||||
* [#3604](https://github.com/CGAL/cgal/pull/3604) **Subdivision: Fix using unsigned type in CatmullClark computations**
|
||||
* [#3615](https://github.com/CGAL/cgal/pull/3615) **Remove applications directory**
|
||||
* [#3616](https://github.com/CGAL/cgal/pull/3616) **Reset the halfedge pointer of the faces before setting them**
|
||||
* [#3618](https://github.com/CGAL/cgal/pull/3618) **Polyhedron demo: Fix normal estimation parameter**
|
||||
* [#3624](https://github.com/CGAL/cgal/pull/3624) **P2T2: Fix not using periodic vertex bases in P2T2 examples**
|
||||
* [#3639](https://github.com/CGAL/cgal/pull/3639) **OTR: Fix validity of triangulation**
|
||||
* [#3653](https://github.com/CGAL/cgal/pull/3653) **Classification: Remove useless full find_package for OpenCV**
|
||||
* [#3675](https://github.com/CGAL/cgal/pull/3675) **fix navtree hack**
|
||||
* [#3678](https://github.com/CGAL/cgal/pull/3678) **Add an important note in the doc**
|
||||
* [#3701](https://github.com/CGAL/cgal/pull/3701) **PMP: Fix incorrect named parameters**
|
||||
* [#3703](https://github.com/CGAL/cgal/pull/3703) **Point Set Processing: Fix PLY FT type detection**
|
||||
* [#3705](https://github.com/CGAL/cgal/pull/3705) **add missing function required by the concept**
|
||||
* [#3725](https://github.com/CGAL/cgal/pull/3725) **TDS_2: Fix Default_vertex_converter**
|
||||
* [#3726](https://github.com/CGAL/cgal/pull/3726) **Classification: Fix bbox precision**
|
||||
* [#3733](https://github.com/CGAL/cgal/pull/3733) **Further fix for triangle orientation in medit output**
|
||||
* [#3734](https://github.com/CGAL/cgal/pull/3734) **Fix brief of advanced**
|
||||
* [#3735](https://github.com/CGAL/cgal/pull/3735) **PMP : fix isotropic remeshing surviving tiny constraints**
|
||||
* [#3766](https://github.com/CGAL/cgal/pull/3766) **More robust first_intersection**
|
||||
* [#3769](https://github.com/CGAL/cgal/pull/3769) **Various doc fixes**
|
||||
* [#3771](https://github.com/CGAL/cgal/pull/3771) **Use a generated version of deprecated.html**
|
||||
* [#3774](https://github.com/CGAL/cgal/pull/3774) **Fix error in outer CCB setting**
|
||||
* [#3783](https://github.com/CGAL/cgal/pull/3783) **BGL: Seam_mesh::add_seams() requires .selection.txt**
|
||||
* [#3798](https://github.com/CGAL/cgal/pull/3798) **Fix for the doc of a release built from an Ic**
|
||||
* [#3807](https://github.com/CGAL/cgal/pull/3807) **Fix the order of link when GMP is a static lib**
|
||||
* [#3814](https://github.com/CGAL/cgal/pull/3814) **Surface Mesh: Fix not reseting edge property when a new element re-uses memory**
|
||||
Loading…
Reference in New Issue