Laurent Rineau
1bdf8e7e10
fix for clang
2025-05-14 10:25:59 +02:00
Laurent Rineau
cb5e13ad1f
Merge remote-tracking branch 'refs/remotes/lrineau/Triangulation_3-CDT_3-lrineau' into Triangulation_3-CDT_3-lrineau
2025-05-13 17:34:31 +02:00
Laurent Rineau
958d50eb20
more debug message
2025-04-29 15:47:41 +02:00
Laurent Rineau
8fc4c928a3
improve user manual of CDT_3
2025-04-23 09:13:07 +02:00
Andreas Fabri
7925d2a08b
merge master
2025-04-08 11:49:02 +01:00
Mael Rouxel-Labbé
691fd789f9
Merge remote-tracking branch 'cgal/master' into gsoc2022-isosurface
2025-03-24 21:34:55 +01:00
Laurent Rineau
a2571bbab8
Merge remote-tracking branch 'lrineau/CGAL-followup_PR_8170-lrineau' into Triangulation_3-CDT_3-lrineau
2025-02-11 18:26:52 +01:00
Sébastien Loriot
7720caa9dc
Merge remote-tracking branch 'cgal/5.6.x-branch' into HEAD
2025-01-24 08:08:33 +01:00
Sébastien Loriot
d8106aab4b
we now use ctest for testing + extra clean up
2025-01-22 11:42:50 +01:00
Laurent Rineau
02632017a5
Merge remote-tracking branch 'cgal/master' into Triangulation_3-CDT_3-lrineau
2024-11-12 12:33:37 +01:00
Laurent Rineau
6ab501ab48
add new debug code
2024-11-04 13:56:12 +01:00
Sven Oesau
a06002ab2b
Merge remote-tracking branch 'cgal/master' into gsoc2022-isosurface
2024-10-14 14:42:46 +02:00
Sébastien Loriot
1c50e0bede
Mac OS X cleaning
2024-10-10 14:21:34 +02:00
Laurent Rineau
0fa27bc857
Merge remote-tracking branch 'cgal/master' into Triangulation_3-CDT_3-lrineau
2024-04-24 16:51:27 +02:00
Laurent Rineau
3d14707b0c
reimplement does_first_triangle_intersect_second_triangle_interior
...
Now use a modified code of the original predicate `do_intersect(Tri_3, Tri_3)`.
2024-03-22 10:52:17 +01:00
Mael Rouxel-Labbé
d483b3bdfd
Merge remote-tracking branch 'cgal/master' into gsoc2022-isosurface
2024-01-09 13:52:46 +01:00
Laurent Rineau
48f37a14dc
remove occurrences of Qt5
2023-09-14 17:02:21 +02:00
Laurent Rineau
cf0fd18715
add CGAL/cdt_debug_ui.h
2023-08-01 10:21:04 +02:00
Laurent Rineau
355b01b859
add vertex type
...
remove `v->original_point`
2023-07-11 16:25:56 +02:00
Laurent Rineau
a85ce74720
Merge branch 'Triangulation_3-fix_simplex_traverser-GF-CGAL-5.6' into Triangulation_3-CDT_3-lrineau
2023-06-22 15:28:48 +02:00
Jane Tournois
0d550a5938
Merge remote-tracking branch 'cgal/master' into pr/janetournois/7116
...
# Conflicts:
# Mesh_3/test/Mesh_3/CMakeLists.txt
2023-02-23 13:06:59 +01:00
Laurent Rineau
e25ecbe424
Different choice of normal, not really better
...
- perfect for `cube_quad.off`,
- but not for `mpi.off`.
The truth is out there.
2023-02-06 15:04:36 +01:00
Laurent Rineau
7b9bcb8dc3
Add const to for-loop
2023-02-06 15:04:36 +01:00
Julian Stahl
9b55cf1108
Add format
2022-08-31 14:36:19 +02:00
Laurent Rineau
03508a96f4
Merge branch '5.5.x-branch'
...
# Conflicts:
# Installation/include/CGAL/version.h
# Installation/lib/cmake/CGAL/CGALConfigVersion.cmake
2022-06-15 10:23:16 +02:00
Laurent Rineau
2acb975ba4
Merge 'cgal/master' to fix conflicts
2019-09-11 14:35:38 +02:00
Laurent Rineau
88a915779f
Merge tag 'base2018' into HEAD
...
# Conflicts:
# Triangulation_3/examples/Triangulation_3/CMakeLists.txt
# Triangulation_3/include/CGAL/Triangulation_3.h
# Triangulation_3/include/CGAL/Triangulation_utils_3.h
2019-09-10 18:41:08 +02:00
Liangliang Nan
3ffc43df9d
tests if SCIP exists before creating the project
2019-06-05 21:32:10 +02:00
Liangliang Nan
3b9c73c917
using the new Shape_detection implementation (instead of the deprecated Shape_detection_3)
2019-06-05 21:10:39 +02:00
albert-github
1dd7473818
Correction of links
...
Correction of redirected links and links that moved to another place.
2019-04-11 21:37:05 +02:00
Sébastien Loriot
5efd5b9931
remove mentions to Operation_on_polyhedra package
2018-08-23 13:04:31 +02:00
Andreas Fabri
bbfeedcf5a
Oliver's faster walk_to_next_3()
2018-03-16 19:24:36 +01:00
Efi Fogel
f1483cfa25
Merge branch 'Aos_2-surface_sweep-efif-old' into Aos_2-surface_sweep-efif
...
Merging Sebastien's fix to the surface-sweep cod.
Also, replaced all occurrences of '_SL_' with '_SS_'.
2017-12-07 15:56:00 +02:00
Efi Fogel
3798b2fc43
Removed obsolete file name
2017-11-29 21:48:22 +02:00
Laurent Rineau
a0155a70ed
Add Sphinx documentation
...
The `Makefile` can be used to generate the documentation:
make html
`sphinx-build` must be in the path.
2017-03-27 18:04:55 +02:00
Laurent Rineau
2cd9a15bb9
Merge remote-tracking branch 'cgal/releases/CGAL-4.8-branch'
...
Merge the following merge commits:
> 12b92f5 Merge pull request #1271 from lrineau/Mesh_3-distance_criterion_sizing_field-GF
> 9c3d0b0 Merge pull request #1295 from lrineau/CGAL-add_test-GF
Conflicts:
Maintenance/release_building/BUGFIX_NUMBER
Maintenance/release_building/public_release_name
2016-07-22 18:31:02 +02:00
Laurent Rineau
c46e983139
Allow parallel execution of tests in test/Kernel_23
2016-07-21 14:42:35 +02:00
Laurent Rineau
00d3b9924b
Better random image: a big sphere plus small ones
2016-06-15 18:10:14 +02:00
Laurent Rineau
326da7b237
Register the update of platforms on renoir
...
+ add IntelCompiler-17 with assertions (without `-DCGAL_NDEBUG`)
2016-05-26 15:30:52 +02:00
Laurent Rineau
62d1cfecbe
Fix compilation errors (in the Polyhedron Demo)
2016-04-20 15:26:49 +02:00
Laurent Rineau
f594283907
Merge pull request #892 from freud14/add-gitignore
...
Adding moc files to gitignore
2016-03-29 11:03:02 +02:00
Frédérik Paradis
43c54aac1f
Adding moc files to gitignore
2016-03-08 17:45:59 -05:00
Sébastien Loriot
2d191d6651
commit CMakeLists.txt for all examples and tests
2016-03-07 17:39:36 +01:00
Laurent Rineau
545149d99e
include <CGAL/config.h> instead of <CGAL/basic.h>
...
No need to include the CGAL kernels to use CGAL timers!
2016-02-02 12:20:41 +01:00
Laurent Rineau
899eabaf8e
Udpdate renoir reference platforms for testsuite
...
During the upgrade of renoir.geometryfactory.com, g++ was upgrade to
g++-5.3.1 (was 4.9.x previously).
That new version of g++ use a dual ABI C++98/C++11. The home-build Boost
versions that were built with g++-4.9.1 introduced issues. I remove
those home-built version of Boost from the config, when the compiler is
g++-5.3.1.
That should fix the recent issues with Boost.Program_options on
renoir.gf.com.
2016-01-21 11:46:08 +01:00
Laurent Rineau
b913c0ba5f
Fix in intersection_of_Polyhedra_3: CMap default-constructor is not thread-safe
...
When `do_not_build_cmap_` is `true`, avoid even to construct the
default-constructed CMap, because that operation is not thread-safe.
2016-01-20 18:10:40 +01:00
Laurent Rineau
ccb31e40ff
Re-enable the meshing thread
...
The Mesh_3 plugin is also renamed to Mesh_3_plugin, like the same of its
file.
2016-01-08 15:10:09 +01:00
Sébastien Loriot
dd8f33adc5
Merge pull request #559 from lrineau/Mesh_3-remove_estimated_bbox-lrineau
...
Add bbox() to MeshDomain_3
2016-01-06 14:35:01 +01:00
Laurent Rineau
6c3ce81eec
Amend .gitignore
2016-01-04 14:16:42 +01:00
Sébastien Loriot
dd955cef30
Merge pull-request #483 from 'janetournois/Mesh_3-gray_level_image_oracle-lrineau'
...
Mesh 3 : add gray level image oracle
2015-12-18 16:46:46 +01:00