Laurent Rineau
d485c73c7a
Fixes after review by Jane T. and Simon G.
2018-02-27 15:43:17 +01:00
Laurent Rineau
4dd581137a
Proposal of announcement for CGAL-4.12-beta1
2018-02-27 15:30:55 +01:00
Laurent Rineau
27859944b4
Announcement for CGAL-4.11.1
2018-02-27 11:03:14 +01:00
Laurent Rineau
441170768d
Prepare CGAL-4.12-beta1
2018-02-25 20:36:59 +01:00
Laurent Rineau
f07e578389
Merge pull request #2842 from maxGimeno/Travis-fix_check_step-GF
...
Travis: perform the test of .travis.yml validity in first place
2018-02-23 17:55:18 +01:00
Laurent Rineau
e166d7a09e
Merge branch 'releases/CGAL-4.11-branch'
2018-02-23 17:39:07 +01:00
Laurent Rineau
9e8a40fc70
Merge pull request #2845 from sloriot/PMP-improve_autorefine_v2
...
Improve internal autorefinement function
2018-02-23 17:35:09 +01:00
Laurent Rineau
85ce0157cf
Merge pull request #2839 from afabri/STL_extension-replace_std_iterator-GF
...
STL_extension: Introduce CGAL::iterator
2018-02-23 17:34:57 +01:00
Laurent Rineau
de4f63f20d
Merge pull request #2838 from maxGimeno/BGL-remove_self_intersection-GF
...
Improve experimental repairing functions
2018-02-23 17:34:49 +01:00
Laurent Rineau
758688beba
Merge pull request #2837 from afabri/CGAL-no_return-GF
...
Define CGAL_NORETURN also for VC++
2018-02-23 17:34:41 +01:00
Laurent Rineau
c409a61ec5
Merge pull request #2813 from MaelRL/BGL-doc_improvement-GF
...
BGL: Doc & tests improvements
2018-02-23 17:34:32 +01:00
Laurent Rineau
32a6cd7743
Merge pull request #2864 from lrineau/Installation-improve_CGAL_DEV_MODE-lrineau
...
Set the default value of CGAL_DEV_MODE from the env variable
2018-02-23 17:34:24 +01:00
Laurent Rineau
376f3d6d2c
Merge pull request #2863 from lrineau/CGAL-remove_KDS-lrineau
...
Remove Kinetic_data_structures and Kinetic_framework from CGAL
2018-02-23 17:34:11 +01:00
Laurent Rineau
fb3af27bca
Merge pull request #2862 from sgiraudot/Polyhedron_demo-Point_set_item_enhancements-GF
...
Polyhedron Demo: Point Set Item Enhancements
2018-02-23 17:33:59 +01:00
Laurent Rineau
2d0a621213
Merge pull request #2859 from afabri/CGAL-more_thread_local-GF
...
More CGAL_STATIC_THREAD_LOCAL_VARIABLE
2018-02-23 17:33:51 +01:00
Laurent Rineau
856df58154
Merge pull request #2857 from MaelRL/BGL-Fix_partition_warnings-GF
...
BGL: Fix partition warnings
2018-02-23 17:33:43 +01:00
Laurent Rineau
1ab5a55d11
Merge pull request #2728 from maxGimeno/Travis_fix_BGL_examples-GF
...
Travis: fix build script for BGL examples
2018-02-23 17:33:35 +01:00
Laurent Rineau
0cd5d3f21c
Merge pull request #2853 from MaelRL/Generator-Fix_missing_domain_check-GF
...
Generator: Fix `random_points_in_triangle_mesh_2`
# Conflicts:
# Generator/include/CGAL/point_generators_2.h
2018-02-23 17:33:12 +01:00
Laurent Rineau
5a37bf3240
Merge pull request #2852 from sloriot/Solver_interface-lower_case_vars
...
do not use uppercase name for variables
2018-02-23 17:26:24 +01:00
Laurent Rineau
51091fd932
Merge pull request #2851 from gdamiand/CMap-copy_bugfix-gdamiand
...
CMap bug fix in copy
2018-02-23 17:26:16 +01:00
Laurent Rineau
0140fbd94d
Merge pull request #2830 from maxGimeno/CHECK_HEADER-Add_a_flag
...
CGAL_ENABLE_CHECK_HEADERS implies CGAL_PROFILE
2018-02-23 17:26:08 +01:00
Laurent Rineau
74a8eb1b6f
Merge pull request #2853 from MaelRL/Generator-Fix_missing_domain_check-GF
...
Generator: Fix `random_points_in_triangle_mesh_2`
2018-02-23 17:24:52 +01:00
Simon Giraudot
efb52c8fde
Fix outdated name in dialog
2018-02-23 13:19:12 +01:00
Andreas Fabri
90d6424b0d
Remove typename in non-template code
2018-02-23 07:59:31 +00:00
Simon Giraudot
170ceb60c4
Add remaining time estimation
2018-02-22 14:45:36 +01:00
Laurent Rineau
9d12c5f356
updated crontab (automated commit)
2018-02-22 12:18:05 +01:00
Andreas Fabri
2e1a15bcaf
remove 'const'
2018-02-22 07:51:00 +00:00
Laurent Rineau
6da8e5cc9b
I forgot to run ./generate_travis.sh
2018-02-21 18:42:07 +01:00
Andreas Fabri
4e1b7776fd
move the 'const'
2018-02-21 14:45:02 +00:00
Laurent Rineau
c64596903d
Set the default value of CGAL_DEV_MODE from the env variable
...
If the environment variable `CGAL_DEV_MODE` is set to a "true" value,
according to CMake, then the `CGAL_DEV_MODE` CMake option is `ON` by
default.
https://cmake.org/Wiki/CMake/Language_Syntax#CMake_supports_boolean_variables .
> CMake considers an empty string, "FALSE", "OFF", "NO", or any string
> ending in "-NOTFOUND" to be false. [..] Other values are true.
2018-02-21 15:32:56 +01:00
Andreas Fabri
036dfd7adb
yet another CGAL_STATIC_THREAD_LOCAL_VARIABLE
2018-02-21 14:17:10 +00:00
Laurent Rineau
a2e829fab3
Remove Kinetic_data_structures and Kinetic_framework from CGAL
2018-02-21 11:02:35 +01:00
Simon Giraudot
d0328e54a5
Add comment about shape = -1 for clarity
2018-02-21 10:25:19 +01:00
Simon Giraudot
86d6738ecd
Do not clear PLY comments, just remove previous labels
2018-02-21 10:13:55 +01:00
Simon Giraudot
f77bf61301
Save shape definitions in PLY comments
2018-02-21 10:13:40 +01:00
Laurent Rineau
4811fae85c
Do not document the CGAL pure header-only mode
2018-02-20 17:58:50 +01:00
Mael Rouxel-Labbé
d789eedd8f
Fixed assuming GMP is present
2018-02-20 17:25:03 +01:00
Mael Rouxel-Labbé
f99d3db974
Fixed conversion warnings
2018-02-20 17:20:36 +01:00
Simon Giraudot
15caaabf08
Add option to save cluster_id in point set item + console progress bar
2018-02-20 16:33:24 +01:00
Simon Giraudot
d589bc1e94
Parallelize buffer filling
2018-02-20 16:33:24 +01:00
Simon Giraudot
75fb744119
Region selection + expand/reduce + parallelized selection test
2018-02-20 16:33:24 +01:00
Simon Giraudot
80b2b77b77
Add Region Selector
2018-02-20 16:33:24 +01:00
Sébastien Loriot
51f4858f26
detect non-manifold edges that the hole filling would produce
2018-02-20 15:36:36 +01:00
Maxime Gimeno
6fe12c1fc8
fix logic
2018-02-20 14:44:38 +01:00
Andreas Fabri
faa2866763
More CGAL_STATIC_THREAD_LOCAL_VARIABLE
2018-02-20 11:22:32 +00:00
Sébastien Loriot
6920f4be98
better handling of coplanar faces + throw when more than 2 faces sharing an edge
2018-02-20 11:15:21 +01:00
Laurent Rineau
6553d7a9b3
Fix check_headers in master
2018-02-20 10:59:04 +01:00
Maxime Gimeno
7ea94ffe79
Add a commentary about the missing mechanism in is_selection_a_topologial_disk().
2018-02-20 08:29:45 +01:00
Maxime Gimeno
b7b93c8b93
Remove bugged topology detection in selection_plugin.
2018-02-20 08:27:38 +01:00
Andreas Fabri
d5523f80c0
Use CGAL_STATIC_THREAD_LOCAL_VARIABLE
2018-02-19 17:32:21 +00:00