albert-github
0ea013ea12
Spelling corrections
...
Some spelling corrections.
2023-02-03 12:07:03 +01:00
Sebastien Loriot
384377eda3
typo
2023-01-17 10:02:22 +01:00
albert-github
9c2f8ff60e
Spelling correction in respect to function / variable names
...
As indicated in #7041 (Spelling corrections) theer were still some open corrections in respect to variables / functions, these have been addressed heer.
2023-01-13 18:51:28 +01:00
Mael
0ff7882997
Merge branch 'master' into feature/bug_documentation_spell_20221113
2022-12-06 22:21:06 +01:00
Laurent Rineau
67b5c791e9
Merge pull request #7075 from MaelRL/CGAL-Fix_some_links-GF
...
Update some links + https
2022-12-05 12:22:06 +01:00
Mael Rouxel-Labbé
b5c21e1f5d
Http -> https + update some dead links
2022-11-23 18:54:37 +01:00
albert-github
9d709b12e5
spelling corrections
...
After review
2022-11-21 10:40:28 +01:00
albert-github
781f9a2943
spelling corrections
...
After review:
- outputhing -> outputting
- neighbour -> neighbor
2022-11-17 10:25:10 +01:00
albert-github
3674c937f7
spelling corrections
...
Some spelling corrections (Directories starting with `M`-` N`),
some backward work
some forward work
2022-11-15 15:21:01 +01:00
albert-github
45478184de
spelling corrections
...
Some spelling corrections (Directories starting with `E`-` L`),
some backward work
some forward work
2022-11-15 13:39:40 +01:00
albert-github
014c06fd19
spelling corrections
...
Some spelling corrections (Directories starting with `A`)
2022-11-14 15:32:47 +01:00
Efi Fogel
9d905ec276
Merge remote-tracking branch 'cgal/master' into Aos_2-fixes-efif
2022-11-02 22:27:17 +02:00
Efi Fogel
fb36bde045
Declared an isolated-vertex iterator to pacify MSVC. Without it the implicit conversion from the iterator to the corresponding handle fails!
2022-09-28 10:59:25 +03:00
albert-github
81d78f7969
Some obvious missing quotes and typos
...
Some obvious missing quotes and typos
2022-09-24 18:47:33 +02:00
Efi Fogel
f62a289d11
Fixed _check_isolated_for_vertical_ray_shoot()
2022-09-07 10:23:10 +03:00
Efi Fogel
e2423af1ad
Replaced call to member traits() with geometry_traits() and cleaned up
2022-08-25 19:11:07 +03:00
Sébastien Loriot
861588abe1
Merge 'sloriot/CGAL-std_type_traits' into master
2022-08-03 20:19:51 +02:00
Efi Fogel
69be059b13
Last fix for is_in_face()...
2022-07-19 12:13:02 +03:00
Efi Fogel
5f8291ea82
One more fix for is_in_face() in the case where the point lies on the identification curve but the curves do not.
2022-07-19 11:58:56 +03:00
Efi Fogel
5a02c62a41
Fixed the case where left and right sides are identified, and the bottom and top sides have boundary conditions (but they are not identied).
2022-07-18 09:57:15 +03:00
Efi Fogel
7f88b72f81
Fixed some comments in English
2022-07-13 15:23:16 +03:00
Efi Fogel
56020e6798
Fixed is_in_face() for the case where the point lies on the identification curve.
2022-07-10 15:57:02 +03:00
Efi Fogel
28f3f28144
Fixed a small bug in Is_between_cw_2
2022-07-04 09:03:28 +03:00
Efi Fogel
17906d39aa
Fixed spelling in comment
2022-07-04 09:01:40 +03:00
Efi Fogel
5c40db8591
Implemented Compare_y_at_x_2 functor in the adapter; it takes boundary conditions into consideration.
2022-07-03 19:39:20 +03:00
Efi Fogel
b390c0e3db
Fixed typo in comment
2022-07-03 19:38:23 +03:00
Efi Fogel
ed27ca760e
Fixed spelling typo.
2022-07-03 19:37:39 +03:00
Andreas Fabri
55edc672ab
Arrangement: Fix comment in Arr_segment_traits
2022-06-27 17:55:51 +01:00
Sébastien Loriot
c9c6b30cf0
Merge sloriot/CGAL-std_type_traits into master
2022-06-23 16:35:37 +02:00
Sébastien Loriot
37580e9daf
missing () in macro + typo fixes
2022-06-14 11:24:21 +02:00
Laurent Rineau
f4b1adefc7
Merge pull request #6638 from sloriot/Argt-no_boost_pool_alloc
...
Disable boost pool allocator
2022-06-10 16:45:35 +02:00
Sébastien Loriot
8ed2990381
use CGAL_static_assertion
...
static_assert(b) is only available in c++17
2022-06-10 10:10:12 +02:00
Sébastien Loriot
3fa436459d
BOOST_MPL_ASSERT -> static_assert
2022-06-10 08:46:01 +02:00
Sébastien Loriot
ac8b6d4731
boost::is_same --> std::is_same
2022-06-10 08:18:20 +02:00
Sébastien Loriot
4f5f8341cc
use std::enable_if_t
2022-06-10 07:37:53 +02:00
Sébastien Loriot
3d4ca1ae4e
completely disable boost pool allocator
...
some regressions are observed in multithreaded env
2022-06-02 18:44:06 +02:00
Andreas Fabri
380704bf67
Arrangement and update documentation
2022-05-03 15:31:09 +01:00
Laurent Rineau
7d4a8e5469
Merge pull request #6408 from efifogel/Aos_2-geodesic_traits-efif
...
Aos 2 geodesic traits efif
# Conflicts:
# Installation/CHANGES.md
2022-04-06 09:12:02 +02:00
Sebastien Loriot
c6898b8491
Avoid unused typedef warning
2022-04-04 09:31:07 +02:00
Efi Fogel
e27627e06f
Computing the sign of the x-component of the cross product of two directions efficiently.
2022-03-21 11:30:28 +02:00
Efi Fogel
5456f266c0
Fixed typo in a comment: queves => curves
2022-03-14 13:37:55 +02:00
Efi Fogel
b743aa66ce
Removed useless comment and used a meaningful variable name
2022-03-14 13:36:01 +02:00
Efi Fogel
198e12c7c2
Fixed parameter decleration is compare_y_at_x_left
2022-03-13 14:48:02 +02:00
Efi Fogel
468a7cabcf
Fixed and added tests for compare_y_at_x_left
2022-03-13 14:39:50 +02:00
Efi Fogel
97b35b7e36
Fixed make_x_monotone functor
2022-03-13 11:52:42 +02:00
Laurent Rineau
258d704a90
Merge pull request #6209 from sloriot/PMP-std_instead_of_boost
...
Use features available in std instead of boost
2022-02-24 19:57:17 +01:00
Laurent Rineau
fa3527c54f
Merge pull request #6183 from efifogel/Aos_2-construct_curve_2-efif
...
Aos 2 construct curve 2 efif
2022-02-08 23:44:41 +01:00
Efi Fogel
5b269e908a
Fixed Compare_y_near_boundary and added correspondings tests
2022-02-08 22:25:30 +02:00
Efi Fogel
bb2e831382
Fixed Intersect_2 and Compare_y_at_x_left geodesic-arc traits and introduced correspondings tests
2022-02-08 16:23:21 +02:00
Efi Fogel
a7aeee4600
Fixed comapre_y_at_x_right of geodesic traits and added a corresponding test
2022-02-07 18:46:16 +02:00