Revisions of doxygen

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 288503 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 59)
- remove doxygen-html.sh

- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 284273 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 58)
- 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 (forwarded request 284270 from pluskalm)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 246780 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 57)
Doxygen 1.8.8 (forwarded request 246757 from AndreasStieger)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 56)
Split 13.2 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 235107 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 55)
- Don't disable optimisation (forwarded request 235075 from Andreas_Schwab)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 234799 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 54)
Automatic submission by obs-autosubmit
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 212710 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 53)
- 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
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 52)
Split 13.1 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 196359 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 51)
- updated to 1.8.5:
  * Added SOURCE_TOOLTIPS option for advanced tooltip support while 
    source browsing. 
  * bugfixes
- removed upstreamed endless-loop.patch

- updated to 1.8.5:
  * Added SOURCE_TOOLTIPS option for advanced tooltip support while
    source browsing.
  * bugfixes
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 181905 from Michael Matz's avatar Michael Matz (matz2) (revision 50)
- upstream patch to fix endless loop
  doxygen-1.4.8-endless-loop.patch (forwarded request 181899 from k0da)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 180989 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 49)
- 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
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 161105 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 48)
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls

- Added url as source.
  Please see http://en.opensuse.org/SourceUrls (forwarded request 161103 from m_meister)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 157772 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 47)
Automatic submission by obs-autosubmit
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 46)
Split 12.3 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 134069 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 45)
Automatic submission by obs-autosubmit
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 127814 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 44)
- 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
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 43)
branched from openSUSE:Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 123485 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 42)
- 1.8.1 generates man page names uncondidionally lowercase which
  causes problem for lapack build for example; reverting one hunk 
  of fix for
  https://bugzilla.gnome.org/show_bug.cgi?id=674563
  as workaround
  * no-lowercase-man-names.patch
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 122679 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 41)
Automatic submission by obs-autosubmit
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 113917 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 40)
- updated to 1.8.0svn20120416:
  * fixed crash [bnc#755402]

- updated to 1.8.0svn20120416:
  * fixed crash [bnc#755402]

- removing unneeded warnings.patch
Displaying revisions 41 - 60 of 99
openSUSE Build Service is sponsored by