Commit Graph

69820 Commits

Author SHA1 Message Date
Laurent Rineau 74bed855b4 updated crontab (automated commit) 2016-10-13 10:41:56 +02:00
Laurent Rineau 907a2766a7 Merge pull request #1516 from sloriot/PMP-remove_doc_table
Remove the requirement table
2016-10-13 10:20:28 +02:00
Laurent Rineau 119d5b345c Merge pull request #1566 from sloriot/LCC-fix_doc_warning
Add missing CGAL namespace
2016-10-11 15:32:09 +02:00
Sébastien Loriot 6ff846a483 add missing CGAL namespace 2016-10-11 15:21:09 +02:00
Laurent Rineau a1cb728da8 Fix a warning
Fix the indentation to fix a warning:
```
/cgal/Polyhedron/demo/Polyhedron/texture.cpp:1071:3: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
   for(j=0;j<height;j++)
   ^~~
/cgal/Polyhedron/demo/Polyhedron/texture.cpp:1080:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
     for(j=0;j<height;j++)
     ^~~
```
2016-10-11 11:15:27 +02:00
Laurent Rineau 257171d76b Merge pull request #1563 from sloriot/KDS-add_missing_guards
Protect code that requires gsl
2016-10-10 17:12:25 +02:00
Sébastien Loriot c4cac135d2 protect code that requires gsl 2016-10-10 17:09:44 +02:00
Laurent Rineau 451577719c Merge pull request #1542 from lrineau/Installation-fix_CGAL_SetupBoostlrineau
try_run to detect the C++ version
2016-10-07 14:38:22 +02:00
Laurent Rineau 8fe2bc6176 Merge pull request #1550 from lrineau/Installation-improve_compute_dependencies-GF
`packages_dependencies`: deal with OpenMesh
2016-10-07 14:37:27 +02:00
Laurent Rineau 6c93f66b1f improve the script
- More verbose outputs
- Compatibility with various versions of dulwich.
2016-10-06 18:22:31 +02:00
Laurent Rineau beb882981c Fix for CMake-2.8.11 and CMake-2.8.12 2016-10-06 18:18:50 +02:00
Laurent Rineau 5e3a7dba70 Purposely ignore all build* directories 2016-10-06 17:38:24 +02:00
Laurent Rineau 6c83e6b654 updated crontab (automated commit) 2016-10-06 15:18:06 +02:00
Laurent Rineau 420ba84b70 Deal with OpenMesh 2016-10-06 10:21:25 +02:00
Laurent Rineau e2691e0123 Merge remote-tracking branch 'cgal/releases/CGAL-4.9-branch' 2016-10-05 15:20:00 +02:00
Laurent Rineau 7b57c42e51 Merge pull request #1524 from lrineau/Mesh_3-split_graph_into_polylines_determinism-lrineau
Make split_graph_into_polylines deterministic
2016-10-05 15:13:19 +02:00
Laurent Rineau 261840c7d3 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 15:11:48 +02:00
Laurent Rineau c4e694c4c6 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 15:11:00 +02:00
Laurent Rineau ea8f95ca55 Merge pull request #1487 from efifogel/Aos_2-sweep-efif
Aos 2 sweep efif
2016-10-05 15:09:46 +02:00
Laurent Rineau f4a29597e4 Merge pull request #1344 from maxGimeno/Polyhedron_demo-Import_c3t3_rib_exporter_plugin-GF
Polyhedron_demo: Import the c3t3_rib_export_plugin
2016-10-05 13:14:46 +02:00
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