Laurent Rineau
223c1cf5a4
Merge pull request #1530 from lrineau/Installation-compute_dependencies-GF
...
Compute and fix packages dependencies
2016-10-05 13:11:04 +02:00
Laurent Rineau
8f33571919
Merge pull request #1533 from lrineau/Scripts-cpp14_by_default-lrineau
...
Enable C++14 by default in generated CMake scripts
2016-10-05 13:03:58 +02:00
Laurent Rineau
2ab35db9dd
Merge pull request #1529 from sloriot/SMSP-remove_Polyhedron_3_dependancy
...
Remove dependency to Polyhedron_3
2016-10-05 13:03:56 +02:00
Laurent Rineau
bf0d0d9e47
Merge pull request #1525 from sgiraudot/Polyhedron_demo-Bugfix_poisson_normals-GF
...
Polyhedron demo: bugfix unoriented normals
2016-10-05 13:03:54 +02:00
Laurent Rineau
745cdaeba5
Merge pull request #1524 from lrineau/Mesh_3-split_graph_into_polylines_determinism-lrineau
...
Make split_graph_into_polylines deterministic
2016-10-05 13:03:36 +02:00
Laurent Rineau
72b31f17a7
Merge pull request #1523 from afabri/patch-2
...
Polyhedron demo: Fix displayed dimensions of a bbox
2016-10-05 13:03:18 +02:00
Laurent Rineau
c038bff9b7
Merge pull request #1359 from lrineau/Documentation-deprecate_CGAL_VERSION-lrineau
...
Deprecate the macro CGAL_VERSION
2016-10-05 13:03:16 +02:00
Laurent Rineau
7b6addbb55
Merge pull request #1519 from lrineau/Mesh_3-fix_conversion_warnings-lrineau
...
Mesh_3: fix conversion warnings
2016-10-05 13:03:15 +02:00
Laurent Rineau
4b72bca6ea
Merge pull request #1513 from lrineau/Mesh_3-remove_demo-GF
...
Remove the Mesh_3 demo
2016-10-05 13:02:49 +02:00
Laurent Rineau
e4777e6fa7
Merge pull request #1512 from sloriot/AOS_2-clean_doc
...
remove outdated section
2016-10-05 13:02:31 +02:00
Laurent Rineau
1c19028e5b
Merge pull request #1267 from maxGimeno/Random_generator-GF
...
Random generator
2016-10-05 13:02:29 +02:00
Laurent Rineau
31b3ae37f0
Merge pull request #1506 from lrineau/Mesh_3-fix_issue_1501-lrineau
...
Mesh_3: fix issue #1501 - about degenerate cases in initialization
2016-10-05 13:02:28 +02:00
Laurent Rineau
a2f14458f9
Merge pull request #1505 from sloriot/PMP-fix_empty_range_remeshing_bug
...
Fix a bug in isotropic remeshing when the range is empty
2016-10-05 13:02:27 +02:00
Laurent Rineau
9a0bb54922
Merge pull request #1438 from sloriot/CGAL-clean_up_projects_name_cmake
...
Clean up projects name in cmake scripts
2016-10-05 13:02:25 +02:00
Laurent Rineau
e28eab04cf
Merge pull request #1424 from afabri/Snap_rounding-static-GF
...
Snap_rounding: Make variables thread local
2016-10-05 13:02:24 +02:00
Laurent Rineau
059cfb17cb
Merge pull request #1435 from afabri/Triangulation_2-Iterator_project-GF
...
Triangulation_2: Use boost::transform_iterator instead of CGAL::Iterator_project
2016-10-05 13:02:23 +02:00
Laurent Rineau
004dac6226
Merge pull request #1469 from lrineau/CGAL_ImageIO-better_read_raw-lrineau
...
better _readImage_raw()
2016-10-05 13:02:22 +02:00
Laurent Rineau
d5ead2d309
Merge pull request #1493 from afabri/Voronoi_2-static-GF
...
Voronoi_2 Switch to transform_iterator
2016-10-05 13:02:21 +02:00
Laurent Rineau
bab017a231
Merge pull request #1491 from afabri/Mesh_3-static-GF
...
Mesh_3: Remove static variables
2016-10-05 13:02:19 +02:00
Laurent Rineau
2539296237
Merge pull request #1490 from afabri/Kernel_d-static-GF
...
Kernel_d: Make variables thread local
2016-10-05 13:02:18 +02:00
Laurent Rineau
a94201da3b
Merge pull request #1488 from afabri/Nef_2-static-GF
...
Nef_2: declare thread local, or const
2016-10-05 13:02:17 +02:00
Laurent Rineau
534f8e36a3
Merge pull request #1487 from efifogel/Aos_2-sweep-efif
...
Aos 2 sweep efif
2016-10-05 13:02:16 +02:00
Laurent Rineau
2a022b92a5
Merge pull request #1486 from maxGimeno/Polyhedron_demo-Fix_save_error_msg-GF
...
Polyhedron_demo : Fix the save file error
2016-10-05 13:02:15 +02:00
Laurent Rineau
50675b9734
Merge pull request #1418 from afabri/Point_set_processing-static-GF
...
PSP: No need for thread local storage as readonly
2016-10-05 13:02:13 +02:00
Laurent Rineau
aa97dc7303
Merge pull request #1473 from maxGimeno/Polyhedron_demo-Change_aabb_c3t3_triangle_primitive_name-GF
...
Renaming the AABB_C3T3_triangle_primitive
2016-10-05 13:02:12 +02:00
Laurent Rineau
4244331ff2
Merge pull request #1423 from afabri/Convex_hull_d-static-GF
...
Convex_hull_d: No need for thread local storage as readonly
2016-10-05 13:02:11 +02:00
Laurent Rineau
449906581e
Merge pull request #1477 from maxGimeno/Polyhedron_demo-Hide_grid_in_c3t3_item-GF
...
Polyhedron_demo : Add an action to hide the grid in mesh_3_plugin
2016-10-05 13:02:10 +02:00
Laurent Rineau
9d67feffff
Merge pull request #1539 from afabri/Polyhedron-Fix_Cut_plugin-warning-GF
...
Polyhedron_demo::Cut_plugin: static cast to avoid warning
2016-10-05 13:02:09 +02:00
Laurent Rineau
8a6b8c9072
Merge pull request #1537 from sloriot/Kernel_23-model_concept_relationship_cleaning
...
Replace 'see also' by 'has model' and 'models'
2016-10-05 13:02:08 +02:00
Laurent Rineau
f89d65e0c5
Merge pull request #1536 from lrineau/Installation-CMake_scripts_fix_ctest_cmd-lrineau
...
Fix CTest
2016-10-05 13:02:07 +02:00
Laurent Rineau
57be083d4f
Add the script list_pull_requests.py
2016-10-04 20:15:02 +02:00
Laurent Rineau
405207791c
Fix the name of the config file
2016-10-04 20:14:03 +02:00
Laurent Rineau
d78eb5192f
Add --unmerged
2016-10-04 20:06:51 +02:00
Laurent Rineau
b27f3b75fc
Improve the script
...
- Document and implement the special treatment of 'Under testing ...'
- In case the label is unknown, print know labels.
- Fix the case when issues are not pull-requests.
2016-10-04 19:55:31 +02:00
Laurent Rineau
ac6c0b8b1c
Add a new script to list pull-request
...
This Py2/Py3 script uses the Github API to list pull-requests matching a
given label.
2016-10-04 19:43:26 +02:00
Laurent Rineau
9ba4132a38
No helper.update_restricted_facets() with dim 2!
2016-10-04 16:15:17 +02:00
Andreas Fabri
e9cd39c9b6
static cast to avoid warning
2016-10-04 10:00:28 +02:00
Sébastien Loriot
befe820313
move Polygon_with_holes_2 in the Polygon package
...
with the agreement from TAU
2016-10-03 15:32:31 +02:00
Laurent Rineau
258718b353
use CGAL_STATIC_THREAD_LOCAL_VARIABLE_0
2016-10-03 15:10:32 +02:00
Laurent Rineau
1ee796427b
Merge pull request #1426 from afabri/Polynomial-static-GF
...
Polynomial: Make variables thread local
2016-10-03 15:10:03 +02:00
Sébastien Loriot
414fec3e46
add missing const
2016-10-03 14:16:22 +02:00
Laurent Rineau
04f4c9bc06
Fix indentiation to quiet a warning
2016-10-03 12:36:06 +02:00
Laurent Rineau
34b194f382
Fix a compilation error
...
```
test/Arrangement_on_surface_2_Demo/PointsGraphicsItem.h:47:22: error: no member named 'to_double' in namespace 'CGAL'
double x = CGAL::to_double( point.x( ) );
~~~~~~^
```
2016-10-03 12:12:52 +02:00
Laurent Rineau
3fac1b31f0
Fix typos (and compilation errors!)
2016-10-03 12:12:46 +02:00
Laurent Rineau
12cc3a6cc9
Fix another compilation error
...
`dihedral_angle` has been moved to the CGAL kernels
2016-10-03 11:37:53 +02:00
Laurent Rineau
1eae7ef7d6
Fix a compilation error
...
```
../test/Polyhedron_Demo/Scene_item.cpp:235:22: error: no member named 'sqrt' in namespace 'CGAL'
_diag_bbox = CGAL::sqrt(
~~~~~~^
../test/Polyhedron_Demo/Scene_item.cpp:236:15: error: no member named 'square' in namespace 'CGAL'
CGAL::square(b_box.xmax() - b_box.xmin())
~~~~~~^
../test/Polyhedron_Demo/Scene_item.cpp:237:17: error: no member named 'square' in namespace 'CGAL'
+ CGAL::square(b_box.ymax() - b_box.ymin())
~~~~~~^
../test/Polyhedron_Demo/Scene_item.cpp:238:17: error: no member named 'square' in namespace 'CGAL'
+ CGAL::square(b_box.zmax() - b_box.zmin())
~~~~~~^
```
2016-10-03 11:36:10 +02:00
Sébastien Loriot
97aa9f615f
fix typo
2016-10-03 10:29:23 +02:00
Sébastien Loriot
a195583c9d
fix the default vertex point map used
2016-10-03 10:26:07 +02:00
Sébastien Loriot
aa5dffa48d
add missing include directive
2016-10-03 09:56:00 +02:00
Andreas Fabri
9110c92590
Forward declaration of a struct must not declare it as class
2016-10-03 09:35:49 +02:00