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.patchPetr Gajdos2015-08-17 16:12:41 +00:00
a3b55fd7f9- updated to 1.8.5: * Added SOURCE_TOOLTIPS option for advanced tooltip support while source browsing. * bugfixesPetr Gajdos2013-08-26 08:51:56 +00:00
c8f8ca7ad2Accepting request 181905 from devel:tools
Stephan Kulow
2013-07-04 08:08:13 +00:00
8636afea54Accepting request 181899 from home:k0da:ppc
Michael Matz
2013-07-03 15:56:31 +00:00
794908e18dAccepting request 180989 from devel:tools
Stephan Kulow
2013-06-28 14:02:42 +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 statisticsPetr Gajdos2013-05-20 16:44:15 +00:00
4898f8936bAccepting request 161105 from devel:tools
Stephan Kulow
2013-03-26 14:30:15 +00:00
a3317640b7Accepting request 161103 from home:m_meister:branches:openSUSE:Factory
Stephan Kulow
2013-03-26 08:28:59 +00:00
790ccc2e5cAccepting request 157772 from devel:tools
Stephan Kulow
2013-03-08 09:49:14 +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.htmlPetr Gajdos2013-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 FixesPetr Gajdos2012-12-31 08:42:17 +00:00
b19e873321Accepting request 134069 from devel:tools
Stephan Kulow
2012-09-17 11:53:54 +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.htmlPetr Gajdos2012-08-20 09:05:02 +00:00
1b2c8a3a81Accepting request 127814 from devel:tools
Ismail Dönmez
2012-07-13 09:30:56 +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.htmlPetr Gajdos2012-07-13 08:46:49 +00:00
9a1d4798c0Accepting request 123485 from devel:tools
Stephan Kulow
2012-06-06 14:06:26 +00:00
59026d1737- 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.patchPetr Gajdos2012-06-04 10:22:20 +00:00
e6667c10d8Accepting request 122679 from devel:tools
Stephan Kulow
2012-05-31 15:03:13 +00:00
b790f8a888- updated to 1.8.1: * Included a couple of performance improvements. * Changed the way indexes (Class,File,Namespace,Groups) are rendered. * Changed the way member attributes (like protected, virtual, and static) are rendered in the HTML output * more info at http://www.stack.nl/~dimitri/doxygen/changelog.htmlPetr Gajdos2012-05-21 07:15:31 +00:00
d5688490cfAccepting request 113917 from devel:tools
Stephan Kulow
2012-04-17 19:57:49 +00:00
1a8df8c24a- updated to 1.8.0: * Auto list items can now consist of multiple paragraphs. * When UML_LOOK is enabled, relations shown on the edge of a graph are not shown as attributes. * Updated the manual and improved the look. * Latex: made the margins of latex page layout smaller using the geometry package. * etc., see http://www.stack.nl/~dimitri/doxygen/changelog.htmlPetr Gajdos2012-02-27 09:54:11 +00:00
c97708242cAccepting request 96323 from devel:tools
Stephan Kulow
2011-12-14 13:33:13 +00:00
2f9f0a17f8- updated to 1.7.6.1: * Doxygen now reports its cache usage (for the symbol and the lookup cache) at the end of a run (if QUIET=NO), and recommends settings for SYMBOL_CACHE_SIZE and LOOKUP_CACHE_SIZE for your project if either cache is too small. * Added new option LOOKUP_CACHE_SIZE to control the internal cache doxygen uses to find symbols given their name and a context. * Python: added support for @staticmethod. * Python: scopes are now shown with . instead of :: * id 665313: Space before @if was not preserved, causing problems with inline @if .. @endif constructs. * id 665583: Fixed XHTML validity problem when using mscgen graphs. * id 665641: Fixed XHTML validity problem when GENERATE_TREEVIEW was disabled. * id 665720: Included patch to fix hang issue when non-empty INCLUDE_PATH was used. * id 665778: Fixed parse issue when a comma appeared as part of an enum's value.Petr Gajdos2011-12-12 09:18:49 +00:00
74e3b63351- updated to 1.7.6: * To improve the performance of loading the navigation tree, the data is now split into multiple javascript files which are loaded dynamically. * The selected member is now briefly highlighted in the HTML output (when GENERATE_TREEVIEW is enabled). * The navigation tree (GENERATE_TREEVIEW) now shows the same information as the index. * The navindex section of layout now also controls what is shown in the navigation tree. * Improved HTML output support for IE9. * Included redesigned VHDL parser (thanks to Martin Kreis for the patch) * When a class/structs has many (>15) members of the same type, only the first 10 are shown in the UML diagram. * Made the output of the javascript based search engine more compact. * Update of the French translation. * id 607305: Added support for PHP heredoc and nowdoc constructs. * Added support for cross-referencing in case of operator-> overloading. This includes support for std::auto_ptr, std::smart_ptr,std::unique_ptr and std::weak_ptr when BUILTIN_STL_SUPPORT is enabled. * bugfixesPetr Gajdos2011-12-05 09:58:31 +00:00
0273b9e225Accepting request 85814 from devel:tools
Lars Vogdt
2011-10-02 07:57:33 +00:00
467eda7dd9- remove arm specific patch that broke building on armDirk Mueller2011-09-30 11:00:11 +00:00
b6cd61792dAccepting request 83296 from home:jengelh:bl-d
Greg Kroah-Hartman
2011-09-20 15:57:54 +00:00
585427ea6dAccepting request 79478 from devel:tools
Sascha Peilicke
2011-08-22 13:16:36 +00:00
af5c4e0946- update to 1.7.5.1: * A bug that could cause doxygen to crash on large projects was fixed.Petr Gajdos2011-08-22 08:59:09 +00:00
80974e94caAutobuild autoformatter for 78862
Sascha Peilicke
2011-08-15 12:12:45 +00:00
a0fe480627Updating link to change in openSUSE:Factory/doxygen revision 34.0
OBS User buildservice-autocommit
2011-08-15 12:12:45 +00:00
af753b62b6Accepting request 78862 from devel:tools
Sascha Peilicke
2011-08-15 12:12:36 +00:00
fe2d316d6c- update to 1.7.5: * id 641904: Function in the call graphs are now shown based on first appearance rather then alphabetical order. * id 616213: When customizing the HTML header $title now only generates the title excluding the project name (which can still be added using $projectname) * Improved the look of the class index: all items now have equal spacing. * New option INTERACTIVE_SVG which when set to YES in combination with DOT_IMAGE_FORMAT=svg will make doxygen generate interactive SVG diagrams that support zooming and panning via the mouse (only for large graphs). * Added support for the Tcl programming language (thanks to Rene Zaumseil and Samuel Bentley for the patch). * Added @copyright command. * added option MATHJAX_EXTENSIONS to provide additional extensions for MathJax (thanks to David Munger for the patch). * added option INLINE_SIMPLE_STRUCTS which when enabled shows the fields of simple classes and structs (with only public data fields) as a table and inline in context (file/group/namespace/class) provided this context is documented. * When using the server based search engine (SEARCHENGINE=YES and SERVER_BASED_SEARCH=YES) doxygen now advertises a opensearch provider for your project, that allows integrating the search directly in the search field of the browser (thanks to Phil Lello for the patch). * id 503239: Added new option CITE_BIB_FILES and LATEX_BIB_STYLE and a new command \cite, allowing you to make references to literature (as defined in one or more .bib files). This also works for output formats other than LaTeX. The tool bibtex is required for this to work though. Thanks to David Munger for the initial patch upon which this feature is based. * PHP namespaces are now shown as A\B in the output.Petr Gajdos2011-08-15 09:38:04 +00:00
8c314b4852Autobuild autoformatter for 77207
Sascha Peilicke
2011-07-27 14:03:04 +00:00
658d2e2246Updating link to change in openSUSE:Factory/doxygen revision 32.0
OBS User buildservice-autocommit
2011-07-27 14:03:04 +00:00
b5c43c2d58Accepting request 77207 from devel:tools
Sascha Peilicke
2011-07-27 14:02:48 +00:00
5d5c1c625bAccepting request 77184 from home:dirkmueller:branches:devel:toolsDirk Mueller2011-07-27 12:49:13 +00:00
e7320fe607Autobuild autoformatter for 65378
Sascha Peilicke
2011-03-30 07:18:47 +00:00
d4d5b63a92Updating link to change in openSUSE:Factory/doxygen revision 30.0
OBS User buildservice-autocommit
2011-03-30 07:18:47 +00:00
e8fd08873aAccepting request 65378 from devel:tools
Sascha Peilicke
2011-03-30 07:18:40 +00:00