Sébastien Loriot
4269a2386c
remove workaround for an old boost bug
2018-01-02 13:45:51 +01:00
Sébastien Loriot
d90c76368d
initialize the hedge status map + always do the update for new halfedge
2018-01-02 11:33:41 +01:00
Andreas Fabri
ed621299b5
Merge branch 'BGL-generic_property_map-GF' of github.com:afabri/cgal into BGL-generic_property_map-GF
2017-12-20 15:44:29 +00:00
Andreas Fabri
7e7a76b283
Remove workaround in example for boost versions < 1.34
2017-12-20 15:43:41 +00:00
Andreas Fabri
3fe2e280aa
Use sstream instead of lexical_cast
2017-12-20 15:03:21 +00:00
Sébastien Loriot
86c1cfb65d
factorize implementation for PolyMesh_Array and TriMesh_Array
...
I removed add_face(VertexIterator, VertexIterator, FG) as it is not
required by MutableFaceGraph and was the only function with
a different implementation between the 2 classes
2017-12-19 15:48:07 +01:00
Sébastien Loriot
456222aa81
add comment
2017-12-19 14:51:12 +01:00
Sébastien Loriot
a9a85b37e6
fix compilation issues and warnings
2017-12-19 14:43:30 +01:00
Sébastien Loriot
ccecd36c5c
add missing backtick
2017-12-18 17:04:21 +01:00
Sébastien Loriot
586a2d1dd7
rename project
2017-12-18 17:00:49 +01:00
Andreas Fabri
9bd7ffb424
more changes after review
2017-12-14 14:22:58 +00:00
Andreas Fabri
2b169da21b
more changes after review
2017-12-14 14:18:56 +00:00
Andreas Fabri
50e041134e
Changes after @sloriot's review
2017-12-14 13:00:34 +00:00
Andreas Fabri
ee8c0fad5d
Changes after @sloriot's review
2017-12-14 10:49:02 +00:00
Laurent Rineau
7df26c594b
Merge branch 'master' into BGL-generic_property_map-GF
2017-12-14 09:46:01 +01:00
Laurent Rineau
8f3e229802
Update the script
...
- The directory of the doc results is now `output1/` instead of `output/`.
- The script was considering that CGAL-4.11.1-I-103 was `master`, whereas
it is build from a release branch.
2017-12-13 12:07:30 +01:00
Laurent Rineau
49313fe10c
Merge pull request #2678 from GilesBathgate/polygon-mesh-processing-doc-spelling
...
Polygon Mesh Processing documenation - Correct spelling mistake
2017-12-13 09:50:22 +01:00
Giles Bathgate
f0395ae618
Polygon Mesh Processing documenation - Correct spelling mistake
2017-12-12 17:55:40 +00:00
Laurent Rineau
63bcef912e
Merge pull request #2677 from maxGimeno/Update_gauguin_infrastructure-GF
...
Update gauguin architecture
2017-12-12 11:34:52 +01:00
Maxime Gimeno
193a4357d8
Update gauguin architecture
2017-12-12 11:01:27 +01:00
Laurent Rineau
c781841f6b
Fix header-only with the tarball layout
2017-12-08 10:35:36 +01:00
Laurent Rineau
090a7b925e
Merge pull request #2659 from lrineau/Installation-fix_header_only-GF
...
Fix header only when CGAL is installed
2017-12-07 12:08:06 +01:00
Laurent Rineau
163a90b6c1
Fix `make install` in header-only
...
Now the Qt5 resources (qrc files, icons) are installed along with the
CMake modules.
2017-12-07 11:34:00 +01:00
Laurent Rineau
6018fd55ec
Add SPDX-License-Identifier
2017-12-06 13:10:11 +01:00
Laurent Rineau
97b9419da3
Fix CGAL_DIR in installed header-only
2017-12-06 12:58:17 +01:00
Laurent Rineau
06266211e6
Fix the pure-header-only CGALConfig.cmake, when installed
2017-12-06 12:53:46 +01:00
Laurent Rineau
777717ba7e
Move config/ to cmake/modules/config/
...
That way, the directory will be installed along with CMake modules.
2017-12-06 12:53:05 +01:00
Laurent Rineau
2cec8e6aca
Merge pull request #2342 from sloriot/Argt-overlap_intersect_at_insertion
...
Reworking the handling of overlaps
2017-12-05 18:27:35 +01:00
Laurent Rineau
3b0ca9fafc
Merge pull request #2647 from janetournois/Polyhedron_demo-export_sm_selection_item-jtournois
...
Polyhedron demo : export surface_mesh_selection_item for external plugins
2017-12-05 18:27:26 +01:00
Laurent Rineau
5b5a06c591
Merge pull request #2645 from afabri/Filtered_kernel-MSVC2013_workaround-GF
...
Fix for VC++ 2013
2017-12-05 18:27:17 +01:00
Laurent Rineau
4544da8e1f
Merge pull request #2644 from maxGimeno/Doc_add_one_column_to_overview-GF
...
Add a 3rd diff column to the documentation overview page.
2017-12-05 18:27:09 +01:00
Laurent Rineau
a48ca62967
Merge pull request #2642 from sloriot/PMP-add_missing_include_4.12
...
Add missing directive
# Conflicts:
# Polygon_mesh_processing/include/CGAL/polygon_mesh_processing.h
2017-12-05 18:26:38 +01:00
Laurent Rineau
bc3a0c7271
Merge pull request #2638 from sloriot/PMP-experimental_autorefinement
...
Add experimental autorefinement code
2017-12-05 18:26:23 +01:00
Laurent Rineau
4343b756f0
Merge pull request #2636 from maxGimeno/Add_make_install_tests-GF
...
Test make install in travis
# Conflicts:
# Installation/cmake/modules/CGAL_Macros.cmake
2017-12-05 18:25:59 +01:00
Laurent Rineau
0724771416
Merge pull request #2632 from mglisse/Spatial_searching-search_any-glisse
...
Kd_tree::search_any_point: don't check outer_range_contains
2017-12-05 18:25:21 +01:00
Laurent Rineau
de0feab22c
Merge pull request #2628 from afabri/Surface_mesh-Derivation-GF
...
Surface_mesh: Derivation, boost::graph_traits and boost::property_map
2017-12-05 18:25:11 +01:00
Laurent Rineau
65f4e42acc
Merge pull request #2606 from sloriot/CGAL-create_release_with_cmake
...
Add script to create release with cmake
2017-12-05 18:24:58 +01:00
Laurent Rineau
6eec29171e
Merge pull request #2605 from sloriot/CGAL-dev_man_header
...
Update dev-man for SPDX and URL/Id tags
2017-12-05 18:24:48 +01:00
Laurent Rineau
4e91d4d768
Merge pull request #2595 from gdamiand/BGL_LCC-use_generic_load-gdamiand
...
BGL/LCC: use generic load
# Conflicts:
# BGL/test/BGL/CMakeLists.txt
2017-12-05 18:23:58 +01:00
Laurent Rineau
0b0b1503ef
Merge pull request #2594 from gdamiand/CMap-bugfixes-gdamiand
...
CMap bugfixes
2017-12-05 18:20:56 +01:00
Laurent Rineau
9af5e4a8f8
Merge pull request #2593 from maxGimeno/CGAL_meeting_fixes-GF
...
Polyhedron demo: CGAL meeting fixes
2017-12-05 18:20:48 +01:00
Laurent Rineau
52e80d9562
Merge pull request #2592 from mglisse/Number_types-mpfr-glisse
...
Faster to_interval(Gmpq)
2017-12-05 18:20:37 +01:00
Laurent Rineau
45bae57771
Merge pull request #2591 from afabri/BGL-fix_doc-GF
...
Fix boost::graph_traits issues
2017-12-05 18:20:29 +01:00
Laurent Rineau
3c6640bf59
Merge pull request #1436 from lrineau/CGAL-new_cmake-GF
...
Renewal of CMake scripts: header-only, ctest, CMake>=3.1
# Conflicts:
# Installation/config/testfiles/CGAL_CFG_NESTED_CLASS_FRIEND_DECLARATION_BUG.cpp
2017-12-05 18:20:05 +01:00
Laurent Rineau
c961014fb4
Merge pull request #2583 from lrineau/Mesh_3-improve_polylines_to_protect-GF
...
Mesh 3: improve polylines_to_protect()
2017-12-05 18:19:47 +01:00
Laurent Rineau
47a3922a74
Merge pull request #2576 from efifogel/Aos_2-data_traits_construct_opposite-efif
...
Aos_2: data traits construct opposite
# Conflicts:
# Installation/changes.html
2017-12-05 18:19:23 +01:00
Laurent Rineau
f37630bc0f
Merge branch 'releases/CGAL-4.11-branch'
...
# Conflicts:
# Kernel_23/test/Kernel_23/include/CGAL/_Result_of_kernel.h
# Kernel_23/test/Kernel_23/test_result_of.cpp
2017-12-05 18:14:23 +01:00
Laurent Rineau
4f1720626c
Merge branch 'releases/CGAL-4.10-branch' into releases/CGAL-4.11-branch
2017-12-05 18:08:26 +01:00
Laurent Rineau
708d0f6de4
Merge pull request #2646 from lrineau/Kernel_23-remove_test_of_result_of-GF
...
Kernel_23: Remove the test of result_of
2017-12-05 18:01:35 +01:00
Laurent Rineau
9b922b0c90
Merge pull request #2613 from MaelRL/P3RT3-Fix_Gabriel_functions-GF
...
P3RT3: Fix `Is_Gabriel` (4.11)
# Conflicts:
# Periodic_3_triangulation_3/include/CGAL/Periodic_3_Delaunay_triangulation_3.h
2017-12-05 18:00:58 +01:00