Commit Graph

56 Commits

Author SHA1 Message Date
Andreas Fabri 959443253d Remove deprecated file 2023-07-28 12:41:45 +01: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
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 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 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
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
Sébastien Loriot a6d9b99466 move macros in BaseDoxyfile 2022-01-04 11:10:09 +01:00
Laurent Rineau b9743fffa3 Merge pull request #5741 from danston/Solvers-add_osqp-danston
[Small Feature] OSQP Support in Solver Interface
2021-07-27 15:55:23 +02:00
Mael Rouxel-Labbé 78ff9185b3 Harmonize ASCII usage across all packages 2021-06-23 23:34:32 +02:00
Dmitry Anisimov 267a6412ac initial commit with the new osqp solver concept 2021-05-31 14:01:08 +02:00
Maxime Gimeno a76bd6081e Replace more sc text 2021-05-21 15:45:50 +02:00
Sébastien Loriot 72bc88d38f do not link in the macro 2021-04-08 18:28:24 +02:00
Maxime Gimeno fb3746168d remove \sc 2021-02-05 11:10:20 +01:00
Mael Rouxel-Labbé f6053b950f Mirror new NP changes to Doxygen resources 1.8.4 and 1.8.13 2020-06-18 14:18:41 +02:00
albert-github e5177aa014 Introducing central MATHJAX_CODEFILE
Currently the needed extra definitions for MathJax usage (i.e. `\newcommand` and `\def` commaonds) are distributed over the header file and in a number of source code files.
Doxygen has the possibility for a centralize this by means of the MATHJAX_CODEFILE configuration setting, this has been implemented.
2020-04-13 12:37:57 +02:00
Andreas Fabri 6d4a431b18 polish 2019-10-25 10:18:41 +02:00
Laurent Rineau e32637fa7c Merge pull request #3719 from albert-github/feature/bug_packages_html
Invalid (X)HTML sequence
2019-03-11 17:26:27 +01:00
Laurent Rineau f5836b2206 Merge branch 'releases/CGAL-4.13-branch' 2019-03-07 14:31:16 +01:00
Sébastien Loriot 3887a21429 add missing text for brief of advanced class/type/function/concept 2019-03-05 08:01:17 +01:00
Sébastien Loriot f058854904 rename macro + apply to all version config files 2019-03-04 08:57:10 +01:00
Sébastien Loriot 50a59c3096 add new macros to be used in classified reference manual 2019-02-14 10:27:26 +01:00
Sébastien Loriot 7e42c30647 avoid extra `</p>` after figures 2018-12-12 08:24:32 +01:00
Sébastien Loriot a0017d8219 fix mathjax default for doxygen 1.8.13 2018-05-30 14:28:08 +02:00
Sébastien Loriot 01af331c72 use https for all links to www.cgal.org and doc.cgal.org 2018-03-14 15:59:38 +01:00
Sébastien Loriot d54113c18b Merge remote-tracking branch 'cgal/releases/CGAL-4.11-branch' 2018-01-30 11:22:39 +01:00
Sébastien Loriot 5e81643b53 let doxygen decide what is MATHJAX_RELPATH by default 2018-01-24 14:38:01 +01:00
Sébastien Loriot cbd08e1db7 use new URL for MathJax
https://www.mathjax.org/cdn-shutting-down/
2018-01-23 20:42:34 +01:00
Sébastien Loriot 85b4ad3271 restore 1.8.13 aliases and create new resource dir for 1.8.14
aliases from 1.8.13 and 1.8.14 are not compatible with each other
2018-01-22 17:05:03 +01:00
Sébastien Loriot 311ce10e6c replace "\n" with physical line break "^^" in aliases to please doxygen 1.8.14 2018-01-10 12:46:20 +01:00
Simon Giraudot 40ae0436e1 Add C++11 conditions/tests/warnings for LAS and PLY IO functions and related files 2017-07-11 11:58:53 +02:00