- update to 1.9.6: see https://www.doxygen.nl/manual/changelog.html
* Adding Python PEP 526 typing support
* issue #2580: Formatting-options for $datetime
* issue #9702: Add new command \qualifier to add custom tags that would be
similar to "inline" and "static" to some functions or classes [view] and [view]
* issue #9549: Feature request: Allow to disable Webkit scrollbar styling [view]
* NUM_PROC_THREAD!=1 will now process formulas on multiple threads [view]
* Treat __name variable as private and _name variables as protected in Python [view]
* Add support for multiple <summary> sections inside <details> [view], [view],
* WARN_IF_UNDOC_ENUM_VAL to have warnings for undocumented enum values [view],
OBS-URL: https://build.opensuse.org/request/show/1045621
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=176
- update to 1.9.1:
Bugfixes:
* issue #8282: Error on ALIAS declaration without quotes [view]
* issue #8286: Incorrect processing of VHDL strings [view], [view]
* issue #8291: Doxygen crash on Windows when INLINE_SIMPLE_STRUCTS=YES [view]
* issue #8294: Draw sibling dependee directories within same parent directoy in directory dependency graph. [view], [view], [view], [view], and [view]
* issue #8295: segmentation fault [view]
* issue #8296: LaTeX Error: File ... not found. [view], and [view]
* issue #8297: fails to parse list of INPUT files [view]
* issue #8300: File naming changed in Doxygen 1.9.0 [view]
* issue #8304: compilation failure [view]
* issue #8311: Markdown table: double-quote ruins the output [view]
* Fix cases where classes inside inline namespaces could lead to crashes [view]
* Fix coverity dead-code warning [view]
* Fix potential crash with inline namespace [view]
* Incorrect entries on treeview [view]
* Layout in doxywizard documentation [view]
* Various fixes based on coverity scan results [view]
* bug_549093 Regular HTML comments are removed. [view]
Features:
* Add a CLANG_ADD_INC_PATHS option
* Add some missing info to the XML output
Refactorings and cleanups (forwarded request 866678 from dirkmueller)
OBS-URL: https://build.opensuse.org/request/show/866736
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=83
- update to 1.9.1:
Bugfixes:
* issue #8282: Error on ALIAS declaration without quotes [view]
* issue #8286: Incorrect processing of VHDL strings [view], [view]
* issue #8291: Doxygen crash on Windows when INLINE_SIMPLE_STRUCTS=YES [view]
* issue #8294: Draw sibling dependee directories within same parent directoy in directory dependency graph. [view], [view], [view], [view], and [view]
* issue #8295: segmentation fault [view]
* issue #8296: LaTeX Error: File ... not found. [view], and [view]
* issue #8297: fails to parse list of INPUT files [view]
* issue #8300: File naming changed in Doxygen 1.9.0 [view]
* issue #8304: compilation failure [view]
* issue #8311: Markdown table: double-quote ruins the output [view]
* Fix cases where classes inside inline namespaces could lead to crashes [view]
* Fix coverity dead-code warning [view]
* Fix potential crash with inline namespace [view]
* Incorrect entries on treeview [view]
* Layout in doxywizard documentation [view]
* Various fixes based on coverity scan results [view]
* bug_549093 Regular HTML comments are removed. [view]
Features:
* Add a CLANG_ADD_INC_PATHS option
* Add some missing info to the XML output
Refactorings and cleanups
OBS-URL: https://build.opensuse.org/request/show/866678
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=161
- version update to 1.9.0
* Features
Show QT version in doxywizard [view]
Adding possibility to add command line options when running doxygen from doxygen wizard [view], [view]
Add param validation to typedef function pointers [view]
Allow building doxygen as a subproject [view]
Layout changes doxywizard [view]
Show configuration warnings unconditionally in the doxywizard [view]
Enable UML diagrams without member fields [view]
add variable for the fold length of UML diagrams (DOT_WRAP_THRESHOLD) [view]
use boolean to add or remove uml details (DOT_UML_DETAILS) [view] and [view]
add suggestion #7686 to show type and parameters [view]
* Bug fixes
* Refactoring, cleanup
* Documentation updates
* see https://www.doxygen.nl/manual/changelog.html for details
- deleted patches
- 0001-issue-7979-C++-enums-being-defined-in-multiple-files.patch (upstreamed)
OBS-URL: https://build.opensuse.org/request/show/859036
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=82
* Features
Show QT version in doxywizard [view]
Adding possibility to add command line options when running doxygen from doxygen wizard [view], [view]
Add param validation to typedef function pointers [view]
Allow building doxygen as a subproject [view]
Layout changes doxywizard [view]
Show configuration warnings unconditionally in the doxywizard [view]
Enable UML diagrams without member fields [view]
add variable for the fold length of UML diagrams (DOT_WRAP_THRESHOLD) [view]
use boolean to add or remove uml details (DOT_UML_DETAILS) [view] and [view]
add suggestion #7686 to show type and parameters [view]
* Bug fixes
* Refactoring, cleanup
* Documentation updates
* see https://www.doxygen.nl/manual/changelog.html for details
- deleted patches
- 0001-issue-7979-C++-enums-being-defined-in-multiple-files.patch (upstreamed)
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=159
- Use gcc9 for building on SLE_15 based distributions to workaround
gcc7 bug PR85180.
- Adjust building with libclang support for doxygen-1.8.20.
- doxygen-llvm-libs.patch
- doxygen-libclang-cpp.patch
+ doxygen-no-libclang-cpp.patch
- Use gcc9 for building on SLE_15 based distributions to workaround
gcc7 bug PR85180.
- doxygen-llvm-libs.patch
- doxygen-libclang-cpp.patch
+ doxygen-no-libclang-cpp.patch
OBS-URL: https://build.opensuse.org/request/show/841450
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=81
This request does 2 things:
1. The doxygen/doxywizard C++ code in doxygen-1.8.20 triggers GCC bug 85180, leading to exorbitant compile times. This bug was fixed for GCC-8, but not backported to GCC-7 (also not included in the SUSE gcc7 package).
Workaround this bug by using the gcc9 package on SLE15 based distributions.
2. Adjust the libclang support to the changes in doxygen-1.8.20. This also disables libclang support for SLES15GA, because clang on SLES15GA is not compatible.
OBS-URL: https://build.opensuse.org/request/show/841435
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=156
- version update to 1.8.18
Removed functionality
* Removed support for TCL (code is too buggy and unmaintained, language not very popular)
Features
* Added the few missing French translations [view]
* Updated Swedish translation to match the latest version [view]
* Adding check on configuration setting EXTENSION_MAPPING [view]
* Adding commands `\rtfinclude`, `\docbookinclude`, `\maninclude` and `\xmlinclude` [view]
* output on doxyparse if a function is a prototype [view]
* print protection information on doxyparse [view]
* Creation of svg images for formulas with inkscape [view]
* Improve formula handling and rendering. [view]
* Doxygen version in the messages output (#7640) [view]
* Doxygen version information (#7645) [view]
* Enabling Travis builds for s390x [view]
* Relative markdown file reference (#7032) [view]
Bugs fixed
* see https://www.doxygen.nl/manual/changelog.html
- modified patches
% doxygen-no-lowercase-man-names.patch (refreshed)
% vhdlparser-no-return.patch (refreshed)
- deleted patches
- 0001-issue-7248-Including-external-tag-files-with-TOC-pro.patch (upstreamed)
- PR_7193_fix_blank_file_patterns.patch (upstreamed)
- doxygen-64f1f2357ae764f2c8190d067aff801bc0a56721.patch (upstreamed)
- doxygen-git-not-required.patch (upstreamed)
- reproducible-sort.patch (upstreamed)
- Improve build with libclang support:
* add doxygen-libclang-cpp.patch to support linking against libclang-cpp
OBS-URL: https://build.opensuse.org/request/show/819899
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=78