Sebastien Loriot
14b83f0d3e
boost::tie -> std::tie ( #8715 )
2025-02-12 19:36:19 +01:00
Laurent Rineau
e5001d1a50
update our CMake version 3.18...3.31
...
That will suppress the warnings about `CMP0167` (from CMake 3.30):
```
CMake Warning (dev) at cmake/modules/display-third-party-libs-versions.cmake:37 (find_package):
Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake
--help-policy CMP0167" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.
```
2025-02-04 14:32:37 +01:00
Sébastien Loriot
107f3696dc
boost::tie -> std::tie
2025-01-24 14:20:00 +01:00
Sebastien Loriot
25afb37051
Triangulation_2: Do not include kernel header ( #8527 )
...
## Summary of Changes
Do not include `Exact_predicates_inexact_constructions_kernel.h` and
`Simple_cartesian.h`.
Change order of `#include` statements so that the T2 files come first.
Forward declare `Epick` in `Constrained_triangulation_plus_2` where it
is used for defining a `Default` for the template parameter (which is
not documented).
## Release Management
* Affected package(s): Triangulation_2
* License and copyright ownership: unchanged.
2024-11-08 16:11:41 +01:00
Sébastien Loriot
797dde5985
Merge remote-tracking branch 'cgal/6.0.x-branch'
2024-11-08 16:11:22 +01:00
Guillaume Damiand
7cd3a8e653
Add missing methods ignore_all_XXX in graphics scene options (methods that are documented)
2024-11-08 15:57:10 +01:00
Sebastien Loriot
1690619625
CGAL: Modernize CMakeLists.txt ( #8528 )
...
## Summary of Changes
- Changed `PUBLIC` to `PRIVATE` in the `target_link_libraries()`
- ~~Link against `Boost::<COMPONENT>`~~ as we do more than just linking
and must use the `CGAL::_.._support`
- Use `target_compile_definitions()` and `add_compile_definitions()`
More to be done.
## Release Management
* Affected package(s): all
* Issue(s) solved (if any): fix one item of #4815
* License and copyright ownership: unchanged
2024-10-31 10:32:25 +01:00
Andreas Fabri
527569346e
CGAL: Modernize CMakeLists.txt
2024-10-08 17:02:41 +01:00
Andreas Fabri
9dc9511936
Add missing include
2024-10-08 14:08:03 +01:00
Sébastien Loriot
f91765503c
demo improvement and various clean-ups
2024-10-01 11:57:04 +02:00
Laurent Rineau
3a223ebd1e
cmake_minimum_required(VERSION 3.12...3.29)
2024-06-06 20:19:44 +02:00
Sven Oesau
fb99772ec4
fixing warnings and errors
2024-05-16 11:24:45 +02:00
Sven Oesau
9ca2a4e631
replace * and -> use of std::optional by .value()
2024-05-14 14:44:09 +02:00
Sven Oesau
9cd6762198
adapting examples
2024-05-13 17:25:33 +02:00
Sébastien Loriot
cb8e88075d
delete allocated objects
2024-04-04 14:26:23 +02:00
Sébastien Loriot
8fe576c450
use and
2024-04-04 13:20:55 +02:00
Guillaume Damiand
8869ab3b8f
dependencies for core
2024-03-28 19:31:57 +01:00
Guillaume Damiand
da217566d0
Update triangulation method in buffer for vao to deal with some nested polygonal faces
2024-03-28 18:44:10 +01:00
Laurent Rineau
6cf73a65a9
minor changes
2024-03-28 18:24:22 +01:00
Guillaume Damiand
ff4a201b2a
bibtex
2024-03-28 16:49:29 +01:00
Guillaume Damiand
4d1a4b0394
Basic viewer user manual: several fixes
2024-03-28 16:45:21 +01:00
Guillaume Damiand
eb03647cb1
Rename variable for graphics scene
2024-03-28 16:45:02 +01:00
Guillaume Damiand
41ebe968df
change draw height color examples
2024-03-28 15:52:24 +01:00
Andreas Fabri
c19e64fa97
Second pass
2024-03-28 15:18:11 +01:00
Guillaume Damiand
344ea7c9d5
typo in manual
2024-03-28 14:12:55 +01:00
Andreas Fabri
031c833855
First pass on User Manual
2024-03-28 14:02:10 +01:00
Guillaume Damiand
1f04bad68e
Basic viewer user manual
2024-03-27 21:22:03 +01:00
Guillaume Damiand
f904090248
basic viewer user manual
2024-03-27 18:08:04 +01:00
Guillaume Damiand
3804cf6371
basic viewer example
2024-03-27 15:07:23 +01:00
Guillaume Damiand
785f301cda
basic viewer user manual
2024-03-27 12:12:47 +01:00
Guillaume Damiand
102f1595e8
basic viewer user manual
2024-03-27 11:36:23 +01:00
Guillaume Damiand
cc19f2b3ee
add examples é
2024-03-26 17:26:25 +01:00
Guillaume Damiand
736c182b42
Basic viewer user manual
2024-03-26 17:14:06 +01:00
Guillaume Damiand
f35858694a
bugfix doc
2024-02-06 15:39:35 +01:00
Guillaume Damiand
ce2bb37138
change order
2024-02-06 15:31:35 +01:00
Mostafa-ashraf19
27081859ac
Basic_viewer package UML class diagram.
2024-02-05 18:08:48 +02:00
Mostafa-ashraf19
44e5d7f7ab
fixed errors of build doc logs.
2024-02-05 14:24:12 +02:00
Mostafa-ashraf19
369fab8a3e
added Graphic_Scene section
2024-02-05 14:11:12 +02:00
Mostafa-ashraf19
ca9faa4bfc
new for basic viewer, WIP graphic scene and class diagram.
2024-02-04 20:57:16 +02:00
Mostafa-ashraf19
ca895e66fa
Basic Viewer Initial commit.
2024-01-19 21:11:31 +02:00
Laurent Rineau
77643b6a2c
remove a sentence (no need to replace it)
...
The following sentence about concepts explains all.
2024-01-08 13:05:50 +01:00
Guillaume Damiand
768164464a
warning
2023-12-28 09:01:11 +01:00
Guillaume Damiand
217d4c0ec2
do not use strncpy
2023-12-28 09:01:02 +01:00
Guillaume Damiand
089f0535e2
disable warning must eb defined before includes
2023-12-28 08:47:22 +01:00
Guillaume Damiand
6146924680
remove a windows warning about strncpy
2023-12-27 08:55:39 +01:00
Guillaume Damiand
26096e9365
missing include
2023-12-26 10:46:03 +01:00
Guillaume Damiand
01e333caae
add missing include and function when basic viewer is disable
2023-12-26 10:07:52 +01:00
Guillaume Damiand
3e16be00d3
remove warning
2023-12-26 09:55:58 +01:00
Guillaume Damiand
a31128516b
remove warning
2023-12-26 09:51:02 +01:00
Guillaume Damiand
0fdd175ef0
use strncpy instead of strcpy
2023-12-26 09:46:36 +01:00