Commit Graph

46 Commits

Author SHA1 Message Date
Sébastien Loriot b2ba32307c Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-08-13 18:07:09 +02:00
Sébastien Loriot 9c56293e8b build targets only if Eigen is available 2025-08-05 15:14:06 +02:00
Laurent Rineau 010adccdec fix the mentions of CGAL_USE_BASIC_VIEWER_QT (with the Qt suffix) 2025-05-02 09:22:38 +02:00
Sébastien Loriot a9c8a49831 use CGAL_Basic_viewer target 2025-04-30 09:19:50 +02:00
Guillaume Damiand d65526c1d8 initialize size of edges and vertices depending on the bbox 2025-04-17 17:00:49 +02:00
Guillaume Damiand 219ea871d7 copy the parts of gsoc2024-basic_viewer_glfw-tgrillon that concern only the qt basic viewer 2025-04-17 15:55:54 +02:00
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
Andreas Fabri 527569346e CGAL: Modernize CMakeLists.txt 2024-10-08 17:02:41 +01: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
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
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 736c182b42 Basic viewer user manual 2024-03-26 17:14:06 +01:00
Guillaume Damiand 768164464a warning 2023-12-28 09:01:11 +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 d13b856c20 example requires qt 2023-12-14 08:33:58 +01:00
Guillaume Damiand 8710dbe861 example requires qt 2023-12-14 08:32:32 +01:00
Guillaume Damiand b7ed4f249e protect min and max 2023-12-14 08:26:55 +01:00
Guillaume Damiand 2c77ba397c draw face graph with path 2023-11-29 15:50:26 +01:00
Guillaume Damiand d2d114cf24 Update code to follow last api 2023-11-20 09:33:28 +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
Andreas Fabri 97721a0c12 namespace fixes 2023-11-13 11:11:46 +00:00
Guillaume Damiand d74a3dbeac Remove template parameter for graphics scene 2023-10-22 17:12:21 +02:00
Guillaume Damiand cf797a5d31 basic viewer does not have clear anymore 2023-10-20 14:53:48 +02:00
Guillaume Damiand 218be312d4 Basic viewer examples 2023-09-29 07:22:58 +02:00
Guillaume Damiand 9f22d67ed0 Rename Graphic_storage in Graphics_scene (Andreas and Sebastien review) 2023-09-28 12:49:00 +02:00
Guillaume Damiand fd115bd321 Rename Graphic_storare into Graphics_scene (Andreas and Sebastien review) 2023-09-28 11:06:53 +02:00
Guillaume Damiand 5cf89dadd9 Rename Drawing_functor in Graphics_scene_options (following Andreas and Sebastien review) 2023-09-28 09:51:12 +02:00
Guillaume Damiand ebd13c8551 Rename Drawing_functor in Graphics_scene_options (following Andreas and Sebastien review) 2023-09-28 09:13:44 +02:00
Guillaume Damiand d3acc0941e add one example with custom color 2023-04-28 18:19:09 +02:00
Guillaume Damiand bde0a52730 Add new example of Basic viewer allowing to view several windows 2023-04-28 17:14:43 +02:00
Guillaume Damiand 43194fb5ef Add new example of Basic viewer allowing to view several windows 2023-04-28 17:13:49 +02:00
Guillaume Damiand 519c7cc1a5 rename add_in_graphic_buffer into add_in_graphic_storage 2023-04-28 15:25:40 +02:00
Guillaume Damiand 4df2edd9c1 Replace draw_buffer by draw_graphic_storage 2023-04-28 12:26:31 +02:00
Guillaume Damiand 8f29e4d323 Rename class graphic buffer 2023-04-27 15:48:42 +02:00
Guillaume Damiand 5709abc61c example basic viewer 2023-04-27 14:53:48 +02:00
Guillaume Damiand cb2d50654c Rename package basic viewer; move example 2023-04-27 12:25:56 +02:00