Laurent Rineau
463a43e23b
Fix the download URLS
2019-10-31 18:39:17 +01:00
Laurent Rineau
21fedbf0ad
Take the version number from `public_release_name`
2019-10-31 18:34:08 +01:00
Laurent Rineau
4f97bd5102
Fix dependencies
2019-10-31 14:46:34 +01:00
Laurent Rineau
15d9e1f0ff
Restore the alphabetical order of `dependencies` files
2019-10-31 14:41:37 +01:00
Laurent Rineau
aee346441d
updated crontab (automated commit)
2019-10-31 10:49:50 +01:00
Laurent Rineau
5e63242ee9
Merge branch 'releases/CGAL-4.14-branch'
2019-10-31 10:39:04 +01:00
Laurent Rineau
3eabfdb444
Merge pull request #4314 from MaelRL/APLG-Make_step_a_parameter-GF
...
Apollonius Graph 2: make sampling distance a parameter of the parabola sampling function
2019-10-31 10:38:40 +01:00
Laurent Rineau
543eae9a01
Merge pull request #4315 from mglisse/Number_types-Mpzf_canon-glisse
...
Properly canonicalize the result of a subtraction in Mpzf
2019-10-31 10:38:37 +01:00
Laurent Rineau
fe321e6862
Merge branch 'master' of github.com:CGAL/cgal
2019-10-31 10:33:55 +01:00
Laurent Rineau
387f55cfca
Next version in this branch will be 5.0-beta3 (or the final release)
2019-10-31 10:32:50 +01:00
Laurent Rineau
2305bc6df8
Announcement for 5.0-beta2
2019-10-31 10:31:52 +01:00
Laurent Rineau
9905205afc
update script to new release tarballs
2019-10-31 09:47:00 +01:00
Laurent Rineau
416cbbcf47
Merge pull request #4277 from MaelRL/PMP-Locate_rework_traits-GF
...
PMP: Replace `Location_traits` by a simpler API
2019-10-29 15:23:41 +01:00
Laurent Rineau
57152023c2
Merge pull request #4304 from MaelRL/CGAL-Header_only_doc_rewrite-GF
...
Documentation: switch manual to header-only by default (+misc improvements)
2019-10-29 15:23:39 +01:00
Laurent Rineau
a16da44478
Merge pull request #4308 from maxGimeno/Intersections_3-Add_T_3_Cub_3-maxGimeno
...
Intersections_3: Add Cub_3-T_3
2019-10-29 15:23:36 +01:00
Laurent Rineau
144f3a1402
Merge pull request #4314 from MaelRL/APLG-Make_step_a_parameter-GF
...
Apollonius Graph 2: make parabola sampling a parameter of the sampling function
2019-10-29 15:23:33 +01:00
Laurent Rineau
c6d9dd64d9
Merge pull request #4315 from mglisse/Number_types-Mpzf_canon-glisse
...
Properly canonicalize the result of a subtraction in Mpzf
2019-10-29 15:23:30 +01:00
Laurent Rineau
8d4edad5ea
Merge pull request #4316 from maxGimeno/Demo-Fix_nef_orientation-maxGimeno
...
CGAL 3D Demo: Fix nef_polyhedron normals
2019-10-29 15:23:28 +01:00
Laurent Rineau
e6d86ecef7
Merge pull request #4317 from mglisse/Number_types-interval_NaN2-glisse
...
Wrong interval multiplication with NaN
2019-10-29 15:23:25 +01:00
Laurent Rineau
64d8421d52
Merge pull request #4321 from sloriot/CGAL-userdoc_update
...
User man + more verbose script
2019-10-29 15:23:22 +01:00
Laurent Rineau
7ef92e7aaa
Merge pull request #4325 from sloriot/CGAL_demo-Mesh_2_naming_scheme
...
Improve item naming
2019-10-29 15:23:20 +01:00
Laurent Rineau
bbe02d9f7b
Fix the license header
2019-10-29 15:22:49 +01:00
Laurent Rineau
ee357fd5dd
Merge remote-tracking branch 'cgal/master' into Intersections_3-Add_T_3_Cub_3-maxGimeno
2019-10-29 15:19:24 +01:00
Laurent Rineau
d24671eacf
Announce the changes to the documentation
2019-10-29 15:04:55 +01:00
Laurent Rineau
9ae69bc85a
Bump the Boost version number (and release month)
2019-10-29 15:02:01 +01:00
Mael Rouxel-Labbé
bcf09288f0
Fix examples.zip link
2019-10-29 11:24:39 +01:00
Mael Rouxel-Labbé
593079fab9
Tiny rephrase
2019-10-29 11:06:39 +01:00
Mael Rouxel-Labbé
ead5d7478c
Doc improvements
2019-10-29 11:00:39 +01:00
Laurent Rineau
81c7f53d20
Add braces to quiet a warning
...
```
In file included from .../include/CGAL/long_double.h:27,
from .../include/CGAL/number_type_basic.h:52,
from .../include/CGAL/basic.h:33,
from .../include/CGAL/Cartesian/Cartesian_base.h:20,
from .../include/CGAL/Simple_cartesian.h:20,
from /home/cgal_tester/build/src/cmake/platforms/Fedora-32/test/AABB_tree/aabb_test_singleton_tree.cpp:4:
.../include/CGAL/Interval_nt.h: In function ‘CGAL::Interval_nt<Protected> CGAL::operator*(const CGAL::Interval_nt<Protected>&, const CGAL::Interval_nt<Protected>&)’:
.../include/CGAL/Interval_nt.h:664:10: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wdangling-else]
664 | if (b.inf()>=0.0) // b>=0
| ^
```
I have added more than the single necessary pair of braces, by symmetry.
2019-10-29 09:45:16 +01:00
Sébastien Loriot
abd8d035aa
improve item naming
2019-10-29 08:42:57 +01:00
Mael Rouxel-Labbé
23f516d6e3
Fix missing 'D' in build type cmake variable definition in command line
2019-10-28 11:07:41 +01:00
Mael Rouxel-Labbé
5a25827958
Fix extension type of archive and directory structure
2019-10-28 11:07:41 +01:00
Sébastien Loriot
9af500c5e5
make the message more verbose
2019-10-28 10:52:28 +01:00
Sébastien Loriot
240dea6e53
update header doc
2019-10-28 10:50:59 +01:00
Marc Glisse
b8953ab749
More tests for NaN interval multiplication
2019-10-27 23:26:01 +01:00
Marc Glisse
db7ca5e3d1
Complete (?) fix for NaN intervals
...
I hope the slowdown caused by this branch is not too bad...
2019-10-26 18:36:44 +02:00
Laurent Rineau
0ece0ad5bf
typo
2019-10-25 16:38:57 +02:00
Marc Glisse
d715ddd148
Properly canonicalize the result of a subtraction in Mpzf
...
1000-999=0001, there are multiple leading 0s to remove.
2019-10-25 16:32:28 +02:00
Laurent Rineau
b9e320659e
Merge branch 'releases/CGAL-4.14-branch'
2019-10-25 16:26:31 +02:00
Laurent Rineau
092cf8e2c5
Merge pull request #4284 from sloriot/Sweep_surface_2-derecursive_overlaps_5.0
...
Derecursification of overlaps detection on the right of event - [5.X]
2019-10-25 16:26:17 +02:00
Laurent Rineau
30b02eea63
Merge pull request #4303 from sloriot/CGAL-SPDX_updates
...
Update SPDX tags
2019-10-25 16:26:13 +02:00
Laurent Rineau
0d8c20a982
Merge pull request #4309 from lrineau/Developers_scripts-create_release_with_cmake__create_tarballs-GF
...
Developers scripts: create_release_with_cmake create new tarballs
2019-10-25 16:26:11 +02:00
Laurent Rineau
8ea02515f4
Merge pull request #4310 from ChamzasKonstantinos/nef-namespacing-issue
...
Namespaced newell function
2019-10-25 16:26:08 +02:00
Laurent Rineau
b64ed0e3b1
Merge pull request #4103 from sloriot/Sweep_surface_2-derecursive_overlaps
...
Derecursification of overlap detectiong on the right of event
2019-10-25 16:24:51 +02:00
Mael Rouxel-Labbé
0302f1b97f
Various fixes
2019-10-25 16:22:20 +02:00
Maxime Gimeno
3434fd8873
fix assetions
2019-10-25 15:55:22 +02:00
Mael Rouxel-Labbé
e6eb4812eb
Misc Installation Documentation Updates
2019-10-25 15:52:58 +02:00
Maxime Gimeno
61100b870f
Fix fix for nef normals
2019-10-25 14:53:24 +02:00
Mael Rouxel-Labbé
8978d919bd
Remove duplicate configuration variable files
2019-10-25 12:53:29 +02:00
Mael Rouxel-Labbé
51fe37f49b
Revert "pass on the doc"
...
This reverts commit 76cc4a6863 .
Actually don't want to remove that information
2019-10-25 12:53:29 +02:00