Andreas Fabri
|
4581f1b7a8
|
Morte replacements
|
2019-06-05 08:39:55 +02:00 |
Laurent Rineau
|
5dc823d509
|
Merge branch 'releases/CGAL-4.14-branch'
|
2019-05-23 08:49:56 +02:00 |
Laurent Rineau
|
7be5e3fbe5
|
Merge branch 'releases/CGAL-4.13-branch' into releases/CGAL-4.14-branch
|
2019-05-23 08:44:39 +02:00 |
Sébastien Loriot
|
a84ff2d663
|
fix index order of triangles
|
2019-04-24 09:48:45 +02:00 |
Sébastien Loriot
|
ca755e35a8
|
Merge pull request #3599 from maxGimeno/Nef_3-Document_Nef_3_to_Polygon_soup-GF
Nef_3 : Document convert_nef_polyhedron_to_polygon_soup-GF
|
2019-04-23 09:52:26 +02:00 |
Sébastien Loriot
|
28ec0d926d
|
remove unused typedef
|
2019-04-12 17:52:31 +02:00 |
Simon Giraudot
|
d314711eaf
|
Merge remote-tracking branch 'mine/Stream_support-Enhance_color-GF' into Stream_support-Enhance_color-GF
|
2019-04-09 15:00:56 +02:00 |
Simon Giraudot
|
2c1ca1e893
|
Replace old color API using global const variable with new one using functions
|
2019-04-03 11:51:29 +02:00 |
Sébastien Loriot
|
ce126b87c6
|
remove cpp11::copy_n, cpp11::prev, and cpp11::next and use std instead
|
2019-03-29 13:28:32 +01:00 |
Sébastien Loriot
|
d60f5645aa
|
replace BOOST_FOREACH by c++ ranged-based for loop
some of the command used for the replacement:
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\(([a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\((const [a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\((const typename [a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\((typename [<>a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack "boost/foreach.hpp" -l --cpp | xargs sed -i '/boost\/foreach.hpp>/d'
|
2019-03-29 13:22:15 +01:00 |
Sébastien Loriot
|
8ec090d1d1
|
remove condition for cpp11 in Nef
|
2019-03-29 10:41:50 +01:00 |
Andreas Fabri
|
a77988e149
|
Fix Nef_3
|
2019-01-24 18:06:03 +01:00 |
Maxime Gimeno
|
e2f2c63e76
|
Modifications after review
|
2019-01-23 11:25:00 +01:00 |
Laurent Rineau
|
afc3de2894
|
Merge branch 'master' into Stream_support-Color-GF
|
2019-01-23 09:37:08 +01:00 |
Andreas Fabri
|
09ae18b191
|
Fix Nef_3
|
2019-01-22 19:07:31 +01:00 |
Andreas Fabri
|
9fc58ff874
|
Fix SNC_sphere_map
|
2019-01-22 19:07:31 +01:00 |
Andreas Fabri
|
d8f608fa51
|
fix Nef_3
|
2019-01-15 18:20:36 +01:00 |
Maxime Gimeno
|
ce72dd895f
|
First draft of the doc
|
2019-01-15 12:38:04 +01:00 |
Maxime Gimeno
|
7bd7caa53c
|
Replace vectors of points and polygons by ranges and write a test file.
|
2019-01-15 10:04:38 +01:00 |
Sébastien Loriot
|
725e773bdd
|
add nef to polygon soup
|
2018-12-20 09:31:52 +01:00 |
Andreas Fabri
|
97ac4d5f51
|
Exploit that construct is variadic
|
2018-04-17 14:15:07 +01:00 |
Andreas Fabri
|
7cbffac35b
|
Deal with deprecated functions allocator<T>::construct/destroy
|
2018-04-17 13:35:04 +01:00 |
Andreas Fabri
|
3580a28a98
|
Move file from BGL to Nef_3
|
2018-03-22 16:54:54 +01:00 |
Laurent Rineau
|
182239d6b6
|
Merge branch 'master' into CGAL-remove_SCL_SECURE_NO_DEPRECATE-GF
|
2018-03-06 16:49:30 +01:00 |
Jane Tournois
|
30e2fe0844
|
fix condition on _MSC_VER
|
2018-03-02 10:39:57 +01:00 |
Laurent Rineau
|
f16b771a09
|
Fix the syntax error
|
2018-03-01 14:04:38 +00:00 |
Jane Tournois
|
646dfedaf3
|
since msvc 2017, these typedefs are valid
and even needed when using /permissive-
|
2018-02-28 11:52:49 +01:00 |
Andreas Fabri
|
eb526fc4f5
|
Replacements and suppress warnings in the test code
|
2018-02-20 13:10:38 +00:00 |
Andreas Fabri
|
fa92aa49f7
|
Nef
|
2018-01-18 10:43:57 +00:00 |
Sébastien Loriot
|
8cdfad0d08
|
add missing URL and Id tags
|
2017-11-15 22:58:57 +01:00 |
Sébastien Loriot
|
ee57fc2d6c
|
add SPDX identifier for files under the GPL-3+ license
|
2017-11-12 10:17:51 +01:00 |
Sébastien Loriot
|
97e8ea1794
|
remove extra space
|
2017-11-12 10:17:51 +01:00 |
Laurent Rineau
|
4d0d588c90
|
Merge pull request #1989 from maxGimeno/Plugins_use_SM-Convex_decomposition-GF
convex decomposition work with Surface_mesh_item
|
2017-07-03 12:08:48 +02:00 |
Laurent Rineau
|
bececa63df
|
Merge branch 'releases/CGAL-4.9-branch' into releases/CGAL-4.10-branch
|
2017-06-16 11:43:08 +02:00 |
Sébastien Loriot
|
1ca852bb87
|
fix Booleen operations with full/empty space
|
2017-06-07 09:36:09 +02:00 |
Maxime Gimeno
|
45edec15db
|
Nef_plugin works with surface_mesh.
|
2017-05-29 12:12:31 +02:00 |
Sébastien Loriot
|
4cbb19ecf4
|
remove unused variable warnings
|
2017-01-30 07:22:48 +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
|
117ea03d92
|
add missing include directives
|
2016-10-31 14:51:32 +01:00 |
Laurent Rineau
|
c826500c7d
|
Merge pull request #1551 from mglisse/Number_types-gmpxx_coercion-glisse
Misc GMPXX fixes
|
2016-10-20 09:47:39 +02:00 |
Laurent Rineau
|
b76e1e021a
|
Merge pull request #1470 from sloriot/Nef_3-cst_from_FaceGraph
Add a Nef_3 constructor from a FaceGraph
|
2016-10-17 10:03:28 +02:00 |
Laurent Rineau
|
038a310a1a
|
Merge pull request #1446 from sloriot/CGAL-remove_dont_submit
Getting rid of the remaining dont_submit files
|
2016-10-17 10:01:30 +02:00 |
Laurent Rineau
|
2e4354f2e6
|
Merge pull request #1421 from afabri/Nef_3-static-GF
Nef_3: Make variables atomic
|
2016-10-17 09:59:36 +02:00 |
Marc Glisse
|
5bee5f5922
|
Workarounds for expression templates.
|
2016-10-15 18:21:54 +02:00 |
Sébastien Loriot
|
b572d76f16
|
move unused files to archive
|
2016-10-06 09:53:36 +02:00 |
Andreas Fabri
|
66fb38611d
|
no need for CGAL/tss.h
|
2016-10-05 16:15:49 +02:00 |
Andreas Fabri
|
bc8e29b025
|
Split the file CGAL/Nef_3/ID_support_handler in two files,
one with the generic function, one with the specialization used by Nef_3.
|
2016-09-30 15:23:15 +02:00 |
Laurent Rineau
|
c22dcd0e2c
|
Missing includes
|
2016-09-30 15:23:15 +02:00 |
Andreas Fabri
|
b571c968ed
|
Fix package Nef_3: include headers
|
2016-09-30 15:22:30 +02:00 |
Laurent Rineau
|
3ba403471c
|
Use CGAL::cpp11::atomic only when possible
|
2016-09-22 15:38:02 +02:00 |