Sébastien Loriot
01af331c72
use https for all links to www.cgal.org and doc.cgal.org
2018-03-14 15:59:38 +01:00
Laurent Rineau
72a6f22a38
Merge branch 'releases/CGAL-4.11-branch'
2018-03-09 18:42:09 +01:00
Laurent Rineau
e687e38d9c
Merge pull request #2911 from lrineau/CGAL-prefix_CMake_options_with_CGAL-GF
...
Prefix CMake options with `CGAL_`
2018-03-09 18:41:24 +01:00
Laurent Rineau
a06d390fd4
Merge pull request #2910 from luis4a0/Algebraic_kernel_d-RS_MPFR_compatibility-Luis
...
Algebraic kernel d RS-Fix compatibility of MPFR, MPFI and RS.
2018-03-09 18:41:16 +01:00
Laurent Rineau
ba041a5dc1
Merge pull request #2909 from maxGimeno/Demo-Selection_item_tooltip-GF
...
Polyhedron demo: Fix tooltip for selection item
2018-03-09 18:41:08 +01:00
Laurent Rineau
d9a966287e
Merge pull request #2908 from maxGimeno/Demo-Fix_aabb_plugin-GF
...
Polyhedron demo: Fix cut plugin
2018-03-09 18:40:57 +01:00
Laurent Rineau
0e6d6ce3f8
Merge pull request #2907 from maxGimeno/Surface_mesh_parameterization-Fix_orbifold_example-GF
...
Surface_mesh_parameterization: Fix CMakeLists.txt for orbifold example
2018-03-09 18:40:49 +01:00
Laurent Rineau
bd8b77e385
Merge pull request #2906 from maxGimeno/Scripts-Fix_typo-GF
...
Scripts: Fix typo
2018-03-09 18:40:41 +01:00
Laurent Rineau
b4bfda04ca
Merge pull request #2905 from maxGimeno/c3t3_item-Fix-GF
...
Polyhedron_demo : Add a check before trying to load a cdt_3 to avoid crashing
2018-03-09 18:40:34 +01:00
Laurent Rineau
c3ac7f70c4
Merge pull request #2904 from maxGimeno/Demo-Fix_rotation_point-GF
...
Polyhedron demo: More fixes for the Viewer
2018-03-09 18:40:26 +01:00
Laurent Rineau
3fc4a8ea35
Merge pull request #2903 from maxGimeno/Fix_doc_ts_display-GF
...
Documentation: change header
# Conflicts:
# Documentation/doc/scripts/testsuite.py
2018-03-09 18:40:05 +01:00
Laurent Rineau
4a7966d145
Merge pull request #2860 from lrineau/Installation-fix_check_headers-GF
...
Fix CGAL_ENABLE_CHECK_HEADERS, again
2018-03-09 18:39:26 +01:00
Laurent Rineau
977338c528
Merge pull request #2914 from afabri/BSOP-typos-GF
...
Boolean Set Operations: Fix typos
2018-03-09 18:39:18 +01:00
Laurent Rineau
29747165f7
Merge pull request #2903 from maxGimeno/Fix_doc_ts_display-GF
...
Documentation: change header
2018-03-09 18:39:08 +01:00
Laurent Rineau
cb9f03a93f
Merge pull request #2910 from luis4a0/Algebraic_kernel_d-RS_MPFR_compatibility-Luis
...
Algebraic kernel d RS-Fix compatibility of MPFR, MPFI and RS.
2018-03-09 18:38:58 +01:00
Laurent Rineau
ed0976600b
Fix dependencies
2018-03-09 10:03:58 +01:00
Andreas Fabri
6334cde1d7
fix typos -> links
2018-03-08 15:16:36 +00:00
Luis Peñaranda
a8c8d6f152
Fix MPFR/MPFI check when MPFI is not present.
2018-03-08 10:05:26 -03:00
Maxime Gimeno
491243a24f
update available operations when selecting boundary edges or inverting selection
2018-03-08 12:14:32 +01:00
Laurent Rineau
f12b3bf302
Prefix CMake options with `CGAL_`
...
- in `examples/Mesh_3/`,
- in `examples/Point_set_processing_3/`,
- in `demo/Polyhedron/`, and
- in `demo/Triangulation_3/`.
2018-03-08 12:07:49 +01:00
Luis Peñaranda
6200edcfaf
Forbid MPFR 3.1.[3456] when using RS.
2018-03-08 10:12:42 +01:00
Luis Peñaranda
ec8ddadac8
Check that MPFR/MPFI versions match.
...
MPFI >=1.5.2 only works with MPFR >=4.0.0.
MPFI < 1.5.2 only works with MPFR < 4.0.0.
This check is performed at CMake level, when configuring MPFI.
2018-03-08 10:12:42 +01:00
Maxime Gimeno
d76ba39104
Fix selection_item tooltip so it shows the number of selected simplices
2018-03-07 16:20:05 +01:00
Laurent Rineau
c741950dd2
Merge pull request #2901 from sloriot/Demo-add_exp_autorefinement
...
Add actions to use autorefinement
2018-03-07 16:06:13 +01:00
Laurent Rineau
657884876f
Merge pull request #2900 from sloriot/PMP-rm_si_improvements
...
Improve removal of self-intersections for the demo plugin
2018-03-07 16:06:05 +01:00
Laurent Rineau
a06da39885
Merge pull request #2868 from afabri/CGAL-remove_SCL_SECURE_NO_DEPRECATE-GF
...
Fixes after removing -D_SCL_SECURE_NO_DEPRECATE
2018-03-07 16:05:48 +01:00
Laurent Rineau
b141cbd1ef
Fix the dependencies, again
2018-03-07 15:59:45 +01:00
Maxime Gimeno
60e6e4b35d
add missing curly brackets
2018-03-07 14:13:44 +01:00
Maxime Gimeno
0112d692ab
Fix CMakeLists.txt for orbifold example
2018-03-07 13:32:44 +01:00
Maxime Gimeno
b407e407c7
Fix tyo
2018-03-07 13:19:51 +01:00
Maxime Gimeno
4ce3a55096
Add a check before trying to load a cdt_3 to avoid crashing.
2018-03-07 11:00:49 +01:00
Maxime Gimeno
2b250c5d07
Fix the RotationPoint setting.
2018-03-07 09:52:47 +01:00
Maxime Gimeno
2ec9b106aa
Back port the modifications of header.
2018-03-07 08:36:12 +01:00
Sébastien Loriot
a66834b976
add actions to use autorefinement
2018-03-06 19:30:25 +01:00
Laurent Rineau
35713c6b04
Fix the dependencies
2018-03-06 19:13:29 +01:00
Laurent Rineau
0a74393dcf
Commit all new dependencies files
2018-03-06 18:44:48 +01:00
Laurent Rineau
3768e905ae
Fix CGAL_ENABLE_CHECK_HEADERS
...
List of the fixes:
- The headers from the .cpp files were not processed (wrong regular
expression for `awk`),
- `CGAL_COMPUTE_DEPENDENCIES` is now removed (unified with
`CGAL_ENABLE_CHECK_HEADERS`).
- All `dependencies` files has an empty line (because of
`include/CGAL/version.h` in the build directory).
- Fix the name of the target `pkg_<package>_deps`
2018-03-06 18:43:39 +01:00
Sébastien Loriot
07a70919c2
do not expand/reduce all the time + handle nm vertices per cc
2018-03-06 18:37:09 +01:00
Laurent Rineau
4adbbdcab6
updated crontab (automated commit)
2018-03-06 17:51:20 +01:00
Laurent Rineau
182239d6b6
Merge branch 'master' into CGAL-remove_SCL_SECURE_NO_DEPRECATE-GF
2018-03-06 16:49:30 +01:00
Laurent Rineau
cca666e28f
Merge pull request #2844 from maxGimeno/Orient_soup-Output_nm_edges_in_polyline-GF
...
Polyhedron demo: Make Polyline from non manifold edges
2018-03-06 16:24:16 +01:00
Laurent Rineau
a3ee6a03b8
Merge pull request #2896 from maxGimeno/C3t3_item-Add_offset-GF
...
Polyhedron demo: fix c3t3 display with big coordinates
2018-03-06 16:24:08 +01:00
Laurent Rineau
f092c04180
Merge pull request #2607 from maxGimeno/Selection_plugin_fix-GF
...
Polyhedron demo: Fixes for QGLViewer 2.7 and remove GlSplat
2018-03-06 16:23:58 +01:00
Laurent Rineau
520e79a2ac
Merge pull request #2894 from lrineau/Installation-rename_changes_to_CHANGES-GF
...
Rename changes.md to CHANGES.md
2018-03-06 16:23:50 +01:00
Laurent Rineau
91e2d65e97
Merge pull request #2892 from sgiraudot/Polyhedron_demo-Fix_region_selection-GF
...
Polyhedron demo: Fix Region Selection / Position Request
2018-03-06 16:23:41 +01:00
Laurent Rineau
caca4d67de
Merge pull request #2891 from sloriot/PMP-handle_deg_tri_self_inter
...
Handle degenerate faces in self-intersection tests
2018-03-06 16:23:32 +01:00
Laurent Rineau
ba85bf284f
Merge pull request #2890 from maxGimeno/Fix_doc_ts_display-GF
...
Documentation: Enhance the doc testsuite display
2018-03-06 16:23:24 +01:00
Laurent Rineau
7da1c98f82
Merge pull request #2889 from sloriot/Scripts-cr_with_cmake_hash_file_fix
...
Use the hash of the last modification per file
2018-03-06 16:23:16 +01:00
Laurent Rineau
81a7e2d737
Merge pull request #2888 from sloriot/PMP-autorefine_bugfixes
...
Autorefine bugfixes
2018-03-06 16:23:08 +01:00
Laurent Rineau
9e31b1874b
Merge pull request #2887 from maxGimeno/Fix_polylines_item-GF
...
Polyhedron demo: Fix operations for polyline
2018-03-06 16:23:00 +01:00