Commit Graph

84963 Commits

Author SHA1 Message Date
Maxime Gimeno c787e40ca7 Use boost variant for attributes to be able to send `double`s, `uint_8`s and `std::size_t`s 2019-03-18 13:14:00 +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
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
Maxime Gimeno e732ac40bd Merge pull request #3749 from janetournois/Mesh_3-fix_test_with_precision_of_double-jtournois
Mesh_3 tests : deal with precision of `double`'s
2019-03-12 17:04:15 +01:00
Maxime Gimeno 9e71d9fc23 Merge pull request #3744 from afabri/CGAL_backtick_GF
Periodic and Hyperbolic triangulations: backtick
2019-03-12 17:04:12 +01:00
Maxime Gimeno be07aa1267 Write CGAL_NR at the end of the testsuite 2019-03-12 15:07:49 +01:00
Maxime Gimeno 324f4e9b4a Fix warning 2019-03-12 15:00:41 +01:00
Maxime Gimeno 64cfc19d68 Remove -d option. Any HOST declared as not localhost will be considered as a remote host and launch the cross compilation. 2019-03-12 14:58:11 +01:00
Maxime Gimeno 7c0d23b18f Fix CGAL_DIR and change names in CGAL_add_tests 2019-03-12 10:13:07 +01:00
Laurent Rineau e32637fa7c Merge pull request #3719 from albert-github/feature/bug_packages_html
Invalid (X)HTML sequence
2019-03-11 17:26:27 +01:00
Laurent Rineau bb506019db Merge pull request #3731 from afabri/CGAL-precision-GF
IO: Set precision of the ostream when writing a point set or face graph
2019-03-11 17:26:24 +01:00
Laurent Rineau c668f3095b Merge pull request #3732 from maxGimeno/Demo-Stats_for_selection-GF
Polyhedron_demo: Add stats to the selection_item
2019-03-11 17:26:21 +01:00
Laurent Rineau 6f67752ba5 Merge pull request #3738 from sgiraudot/Polyhedron_demo-Fix_point_set_selection_speed-GF
Polyhedron demo: Fix point set selection speed
2019-03-11 17:26:18 +01:00
Laurent Rineau 0e71df6fd6 Merge pull request #3741 from janetournois/PMP-use_new_API-jtournois
PMP debug code - use the new API of `PMP::remove_degenerate_faces()`
2019-03-11 17:26:15 +01:00
Laurent Rineau 9ca2b2213a Merge pull request #3746 from maxGimeno/Demo-Fix_visualization-GF
Polyhedron Demo:  fix visualization bugs
2019-03-11 17:26:12 +01:00
Maxime Gimeno 57a532dbc7 update script 2019-03-11 12:07:04 +01:00
albert-github 961c90070b Multiple definition of incident_cells
The function has been defined twice, removed second definition.
2019-03-10 13:19:55 +01:00
Laurent Rineau 6209397043
Merge pull request #3740 from lrineau/Hyperbolic_triangulation_2-demo_fix_resources-GF
Hyperbolic_triangulation_2 demo: fix the use of resources
2019-03-08 16:01:38 +00:00
Laurent Rineau 0c16961337
Update Mesh_3/test/Mesh_3/test_meshing_utilities.h
fix precision test

Co-Authored-By: janetournois <janetournois@users.noreply.github.com>
2019-03-08 16:13:05 +01:00
Jane Tournois 60ce59aeaa the assertion is subject to precision of double's
so we can release the test by 1e-15
2019-03-08 16:04:13 +01:00
Laurent Rineau 6e02c33fde Add calls to `time` to display timings 2019-03-08 16:01:07 +01:00
Maxime Gimeno 5c433eab01 Fix show/hide 2019-03-08 11:32:50 +01:00
Maxime Gimeno 93d665e01f Fix clipping box plugin 2019-03-08 11:04:46 +01:00
Andreas Fabri a0be3b44af Periodic and Hyperbolic triangulations: backtick 2019-03-08 09:57:57 +01:00
Andreas Fabri d0d5251cb6 Add \cgalHHasModel and \cgalModels and backtick (even in Triangulation_3) 2019-03-08 09:29:28 +01:00
Laurent Rineau 3e71481b3d
Merge pull request #3436 from barcode/CGAL-4.13-branch-patches
export(PACKAGE CGAL)
2019-03-07 16:39:25 +00:00
Andreas Fabri 7a14df8cae Range and Segment Trees: Sync code and doc 2019-03-07 17:29:14 +01:00
Laurent Rineau f5836b2206 Merge branch 'releases/CGAL-4.13-branch' 2019-03-07 14:31:16 +01:00
Laurent Rineau 56d1559dc7 Merge pull request #3733 from goran-w/goran-w-patch2-3566
Further fix for triangle orientation in medit output
2019-03-07 14:27:08 +01:00
Laurent Rineau 99fe1bc548 Merge branch 'releases/CGAL-4.12-branch' into releases/CGAL-4.13-branch 2019-03-07 14:26:47 +01:00
Laurent Rineau 93b36b4b8b Merge pull request #3726 from sgiraudot/Classification-Fix_bbox_precision-GF
Classification: Fix bbox precision
2019-03-07 14:26:30 +01:00
Laurent Rineau 2b421e513c Merge pull request #3734 from sloriot/Doc-advanced_brief
Fix brief of advanced
2019-03-07 14:26:27 +01:00
Maxime Gimeno d7baf67a43 Add initialization 2019-03-07 12:54:12 +01:00
Jane Tournois 664de7e32e use the new API of `PMP::remove_degenerate_faces()`
If there is no degenerate faces to deal with, i.e. if the function
has nothing to do, it now returns `true`, and not `0` anymore.
This change was introduced by commit e4ad5d96a7
2019-03-07 11:22:41 +01:00
Laurent Rineau 20772a9a44 Fix the notice 2019-03-07 10:22:00 +01:00
Laurent Rineau 2a5ebb2089 Fix the use of resources
The key issue was that the `CMakeLists.txt` was not using
`CGAL_Qt5_RESOURCE_FILES`, and instead the author decided to copy the
resources and qrc files.
2019-03-07 09:22:11 +01:00
Maxime Gimeno 8d6c35f1b5 Fix warning 2019-03-06 15:53:06 +01:00