Commit Graph

72920 Commits

Author SHA1 Message Date
Mael Rouxel-Labbé b01078c887 Removed "starting with 0" from coordinate accessor 2017-04-18 15:30:20 +02:00
Efi Fogel 4a793170da Introduced Spherical Gaussian map test 2017-04-18 15:01:01 +03:00
Efi Fogel 8f63f6857e Removed out of CGAL namespace 2017-04-18 15:00:44 +03:00
Jane Tournois d4c857b063 improve examples by adding a precondition with CGAL::is_triangle_mesh 2017-04-18 12:13:27 +02:00
Efi Fogel 37d4f89148 Made the polyhedron a model of FaceGraph 2017-04-18 13:01:03 +03:00
Maxime Gimeno d8972e5dac Add a warning box if the protected edegs are too long for the target length. 2017-04-18 10:56:18 +02:00
Laurent Rineau ca978c2d0f Merge pull request #2058 from chgans/doc-fixes
Fix a few typos in the documentation
2017-04-18 10:44:32 +02:00
Christian Gagneraud 1e9a875af2 Minkowski_sum_2: Fix documentation typo fix 2017-04-18 20:24:52 +12:00
Christian Gagneraud d8502c0469 Fix a few typos in the documentation 2017-04-16 13:20:12 +12:00
Laurent Rineau a1cd3fd9d5 Merge pull request #1991 from afabri/Triangulation_2-graph_traits_for_CDT-GF
Triangulation_2: Add graph_traits for all triangulation classes
2017-04-14 18:32:14 +02:00
Laurent Rineau dce8bb77ba Merge pull request #2053 from cjamin/Mesh_3-code_improvements-cjamin
Mesh_3: code improvements + bug fix
2017-04-14 18:32:05 +02:00
Laurent Rineau 069820329e Merge pull request #2052 from lrineau/Installation-fix_check_headers-GF
Fix the `check_headers` target
2017-04-14 18:31:56 +02:00
Laurent Rineau 7540b8e807 updated crontab (automated commit) 2017-04-14 18:14:14 +02:00
Laurent Rineau 860e7c564f Fix errors detected by Travis
- What happens when VTK is missing...
- `clang++ -syntax-only` is more picky than g++
2017-04-14 18:11:43 +02:00
Laurent Rineau cf987b51ba Skip Three headers if QGLViewer is missing 2017-04-14 17:41:10 +02:00
Laurent Rineau 685947ddec Install cmake 3.7 from a ppa 2017-04-14 17:25:41 +02:00
Laurent Rineau 6493e66e72 Better use of CMP0057, to support CMake<3.3 2017-04-14 17:14:43 +02:00
Laurent Rineau 33348ca968 Fix the relative path to the Git root directory 2017-04-14 15:53:13 +02:00
Maxime Gimeno 901699d5a3 Clean-up 2017-04-14 15:19:19 +02:00
Laurent Rineau 5348feb7f3 Next release from this branch, if any, will be 4.9.2 2017-04-13 16:50:42 +02:00
Laurent Rineau 87c9afd486 Fix the compilation of individual headers
- in most cases, that was just adding missing #include
- I have removed the use of <CGAL/basic.h>
2017-04-13 15:56:51 +02:00
Laurent Rineau 38c6f6a64e test `check_headers` in Travis CHECK job 2017-04-13 15:16:27 +02:00
Laurent Rineau f05ee0d890 Fix the detection of packages directories 2017-04-13 15:14:53 +02:00
Laurent Rineau a7d4735e0e Prepare 4.10-alpha1 2017-04-13 14:27:10 +02:00
Laurent Rineau 7de8a1f723 Fix a warning
> test/BGL/test_graph_traits.cpp:12:40: warning: unused parameter 'g' [-Wunused-parameter]
2017-04-13 14:25:44 +02:00
Andreas Fabri 2dbb9ea454 remove debug output
(cherry-picked from `master`, from PR #1950, to solve a warning occurring
only in `integration`)
2017-04-13 14:17:07 +02:00
Laurent Rineau 0a3824a5b4 More tweaks for the release manager
Now I get easily permalinks to one row of the testsuite.
2017-04-13 13:18:23 +02:00
Laurent Rineau 16c976b766 Tweaks to help the release manager 2017-04-13 13:02:29 +02:00
Mael Rouxel-Labbé 23f2df44be Cleaned trailing whitespace in Point_23/Weighted_point_23 2017-04-13 12:01:08 +02:00
Laurent Rineau 6877cdbe57 Fix the removal of test_Triangulation_2.cpp in the CMakeLists.txt
`graph_concept_Triangulation_2.cpp` was removed instead, by error.

This fixes commit 89a0313f34.
2017-04-12 17:45:26 +02:00
Laurent Rineau e8e9599b7c Add a script to upload release files to Github 2017-04-12 11:25:02 +02:00
Laurent Rineau 0be2473c0e (Empty) Merge branch 'releases/CGAL-4.9-branch'
This is a technical merge, with the strategy `-s ours`, to ensure that
`master` is ahead of `releases/CGAL-4.9-branch`.
2017-04-12 11:19:25 +02:00
Laurent Rineau 058ab1a568 The announcement mail for 4.9.1. 2017-04-12 10:42:44 +02:00
Mael Rouxel-Labbé 7d16ce69ec Removed mentions of explicit conversions between Weighted points and Points
This is for another branch!
2017-04-11 15:49:29 +02:00
Laurent Rineau 8a69eab3f2 Merge pull request #2025 from sgiraudot/Point_set_3-Fix_index_type-GF
Point set 3: fix index type
2017-04-10 18:48:46 +02:00
Mael Rouxel-Labbé cc4f17c9e7 Minor doc fixes 2017-04-10 18:48:37 +02:00
Mael Rouxel-Labbé 8703f5c122 Fixed calling the VectorH3 constructor using 3FT with underlying negative denominator(s)
If VectorH3 is constructed from 3 FT which are already decomposed in numerators
and denominators, it was possible that the product of the denominators was negative,
which gave an assertion error.

Instead, we use the same mechanism as in the constructor with 4 RT: if the common
denominator would be negative, we flip the signs.
2017-04-10 16:24:13 +02:00
Mael Rouxel-Labbé 5f8a64148a Fixed years 2017-04-10 12:55:26 +02:00
Mael Rouxel-Labbé 05835d2c2a Fixed power tests and clarified the documentation 2017-04-10 12:52:39 +02:00
Maxime Gimeno da92d8dbb9 Simplify the actions insertion 2017-04-10 12:29:49 +02:00
Simon Giraudot b182311bca Reorganize selection plugin 2017-04-10 10:08:23 +02:00
Andreas Fabri cfb0370f83 Add faces 2017-04-07 16:17:29 +02:00
Laurent Rineau 82286eb791 Merge pull request #2029 from maxGimeno/Polyhedorn_demo-Fix_override_warnings-GF
Polyhedron_demo : Add Q_DECL_OVERRIDE
2017-04-07 12:06:48 +02:00
Laurent Rineau f2c42c6c75 Merge pull request #2020 from afabri/KDS-no_dev_null-GF
KDS: do not open /dev/null  Fix #1988
2017-04-07 12:06:39 +02:00
Laurent Rineau d548aebf95 Merge pull request #2017 from afabri/CORE-too_verbose-GF
CGAL_Core: make it less verbose to fix #1915
2017-04-07 12:06:31 +02:00
Laurent Rineau 93311493c4 Merge pull request #1998 from afabri/CGAL-test_license_check-GF
CGAL: Test the license check mechanism
2017-04-07 12:06:23 +02:00
Simon Giraudot 800c16f2e1 Warning fix: explicit conversion to size_type 2017-04-07 11:49:59 +02:00
Andreas Fabri 89a0313f34 Remove test_Triangulation_2.cpp as it needs the boost testing framework which does not work cross platform 2017-04-07 10:34:11 +02:00
Mael Rouxel-Labbé ef17853876 Minor documenation fixes 2017-04-07 03:46:05 +02:00
Mael Rouxel-Labbé 18169be82a Added tests for Weighted_point_23 and related functions 2017-04-07 03:45:05 +02:00