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 |
|
Laurent Rineau
|
e4353afb13
|
Merge pull request #3861 from MaelRL/PMP-Add_stitch_boundary_cycle_singular-GF
PMP: Introduce `stitch_boundary_cycle`
|
2019-06-17 13:54:39 +02:00 |
|
Laurent Rineau
|
395e4965b7
|
Remove use of qt5_use_modules (warned deprecated with CMake-3.14)
|
2019-06-14 15:15:40 +02:00 |
|
Liangliang Nan
|
92add3db18
|
Update list_of_whitelisted_headers.cmake
added
CGAL/SCIP_mixed_integer_program_traits.h
and
CGAL/GLPK_mixed_integer_program_traits.h
|
2019-06-12 21:21:55 +02:00 |
|
Mael Rouxel-Labbé
|
bac2593797
|
Minor CHANGES.md changes
|
2019-06-07 10:40:53 +02:00 |
|
Liangliang Nan
|
7ac0565037
|
Added some "changes"
For the new package Polygonal Surface Reconstruction and the extension of Solver Interface
|
2019-06-06 10:53:48 +02:00 |
|
Liangliang Nan
|
fadaee63a8
|
integrated PolyFit
|
2019-06-05 17:50:37 +02:00 |
|
Andreas Fabri
|
f7b7b9957f
|
Merge remote-tracking branch 'cgal/master' into CGAL-null_ptr-GF
|
2019-06-05 14:47:11 +02:00 |
|
Laurent Rineau
|
e4993273c5
|
Merge pull request #3864 from danston/Point_set_shape_detection_3-make_it_general_with_region_growing-danston
[Feature] Shape detection with region growing
|
2019-06-05 11:20:29 +02:00 |
|
Laurent Rineau
|
39c8f7ae1f
|
Merge pull request #3950 from afabri/Triangulation_23-PointWithInfo-GF
2D and 3D Triangulations: Unify insertion of range of points with info
|
2019-06-05 11:20:23 +02:00 |
|
Simon Giraudot
|
0a87e078b9
|
Add Sphere_3 to changes
|
2019-06-05 10:51:25 +02:00 |
|
Andreas Fabri
|
4581f1b7a8
|
Morte replacements
|
2019-06-05 08:39:55 +02:00 |
|
Andreas Fabri
|
5532b84b4f
|
nullptr_t -> std::nullptr_t
|
2019-06-05 07:28:56 +02:00 |
|
Laurent Rineau
|
d05de694ef
|
typo
|
2019-06-04 17:00:17 +02:00 |
|
Simon Giraudot
|
9ee478139b
|
Remove hash for Direction_23/Ray_23 as equality is more complicated
|
2019-06-04 13:26:05 +02:00 |
|
Simon Giraudot
|
44907c8326
|
Update CHANGES.md
|
2019-06-04 10:42:23 +02:00 |
|
Dmitry Anisimov
|
3738de08ed
|
Merge branch 'master' into Point_set_shape_detection_3-make_it_general_with_region_growing-danston
|
2019-05-23 10:38:45 +02:00 |
|
Laurent Rineau
|
419032d859
|
Merge pull request #3947 from MaelRL/CGAL-Fix_typos-GF
Fix some typos in code/comments/documentation
|
2019-05-23 08:50:14 +02:00 |
|