Andreas Fabri
c3d4306cb2
Replace sprintf with stringstream
2021-09-23 17:00:10 +02:00
Andreas Fabri
e537c80442
Replace sprintf with stringstream
2021-09-23 17:00:09 +02:00
Andreas Fabri
055f87de26
Use std::array and avoid mem_set
2021-09-23 16:57:35 +02:00
Andreas Fabri
637d61c974
Fix in Arr_counting_traits_2.h
2021-09-23 16:57:34 +02:00
Sebastien Loriot
4610cf3c66
Merge pull request #5904 from sloriot/CGAL-remove_config_flags
...
Replace macros with inline functions and remove a config flag
2021-09-10 17:38:50 +02:00
Sébastien Loriot
4afc249100
do not hide type definitions
2021-09-09 15:58:00 +02:00
Sébastien Loriot
2019affe2d
pdf -> png
2021-09-02 18:59:34 +02:00
Sébastien Loriot
c4634fb08c
restore workaround for a warning
2021-09-02 17:16:07 +02:00
Sébastien Loriot
6e1fc8a4e5
Merge remote-tracking branch 'cgal/master' into HEAD
2021-09-02 16:53:07 +02:00
Sébastien Loriot
23e6ad88d7
handle lack of GMP
2021-09-01 12:22:02 +02:00
Sébastien Loriot
5be3a41f26
try to silence warnings
2021-08-30 15:08:47 +02:00
Sébastien Loriot
98e471849b
moving files from internal to PKG/internal
2021-08-26 11:33:39 +02:00
Sébastien Loriot
0d48a870a2
fix usage of html comment tag
2021-08-24 14:26:54 +02:00
Efi Fogel
c8707b88c5
Replaced Polyline type with auto (as part of pacifying MSVC
2021-08-24 12:31:05 +03:00
Efi Fogel
4a1e5059e1
Redefined Polyline to My_polyline pacify msvc
2021-08-23 18:48:00 +03:00
Efi Fogel
501af35f46
Merge branch 'Aos_2-boundary_objects-efic' of github.com:efifogel/cgal into Aos_2-boundary_objects-efic
2021-08-23 18:45:23 +03:00
Efi Fogel
f8aa0fe0e1
Pacify msvc
2021-08-23 18:39:27 +03:00
Efi Fogel
8f853c2cfe
Added missing include
2021-08-23 18:03:21 +03:00
Efi Fogel
2c9352d15f
Commented out unsued formal variable
2021-08-23 17:57:54 +03:00
Efi Fogel
b2569f211b
placed 'unsigned int' with auto to remove unnecessary conversion
2021-08-23 17:57:21 +03:00
Efi Fogel
3125f166ac
Replaced inclusion of CGAL/basic.h with config.h
2021-08-19 16:59:27 +03:00
Efi Fogel
d3b1868728
Added default definition of special functions to pacify the compiler
2021-08-19 16:56:43 +03:00
Efi Fogel
200857c14e
Fixed warning BOOST_PARAMETER_MAX_ARITY redefinition
2021-08-19 16:27:42 +03:00
Efi Fogel
925f42632d
Included CGAL before boost to resolve the BOOST_PARAMETER_MAX_ARITY redefinition warning
2021-08-19 13:59:57 +03:00
Efi Fogel
c3022226d7
Replaced unsigned with the correct integral type (which resolved some warnings)
2021-08-19 13:59:28 +03:00
Efi Fogel
2f52949c3c
Added doxygen comment for the Trim_2 functor (which resolved a warning)
2021-08-19 13:58:49 +03:00
Efi Fogel
d14cece4ca
Commenting out unused formal variables
2021-08-19 13:27:46 +03:00
Efi Fogel
b76590728c
Attempting to pacify Doxygen
2021-08-19 13:27:29 +03:00
Efi Fogel
7c19ba3d0f
Attempting to pasify doxygen
2021-08-19 13:27:02 +03:00
Sébastien Loriot
d4c7e220c1
Merge remote-tracking branch 'cgal/5.3.x-branch'
2021-08-13 18:27:28 +02:00
Sébastien Loriot
b0a85960bf
Merge remote-tracking branch 'cgal/5.2.x-branch' into HEAD
2021-08-13 18:27:07 +02:00
Efi Fogel
3f3b1ecee2
moved unused variable
2021-08-12 13:58:43 +03:00
Efi Fogel
d462476ae5
Fixed string literal
2021-08-12 13:58:26 +03:00
Sébastien Loriot
fa2c353fff
move impl outside of the class
2021-08-12 10:35:39 +02:00
Efi Fogel
8d95fb809b
Pacify msvc
2021-08-11 18:37:30 +03:00
Efi Fogel
54b301cc56
handled unused variable (only used in debug mode).
2021-08-10 12:38:31 +03:00
Efi Fogel
bfc5b7e6f8
Clean ups; Removed unused types and variables; Fixed limit => boundary terminology
2021-08-10 10:49:11 +03:00
Efi Fogel
9f2f072b98
leaned up (removed duplicate defines)
2021-08-04 16:37:58 +03:00
Efi Fogel
677a155808
Fixed typo in previous merge with master
2021-08-04 16:37:43 +03:00
Efi Fogel
e1d8176cad
Add IO in IO::set_pretty_mode
2021-08-04 13:57:39 +03:00
Efi Fogel
5e73fe1eba
Merge remote-tracking branch 'cgal/master' into Aos_2-boundary_objects-efic
2021-08-04 12:22:09 +03:00
Sébastien Loriot
a3d04af49c
fix issue in case an overlapping curve is split
...
in case an arrangement is updated and an overlap curve
is on an existing halfedge, the incident halfedge
to an event has to be updated after the split.
This is done by checking all left events in parent subcurves
of the overlapping subcurve.
2021-07-28 16:47:13 +02:00
Sébastien Loriot
a60f4dc3a7
add failing test case
2021-07-28 16:47:12 +02:00
Sébastien Loriot
5985db1fe8
fix typos
2021-07-28 16:47:12 +02:00
Maxime Gimeno
97cac65a86
Fix __GNUC__ tests
2021-07-23 10:59:49 +02:00
Maxime Gimeno
a3d1765ab4
Merge remote-tracking branch 'cgal/master' into CGAL-Clean_up_boost_versions-maxGimeno
2021-07-19 14:18:40 +02:00
Mael Rouxel-Labbé
78ff9185b3
Harmonize ASCII usage across all packages
2021-06-23 23:34:32 +02:00
Maxime Gimeno
a76bd6081e
Replace more sc text
2021-05-21 15:45:50 +02:00
Laurent Rineau
59a0da4f13
Merge pull request #5692 from maxGimeno/CGAL_cpp11_atomic_and_threads-maxGimeno
...
CGAL:: Use std atomic and threads
# Conflicts:
# Arrangement_on_surface_2/include/CGAL/Arr_counting_traits_2.h
2021-05-19 17:23:53 +02:00
Laurent Rineau
82bec8a1d6
Merge pull request #5692 from maxGimeno/CGAL_cpp11_atomic_and_threads-maxGimeno
...
CGAL:: Use std atomic and threads
# Conflicts:
# Arrangement_on_surface_2/include/CGAL/Arr_counting_traits_2.h
2021-05-19 17:11:37 +02:00