Sébastien Loriot
87285ea2a5
update changes
2018-07-03 16:51:03 +02:00
Maxime Gimeno
276871d708
Update and clean up the doc
2018-07-03 10:46:15 +02:00
Laurent Rineau
ea11369caf
Merge branch 'master' into convex_hull_function
2018-06-27 10:42:24 +02:00
Laurent Rineau
c68cf8fc4c
Merge pull request #3129 from sgiraudot/Point_set_processing-Callbacks-GF
...
Point Set Processing: Callbacks
2018-06-27 10:21:40 +02:00
Laurent Rineau
b86fff3f90
Merge pull request #3128 from sgiraudot/Solver_interface-Warn_against_diagonalize_traits-GF
...
Solver Interface: deprecate CGAL::Diagonalize_traits
2018-06-27 10:21:37 +02:00
Simon Giraudot
24ac59a01c
Avoid using std::unordered_set for MSVC2013 as performances can be very bad
...
See: https://medium.com/plaxis/embarrassingly-poor-performance-of-regular-point-sets-with-std-unordered-set-418cb413974b
2018-06-21 16:11:03 +02:00
Laurent Rineau
784ea33b2d
Do not modify the CHANGES in the section CGAL 4.12
2018-06-21 10:46:18 +00:00
Laurent Rineau
b44ad18983
Merge branch 'master' into PMP-stitch_after_orient-GF
2018-06-21 12:31:26 +02:00
Simon Giraudot
429e465761
Update CHANGES.md
2018-06-19 11:00:01 +02:00
Laurent Rineau
765b0f4e65
Add the announcement of the small feature Basic Viewer
2018-06-15 11:38:40 +02:00
Maxime Gimeno
1d4b1f9183
Merge master to solve conflicts
2018-06-13 09:48:07 +02:00
Konstantinos Katrioplas
be4dfe77ac
handle convex hull functionality for up to 3 points to a mutable graph and to an output iterator
2018-06-07 10:28:55 +02:00
Laurent Rineau
7f45dbebe6
Merge pull request #3058 from maxGimeno/Property_map-Point_kernel_converter_map-GF
...
Property_map: Kernel_converter_map
2018-06-06 14:41:46 +02:00
Laurent Rineau
cabb7d9b89
Merge pull request #2737 from maxGimeno/BGL_isotropic_remeshing_keep_constrained_points_intact-GF
...
BGL: Isotropic_remeshing() keeps constrained vertices intact
# Conflicts:
# Installation/CHANGES.md
2018-06-06 14:41:34 +02:00
Laurent Rineau
ab973c90e0
Merge pull request #2739 from lrineau/Mesh_3-improve_polylines_to_protect-GF
...
Mesh_3 new improvements: polylines_to_protect(), new API of Labeled_mesh_domain_3
2018-06-01 17:25:52 +02:00
Laurent Rineau
93f192435a
Merge pull request #3123 from maxGimeno/Manual_update_after_QGLViewer_integration-GF
...
Documentation: Add missing updates after the fork of libQGLViewer
2018-06-01 17:24:35 +02:00
Laurent Rineau
b56a07ea3e
Fix of CHANGES.md
...
The faulty modification was made by the commit:
commit 851dfabd29
Merge: 46bf950f2d d3c874bd83
Author: Laurent Rineau <laurent.rineau@cgal.org >
Date: Mon May 28 13:58:07 2018 +0200
Merge pull request #2757 from maxGimeno/BGL-Add_facegraph_validity_check_function-GF
BGL: Add a FaceGraph validity check function
2018-06-01 11:00:55 +02:00
Simon Giraudot
a76d289ef7
Update CHANGES.md
2018-05-30 11:24:04 +02:00
Laurent Rineau
007a70e7cc
Merge branch 'releases/CGAL-4.12-branch'
2018-05-29 17:19:52 +02:00
Sébastien Loriot
2e7ceb07ff
improve phrasing
2018-05-29 15:59:54 +02:00
Sébastien Loriot
acf969560d
try improving phrasing
2018-05-29 15:59:54 +02:00
Maxime Gimeno
0b2436d062
Clean-up after review
2018-05-29 15:59:54 +02:00
Sébastien Loriot
0549e39af4
update changes
2018-05-29 15:59:54 +02:00
Maxime Gimeno
cbbf244849
updates changes.md
2018-05-29 15:59:10 +02:00
Simon Giraudot
6480cf2205
Define a CGAL::cpp11::thread wrapper for TBB or STD
2018-05-29 11:42:04 +02:00
Laurent Rineau
cb14375778
Merge branch 'master' into Property_map-Point_kernel_converter_map-GF
2018-05-29 10:58:28 +02:00
Maxime Gimeno
fbe5ee39c7
Update cmake files
2018-05-28 17:18:59 +02:00
Laurent Rineau
2766e1ff5d
Merge 'master' and fix conflicts
2018-05-28 16:40:09 +02:00
Laurent Rineau
3c5530d0e4
Fix a Markdown syntax error in the CHANGES.md
2018-05-28 14:29:41 +00:00
Maxime Gimeno
12f286cabf
Add missing updates after the fork of libQGLViewer
2018-05-28 16:23:13 +02:00
Laurent Rineau
01574e7ab9
Partially revert 7cc46441b5
...
Partially revert 7cc46441b5 from the PR
https://github.com/CGAL/cgal/pull/3021
We want to override CGALConfig.cmake. The previous patch was wrong. That is
easier to forbid in-source builds in Git, anyway.
2018-05-28 15:22:19 +02:00
Laurent Rineau
588cc67897
Merge pull request #3096 from MaelRL/CGAL-Fix_deprecated_code_usage-GF
...
Fix some deprecation-related issues
2018-05-28 13:58:41 +02:00
Laurent Rineau
2ad4781a05
Merge pull request #3092 from maxGimeno/Travis-Check_including_all_headers-GF
...
Infrastructure : Test compilation of headers
2018-05-28 13:58:19 +02:00
Laurent Rineau
a7738b27c9
Merge pull request #3052 from maxGimeno/PMP-transform-GF
...
PMP: transform()
2018-05-28 13:58:16 +02:00
Laurent Rineau
265a81bf76
Merge pull request #2967 from maxGimeno/CGAL-With_QGLViewer-GF
...
CGAL_Qt5: include QGLViewer
2018-05-28 13:58:10 +02:00
Laurent Rineau
851dfabd29
Merge pull request #2757 from maxGimeno/BGL-Add_facegraph_validity_check_function-GF
...
BGL: Add a FaceGraph validity check function
2018-05-28 13:58:07 +02:00
Laurent Rineau
f20743cc20
Merge pull request #3096 from MaelRL/CGAL-Fix_deprecated_code_usage-GF
...
Fix some deprecation-related issues
2018-05-28 11:00:45 +02:00
Laurent Rineau
d7d39e9036
Merge pull request #3092 from maxGimeno/Travis-Check_including_all_headers-GF
...
Infrastructure : Test compilation of headers
2018-05-28 11:00:39 +02:00
Laurent Rineau
ad588cfe87
Merge branch 'releases/CGAL-4.12-branch'
2018-05-25 10:43:23 +02:00
Laurent Rineau
e4ff486963
Merge pull request #3110 from lrineau/Installation-better_check_headers-lrineau
...
Installation: better check_headers (for Travis)
2018-05-25 10:42:22 +02:00
Laurent Rineau
3216107917
Merge pull request #3107 from lrineau/Installation-fix_make_install_header_only-lrineau
...
Fix `make install` with the tarball and header-only
2018-05-25 10:42:19 +02:00
Laurent Rineau
39c913a090
CERR: create the file before using it
2018-05-24 14:44:48 +02:00
Laurent Rineau
4ba33e17d3
Run the compiler a second time without -H in case of errors
2018-05-23 15:09:53 +02:00
Laurent Rineau
11d310bba0
Fix typo falg/flag
2018-05-23 15:09:53 +02:00
Maxime Gimeno
853bd3ceed
Add a step to check_headers that tries to build a dummy cpp with all the checked headers.
2018-05-23 11:48:57 +02:00
Laurent Rineau
cd79383d5b
Fix make install with the tarball and header-only
2018-05-22 14:45:04 +02:00
Mael Rouxel-Labbé
b41f1d6272
Various deprecation-related improvements
2018-05-18 16:47:54 +02:00
Laurent Rineau
95edcb3778
Fix compilation error in header-only
2018-05-17 10:20:56 +02:00
Maxime Gimeno
0d4c153da2
Fix ImageInterface UI management
2018-05-17 10:20:56 +02:00
Maxime Gimeno
9c1c0b027a
Fix UI management
2018-05-17 10:20:56 +02:00