Sebastien Loriot
|
0dd30b1a68
|
Merge pull request #3900 from lrineau/CGAL-header_only_by_default-GF
Make CGAL_HEADER_ONLY the default in CGAL-5.0
|
2019-07-19 21:14:34 +02:00 |
Sébastien Loriot
|
724e70b97f
|
Merge pull request #3984 from LiangliangNan/master
New package 'Polygonal Surface Reconstruction' and an extension of 'Solver Interface'
|
2019-07-18 17:05:25 +02:00 |
Sébastien Loriot
|
c411ae69d0
|
Merge pull request #2951 from kkatrio/PMP-smoothing-kkatrio
PMP: Mesh and shape smoothing
|
2019-07-18 16:49:05 +02:00 |
Sébastien Loriot
|
1f8065c6c3
|
Merge pull request #3885 from MaelRL/PMP-Locate-GF
PMP: Add locate.h and rewrite Triangulation_2 graph traits
|
2019-07-18 16:40:49 +02:00 |
Sebastien Loriot
|
8adc64dfe3
|
Merge pull request #3860 from MaelRL/PMP-Add_non_manifold_vertices_collector-GF
PMP: Add function 'non_manifold_vertices'
|
2019-07-18 16:38:15 +02:00 |
Mael Rouxel-Labbé
|
047cfeb1fa
|
Add namespace in CHANGES.md
|
2019-07-18 16:37:29 +02:00 |
Mael Rouxel-Labbé
|
18617dcf39
|
Modify changes.md
|
2019-07-18 16:28:56 +02:00 |
Sebastien Loriot
|
667e4022f7
|
Merge pull request #4060 from sloriot/CGAL-doc_match_brackets
match @{ and @}
|
2019-07-18 16:26:43 +02:00 |
Laurent Rineau
|
58e12565e3
|
Prepare release candidates for 5.0-beta1
|
2019-07-12 15:31:07 +02:00 |
Sébastien Loriot
|
4312b05ec1
|
fix function name
|
2019-07-12 06:26:40 +02:00 |
Mael
|
47c247ae72
|
Merge branch 'master' into PMP-smoothing-kkatrio
|
2019-07-10 15:36:25 +02:00 |
Laurent Rineau
|
d3b9d89596
|
Merge pull request #4013 from lrineau/CGAL_Core-no_need_for_Boost.Thread-GF
Remove the need for Boost.Thread (but for CGAL_Core and gcc<9.1)
|
2019-07-10 14:22:53 +02:00 |
Laurent Rineau
|
dc02598a5c
|
Merge pull request #4016 from gdamiand/CGAL-more_viewers-gdamiand
CGAL: more viewers
|
2019-07-10 14:22:50 +02:00 |
Sébastien Loriot
|
983645a51a
|
match @{ and @}
|
2019-07-05 21:49:46 +02:00 |
Laurent Rineau
|
c0ba28f80a
|
Merge branch 'releases/CGAL-4.14-branch'
|
2019-07-03 11:18:20 +02:00 |
Laurent Rineau
|
e79bfd5d03
|
Merge branch 'releases/CGAL-4.13-branch' into releases/CGAL-4.14-branch
|
2019-07-03 11:10:03 +02:00 |
Maxime Gimeno
|
7155df2743
|
Merge remote-tracking branch 'cgal/master' into liangliang_master
|
2019-07-01 14:59:24 +02:00 |
Laurent Rineau
|
6639a69869
|
Merge pull request #4047 from sgiraudot/PSP-Spherical_queries-Update_changes-GF
Update CHANGES.md for PSP: Spherical Neighborhood Queries
|
2019-07-01 12:18:58 +02:00 |
Simon Giraudot
|
f46751e487
|
Update CHANGES.md
|
2019-07-01 12:02:08 +02:00 |
Mael Rouxel-Labbé
|
f68141a6d3
|
Merge branch 'PMP-Locate-GF-old' into PMP-Locate-GF
|
2019-07-01 11:28:25 +02:00 |
Mael
|
f40f8e4190
|
Merge branch 'master' into PMP-smoothing-kkatrio
|
2019-07-01 11:24:11 +02:00 |
Laurent Rineau
|
44e4d1526c
|
Fix the CHANGES.md
|
2019-07-01 11:22:46 +02:00 |
Laurent Rineau
|
39a245220a
|
Merge pull request #3660 from mglisse/NewKernel_d-lazy_Epeck_d-glisse
Epeck_d
|
2019-07-01 11:16:33 +02:00 |
Laurent Rineau
|
32f80cbece
|
Merge pull request #4018 from lrineau/CGAL-refresh_cmake_minimum_required-GF
CMake>=3.13: opt for for new policies up to 3.15
|
2019-07-01 11:16:30 +02:00 |
Laurent Rineau
|
dbb1cb6c9b
|
Merge pull request #3974 from afabri/Triangulation-add_ranges-GF
Triangulation_{2,3): Add ranges
|
2019-07-01 11:16:05 +02:00 |
Mael Rouxel-Labbé
|
6a83f908e7
|
Align CHANGES.md with master
|
2019-06-28 17:43:09 +02:00 |
Laurent Rineau
|
5341998c7e
|
Add a new ctest fixture, that checks the build system
That will avoid that `cmake` is run in parallel several times, when
`ctest -j` is used.
|
2019-06-28 12:53:53 +02:00 |
Mael Rouxel-Labbé
|
2729098c29
|
Update CHANGES.md
|
2019-06-26 08:42:23 +02:00 |
Liangliang Nan
|
655fa4b30d
|
Merge branch 'master' of https://github.com/CGAL/cgal
|
2019-06-25 14:23:17 +02:00 |
Laurent Rineau
|
2ce7800239
|
Unfortunately gcc < 9.1 has bug with thread_local that impact CGAL
|
2019-06-24 14:27:20 +02:00 |
Mael Rouxel-Labbé
|
7c82c96dfd
|
Proper usage of CMake to find and use Ceres
done with the help of @lrineau
|
2019-06-21 11:24:32 +02:00 |
Mael Rouxel-Labbé
|
0d1759e996
|
Merge branch 'PMP-smoothing-kkatrio-old' into PMP-smoothing-kkatrio
|
2019-06-20 15:02:32 +02:00 |
Mael Rouxel-Labbé
|
7a5486962d
|
Merge branch 'PMP-Locate-GF-old' into PMP-Locate-GF
|
2019-06-20 14:49:25 +02:00 |
Laurent Rineau
|
17add8332e
|
Merge pull request #3903 from MaelRL/PMP-Generalize_keep_largest_CC-GF
PMP: Generalize `keep_large(st)_CCs`
|
2019-06-20 14:21:14 +02:00 |
Laurent Rineau
|
8fd3f2d8fd
|
Merge pull request #3973 from sgiraudot/Kernel_23-Add_hash_functions-GF
[Small Feature] Add hash functions for kernel objects
|
2019-06-20 14:21:09 +02:00 |
Mael Rouxel-Labbé
|
cad9a0aaa8
|
Make things work when Ceres is not available
|
2019-06-20 13:04:15 +02:00 |
Laurent Rineau
|
1bcaf6bbf3
|
Fix in non-header-only: one has to call find_package(Boost)
|
2019-06-20 11:57:37 +02:00 |
Laurent Rineau
|
2a5b558eb5
|
Merge branch 'master' into NewKernel_d-lazy_Epeck_d-glisse
|
2019-06-20 10:28:01 +02:00 |
Guillaume Damiand
|
67307dcead
|
Merge master to remove conflicts; plus rephrase draw documentation following Sebastien comments.
|
2019-06-19 15:48:10 +02:00 |
Liangliang Nan
|
4588ba5d9d
|
Merge branch 'master' of https://github.com/CGAL/cgal
|
2019-06-19 15:08:53 +02:00 |
Liangliang Nan
|
010f05dfeb
|
find GLPK
- added FindGLPK.cmake
- try to find SCIP first. If not, try to find GLPK
|
2019-06-19 15:02:27 +02:00 |
Laurent Rineau
|
4fbf00fb8a
|
CMake>=3.13: opt for for new policies up to 3.15
|
2019-06-19 14:34:59 +02:00 |
Mael Rouxel-Labbé
|
77711e4e71
|
Merge branch 'PMP-smoothing-kkatrio-old' into PMP-smoothing-kkatrio
|
2019-06-19 11:34:48 +02:00 |
Mael Rouxel-Labbé
|
3b53ce20e3
|
Rename smooth/smooth_along_curvature_flow to smooth_mesh/shape
Also fix edge protection in the demo
|
2019-06-19 10:17:26 +02:00 |
Mael Rouxel-Labbé
|
22bd8a943b
|
Merge smooth_areas and smooth_angles, rework AABB tree, document everything
|
2019-06-18 16:02:42 +02:00 |
Laurent Rineau
|
e260ea1dd4
|
C++11: remove the need for Boost.Thread, even with CGAL_Core
|
2019-06-18 15:06:23 +02:00 |
Mael Rouxel-Labbé
|
7f6cb0411c
|
Merge branch 'PMP-Locate-GF-old' into PMP-Locate-GF
|
2019-06-18 08:20:16 +02:00 |
Mael Rouxel-Labbé
|
b1a37a0f1e
|
Update CHANGES.md
|
2019-06-17 15:19:00 +02:00 |
Laurent Rineau
|
6842424fbd
|
Make CGAL_HEADER_ONLY the default in CGAL-5.0
|
2019-06-17 15:06:57 +02:00 |
Laurent Rineau
|
be0d07d150
|
Merge pull request #3979 from afabri/CGAL-null_ptr-GF
Replace NULL and Nullptr_t with nullptr and nullptr_t
|
2019-06-17 14:10:35 +02:00 |