SHA256
1
0
forked from pool/doxygen
Commit Graph

90 Commits

Author SHA256 Message Date
5d69f1d0ac Accepting request 1072216 from home:StefanBruens:branches:devel:tools
- Fix boundingbox parsing of graphviz PDFs when using cairo >=
  1.17.6, add:
  * Fix-boundingbox-parsing_part1.patch
  * Fix-boundingbox-parsing_part2.patch
  * Fix-boundingbox-parsing_part3.patch
  * Fix-boundingbox-parsing_part4.patch

OBS-URL: https://build.opensuse.org/request/show/1072216
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=178
2023-03-16 08:25:39 +00:00
Martin Pluskal
155e3ed2e7 Accepting request 1045621 from home:dirkmueller:Factory
- 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
2022-12-28 12:14:16 +00:00
5a2a99f8d0 Accepting request 999470 from home:1Antoine1:branches:science
- Update to version 1.9.5: See https://doxygen.nl/manual/changelog.html.
- Remove upstreamed patches:
  * doxygen-modify-footer.patch
  * doxygen-gcc12.patch
  * doxygen-1.9.4-fix-symlink-detection.patch
- Add doxygen-1.9.4-fix-symlink-detection.patch: Fix symlink
  detection issue leading to givaro build to hang
  (gh#doxygen/doxygen#9491).

OBS-URL: https://build.opensuse.org/request/show/999470
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=171
2022-08-29 09:03:23 +00:00
3bebd679a5 Accepting request 985306 from home:cgiboudeaux:branches:devel:tools
Update to 1.9.4. Fixes the KDE documentation in Qt assistant

OBS-URL: https://build.opensuse.org/request/show/985306
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=167
2022-07-06 11:25:49 +00:00
2cc3b48b13 Accepting request 954081 from home:AndreasStieger:branches:devel:tools
doxygen 1.9.3

OBS-URL: https://build.opensuse.org/request/show/954081
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=166
2022-02-15 06:55:08 +00:00
fd8c72a9c9 Accepting request 922839 from home:AndreasStieger:branches:devel:tools
doxygen 1.9.2

OBS-URL: https://build.opensuse.org/request/show/922839
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=165
2021-10-04 06:13:30 +00:00
40a746005c Accepting request 887254 from home:mgerstner:branches:devel:tools
- doxywizard: remove explicit -fPIC from build flags, because this breaks our
  gcc-PIE compiler profile (bsc#1184122), resulting in a non-PIE
  /usr/bin/doxywizard.

OBS-URL: https://build.opensuse.org/request/show/887254
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=163
2021-04-21 10:04:44 +00:00
6e34b4e7d4 Accepting request 866678 from home:dirkmueller:branches:devel:tools
- 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
2021-01-26 07:51:28 +00:00
562f3d168d - 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/package/show/devel:tools/doxygen?expand=0&rev=159
2020-12-28 14:04:05 +00:00
ad2f9c1fe6 Accepting request 841435 from home:fsirl:doxygen-libclang
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
2020-10-13 08:42:23 +00:00
e5d5a024d5 Accepting request 835687 from home:AndreasStieger:branches:devel:tools
doxygen 1.8.20

OBS-URL: https://build.opensuse.org/request/show/835687
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=152
2020-09-21 09:16:31 +00:00
7866ddb171 - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=150
2020-07-10 07:40:23 +00:00
d5bccd950e - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=149
2020-07-10 07:38:16 +00:00
35d42b126f Accepting request 762640 from home:pluskalm:branches:devel:tools
- Use modern cmake macros

- Use modern cmake macros

OBS-URL: https://build.opensuse.org/request/show/762640
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=144
2020-01-10 09:34:16 +00:00
cbc445d421 Accepting request 762564 from home:cgiboudeaux:branches:devel:tools
- Add upstream patch 0001-issue-7248-Including-external-tag-files-with-TOC-pro.patch
  (boo#1160629)

OBS-URL: https://build.opensuse.org/request/show/762564
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=143
2020-01-10 07:26:25 +00:00
718ad89419 - version update to 1.8.16
- many bugs fixed
  - many features implemented
  - http://www.doxygen.nl/manual/changelog.html
- modified patches
  % doxygen-modify_footer.patch (refreshed)
- deleted patches
  - doxygen-empty-strings-segfault.patch (upstreamed)
  - doxygen-latex-makeindex.patch (upstreamed)
- added patches
  really do not require git executable
  + doxygen-git-not-required.patch

- version update to 1.8.16
  - many bugs fixed
  - many features implemented
  - http://www.doxygen.nl/manual/changelog.html
- modified patches
  % doxygen-modify_footer.patch (refreshed)
- deleted patches
  - doxygen-empty-strings-segfault.patch (upstreamed)
  - doxygen-latex-makeindex.patch (upstreamed)
- added patches
  really do not require git executable
  + doxygen-git-not-required.patch

OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=139
2019-09-30 11:22:33 +00:00
27abbe9ba3 - remove upstreamed doxywizard-qt-5.11.patch
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=137
2019-01-11 08:13:45 +00:00
7a2adefeb5 OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=134 2019-01-02 07:20:42 +00:00
90047c68b9 - fix url and source url
- fix url and source url

OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=133
2018-12-31 08:47:46 +00:00
2b5007a533 Accepting request 662185 from home:seanlew:branches:devel:tools
Update doxygen to 1.8.15

OBS-URL: https://build.opensuse.org/request/show/662185
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=132
2018-12-31 07:54:23 +00:00
f4ea61d56e - fix build with qt 5.11
+ doxywizard-qt-5.11.patch

OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=128
2018-06-19 09:54:31 +00:00
Martin Pluskal
050e63bf37 Accepting request 561872 from home:dimstar:Factory
Fix test suite run of doxywizard; since the package was switched to py3, we need an UTF8 tty; note: this will fail in the devel prj until the cmake switch to prefer py3 is in TW; but you can still forward this to openSUSE:Factory so we can group it together with cmake into Staging:H

OBS-URL: https://build.opensuse.org/request/show/561872
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=126
2018-01-05 12:51:59 +00:00
dc3f3f7f3c Accepting request 561352 from openSUSE:Factory:Staging:O
- Update to 1.8.14:
  * Many fixes during the one year development cycle:
    http://www.stack.nl/~dimitri/doxygen/manual/changelog.html#log_1_8_14
- Switch to python3 instead of python2
- Remove upstream merged doxygen-guard-null-variable.patch
- Refresh patch vhdlparser-no-return.patch
- Kill doxygen-doc subpackages the latex deps keep growing while
  it is really easy to download the generated pdfs from upstream

- Update to 1.8.14:
  * Many fixes during the one year development cycle:
    http://www.stack.nl/~dimitri/doxygen/manual/changelog.html#log_1_8_14
- Switch to python3 instead of python2
- Refresh patch vhdlparser-no-return.patch
- Use qt5 doxywizard even on leaps

OBS-URL: https://build.opensuse.org/request/show/561352
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=125
2018-01-03 14:22:12 +00:00
Martin Pluskal
b25d38a8e8 - Update licensing information
- Update licensing information

- Update licensing information

OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=123
2017-11-10 13:20:33 +00:00
Martin Pluskal
728dc2459e Accepting request 539507 from home:pluskalm:branches:devel:tools
- Explicitly require python2 for building
- Use more cmake macros
- Run spec-cleaner

- Explicitly require python2 for building
- Use more cmake macros
- Run spec-cleaner

- Explicitly require python2 for building
- Use more cmake macros
- Run spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/539507
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=122
2017-11-07 15:29:18 +00:00
Martin Pluskal
fea36de034 Accepting request 459615 from home:mathletic:branches:devel:tools
Doxywizard: Revert erroneous change of required CMake version

OBS-URL: https://build.opensuse.org/request/show/459615
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=118
2017-02-22 09:26:21 +00:00
Martin Pluskal
c1b10c0276 Accepting request 457042 from home:mathletic:branches:devel:tools
update to 1.8.13

OBS-URL: https://build.opensuse.org/request/show/457042
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=114
2017-02-14 10:16:35 +00:00
b5c3fb06e7 Accepting request 452170 from home:StefanBruens:branches:devel:tools
OBS-URL: https://build.opensuse.org/request/show/452170
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=112
2017-01-24 12:37:28 +00:00
Martin Pluskal
0cc3ec644c Accepting request 425153 from home:mathletic:branches:devel:tools
update doxywizard and doxygen-doc to 1.8.12
missing in last merge request

OBS-URL: https://build.opensuse.org/request/show/425153
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=108
2016-09-07 05:37:22 +00:00
Martin Pluskal
4d48eba7bb Accepting request 360669 from home:elvigia:branches:devel:tools
- Do not link with -pie if we are not compiling with -fPIE

- Build against QT5 in newer products
- Do not link with -pie as we are not compiling with -fPIE

OBS-URL: https://build.opensuse.org/request/show/360669
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=102
2016-02-21 06:51:20 +00:00
a80cd8d774 - fix build after update
- Update to 1.8.11
  See changelog at http://www.stack.nl/~dimitri/doxygen/manual/changelog.html
- Update patch vhdlparser-no-return.patch
- Remove patch doxygen-no-shared-libs.patch which is included
  in upstream

- fix build after update

- Update to 1.8.11
  See changelog at http://www.stack.nl/~dimitri/doxygen/manual/changelog.html
- Update patch vhdlparser-no-return.patch
- Remove patch doxygen-no-shared-libs.patch which is included
  in upstream

OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=100
2016-01-05 10:06:14 +00:00
d5bf7057ae Accepting request 351991 from home:mathletic:branches:devel:tools
update to 1.8.11

OBS-URL: https://build.opensuse.org/request/show/351991
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=99
2016-01-05 08:46:47 +00:00
18f3d1f612 - Move checks to doxywizard package to avoid build cycle
- Move checks to doxywizard package to avoid build cycle

OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=94
2015-09-04 16:35:03 +00:00
988d1498c3 OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=93 2015-08-31 10:52:05 +00:00
1406d9d5ed Accepting request 327292 from home:pluskalm:branches:devel:tools
- Move checks to doxywizard package to avoid build cycle

- Move checks to doxywizard package to avoid build cycle

OBS-URL: https://build.opensuse.org/request/show/327292
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=92
2015-08-27 08:18:38 +00:00
Martin Pluskal
19d91ee541 Accepting request 326432 from home:scarabeus_iv:branches:devel:tools
- Set proper minimal cmake version required
- Use system stack for cmake params and obey cflags
- Add patch to build required static libs:
  * doxygen-no-shared-libs.patch
- Refresh patch:
  * doxygen-no-lowercase-man-names.patch
- Add patch to avoid no-return-in-nonvoid function error:
  * vhdlparser-no-return.patch

- Set proper minimal cmake version required
- Use system stack for cmake params and obey cflags
- Add patch to build required static libs:
  * doxygen-no-shared-libs.patch
- Refresh patch:
  * doxygen-no-lowercase-man-names.patch
- Add patch to avoid no-return-in-nonvoid function error:
  * vhdlparser-no-return.patch

- Set proper minimal cmake version required
- Use system stack for cmake params and obey cflags
- Add patch to build required static libs:
  * doxygen-no-shared-libs.patch
- Refresh patch:
  * doxygen-no-lowercase-man-names.patch
- Add patch to avoid no-return-in-nonvoid function error:
  * vhdlparser-no-return.patch

OBS-URL: https://build.opensuse.org/request/show/326432
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=91
2015-08-24 14:41:48 +00:00
83944930bb OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=89 2015-08-18 13:13:27 +00:00
b94a24c634 - updated to 1.8.10
* Change the build system to use cmake.
  * Add support for basic XML syntax highlighting
  * Added documentation for ``` style fenced code block and more 
    robust parsing
  * Added function arguments to the LaTeX toc
  * Added support for language codes
  * etc. see http://www.stack.nl/~dimitri/doxygen/manual/changelog.html
- removed unneded patches:
  - doxygen-1.5.9-64archs.patch
  - doxygen-1.5.9-man.patch
  - doxygen-1.7.0-modify_footer.patch renamed to doxygen-modify_footer.patch

- updated to 1.8.10, see doxygen.changes
- move tests to doxygen.spec
- remove doxywizard-1.5.9-flex.patch

OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=87
2015-08-17 16:12:41 +00:00
f0b1353c1f Accepting request 286974 from home:pluskalm:branches:devel:tools
- Cleanup spec file with spec-cleaner
- Split documentation to separate package
- Do not bundle pdf documentation
- Generate html documentation

- Cleanup spec file with spec-cleaner
- Enable tests

OBS-URL: https://build.opensuse.org/request/show/286974
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=83
2015-02-23 07:27:51 +00:00
4562e95dbf Accepting request 284270 from home:pluskalm:branches:devel:tools
- Update to 1.8.9.1:
  * bugfix releas, see
    http://www.stack.nl/~dimitri/doxygen/manual/changelog.html
    for details

- Update to 1.8.9.1:
  * bugfix releas, see
    http://www.stack.nl/~dimitri/doxygen/manual/changelog.html
    for details

OBS-URL: https://build.opensuse.org/request/show/284270
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=81
2015-02-06 08:03:17 +00:00
9776ddb0e6 Accepting request 246757 from home:AndreasStieger:branches:devel:tools
Doxygen 1.8.8

OBS-URL: https://build.opensuse.org/request/show/246757
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=79
2014-08-29 06:28:22 +00:00
7ff6ea6bd5 - updated to 1.8.7:
* many bugfixes and features, see
    http://www.stack.nl/~dimitri/doxygen/manual/changelog.html
    for details
- altered modify_footer.patch

- updated to 1.8.7:
  * many bugfixes and features, see
    http://www.stack.nl/~dimitri/doxygen/manual/changelog.html
    for details

OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=75
2014-05-13 08:17:26 +00:00
3ba5753999 - updated to 1.8.6:
* many bugfixes and features, see
    http://www.stack.nl/~dimitri/doxygen/manual/changelog.html
    for details

- updated to 1.8.6:
  * many bugfixes and features, see
    http://www.stack.nl/~dimitri/doxygen/manual/changelog.html
    for details

OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=70
2014-01-02 09:29:50 +00:00
a3b55fd7f9 - updated to 1.8.5:
* Added SOURCE_TOOLTIPS option for advanced tooltip support while 
    source browsing. 
  * bugfixes

- updated to 1.8.5:
  * Added SOURCE_TOOLTIPS option for advanced tooltip support while
    source browsing.
  * bugfixes

OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=67
2013-08-26 08:51:56 +00:00
39fe6c187e - updated to 1.8.4:
* id 686384: When INLINE_SIMPLE_STRUCTS is enabled, also structs
    with simple typedefs will be inlined.
  * Doxywizard: scrolling with mouse wheel no longer affects the
    values in the expert view.
  * id 681733: More consistent warnings and errors.
  * Added support for "clang assisted parsing", which allows the
    code to also be parsed via libclang (C/C++ frontend of LLVM)
    and can improve the quality of the syntax highting,
    cross-references, and call graphs, especially for template
    heavy C++ code. To enable this feature you have to configure
    doxygen with the --with-libclang option. Then you get two new
    configuration options: CLANG_ASSISTED_PARSING to enable or
    disable parsing via clang and CLANG_OPTIONS to pass additional
    compiler options needed to compile the files. Note that
    enabling this feature has a significant performance penality.
  * Included patch donated by Intel which adds Docbook support.
    This can be enabled via GENERATE_DOCBOOK and the output
    location can be controlled using DOCBOOK_OUTPUT. Docbook
    specific sections can be added using
    \docbookonly ... \enddocbookonly
  * Added support for UNO IDL (interace language used in
    Open/Libre Office), thanks to Michael Stahl for the patch.
  * Included patch by Adrian Negreanu which stores data gathered
    by doxygen in a sqlite3 database. Currently still work in
    progress and can only be enabled using --with-sqlite3 during
    ./configure.
  * For interactive SVG graphs, edges are now highlighted when
    hovered by the mouse.
  * Include patch by Adrian Negreanu to show duration statistics

OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=63
2013-05-20 16:44:15 +00:00
Stephan Kulow
a3317640b7 Accepting request 161103 from home:m_meister:branches:openSUSE:Factory
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls

- Added url as source.
  Please see http://en.opensuse.org/SourceUrls

OBS-URL: https://build.opensuse.org/request/show/161103
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=61
2013-03-26 08:28:59 +00:00
b0fbdfc2bb - updated to 1.8.3.1:
Changes
  *  Changed to way the search results for multiple projects can 
     be linked together. A project is now no longer identified by 
     the tag files name but via new option EXTERNAL_SEARCH_ID giving 
     a bit more flexibility.
  *  Disabled the disk cache for member data. Allows removing quite 
     some complexity in doxygen and is not really needed now that 
     64bit systems with >4GB RAM are becoming more common. Let me 
     know if you think you benefit from this caching.
  *  id 691607: Using $relpath$ in a custom footer could lead to 
     ambiguities when followed by a name that could also be a marker, 
     like 'search'. Now $relpath^ should be used instead. $relpath$ 
     is still supported for backward compatibility. 
  New features
  *  You can now use EXTENSION_MAPPING on files without any 
     extension using no_extension as placeholder (thanks to 
     Jason Majors for the patch).
  *  To make navindex section inside a layout file that 
     links to a specific URL you can use usergroup with the 
     url attribute.
  *  To make navindex section without any link inside a 
     layout file you can use usergroup with special title 
     [none]. 
  Details at: http://www.stack.nl/~dimitri/doxygen/changelog.html

- updated to 1.8.3.1:
  Changes
  *  Changed to way the search results for multiple projects can
     be linked together. A project is now no longer identified by

OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=59
2013-01-22 08:19:21 +00:00
fceeb241de - updated to 1.8.3:
Changes
    * Expanding the tree in an index page of the HTML output, will 
      now expand only one level instead of the whole sub-tree.
    * A blockquote in Markdown does no longer require a whitespace 
      after the last '>' if the '>' is followed by a newline.
    * id 682718: Included patch to add version info to all 
      generated template files (headers, footers, stylesheets, 
      layout files, etc). 
    New features
    * Added support for using external tools to index and search 
      through the HTML documentation. An example index tool is 
      provided (doxyindexer) and an example search engine 
      (doxysearch.cgi). To configure the external search engine 
      the following new options are added to the configuration 
      file: EXTERNAL_SEARCH (to enable the feature), 
      SEARCHENGINE_URL (to specify the URL of the search engine), 
      SEARCHDATA_FILE (to specify the name of the raw search 
      data to index), EXTRA_SEARCH_MAPPINGS (for search through 
      multiple projects). See the manual for details.
    * Added USE_MDFILE_AS_MAINPAGE config option to select a 
      markdown page to be used as the main page.
    * id 630645: This patch (contributed by Albert) adds support 
      for simple logic expressions for \cond, \if, and friends, 
      i.e. you can do \if (SOME_SECTION_NAME && 
      (!THIS_ALTERNATIVE || THAT_ALTERNATIVE))
    * id 684152: Patch (contributed by Albert) adds a new 
      configuration option MATHJAX_FORMAT to select the MathJax 
      output format. Options are HTML-CSS, NativeMML, or SVG. 
    Bug Fixes

OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=58
2012-12-31 08:42:17 +00:00
84e883615d - updated to 1.8.2:
changes
    * Using a fenched block (~~~~) in Markdown without explicit 
      extension will now be interpreted as a @code..@endcode block 
      instead of @verbatim..@endverbatim.
    * Classes inheriting from an class that is outside the scope 
      of doxygen are still shown in diagrams. This does not hold 
      for usage relations. 
    new features
    * Added support for C++11.
    * Made several improvements to the way Objective-C categories 
      and protocols are handled:
    * Added option HTML_EXTRA_STYLESHEET which allows adding an 
      additional stylesheet without completely replacing 
      doxygen.css.
    * Added option AUTOLINK_SUPPORT which can be used to 
      enable/disable autolinking globally.
    * Included language updates for Czech, Spanish, Greek, Slovak, 
      and Esparanto. 
    etc. see http://www.stack.nl/~dimitri/doxygen/changelog.html

- updated to 1.8.2:
    changes
    * Using a fenched block (~~~~) in Markdown without explicit 
      extension will now be interpreted as a @code..@endcode block 
      instead of @verbatim..@endverbatim.
    * Classes inheriting from an class that is outside the scope 
      of doxygen are still shown in diagrams. This does not hold 
      for usage relations. 
    new features

OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=56
2012-08-20 09:05:02 +00:00
0b95c7b302 - updated to 1.8.1.2:
changes
  * doxygen now strips the leading indentation shared by the lines 
    in a @code..@endcode block. 
  * id 678218: Changed title of the SVG graphs from 'G' to the root 
    node of the graph. 
  * Integrated the root navigation tree in navtree.js for faster 
    loading
  * When the navigation tree is enabled, clicking jump to a line 
    in the source code view will now highlight the line. 
  features
  * Added button in the navigation tree to allow enabling/disabling 
    syncing the navigation tree with the content.
  * Extended the number of HTML entities with Greek letters and 
    other symbols (thanks to Charles Karney for the patch).
  * id 663645: Added support for C++11 strongly typed enums (enum 
    class E { ... }). 
  * VHDL code now has a new Design Overview page (thanks for 
    Martin Kreis for the patch). Requires HAVE_DOT=YES, and 
    DOT_IMAGE_FORMAT=svg.
  * id 677678: Added support for strong and weak attributes in 
    Objective-C properties. 
  * bugfixes
- for details see http://www.stack.nl/~dimitri/doxygen/changelog.html

- updated to 1.8.1.2:
  changes
  * doxygen now strips the leading indentation shared by the lines
    in a @code..@endcode block.
  * id 678218: Changed title of the SVG graphs from 'G' to the root

OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=54
2012-07-13 08:46:49 +00:00