Sébastien Loriot
cc77715588
Merge pull request #6849 from JulyCode/gsoc2022-isosurface
...
Isosurfacing_3 (new package)
2025-04-03 21:41:22 +02:00
Sébastien Loriot
5ed3b0d266
Merge remote-tracking branch 'cgal/6.0.x-branch' in master
2025-03-31 15:32:56 +02:00
Sébastien Loriot
a838073ec7
Merge remote-tracking branch 'cgal/5.6.x-branch' into cgal/6.0.x-branch
2025-03-31 15:31:19 +02:00
Sven Oesau
0e34a2ef42
adapted solver interface to osqp api change
2025-03-31 09:22:54 +02:00
Mael Rouxel-Labbé
691fd789f9
Merge remote-tracking branch 'cgal/master' into gsoc2022-isosurface
2025-03-24 21:34:55 +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
albert-github
aaa6adb7c1
In a number of cases the command `@{` (or `\{`) is not closed by a corresponding closing command (`@}`). For the `\=name` command this is apparently not necessary but it is better to have corresponding open and close commands.
...
(also corrected a split in a line that I noticed in Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_conic_traits_2.h)
2024-12-25 15:09:57 +01:00
Sébastien Loriot
b32558b87e
Merge remote-tracking branch 'cgal/master' into gsoc2022-isosurface
2024-12-16 11:47:34 +01:00
Andreas Fabri
527569346e
CGAL: Modernize CMakeLists.txt
2024-10-08 17:02:41 +01:00
Mael Rouxel-Labbé
67aba3fefe
Merge remote-tracking branch 'cgal/master' into gsoc2022-isosurface
2024-06-20 10:18:49 +02:00
Laurent Rineau
3a223ebd1e
cmake_minimum_required(VERSION 3.12...3.29)
2024-06-06 20:19:44 +02:00
Mael Rouxel-Labbé
984a541006
Fix usages of 'th `th
2024-01-23 21:50:04 +01:00
Laurent Rineau
ba46b785b1
Merge branch 'master' into Parameterization-no_opennl-GF
2023-11-15 16:33:49 +01:00
Andreas Fabri
59af92c085
more cleanup
2023-11-14 13:41:09 +00:00
Andreas Fabri
9ffbfef2f8
Fix PkgSolverInterface
2023-10-17 15:05:26 +01:00
albert-github
ad41766454
issue #7395 Improvement of layout of model relations
...
Corrected `cgalModels` to `cgalHasModes` inside `cgalHasNodelsBegin` / `cgalHasModelsEnd`
2023-07-18 13:23:37 +02:00
albert-github
894b2e2f92
issue #7395 Improvement of layout of model relations
...
Correcting permissions
2023-07-15 13:20:03 +02:00
albert-github
4e5578d469
issue #7395 Improvement of layout of model relations
...
- based on review
2023-07-15 13:12:15 +02:00
albert-github
a0320dd7b4
Merge branch 'master' into feature/issue_7395
...
# Conflicts:
# Polyhedron/doc/Polyhedron/Concepts/PolyhedronItems_3.h
2023-07-13 10:33:18 +02:00
albert-github
301728a8a9
issue #7395 Improvement of layout of model relations
...
- Completed the cgalModels part
2023-07-09 12:43:36 +02:00
albert-github
ee2a55279d
issue #7395 Improvement of layout of model relations
...
- Completed the cgalHasModel part
- corrected spelling of `Has Model` and `Is Model Of` to `Has model` and `Is model of`
2023-07-06 17:35:34 +02:00
albert-github
b3af96caa1
issue #7454 Consistency of BigO notations
...
Create `cgalBigO` marco and used it.
(`The macro `cgalBigOLarge` is for special situations where we need bigger round brackets)
2023-07-04 16:23:14 +02:00
Sven Oesau
99a62830b6
removing msvc2015 specific warning
2023-06-08 14:33:18 +02:00
Sven Oesau
deda05c534
adapted to new OSQP interface
2023-06-08 10:37:29 +02:00
Andreas Fabri
37ae7456c6
Solver_interface: Rename QSOP Types
2023-06-06 07:07:42 +01:00
albert-github
2d60f46985
issue #7231 Improvement of layout of refines relations.
...
- Adjusted cgalRefines according to reviews
- Implemented it in all files
2023-03-14 17:37:50 +01:00
Mael
153c603209
Merge branch 'master' into CGAL-Clean_CMakeLists.txt-GF
2023-01-27 22:09:02 +01:00
Sébastien Loriot
fef1a43d35
remove internal from generated doc
2022-12-15 10:43:27 +01:00
Mael
6538b22e06
Merge branch 'master' into CGAL-Clean_CMakeLists.txt-GF
2022-12-05 16:03:41 +01:00
Mael Rouxel-Labbé
b5c21e1f5d
Http -> https + update some dead links
2022-11-23 18:54:37 +01:00
Mael Rouxel-Labbé
6f187f332c
Misc minor fixes/improvements
2022-09-14 14:08:23 +02:00
Mael Rouxel-Labbé
7cb21c24b0
Uniformize message() for missing 3rd party libraries
...
STATUS for non-essential, NOTICE for important stuff
2022-09-06 16:07:31 +02:00
Mael Rouxel-Labbé
28ba446895
Clean (some) CMakeLists.txt indentation
2022-09-06 15:38:18 +02:00
Sven Oesau
6a7eadc059
added refines Assignable
...
removed assignment operator
2022-07-29 15:39:27 +02:00
Sven Oesau
6ed2accd55
added assignment operator to SparseLinearAlgebraTraits_d concept
2022-07-27 15:00:58 +02:00
Sebastien Loriot
1c92b73d10
Merge pull request #6562 from soesau/Surface_mesh_deformation-Eigen_JacobiSVD_deprecated-GF
...
Fixed Eigen3 3.4.90 deprecation warnings
2022-05-26 18:08:36 +02:00
Sven Oesau
a98b548ba8
Using EIGEN_VERSION_AT_LEAST(3,4,90) to use new Eigen::JacobiSVD interface from eigen3 version 3.4.90 and newer
2022-05-12 16:03:53 +02:00
Laurent Rineau
734c96e951
Merge branch 'master' into pr/lrineau/6558
2022-05-06 16:25:32 +02:00
Laurent Rineau
2288225448
Massive update of CMake policies to version 3.23
2022-05-06 09:34:35 +02:00
albert-github
a5b03d5479
Correcting permanent redirect to Cbc
...
It looks like that the https://projects.coin-or.org/Cbc is a permanent redirect to https://github.com/coin-or/Cbc (all https://projects.coin-or.org redirect to github).
2022-04-30 14:09:18 +02:00
albert-github
599d7b3123
issue #6515 Solver_interface: Non reachable link to https://osqp.org/docs/interfaces/cc++
...
Corrected non existing link.
2022-04-26 09:53:42 +02:00
Sébastien Loriot
ab48f63e30
update latest cmake version tested
2021-11-09 10:58:47 +01:00
Maxime Gimeno
499301c759
More fixes
2021-08-31 16:00:37 +02:00
Dmitry Anisimov
072c1bf460
fixed warnings from testing examples
2021-08-03 18:17:14 +02:00
Dmitry Anisimov
5e17827c64
fixed windows warnings and errors using unique ptrs
2021-07-16 12:17:55 +02:00
Dmitry Anisimov
f7a69d5fb0
fixed warning for using precond >= 0 for size_t
2021-07-08 13:22:05 +02:00
Dmitry Anisimov
20e02ec018
removed tmp modifs
2021-06-29 13:16:12 +02:00
Dmitry Anisimov
0f6fa73a46
fixed typo
2021-06-28 18:06:23 +02:00
Dmitry Anisimov
e102b0f5de
added note about c_float type
2021-06-24 17:31:17 +02:00
Dmitry Anisimov
3b905bb344
fixed typo
2021-06-18 10:20:59 +02:00