albert-github
|
301728a8a9
|
issue #7395 Improvement of layout of model relations
- Completed the cgalModels part
|
2023-07-09 12:43:36 +02:00 |
Sébastien Loriot
|
dfc386d65b
|
Merge branch 'master' into HEAD
|
2023-06-22 14:05:45 +02:00 |
Sébastien Loriot
|
0ee31a5d4f
|
remove extra parenthesis
|
2023-06-19 19:17:49 +02:00 |
Sébastien Loriot
|
f936680600
|
Merge remote-tracking branch 'cgal/master' into HEAD
|
2023-06-15 18:48:39 +02:00 |
Sébastien Loriot
|
11a5b394b8
|
use Range::size()
|
2023-06-15 18:44:20 +02:00 |
Sébastien Loriot
|
bbc4d08ee0
|
Merge remote-tracking branch 'cgal/master' into HEAD
|
2023-06-15 10:47:07 +02:00 |
Sébastien Loriot
|
c8a88b9014
|
remove CGAL_static_assertion*
|
2023-06-15 10:42:10 +02:00 |
Sébastien Loriot
|
852b3b664b
|
expand -CGAL_CPP17_INLINE macro
|
2023-06-15 10:40:54 +02:00 |
Sébastien Loriot
|
b724def918
|
Merge pull request #6605 from sloriot/PMP-snap_no_deg_faces_created
Avoid creating degenerate faces in snap
|
2023-05-30 19:15:30 +02:00 |
Laurent Rineau
|
1b84329710
|
Merge pull request #7229 from GilesBathgate/General-safe_bool_idiom-GilesBathgate
Remove use of the safe-bool idiom, replace with explicit operator bool
|
2023-05-03 15:05:45 +02:00 |
Sébastien Loriot
|
af337edf4d
|
boost::reference_wrapper ---> std::reference_wrapper
|
2023-04-29 08:35:13 +02:00 |
Sébastien Loriot
|
4fb4ca2b53
|
std::empty needs c++17
remove this commit before merging in 6.0
|
2023-04-28 23:39:37 +02:00 |
Sébastien Loriot
|
2f7d150531
|
boost::begin/end/empty/size -> std::begin/end/empty/size
|
2023-04-23 23:01:35 +02:00 |
Sébastien Loriot
|
a04035879d
|
boost::is_const -> std::is_const
|
2023-04-23 22:37:07 +02:00 |
Sébastien Loriot
|
d4d2225801
|
boost::is_reference -> std::is_reference
|
2023-04-23 22:37:07 +02:00 |
Sébastien Loriot
|
8740b244a2
|
boost::distance -> std::distance
boost's version is working on std::pair but we decided to no longer
consider iterator pairs as ranges
|
2023-04-23 22:37:07 +02:00 |
Sébastien Loriot
|
61834d5a26
|
boost::remove_const -> std::remove_const_t
|
2023-04-23 19:07:54 +02:00 |
Sébastien Loriot
|
fc034c6a5d
|
boost::unit -> std::uint
|
2023-04-23 18:40:39 +02:00 |
Laurent Rineau
|
ad30839e6b
|
Merge pull request #7370 from sloriot/PMP-soup_self_intersections
Add self-intersection test and report functions for triangle soups
|
2023-04-21 11:20:52 +02:00 |
Andreas Fabri
|
c330beb504
|
Add operator!=(void*)
|
2023-04-14 17:04:02 +01:00 |
Sébastien Loriot
|
28c97d293f
|
fix warnings
|
2023-04-11 09:25:29 +02:00 |
Sébastien Loriot
|
fb7d892e36
|
add help for geom traits for function dealing with polygon soups
|
2023-04-06 19:24:04 +02:00 |
Sébastien Loriot
|
3262b21ed7
|
do not evaluate other options if the parameter is provided
|
2023-04-06 19:24:04 +02:00 |
Sébastien Loriot
|
cb672d4d90
|
Merge remote-tracking branch 'cgal/master' into PMP-decimation
|
2023-04-04 14:25:17 +02:00 |
Sébastien Loriot
|
39b84d0433
|
fix specialization
|
2023-03-31 14:39:33 +02:00 |
Sébastien Loriot
|
5e4e9a9001
|
fix warning
|
2023-03-31 14:39:33 +02:00 |
Laurent Rineau
|
41f0e07022
|
Merge pull request #7343 from afabri/Surface_mesh-points-GF
Surface_mesh: Add example for accessing points
|
2023-03-31 11:10:39 +02:00 |
Laurent Rineau
|
e96fbafac2
|
Merge pull request #7308 from afabri/BGL-document_use_binary_mode-GF
BGL: Document use_binary_mode
|
2023-03-21 16:14:16 +01:00 |
Andreas Fabri
|
fcef17c918
|
Surface_mesh: Add example for accessing points
|
2023-03-21 09:44:49 +01:00 |
Andreas Fabri
|
2d203cae0c
|
BGL: Document use_binary_mode
|
2023-03-06 21:27:04 +00:00 |
Sébastien Loriot
|
b1d2744821
|
Merge branch 'master' into PMP-decimation
|
2023-03-02 14:24:27 +01:00 |
Sébastien Loriot
|
c587df44a6
|
fix correspondance between faces
|
2023-02-24 14:45:01 +01:00 |
Sébastien Loriot
|
9242a810c4
|
Merge remote-tracking branch 'cgal/master' into Region_growing-revision-soesau
|
2023-02-07 11:31:55 +01:00 |
Sébastien Loriot
|
dbccebf7df
|
clean up doc and API of new property maps
|
2023-02-06 18:32:41 +01:00 |
Giles Bathgate
|
679ee1f870
|
Remove use of the safe-bool idiom, replace with explicit operator bool
|
2023-01-30 19:39:42 +00:00 |
Sébastien Loriot
|
ee246c87c5
|
fix function name and add missing constructor
|
2023-01-25 17:08:27 +01:00 |
Sébastien Loriot
|
cd76994056
|
rename property map and deprecated old name
|
2023-01-18 13:45:37 +01:00 |
Mael
|
4d22c90474
|
Merge branch 'master' into feature/bug_documentation_spell_20221113
|
2023-01-04 10:06:45 +01:00 |
Sebastien Loriot
|
f5c41bd712
|
Merge pull request #7022 from MaelRL/Weights-v2.0-GF-master
Weights fixes (master)
|
2022-12-08 15:22:19 +01:00 |
Mael Rouxel-Labbé
|
28663265c6
|
Merge remote-tracking branch 'cgal/master' into PMP-snap_no_deg_faces_created
|
2022-12-08 14:35:48 +01:00 |
Mael
|
0ff7882997
|
Merge branch 'master' into feature/bug_documentation_spell_20221113
|
2022-12-06 22:21:06 +01:00 |
Sébastien Loriot
|
d3b13fb11c
|
Merge branch 'cgal/5.5.x-branch'
|
2022-12-05 19:00:39 +01:00 |
Sebastien Loriot
|
887e175361
|
Merge pull request #6984 from janetournois/PSP-fix_has_normal_map-GF
Point_set_3 - `NP_helper::has_normal_map()` should not always return true
|
2022-12-05 18:59:42 +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 |
Laurent Rineau
|
2f59b23d30
|
Merge pull request #7056 from MaelRL/BGL-Clarify_pmap_value_type-GF
Fix implicit conversion from `std::size_t` to `bool` creating ambiguous calls
|
2022-11-25 10:15:02 +01:00 |
Laurent Rineau
|
4ef4f036af
|
Merge pull request #7056 from MaelRL/BGL-Clarify_pmap_value_type-GF
Fix implicit conversion from `std::size_t` to `bool` creating ambiguous calls
|
2022-11-25 10:14:16 +01:00 |
Mael Rouxel-Labbé
|
ec8ec2f97a
|
Merge branch 'Weights-v2.0-GF-5.5.x' into Weights-v2.0-GF-master
|
2022-11-24 11:59:24 +01:00 |
Mael Rouxel-Labbé
|
841373df6d
|
Merge branch 'Weights-v2.0-GF' into Weights-v2.0-GF-5.5.x
|
2022-11-24 11:58:53 +01:00 |
Mael Rouxel-Labbé
|
0ecffe2913
|
Avoid conflicts between 'OpenMesh' as a mesh template parameter and namespace
|
2022-11-24 11:50:06 +01:00 |
Mael Rouxel-Labbé
|
b5c21e1f5d
|
Http -> https + update some dead links
|
2022-11-23 18:54:37 +01:00 |