Commit Graph

72384 Commits

Author SHA1 Message Date
Marc Glisse f0de24f91f Update commented-out code to use functor equal_to_p. 2017-05-02 22:35:19 +02:00
Marc Glisse 49dc0855cd Rename invalidate_built to invalidate_build. 2017-05-02 22:23:34 +02:00
Marc Glisse e5c8142bcf Merge branch 'Spatial_searching-misc-glisse-old' into Spatial_searching-misc-glisse 2017-04-29 09:46:05 +02:00
Laurent Rineau 28020c89fb Optimize the script (from 20 minutes to 0.3 seconds!)
- avoid opening and reading the file `processed_test_results` thousands
  of time: its content is stored once in a hash, for fast lookup,

- do not call `fuser` for files that are already processed
2017-04-28 10:40:29 +02:00
Laurent Rineau 48d0586e4b Technical merge of branches 'releases/CGAL-4.9-branch' and 'releases/CGAL-4.10-branch'
This merge will not modify the files tree, but ensures that 'master' is
ahead of releases branches.
2017-04-27 17:16:06 +02:00
Laurent Rineau 5999f356cf Fix copy-paste errors 2017-04-27 12:55:22 +02:00
Laurent Rineau 9bd1fef90a updated crontab (automated commit) 2017-04-27 11:18:04 +02:00
Laurent Rineau 969134d243 Next release in this branch should be CGAL-4.10-beta2
... or CGAL-4.10. We'll see.
2017-04-27 10:31:13 +02:00
Laurent Rineau b6dc43f239 Prepare `master` for CGAL-4.11 2017-04-27 10:25:06 +02:00
Laurent Rineau e0bee3a737 Merge pull request #2079 from afabri/patch-2
Polygon_mesh_processing: Fix documentation
2017-04-26 16:20:20 +02:00
Andreas Fabri bf3542116a Polygon_mesh_processing: Fix documentation
splitted -> split
2017-04-26 14:42:59 +02:00
Laurent Rineau fc29bc3a6a Push the announcement mail 2017-04-20 16:34:18 +02:00
Laurent Rineau fa61a6561e Prepare beta1 2017-04-18 18:29:59 +02:00
Laurent Rineau ee8d76079a Reformat the change log files 2017-04-18 18:29:23 +02:00
Laurent Rineau 4d6149647d <CGAL/CGAL_Ipelet_base.h> requires C++11, skip it
That header needs C++11 at least, and that does not play well with the
`check_headers` feature. So put it in the whitelist, so that it is not
tested along with the other headers.
2017-04-18 18:25:56 +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
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
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
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
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
Laurent Rineau 3e5ed94661 Do check the dependencies of Mesh_2 2017-04-06 17:37:10 +02:00
Andreas Fabri 3112b11e67 Add license check; Add defines for test_lipschitz.cpp 2017-04-06 17:32:50 +02:00
Laurent Rineau cef48f35f0 Merge pull request #2012 from lemonnguyen/master
Fix grammar error in readme.md
2017-04-06 17:12:12 +02:00