Mael Rouxel-Labbé
7970fb99e7
later > latter
2025-03-28 20:41:37 +01:00
Laurent Rineau
a269cd37a6
cgal_stylesheet.css must be taken from ../Manual
...
Revert "Merge pull request #8331 from albert-github/feature/bug_cgal_stylesheet"
This reverts commit 62de71bcfb , reversing
changes made to 3b4349cfbb .
2024-12-17 15:48:59 +01:00
albert-github
524ac0c049
Remove hardcoded extrastylesheet code
...
In the header files it was mentioned:
```
<!-- This should probably be an extrastylesheet instead of hardcoded. -->
<link href="$relpath$../Manual/cgal_stylesheet.css" rel="stylesheet" type="text/css" />
$extrastylesheet
```
this is now effectuated with this PR.
2024-07-03 12:45:21 +02:00
Laurent Rineau
1672395b90
Merge pull request #7412 from HoffmannMichael/Kernel23-epic_trivial_constructions_doc-mh
...
Document exactness of constructions in Epick
2023-11-29 17:23:27 +01:00
Laurent Rineau
fdcc7c7796
Merge remote-tracking branch 'cgal/master' into pr/afabri/7816
...
# Conflicts:
# Installation/LICENSE
2023-11-29 16:45:10 +01:00
Sébastien Loriot
87b8695d8d
Merge remote-tracking branch 'cgal/master'
2023-11-27 14:42:00 +01:00
Andreas Fabri
a77d8b36d1
cleanup
2023-11-02 12:21:07 +01:00
Laurent Rineau
51627e3505
Merge remote-tracking branch 'cgal/master' into CGAL-Qt6-GF
...
# Conflicts:
# GraphicsView/demo/Bounding_volumes/CMakeLists.txt
2023-11-01 20:59:44 +01:00
Laurent Rineau
a5fcf016b7
Merge branch '5.6.x-branch'
...
# Conflicts:
# Documentation/doc/resources/1.8.13/BaseDoxyfile.in
# Documentation/doc/resources/1.9.6/BaseDoxyfile.in
2023-10-16 11:11:07 +02:00
Jane Tournois
07dddbab95
remove Common dlls from package overview for Doxygen 1.8.13
2023-09-19 11:35:41 +02:00
Laurent Rineau
28632f21fc
Merge branch 'master' into CGAL-Qt6-GF
...
# Conflicts:
# Installation/CHANGES.md
2023-09-14 17:40:05 +02:00
Laurent Rineau
873c3b26cf
remove a few occurrences of "qt5"
...
There are still a lot!
2023-09-11 17:46:27 +02:00
Laurent Rineau
46923342ad
Merge pull request #7576 from albert-github/feature/issue_7395
...
issue #7395 Improvement of layout of model relations
# Conflicts:
# Kernel_23/doc/Kernel_23/CGAL/Vector_2.h
2023-09-07 10:48:34 +02:00
Laurent Rineau
c50c72fd28
Merge pull request #7648 from albert-github/feature/bug_pkgdesc_incl
...
Better showing of `#include`
2023-09-07 10:46:32 +02:00
Sébastien Loriot
608d0c81c4
use a macro
2023-08-24 14:56:48 +02:00
Sébastien Loriot
28f904f4e2
Merge remote-tracking branch 'cgal/master'
2023-08-15 07:16:14 +02:00
Andreas Fabri
959443253d
Remove deprecated file
2023-07-28 12:41:45 +01:00
albert-github
32054661c7
issue #7395 Improvement of layout of model relations
...
Replacing the `cgalModelsBare` construct with a `begin` / `end` construct so no less understandable constructs with `\,` and `\n` are necessary.
2023-07-21 19:21:09 +02:00
albert-github
de3ba0f47c
Merge remote-tracking branch 'upstream/master' into feature/issue_7395
2023-07-17 10:17:34 +02:00
Laurent Rineau
ec1ab10e4c
Merge pull request #7589 from albert-github/feature/bug_docu_setting
...
Possibility to disable special CGAL documentation setting
2023-07-17 09:52:20 +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
Laurent Rineau
4a2c7a668d
Merge pull request #7571 from albert-github/feature/issue_7454
...
issue #7454 Consistency of BigO notations
2023-07-12 15:29:56 +02:00
albert-github
77020e946b
Consistency of terms
...
Based on a remark in https://github.com/CGAL/cgal/pull/7576#issuecomment-1621587888 aslo changed here some names for consistency
2023-07-09 13:04:05 +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
549e3a1710
Possibility to disable special CGAL documentation setting
...
In the past it was possible by means of the option `-DCGAL_EXTRACT_ALL_NO_DETAILED_IF_EMPTY=OFF` with CMake to disable the specific CGAL setting though currently with the 1.8.13 version this didn't work (anymore).
Also the setting has been renamed for the 1.9.6 version (and newer) to `NO_ADDITIONAL_DETAILS` this has now been made more flexible as well.
2023-07-07 14:29:42 +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
c0db92d0e9
issue #7395 Improvement of layout of model relations
...
Consistent implementation for the `AABB_tree` in respect to `Has Model` and `Is Model Of`
2023-07-05 12:13:40 +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
Mael Rouxel-Labbé
cab9751987
Merge remote-tracking branch 'cgal/master' into Mesh_3-doc_fixes-GF
2023-05-31 11:30:19 +02:00
Sébastien Loriot
61f3865f51
fix bad merge
2023-05-25 15:21:25 +02:00
Sébastien Loriot
50679f5034
Merge remote-tracking branch 'cgal/master' into HEAD
2023-05-24 09:55:21 +02:00
Sébastien Loriot
075421890c
Merge remote-tracking branch 'cgal/5.5.x-branch'
2023-05-24 09:35:53 +02:00
Sébastien Loriot
341323f4e4
Merge remote-tracking branch 'cgal/5.4.x-branch' into HEAD
2023-05-24 09:29:40 +02:00
Sébastien Loriot
732da62bd4
use default stylesheet (was already the case before)
2023-05-23 14:33:24 +02:00
Sébastien Loriot
7453af0bee
remove options that are default + png used only in 1.8.4
2023-05-23 13:44:32 +02:00
Sébastien Loriot
a78afb74bf
fix syntax
2023-05-17 09:58:33 +02:00
Sébastien Loriot
e1ac0e56e0
add new macro
2023-05-17 09:21:33 +02:00
Michael Hoffmann
a5cfd5ebad
add cgalepicexact macro for all doxygen versions
2023-04-28 09:09:55 +02: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
albert-github
106e7d4325
issue #7231 Improvement of layout of refines relations.
...
Updating the 1.8.4 and 1.8.13 version as well
2023-02-02 09:44:01 +01:00
Mael Rouxel-Labbé
b5c21e1f5d
Http -> https + update some dead links
2022-11-23 18:54:37 +01:00
Sébastien Loriot
d191d4474a
Revert "fix not documented warnings"
...
This reverts commit 8d773c56348c4055d963c57426d60d118915d22b.
2022-09-23 14:04:51 +02:00
Sébastien Loriot
6397378bdc
fix not documented warnings
2022-09-23 13:29:40 +02:00
Sébastien Loriot
d8f0bc4c08
dedicated macro for precondition
2022-09-21 09:42:32 +02:00
Sébastien Loriot
681120764e
please the CI with a new macro
2022-09-21 09:36:41 +02:00
albert-github
939dfbe68a
Documentation update in respect to code fragments
...
- Corrected some another const and mutable based on review
- Corrected BaseDoxyfile.in for other builds of this (5.5) version
2022-04-22 10:31:21 +02:00
Sébastien Loriot
10b0af3092
rename macro since Named_function_parameter is part of STL_Extension
2022-01-13 14:43:34 +01:00
Sébastien Loriot
9112001f33
fix doc
2022-01-06 19:11:54 +01:00
Sébastien Loriot
9714557046
replace overloads with default parameters (PMP)
2022-01-05 14:41:46 +01:00