Laurent Rineau
b29e3f996f
Add missing #include
2019-05-09 09:05:30 +02:00
Andreas Fabri
fa8107b5a7
Include Residue.h
2019-05-03 16:52:46 +02:00
Andreas Fabri
3b0519a1cb
Add a forward declaration
2019-04-12 15:07:26 +02:00
Andreas Fabri
b8ff662aa5
Fix dependency of Circulator
2019-03-28 09:09:55 +01:00
Andreas Fabri
930556a484
Remove #include<CGAL/basic.h> amd put what is needed if something is missing
2019-03-27 15:25:41 +01:00
Andreas Fabri
a1609350aa
Remove #include<CGAL/basic.h> amd put what is needed if something is missing
2019-03-27 15:21:33 +01:00
Laurent Rineau
b8adcc35b5
Reduce inclusions of <CGAL/basic.h> and <CGAL/number_type_basic.h>
2019-03-27 11:40:47 +01:00
Laurent Rineau
2835fff295
Merge pull request #3777 from lrineau/Mesh_3-add_example_Surface_mesh-GF
...
Add two examples with Surface_mesh instead of Polyhedron
2019-03-21 16:34:27 +01:00
Laurent Rineau
291a1f1221
Merge pull request #3778 from lrineau/CGAL-fix_installed_header_only-GF
...
Fix the *installed* header-only CGALConfig.cmake
2019-03-21 16:34:25 +01:00
Laurent Rineau
b2b0d9d486
Push last version of my scripts
2019-03-20 10:44:21 +01:00
Laurent Rineau
6679bfa911
Fix the test results page
...
There was the string `\n` in the HTML page, instead of a real newline.
2019-03-20 10:43:25 +01:00
Laurent Rineau
e8b8c14c29
Merge branch 'releases/CGAL-4.13-branch'
2019-03-19 18:35:08 +01:00
Laurent Rineau
2863e74fb5
Merge pull request #3735 from janetournois/PMP-fix_isotropic_remeshing_with_tiny_constraints-jtournois
...
PMP : fix isotropic remeshing surviving tiny constraints
2019-03-19 18:30:57 +01:00
Laurent Rineau
60478dd816
Merge pull request #3758 from albert-github/feature/bug_advanced_2
...
Correction of (X)HTML warnings in case of Advanced topics
2019-03-19 18:30:53 +01:00
Laurent Rineau
4d66f012c7
Merge pull request #3766 from sloriot/AABB_tree-more_robust_first_intersection
...
More robust first_intersection
2019-03-19 18:30:50 +01:00
Laurent Rineau
9d40c3e1fc
Merge pull request #3769 from sloriot/CGAL-doc_fixes
...
Various doc fixes
2019-03-19 18:30:36 +01:00
Laurent Rineau
ed8be0d44a
Merge pull request #3771 from sloriot/Doc-generate_deprecation_notice
...
Use a generated version of deprecated.html
# Conflicts:
# Documentation/doc/resources/1.8.13/deprecated.html
# Documentation/doc/resources/1.8.14/deprecated.html
# Documentation/doc/resources/1.8.4/deprecated.html
2019-03-19 18:28:58 +01:00
Laurent Rineau
49fe08bb70
Merge pull request #3773 from maxGimeno/Demo-Fix_clip_plane_tooltip-GF
...
Polyhedron demo: fix the plane_item's equation
2019-03-19 18:26:57 +01:00
Laurent Rineau
82451a276d
Merge pull request #3774 from sloriot/BO2-fix_outer_ccb_set
...
Fix error in outer CCB setting
2019-03-19 18:26:54 +01:00
Laurent Rineau
a5cb503786
Merge pull request #3735 from janetournois/PMP-fix_isotropic_remeshing_with_tiny_constraints-jtournois
...
PMP : fix isotropic remeshing surviving tiny constraints
2019-03-19 18:25:43 +01:00
Laurent Rineau
d89b70dd9a
Merge branch 'releases/CGAL-4.12-branch' into releases/CGAL-4.13-branch
2019-03-19 18:25:32 +01:00
Laurent Rineau
ee4a142d7b
Merge pull request #3766 from sloriot/AABB_tree-more_robust_first_intersection
...
More robust first_intersection
2019-03-19 18:24:07 +01:00
Laurent Rineau
d655edc29f
Merge pull request #3769 from sloriot/CGAL-doc_fixes
...
Various doc fixes
2019-03-19 18:24:01 +01:00
Laurent Rineau
fd7e8c898f
Merge pull request #3771 from sloriot/Doc-generate_deprecation_notice
...
Use a generated version of deprecated.html
2019-03-19 18:23:59 +01:00
Laurent Rineau
1788631b84
Merge pull request #3774 from sloriot/BO2-fix_outer_ccb_set
...
Fix error in outer CCB setting
2019-03-19 18:23:56 +01:00
Laurent Rineau
4782ea1665
Fix the *installed* header-only CGALConfig.cmake
...
The previous installed version of `CGALConfig.cmake`, when
`CGAL_HEADER_ONLY` is true, was hard-coding a path `../../../`,
relative to the location of itself. It might be that the CMake modules
are not installed in a sub-directory with three components, relatively
to the prefix.
That way of doing it buggy. And that triggered issue with the cgal
port in vcpkg:
https://github.com/Microsoft/vcpkg/pull/5734
This patch is just another hack: it hardcodes that the relative path
can be any of:
- `../`,
- `../../`, or
- `../../../`.
2019-03-19 16:49:31 +01:00
Laurent Rineau
3b349c7b8f
Add examples with Surface_mesh instead of Polyhedron
2019-03-19 13:28:31 +01:00
Sébastien Loriot
6fc06efd70
fix progation when no inner ccb is adjacent to a outer ccb to be updated
2019-03-15 18:28:18 +01:00
Maxime Gimeno
3760964322
Also fix the initial state of the clipping_box widget
2019-03-15 16:05:39 +01:00
Maxime Gimeno
38c671f4b7
Don't forget the offset in the tooltip()
2019-03-15 16:00:50 +01:00
albert-github
28fdb2d425
Correction of (X)HTML warnings in case of Advanced topics
...
Based on suggestion of @sloriot using `^^` also in cgalAdvancedEnd instead of adding a new line in the files
2019-03-15 11:33:48 +01:00
Sébastien Loriot
d2c10d1fde
remove macro defined twice
2019-03-15 09:31:34 +01:00
Sébastien Loriot
6a7c377b40
Use a generated version of deprecated.html
2019-03-15 08:57:40 +01:00
Sébastien Loriot
e8d1e11cc8
fix formula
2019-03-14 16:56:46 +01:00
Laurent Rineau
713c672326
Merge pull request #3748 from lrineau/Travis-display_timers-GF
...
Travis: Add calls to `time` to display timings
2019-03-14 14:52:13 +01:00
Laurent Rineau
53709a4bce
Try not to quote %
...
And rename the `time` function in `build_package.sh`.
2019-03-13 17:28:03 +01:00
Laurent Rineau
43d1948396
master now targets a possible CGAL-4.14-beta3
2019-03-13 17:15:45 +01:00
Laurent Rineau
cdf90303ce
Parse error again!
2019-03-13 16:57:38 +01:00
Laurent Rineau
9bd51b2fdf
Run yamllint
...
- Quote `:`
- Remove trailing white-space
- Fix indentation
2019-03-13 16:49:05 +01:00
Laurent Rineau
95b1f47076
Escape % with a backslash
2019-03-13 16:25:50 +01:00
Laurent Rineau
4858aee676
Quote %
2019-03-13 16:23:12 +01:00
Laurent Rineau
c90335d8b0
Another attempt: I do not know why Travis cannot parse that file!
2019-03-13 16:14:53 +01:00
Laurent Rineau
438dc91139
Try with simple quotes
2019-03-13 16:12:32 +01:00
Laurent Rineau
11fe55cdb1
Use /usr/bin/time with a special format
2019-03-13 16:05:40 +01:00
Sébastien Loriot
3c0cc16c68
take the max coordinate instead of the non-zero one
2019-03-12 17:59:28 +01:00
Maxime Gimeno
eaace93cf3
Merge pull request #3743 from afabri/SearchStructures-fix_code_doc-GF
...
Range and Segment Trees: Sync code and doc
2019-03-12 17:04:23 +01:00
Maxime Gimeno
1d04ad4d90
Merge pull request #3761 from maxGimeno/Demo-Fix_visualization-GF
...
Polyhedron_Demo: Fix warning
2019-03-12 17:04:21 +01:00
Maxime Gimeno
330c6ec9b1
Merge pull request #3759 from maxGimeno/Cross_compilation-Update_scripts-GF
...
Testsuite : Use ctest
2019-03-12 17:04:19 +01:00
Maxime Gimeno
7026bd4874
Merge pull request #3757 from albert-github/feature/bug_double_incident_cells
...
Multiple definition of incident_cells
2019-03-12 17:04:18 +01:00
Maxime Gimeno
d9f9c58342
Merge pull request #3729 from afabri/T2-typos-GF
...
T2,T3,Mesh_2: backticks, lowercase, capitalize
2019-03-12 17:04:17 +01:00