Laurent Rineau
|
1ba982096a
|
Merge pull request #5094 from sgiraudot/Boolean_operations-Use_GPS_based_polylines-GF
[Small Feature] Boolean Operations: Use polyline-based GPS
|
2021-10-07 14:27:23 +02:00 |
Laurent Rineau
|
fb9333f0d0
|
Merge pull request #6028 from MaelRL/CGAL-Fix_typos-GF
Fix typos
|
2021-10-07 14:27:21 +02:00 |
Laurent Rineau
|
a5e3469e78
|
Merge pull request #6011 from janetournois/Mesh_3-prevent_bad_initialization-jtournois
Mesh_3 - warning message after bad initialization
|
2021-10-06 12:04:54 +02:00 |
Mael Rouxel-Labbé
|
521c72d57e
|
Fix typos
|
2021-10-04 13:34:07 +02:00 |
Jane Tournois
|
bca05c8d67
|
add header inclusion protection
|
2021-09-24 11:14:01 +02:00 |
Andreas Fabri
|
15d788ef29
|
Remove commented code section which contains a call to memset()
|
2021-09-23 16:57:34 +02:00 |
Sébastien Loriot
|
36249c0fa0
|
Merge remote-tracking branch 'cgal/master' into HEAD
|
2021-09-23 11:07:06 +02:00 |
Sébastien Loriot
|
a93dda81cd
|
Merge pull request #5935 from janetournois/CGAL-fix_warnings_c++20-jtournois
Fix warnings for C++20
|
2021-09-10 17:43:47 +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
|
c04f88368f
|
static_assert is not affected by NDEBUG
|
2021-09-08 10:38:21 +02:00 |
Sébastien Loriot
|
f11cd9098a
|
restore include statement
|
2021-09-03 09:32:58 +02:00 |
Sébastien Loriot
|
288c283784
|
TBB_IMPLEMENT_CPP0X is always 0 when using c++14
|
2021-08-30 19:24:59 +02:00 |
Sébastien Loriot
|
358420e6ca
|
fix CGAL_AND/CGAL_OR implementation using a lambda
Thanks to @mglisse for the trick
|
2021-08-30 18:57:55 +02:00 |
Jane Tournois
|
959c17af43
|
fix duplicate input
|
2021-08-26 17:32:19 +02:00 |
Sébastien Loriot
|
4ea7b65a24
|
manual move for boost headers
|
2021-08-26 11:42:01 +02:00 |
Sébastien Loriot
|
98e471849b
|
moving files from internal to PKG/internal
|
2021-08-26 11:33:39 +02:00 |
Jane Tournois
|
392730fe68
|
boost/iterator.hpp is deprecated in favor of <iterator>
|
2021-08-25 16:53:00 +02:00 |
Jane Tournois
|
ee8531d600
|
boost/iterator.hpp is deprecated
|
2021-08-25 15:25:40 +02:00 |
Andreas Fabri
|
9cdd0690df
|
Fix the testsuite of Uncertain
|
2021-08-17 13:11:36 +01:00 |
Sebastien Loriot
|
35e069045c
|
Simplify expressions
Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org>
|
2021-08-16 20:51:58 +02:00 |
Sébastien Loriot
|
31a0557f58
|
add questions
|
2021-08-13 16:45:28 +02:00 |
Sébastien Loriot
|
63a764b79c
|
remove some cpp0x and cpp11 config macros
|
2021-08-13 16:25:40 +02:00 |
Sébastien Loriot
|
00fd00fafc
|
replace macros with inline functions and remove a config flag
|
2021-08-13 15:24:41 +02:00 |
Laurent Rineau
|
5759a800e3
|
Merge pull request #5705 from maxGimeno/CGAL-Clean_up_boost_versions-maxGimeno
|
2021-07-28 10:14:38 +02:00 |
Marc Glisse
|
e7357ac003
|
Merge remote-tracking branch 'cgal/master' into mt-glisse
several PRs in Filtered_kernel conflicted with this :-(
|
2021-07-19 14:53:27 +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 |
Laurent Rineau
|
bc8dced954
|
Merge pull request #5771 from GilesBathgate/STL_ext-performance_object_assign-GilesBathgate
Simplify assign in Object.h
|
2021-06-17 09:27:23 +02:00 |
Laurent Rineau
|
00b8a234a3
|
Merge pull request #5731 from sloriot/handle_hash_null
Hash value of handles use directly the address of the node
|
2021-06-16 15:08:41 +02:00 |
Giles Bathgate
|
b575892a16
|
Simplify assign in Object.h
|
2021-06-08 18:21:46 +01:00 |
Sébastien Loriot
|
18ca811f7f
|
hash value of handles use directly the address of the node
|
2021-05-27 12:36:17 +02:00 |
Laurent Rineau
|
8fa0f55ac7
|
Merge branch 'master' into mt-glisse
|
2021-05-27 10:27:38 +02:00 |
Maxime Gimeno
|
747add59d6
|
Add a test for result_of.
|
2021-05-25 13:47:18 +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
|
2c4a5db3ce
|
Merge pull request #5631 from GilesBathgate/STL_ext-fix_uncaught_exceptions_cleanup-GilesBathgate
Fix uncaught exceptions cleanup
|
2021-05-18 18:14:14 +02:00 |
Laurent Rineau
|
26ad68e486
|
Merge pull request #5649 from sloriot/CGAL-no_boost_shared_ptr
Replace internal use of boost shared_ptr
|
2021-05-18 18:14:12 +02:00 |
Laurent Rineau
|
bd98013623
|
Merge pull request #5665 from GilesBathgate/Polyhedron_3_TDS_3-compare_handle_nullptr-GilesBathgate
Polyhedron_3 and TDS_3 compare handle nullptr
|
2021-05-18 18:13:57 +02:00 |
Laurent Rineau
|
d6b2c8d9dc
|
Merge pull request #5671 from maxGimeno/CGAL_IO-Add_missing-deprecated_functions-maxGimeno
CGAL_IO: Add missing fallbacks
# Conflicts:
# BGL/include/CGAL/boost/graph/IO/INP.h
# Point_set_processing_3/include/CGAL/IO/write_xyz_points.h
|
2021-05-18 18:13:38 +02:00 |
Maxime Gimeno
|
393ae7dae6
|
Clean-up boost_version reqs
|
2021-05-12 15:03:53 +02:00 |
Maxime Gimeno
|
9028027131
|
Restore result_of.h and deprecate it
|
2021-05-07 12:54:40 +02:00 |
Maxime Gimeno
|
9533a9fea8
|
remove CGAL/result_of.h and move its content to config.h
|
2021-05-07 12:51:07 +02:00 |
Maxime Gimeno
|
e9b7595fff
|
Deprecate CGAL headers for threads, atomic and result_of, and move their content to config.h as fallback
|
2021-05-07 11:09:24 +02:00 |
Sébastien Loriot
|
4e519a3c7a
|
move documented IO functions in IO namespace
|
2021-05-05 13:15:37 +02:00 |
Giles Bathgate
|
b42bbded9b
|
Add null comparison operators to vector_iterator
|
2021-05-05 06:46:57 +01:00 |
Giles Bathgate
|
5ecd85248a
|
Fix capitalisation of macro name.
|
2021-04-28 21:03:45 +01:00 |
Giles Bathgate
|
33ea1f7c3b
|
Add destructor assertion catch to Multiset
|
2021-04-28 21:03:03 +01:00 |
Giles Bathgate
|
254f1bf6b9
|
Add conditional noexcept to Handle/Handle_for
|
2021-04-28 21:03:03 +01:00 |
Giles Bathgate
|
0ef8127c71
|
The CGAL_NOEXCEPT macro is no longer needed
|
2021-04-28 21:03:00 +01:00 |
Giles Bathgate
|
0dcadee486
|
Fix dereference after null in Polyhedron_incremental_builder_3.h
|
2021-04-28 17:54:19 +01:00 |
Laurent Rineau
|
7ba37d8967
|
Merge pull request #5408 from sgiraudot/Arrangement-Compact_container_based_DCEL-GF
Arrangement: Use Compact Container for DCEL
|
2021-04-28 15:24:21 +02:00 |
Sébastien Loriot
|
6672cd0014
|
use std::shared_ptr for CGAL::Object
|
2021-04-28 10:45:36 +02:00 |