Sébastien Loriot
a2d1b18640
fix unused variables
2023-08-30 16:44:45 +02:00
Sebastien Loriot
a358aac0b1
remove unused variable
2023-08-28 13:40:10 +02:00
Andreas Fabri
b3192c9f4d
Add using Base::isolated_vertices_{begin,end}
2023-08-24 13:35:01 +01:00
Andreas Fabri
0efc2cdc03
Apply suggestions from code review
...
Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
2023-08-24 09:59:12 +02:00
Andreas Fabri
2d9186184d
make less copies of points
2023-08-23 14:52:00 +01:00
Andreas Fabri
1dca582e62
whitespace
2023-08-23 13:53:03 +01:00
Andreas Fabri
295bc8cd5a
Iterate over the source and not the target object
2023-08-23 13:47:06 +01:00
Andreas Fabri
314fa1c604
Fix of fix in overlayer
2023-08-23 13:43:57 +01:00
Andreas Fabri
2af60e2b39
clone() also has a problem with isolated vertices
2023-08-22 17:22:04 +01:00
Andreas Fabri
965d4fd48d
WIP: When we delete a face we have to transfer its isolated vertices
2023-08-22 17:01:46 +01:00
Andreas Fabri
e7198a0d65
Add test case that triggers an assertion
2023-08-22 15:08:42 +01:00
Andreas Fabri
7e50a90a4c
Check #isolated vertices
2023-08-22 13:59:44 +01:00
Andreas Fabri
49f7a40593
Use CGAL_Assertion_code()
2023-02-09 09:42:55 +00:00
albert-github
f79d8bb542
Spelling corrections
...
After review
2022-11-30 10:31:13 +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
Andreas Fabri
c352a9cd28
Address -Wunused-but-set-variable
2022-10-11 07:45:45 +01:00
Sébastien Loriot
ac8b6d4731
boost::is_same --> std::is_same
2022-06-10 08:18:20 +02:00
Sebastien Loriot
269a391fa0
Merge pull request #6558 from lrineau/Installation-remove_wd4503-GF
...
CMake script updates: version of CMake and /wd4503 is only for MSVC 2015
2022-05-13 15:53:36 +02:00
Laurent Rineau
2288225448
Massive update of CMake policies to version 3.23
2022-05-06 09:34:35 +02:00
albert-github
461dba692d
Documentation update in respect to code fragments
...
Update of documentation in respect of code fragments
- making code fragments work in footnotes
- placing some words in in code tags
- completing some words to code tags
- removing some `#` as they are not necessary
- don't show obfuscation code in email
2022-04-21 17:56:14 +02:00
Andreas Fabri
79a38d5cb9
CGAL Examples: CGAL_assertion -> assert
2022-01-24 10:19:04 +00:00
Laurent Rineau
ef68e0b913
Merge pull request #6207 from sloriot/CGAL-set_but_not_used_variable
...
Fix set but unused variable warning
2022-01-03 16:22:34 +01:00
Sébastien Loriot
03e1e07316
fix set but unused warning
2021-12-27 11:37:27 +01:00
Andreas Fabri
87f0e8423d
Address warning issued by clang
...
cherry-picking of d965eb4c4c
2021-12-27 11:37:27 +01:00
Andreas Fabri
d965eb4c4c
Address warning issued by clang
2021-12-10 09:29:16 +00:00
Sébastien Loriot
ab48f63e30
update latest cmake version tested
2021-11-09 10:58:47 +01:00
Laurent Rineau
72c0a0deba
Merge pull request #5973 from sloriot/CGAL-restore_rounding_mode-master
...
master version of #5971 (Make sure the rounding mode is restored when doing exact computations)
2021-09-20 17:07:07 +02:00
Sébastien Loriot
74c029cc68
Merge remote-tracking branch 'sloriot/CGAL-restore_rounding_mode-5.3'
2021-09-09 11:44:36 +02:00
Sébastien Loriot
6bae0e3939
Merge remote-tracking branch 'sloriot/CGAL-restore_rounding_mode'
2021-09-09 11:09:16 +02:00
Sébastien Loriot
c8624ee0b3
check that the rounding mode when doing exact computation is to-nearest
2021-09-09 11:01:03 +02:00
Sébastien Loriot
106645ec2e
make sure the rounding mode is to nearest when doing exact computations
...
Thoses changes should have been done when the code was modified for
CGAL_CFG_FPU_ROUNDING_MODE_UNWINDING_VC_BUG
2021-09-09 09:55:16 +02:00
Mael Rouxel-Labbé
8a92d51601
Merge branch 'Distance_3-Add_Tri_Tri-GF-old' into Distance_3-Add_Tri_Tri-GF
2021-09-02 17:26:44 +02:00
Sébastien Loriot
98e471849b
moving files from internal to PKG/internal
2021-08-26 11:33:39 +02:00
Sebastien Loriot
40f507a1f1
Merge pull request #5800 from MaelRL/SS-Doc_fixes-GF
...
Harmonization of some IO stream documentation
2021-07-19 07:56:48 +02:00
Sebastien Loriot
11bc0e4e7e
Merge pull request #5702 from GilesBathgate/Nef_3-disable_nef_trace-GilesBathgate
...
Replace CGAL_NEF_DEBUG with CGAL_USE_TRACE
2021-06-25 09:29:03 +02:00
Mael Rouxel-Labbé
78ff9185b3
Harmonize ASCII usage across all packages
2021-06-23 23:34:32 +02:00
Mael Rouxel-Labbé
084a1efe2d
Merge remote-tracking branch 'cgal/master' into Distance_3-Add_Tri_Tri-GF
2021-06-23 22:30:03 +02:00
Giles Bathgate
f3f6bebe60
Replace CGAL_NEF_DEBUG with CGAL_USE_TRACE
2021-05-12 07:37:49 +01:00
Sébastien Loriot
4e519a3c7a
move documented IO functions in IO namespace
2021-05-05 13:15:37 +02:00
Sebastien Loriot
079e171f7f
Merge pull request #5565 from GilesBathgate/Nef_3-performance_segment_overlay_traits-GilesBathgate
...
Nef 3 performance segment overlay traits
2021-04-17 10:58:48 +02:00
Maxime Gimeno
c49152359c
update max version of cmake and announce the new minimal in CHANGE.md
2021-04-15 15:08:54 +02:00
Mael Rouxel-Labbé
7e62c02176
Re-organize into Distance_2/X_Y.h to align with Distance_3
2021-04-12 15:31:55 +02:00
Giles Bathgate
ce7d06d5f4
Disable NEF trace unless the user specifically wants it
2021-02-07 11:55:29 +00:00
Laurent Rineau
e1870c1522
Merge pull request #5371 from maxGimeno/Fix_Nesf_2_parser-maxGimeno
...
Fix OOB issues in Nef_*
2021-02-05 16:10:29 +01:00
Laurent Rineau
a5cd24dd2a
Merge pull request #5371 from maxGimeno/Fix_Nesf_2_parser-maxGimeno
...
Fix OOB issues in Nef_*
2021-02-05 16:07:25 +01:00
Maxime Gimeno
d78842712c
Fix conversion warnigns
2021-01-26 10:22:18 +01:00
Maxime Gimeno
ffa019712b
First face may be -1, don't fail on it, just don't use it
2021-01-25 12:59:48 +01:00
Andreas Fabri
361598fe8f
Cherry-picked 581ba10 (Thank you Giles)
2021-01-20 15:39:50 +00:00
Maxime Gimeno
2e592e0027
Fix typo and use setstate
2021-01-20 08:38:33 +01:00
Maxime Gimeno
9e291e6bbf
replace cerr by CGAL_warning_msg
2021-01-19 14:04:54 +01:00