Andreas Fabri
|
718db41ca5
|
Duplicates in TDS_2 and T_2
|
2018-05-23 11:48:58 +02:00 |
Mael Rouxel-Labbé
|
dafdafa0bb
|
Merge branch 'master' into BGL-doc_improvement-GF
|
2018-02-19 15:41:45 +01:00 |
Laurent Rineau
|
78e7060525
|
Merge pull request #2712 from afabri/CGAL-VC+warnlevel_4-GF
Deal with VC++ warnings of level /W4
|
2018-02-19 14:27:06 +01:00 |
Mael Rouxel-Labbé
|
28d55f8981
|
Merge branch 'master' into BGL-doc_improvement-GF
|
2018-02-15 11:32:50 +01:00 |
Laurent Rineau
|
c6fe6876b4
|
Merge pull request #2786 from MaelRL/T2-Fix_graph_traits-GF
Triangulation_2: Fix template parameter in RT_2's graph traits
|
2018-02-14 15:33:48 +01:00 |
Mael Rouxel-Labbé
|
11b708527d
|
Fixed missing functions and types
|
2018-02-08 18:19:47 +01:00 |
Mael Rouxel-Labbé
|
f32e265648
|
Tr_Base > Triangulation_base to avoid a conflict with a typedef in the T2 hierarchy
|
2018-02-05 10:20:04 +01:00 |
Mael Rouxel-Labbé
|
2b82dc67d9
|
Fixed wrong template in regular_triangulation_2's graph traits
|
2018-02-02 14:25:47 +01:00 |
Andreas Fabri
|
e34529aa9a
|
PSP
|
2018-01-17 21:17:51 +00:00 |
Laurent Rineau
|
a9365554c9
|
Merge pull request #2550 from sloriot/CGAL-add_SPDX_tags
Add SPDX License Identifier
|
2017-11-15 16:48:27 +01:00 |
Sébastien Loriot
|
ff26773f7b
|
remove include directive for checking GPL compliance in LGPL headers
|
2017-11-12 10:21:35 +01:00 |
Sébastien Loriot
|
0698f79aff
|
add SPDX identifier for files under the LGPL-3+ license
|
2017-11-12 10:17:50 +01:00 |
Sébastien Loriot
|
196603fc8a
|
add missing null descriptors in graph_traits of triangulations
|
2017-11-03 10:07:52 +01:00 |
Andreas Fabri
|
e64884da90
|
Also add support for Regular_triangulation_2
|
2017-03-31 12:38:17 +02:00 |
Andreas Fabri
|
3c6741feba
|
typename typename -> typename
|
2017-03-29 15:00:15 +02:00 |
Andreas Fabri
|
a6d43f0a15
|
capitalize file name that gets included; fix typo
|
2017-03-24 08:44:18 +01:00 |
Andreas Fabri
|
08eacf9d02
|
forward the types from the template parameter
|
2017-03-23 15:20:57 +01:00 |
Andreas Fabri
|
3f0040ef63
|
Add types and property maps so that the triangulations become a model of FaceGraph
|
2017-03-23 14:26:51 +01:00 |
Andreas Fabri
|
ba148d1dd8
|
Add types and property maps so that the triangulations become a model of FaceGraph
|
2017-03-23 12:51:04 +01:00 |
Andreas Fabri
|
23814e692f
|
Remove functions that already exist for the base class. Add graph_traits for the constrained triangulations
|
2017-03-23 11:58:46 +01:00 |
Laurent Rineau
|
1a2f617d89
|
Merge pull request #1843 from afabri/BGL_accelerate_copy_face_graph-GF
Accelerate copy_face_graph
|
2017-02-08 17:32:47 +01:00 |
Sébastien Loriot
|
50510c05ea
|
add include directive for license of all GPL header files
done using:
ack-grep "^GPL" */package_info/*/license.txt -l | awk -F "/" '{print $1}' > /tmp/gpl_packages
for i in `cat /tmp/gpl_packages | \
grep -v Operations_on_polyhedra | \
grep -v Algebraic_kernel_for_circles | \
grep -v Algebraic_kernel_for_spheres | \
grep -v Polyhedron_IO`;
do
echo $i
python Scripts/developer_scripts/add_license_in_pkg_header.py $i
done
python Scripts/developer_scripts/add_license_in_pkg_header.py Operations_on_polyhedra Polygon_mesh_processing
python Scripts/developer_scripts/add_license_in_pkg_header.py Algebraic_kernel_for_circles Circular_kernel_2
python Scripts/developer_scripts/add_license_in_pkg_header.py Algebraic_kernel_for_spheres Circular_kernel_3
python Scripts/developer_scripts/add_license_in_pkg_header.py Polyhedron_IO Polyhedron
|
2017-01-19 15:20:25 +01:00 |
Sébastien Loriot
|
e50ae3c7bf
|
fix copy-paste bug
|
2017-01-18 15:29:35 +01:00 |
Sébastien Loriot
|
99234880c9
|
Merge pull request #1786 from afabri/Triangulation_2-Prevent_deref-GF
Triangulation_2: Reduce code by switching to Prevent_deref
|
2017-01-02 19:10:24 +01:00 |
Andreas Fabri
|
a2a3daed85
|
capitalize
|
2016-12-30 10:48:16 +01:00 |
Andreas Fabri
|
9fd4e03a0d
|
Use Prevent_deref
|
2016-12-29 14:06:04 +01:00 |
Andreas Fabri
|
b4d1f8f0f7
|
Use Prevent_deref
|
2016-12-29 13:17:38 +01:00 |
Andreas Fabri
|
b867150561
|
Use Prevent_deref
|
2016-12-29 13:12:00 +01:00 |
Sébastien Loriot
|
5b61aa18a8
|
workaroung a bug in g++ 4.4
|
2016-11-30 08:49:19 +01:00 |
Andreas Fabri
|
8b8c52cf7f
|
fix typos in the doc
Add boost::graph_traits for a TDS_2
|
2016-11-18 09:41:40 +01:00 |
Andreas Fabri
|
cf719f65cd
|
intialize to avoid warning with -Wall on CentOS6-CXX11-Boost157_?
|
2016-10-12 09:15:56 +02:00 |
Andreas Fabri
|
dda0c4f29b
|
Fix package Triangulation_3: include headers
|
2016-09-30 15:22:29 +02:00 |
Andreas Fabri
|
40e9c6f735
|
Move specializations of graph_traits the packages that are concerned
|
2016-09-30 15:22:29 +02:00 |