Sébastien Loriot
64c7d45ffb
copy/paste issue
2023-11-15 12:21:44 +01:00
Sven Oesau
b2ac701711
dependencies update
2023-11-15 12:18:02 +01:00
Andreas Fabri
3c07d9a591
Add virtual
2023-11-15 10:05:58 +00:00
Sven Oesau
dceff13bea
added missing header
2023-11-15 10:46:28 +01:00
Andreas Fabri
652f7b26c0
Replace Q_FOREACH
2023-11-15 08:59:17 +00:00
Sven Oesau
8274313a74
fix ci
...
restored another é
2023-11-15 09:36:44 +01:00
Andreas Fabri
dc0cd7f1e6
make ~Show_point_dialog() virtual
2023-11-15 07:51:58 +00:00
Andreas Fabri
d840b6f422
Improve wording
2023-11-14 13:49:52 +00:00
Andreas Fabri
59af92c085
more cleanup
2023-11-14 13:41:09 +00:00
Andreas Fabri
710ef72e27
Move code to initializer list
2023-11-14 13:26:08 +00:00
Jane Tournois
e4e13e2f57
do not check the graph of features after protection when minimal_size is set
...
when minimal_size is set, the graph of features is likely to be invalid
or at least inconsistent with the input graph
so checking its topology does not make any sense and could lead to
- assertions failing in debug mode,
- hanging in release mode
2023-11-14 12:28:18 +01:00
Andreas Fabri
4e5082b6b5
remove _qt
2023-11-14 09:25:00 +00:00
Andreas Fabri
525cc0f27e
Descriptor -> _descriptor
2023-11-14 09:16:37 +00:00
Nicolas Saillant
f86d08ec6d
Add clickable link and remove file columns
2023-11-14 09:43:14 +01:00
Andreas Fabri
1ffb64e2ac
buffer -> scene
2023-11-13 18:58:30 +00:00
Andreas Fabri
e62cb1661a
add_to
2023-11-13 18:56:31 +00:00
Sébastien Loriot
8518e7d0d9
update changes
2023-11-13 18:40:03 +01:00
Sébastien Loriot
c7be554c0f
update after rebase
2023-11-13 16:08:42 +01:00
Sébastien Loriot
724c1f0552
remove TODO added in an issue
2023-11-13 15:22:12 +01:00
Sébastien Loriot
4c315c1ff8
fixes after review
2023-11-13 15:18:26 +01:00
Jane Tournois
47477277d3
use initializer list
2023-11-13 13:58:05 +01:00
Jane Tournois
5974f2ca32
replace Vertex_triple by std::array<Vertex_handle, 3>
2023-11-13 13:48:05 +01:00
Jane Tournois
0b73361226
remove CGAL_ITK_support.cmake
...
and adapt the CMakeLists that were using it
2023-11-13 12:47:39 +01:00
Andreas Fabri
97721a0c12
namespace fixes
2023-11-13 11:11:46 +00:00
Andreas Fabri
5a463f5428
Thank you Albert
2023-11-13 08:01:14 +00:00
Sébastien Loriot
2f104a6f76
replace boost::mpl::not_
2023-11-10 16:38:24 +01:00
Sébastien Loriot
4344c3cc27
replace boost::mpl::or_
2023-11-10 16:34:19 +01:00
Sébastien Loriot
2277013d84
replace boost::mpl::and_
2023-11-10 16:19:26 +01:00
Laurent Rineau
a8b8102567
CGAL_ENABLE_TESTING has three definitions
...
`CGAL_ENABLE_TESTING` is defined three times:
- once in `/CMakeLists.txt` that is the root of the CMake tree for a Git layout
- once in `Installation/CMakeLists.txt` that is the root of the CMake
for a release tarball,
- and once in `CGAL_add_test.cmake`, for consumers of `CGALConfig.cmake`.
Two changes:
- Add the default value `${BUILD_TESTING}` to all three definitions
- Modify the comment
2023-11-10 13:17:46 +01:00
puneetmatharu
d6638db44f
Update CMakeLists.txt
...
Set the default value of CGAL_ENABLE_TESTING to BUILD_TESTING to allow users to continue enabling tests by just specifying BUILD_TESTING.
2023-11-10 10:50:10 +00:00
Laurent Rineau
d9dcc9c2ed
fix the compilation of doc
...
- Use `-j$(nproc)` or `-j` (!!!)
- Handle errors when a Doxygen run fails.
2023-11-09 18:47:19 +01:00
Efi Fogel
a850c34460
Fixed Are_mergable_2 functor; add code that tests whether the equal operator (operator==) is applicable to the data that extends the curve
2023-11-09 15:09:19 +02:00
albert-github
8c9f391d87
Defining a new resource directory to be used with doxygen master 1.10.0
...
Adding the possibilities for the new setting `` so the CGAL setting don't interfere with the settings of other packages.
2023-11-09 12:46:06 +01:00
Andreas Fabri
2c9a74fb9b
Add branch profilers
2023-11-08 07:47:02 +00:00
Sven Oesau
6cdfbfea5d
restored é
2023-11-07 16:44:53 +01:00
Sven Oesau
696fb83399
moving new property system into CGAL::Experimental namespace
...
fixing msvc compiling issues
2023-11-07 15:01:37 +01:00
Sven Oesau
c8cc615f8b
removing trailing whitespaces
2023-11-07 14:53:08 +01:00
Sébastien Loriot
25233e8f67
undo bad change
2023-11-07 09:15:18 +01:00
Sébastien Loriot
6383bf9676
revert changes to not block the integration of new Orthtree
2023-11-07 08:35:37 +01:00
Sébastien Loriot
999ad9b787
Merge remote-tracking branch 'cgal/master' into HEAD
2023-11-07 08:19:19 +01:00
Andreas Fabri
72b3016852
Filtered_kernel: Add Power_side_of_oriented_power_circle_2.h
2023-11-06 21:48:18 +00:00
Guillaume Damiand
2bad25fddc
draw cont (nyf)
2023-11-06 18:43:16 +01:00
Laurent Rineau
06915fe2eb
Merge branch '5.6.x-branch'
2023-11-06 12:53:27 +01:00
Laurent Rineau
bdfe153cd9
Merge pull request #7784 from janetournois/BGL-warning_fixed-jtournois
...
BGL - no need to workaround boost 1.54 anymore
2023-11-06 12:52:24 +01:00
Laurent Rineau
e92d42f0dc
Merge pull request #7795 from lrineau/CGAL_Lab-fix_VTK_io_plugin-GF
...
CGAL Lab: fix reading of VTK files
2023-11-06 12:52:21 +01:00
Laurent Rineau
65183a9057
Merge pull request #7800 from ange-clement/Polyhedron-demo-Surface_patch_index-color
...
Polyhedron demo - Use subdomain's color only when meshing from labeled images
# Conflicts:
# Polyhedron/demo/Polyhedron/Scene_triangulation_3_item.cpp
2023-11-06 12:51:34 +01:00
Laurent Rineau
bf2c798561
Merge pull request #7801 from janetournois/Tet_remeshing-improve_doc-jtournois
...
Tetrahedral_remeshing - Doc improvements
2023-11-06 12:40:00 +01:00
Laurent Rineau
9f42a6943c
Merge pull request #7810 from afabri/Filtered_kernel-dead_code-GF
...
Filtered_kernel: Remove dead code
2023-11-06 12:39:55 +01:00
Laurent Rineau
58bf7afa8d
Merge pull request #7822 from afabri/Filtered_kernel-collinear-GF
...
Kernel_23: Exploit Uncertain in collinear_3()
2023-11-06 12:39:52 +01:00
Laurent Rineau
bd90568be1
Merge pull request #7825 from janetournois/Mesh_3-timeout-jtournois
...
Mesh_3 - avoid a timeout in the testsuite
2023-11-06 12:39:49 +01:00