Sébastien Loriot
|
560c77f567
|
rename named function parameter class
|
2019-07-15 06:25:02 +02:00 |
Sébastien Loriot
|
cebf0657d8
|
Use a full CGAL version of named function parameters
no longer rely on boost
|
2019-07-14 22:45:47 +02:00 |
Laurent Rineau
|
90782d4b7f
|
Revert the merge of two pull-requests that target CGAL-4.14-branch
- Revert "Merge pull request #3857 from MaelRL/CGAL-Fix_duplicate_non_manifold_vertices-GF"
- Revert "Merge pull request #3898 from lrineau/Mesh_3-stop_during_protection-lrineau"
|
2019-05-14 17:50:45 +02:00 |
Sébastien Loriot
|
2f9408f867
|
rename link name to match package name
|
2018-10-08 10:28:55 +02:00 |
Mael Rouxel-Labbé
|
26c857a431
|
Moved unary/binary_function to CGAL::cpp98
|
2018-06-13 15:58:19 +02:00 |
Sébastien Loriot
|
53f109910f
|
pass the point property map for the queries too
|
2018-04-10 17:33:11 +02:00 |
Sébastien Loriot
|
483f69728e
|
Refresh branch
|
2018-02-12 22:21:38 +01:00 |
Andreas Fabri
|
e34529aa9a
|
PSP
|
2018-01-17 21:17:51 +00:00 |
Simon Giraudot
|
c52b32b744
|
Add trick to get FT right for general PointRange AND for CGAL::Point_set_3
|
2018-01-11 14:04:19 +01:00 |
Simon Giraudot
|
9c1e045376
|
Use std::iterator_traits to get the value type
|
2018-01-11 12:35:36 +01:00 |
Simon Giraudot
|
78afc3959c
|
Fix return-types incorrectly changed from FT to double
|
2018-01-10 16:39:34 +01:00 |
Simon Giraudot
|
2e25f932cd
|
Fix several bugs
|
2018-01-10 16:39:33 +01:00 |
Simon Giraudot
|
1fa899760f
|
Use standard deprecation tools + minor fixes
|
2018-01-10 16:39:31 +01:00 |
Simon Giraudot
|
a1696bc72e
|
All reference manual reworked with in the named parameters fashion
|
2018-01-10 16:39:31 +01:00 |
Simon Giraudot
|
aabd51c7b5
|
use all_default(points) everywhere
|
2018-01-10 16:38:37 +01:00 |
Simon Giraudot
|
5299634dbb
|
Update remaining old APIs in include
|
2018-01-10 16:38:36 +01:00 |
Simon Giraudot
|
86634b3c17
|
Use new API of PSP with named parameters in include+example
|
2018-01-10 16:38:36 +01:00 |
Laurent Rineau
|
1c2e9df8cf
|
Merge branch 'releases/CGAL-4.11-branch'
|
2017-12-19 16:29:10 +01:00 |
Laurent Rineau
|
5181cd7474
|
Merge branch 'releases/CGAL-4.10-branch' into releases/CGAL-4.11-branch
# Conflicts:
# Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/measure.h
|
2017-12-19 16:19:22 +01:00 |
Sébastien Loriot
|
082d9005da
|
use reference type of the pmap
|
2017-12-08 14:45:54 +01:00 |
Sébastien Loriot
|
ee57fc2d6c
|
add SPDX identifier for files under the GPL-3+ license
|
2017-11-12 10:17:51 +01:00 |
Laurent Rineau
|
7e9f756935
|
Replace all std::unary_function by CGAL::unary_function
|
2017-10-04 15:57:09 +02:00 |
Simon Giraudot
|
ce362930f0
|
Separate PSP functions in groups
|
2017-07-11 11:58:51 +02: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 |
Andreas Fabri
|
ab78464470
|
Fix VC++ min/max problem
|
2016-12-30 10:59:07 +01:00 |
Simon Giraudot
|
5edb6e1459
|
Warning fix: explicit conversion from size_t to unsigned int
|
2016-12-30 07:38:44 +01:00 |
Simon Giraudot
|
d423e5e6f8
|
Fix warning with explicit casts
|
2016-12-29 09:28:36 +01:00 |
Simon Giraudot
|
2a37790e47
|
Add license header
|
2016-12-21 13:50:18 +01:00 |
Simon Giraudot
|
ea24e3ccde
|
Add reference to user manual in ref manual
|
2016-08-25 09:31:20 +02:00 |
Simon Giraudot
|
a3e4a8b927
|
Terminology correction (value type)
|
2016-08-25 09:05:02 +02:00 |
Simon Giraudot
|
cb7914f1ec
|
Document output iterators
|
2016-08-25 08:22:58 +02:00 |
Simon Giraudot
|
d94a7a6316
|
Unify: location -> query
|
2016-08-25 08:06:24 +02:00 |
Simon Giraudot
|
00381feae4
|
Return output iterators
|
2016-08-25 07:53:00 +02:00 |
Simon Giraudot
|
7c633e8acc
|
Remove useless and ambiguous template typenames
|
2016-08-18 14:52:38 +02:00 |
Simon Giraudot
|
08e4f7e6c8
|
Minor corrections in doxygen doc
|
2016-08-10 16:13:10 +02:00 |
Simon Giraudot
|
0de675ff3b
|
Add doxygen doc and useful overloads
|
2016-08-09 11:37:45 +02:00 |
Simon Giraudot
|
e9464de8f2
|
A bit more optimizations
|
2016-08-08 17:29:17 +02:00 |
Simon Giraudot
|
c1fc95dc9f
|
Code optimization
|
2016-08-08 16:52:21 +02:00 |
Simon Giraudot
|
e99d74aefc
|
Minor corrections
|
2016-08-08 10:30:33 +02:00 |
Simon Giraudot
|
cbad1f375c
|
Increase precision by keeping track of clusters' weights
|
2016-08-05 15:41:06 +02:00 |
Simon Giraudot
|
5b7d0a99cb
|
Add 2D case
|
2016-08-05 08:30:59 +02:00 |
Simon Giraudot
|
11d59640a9
|
Add possibility to look for a range scale (instead of a K scale)
|
2016-08-04 15:34:56 +02:00 |
Simon Giraudot
|
cd0ccf07c4
|
New algorithm: automatic scale selection for reconstruction
|
2016-08-04 15:27:14 +02:00 |