Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enabled stricter compiler warnings and fixed all new warnings | Dimitri van Heesch | 2020-03-08 | 1 | -63/+64 |
| | |||||
* | issue #7583 External Links in Inheritance Diagrams open in the Image Frame. | albert-github | 2020-02-24 | 1 | -1/+1 |
| | | | | When having a function it opens in the current frame and uses the complete frame. Images (e.g. inherited diagrams) are displayed in a small "sub frame" and when displaying the link here it is not readable and furthermore the user doesn't know anything about the "sub frame". In case of an image the link should be displayed in the parent frame of the image. | ||||
* | Removed exitCode parameter as it is always 1 | Dimitri van Heesch | 2019-12-22 | 1 | -1/+1 |
| | |||||
* | Merge branch 'feature/bug_terminate' of ↵ | Dimitri van Heesch | 2019-12-22 | 1 | -2/+1 |
|\ | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_terminate | ||||
| * | Better termination message | albert-github | 2019-11-22 | 1 | -2/+1 |
| | | | | | | | | | | In case a `WARN_LOGFILE` is used it in this file no clear whether doxygen finished correctly or exited beforehand in case a fatal error. Now a 'Exiting...' is also given in the warning log file in case an error is a fatal error. | ||||
* | | Renamed Portables to Portable | Dimitri van Heesch | 2019-12-08 | 1 | -4/+4 |
| | | |||||
* | | Refactoring of portable.h and portable.cpp functions to be contained in a ↵ | Tobias Off | 2019-11-28 | 1 | -4/+4 |
|/ | | | | | | namespace Fixing some memory issues caused by not correctly freed pointers | ||||
* | Spelling corrections for src directory | albert-github | 2019-11-05 | 1 | -2/+2 |
| | | | | | | | | Spelling corrections as found by codespell and in #561. Some reported problems were already fixed, others are fixed here, with some exceptions (a,o.): - "referenceby" in defgen.cpp as this is in the output and I cannot oversee the consequences (looks like none, but ...) - "HANGEUL_CHARSET" left as is as in some MS documentation is written: 'HANGUL_CHARSET: Also spelled "Hangeul". Specifies the Hangul Korean character set.' (https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-wmf/0d0b32ac-a836-4bd2-a112-b6000a1b4fc9). | ||||
* | Problem with round brackets in PS output | albert-github | 2019-10-09 | 1 | -3/+3 |
| | | | | | | | | | | | In case we use the doxygen inheritance diagrams in doxygen (i.e. `HAVE_DOT=NO`) for a construct like (based on #7302): ``` template <char C> struct one { }; /// The struct str_040 struct str_040 : one<'('> { }; ``` this will lead to a postscript error (epstopdf) as the `(` (and analogous the `)`) have to be escaped. | ||||
* | Correction warning message | albert-github | 2019-06-01 | 1 | -3/+3 |
| | | | | Consistency | ||||
* | Improved const correctness and added support for inline namespaces | Dimitri van Heesch | 2019-04-21 | 1 | -10/+10 |
| | |||||
* | Refactored Definition and derived classes such that they are abstract interfaces | Dimitri van Heesch | 2019-02-28 | 1 | -1/+1 |
| | |||||
* | Adjustment of xhtml1-transitional.dtd | albert-github | 2019-02-16 | 1 | -1/+1 |
| | | | | Some more ... | ||||
* | Incorrect tag sequence for xhtml with class diagram possible | albert-github | 2018-11-26 | 1 | -2/+0 |
| | | | | | | | | In case of a class diagram without mapping information the `map` tag is written without content. This is not allowed and results in xhtml (as reported by xmllint) in: `Element map content does not follow the DTD, expecting ((p | h1 | h2 | h3 | h4 | h5 | h6 | div | ul | ol | dl | menu | dir | pre | hr | blockquote | address | center | noframes | isindex | fieldset | table | form | noscript | ins | del | script)+ | area+), got ()` By adding a dummy 'paragraph' `<div/>` this can be overcome, The closing tag for `map` has been placed on a bit a more logical place, showing the open and close tag together. Problem can be seen with the default doxygen test 11 (`[011_category.m]: test the \interface and \category command`). | ||||
* | Misc. typos | luz.paz | 2018-04-25 | 1 | -1/+1 |
| | | | | Found via `codespell` | ||||
* | Changed configuration mechanism to directly access options in order to ↵ | Dimitri van Heesch | 2016-01-17 | 1 | -2/+2 |
| | | | | improve performance | ||||
* | Template enhancements and various other small fixes | Dimitri van Heesch | 2015-09-08 | 1 | -1/+1 |
| | |||||
* | Bump copyright year | Dimitri van Heesch | 2015-02-26 | 1 | -1/+1 |
| | |||||
* | Fixed bug in new QCString::sprintf for long string. | Dimitri van Heesch | 2014-11-16 | 1 | -1/+1 |
| | |||||
* | Updated copyright | Dimitri van Heesch | 2014-02-11 | 1 | -1/+1 |
| | |||||
* | Reduced and improved functionality of QList | Dimitri van Heesch | 2013-12-30 | 1 | -101/+79 |
| | | | | | | | | | - operations on current index and node (next(), prev(), last(), first()) have been removed. - access to internal nodes has been removed. - old QList has been renamed to QInternalList for use inside qtools only. - added type safe compare, new, and delete operations (compareValues(), newValue(), deleteValue()). - add compareValues also to QDict for consistency. - changed doxygen's implementation to comply with the new QList and QDict interface. | ||||
* | Release-1.8.3.1-20130512 | Dimitri van Heesch | 2013-05-12 | 1 | -1/+1 |
| | |||||
* | Release-1.8.3.1 | Dimitri van Heesch | 2013-01-20 | 1 | -1/+1 |
| | |||||
* | Release-1.8.2-20121118 | Dimitri van Heesch | 2012-11-18 | 1 | -3/+3 |
| | |||||
* | Release-1.8.2-20120930 | Dimitri van Heesch | 2012-09-30 | 1 | -12/+12 |
| | |||||
* | Release-1.8.2 | Dimitri van Heesch | 2012-08-11 | 1 | -1/+1 |
| | |||||
* | Release-1.8.1.1 | Dimitri van Heesch | 2012-06-10 | 1 | -0/+102 |
| | |||||
* | Release-1.8.0 | Dimitri van Heesch | 2012-03-17 | 1 | -1/+6 |
| | |||||
* | Release-1.7.6.1-20120220 | Dimitri van Heesch | 2012-02-20 | 1 | -1/+1 |
| | |||||
* | Release-1.7.4 | Dimitri van Heesch | 2011-03-28 | 1 | -1/+11 |
| | |||||
* | Release-1.7.3-20110123 | Dimitri van Heesch | 2011-01-23 | 1 | -1/+1 |
| | |||||
* | Release-1.7.1-20100920 | Dimitri van Heesch | 2010-09-20 | 1 | -1/+1 |
| | |||||
* | Release-1.7.1 | Dimitri van Heesch | 2010-06-25 | 1 | -2/+1 |
| | |||||
* | Release-1.6.3-20100603 | Dimitri van Heesch | 2010-06-03 | 1 | -11/+5 |
| | |||||
* | Release-1.6.3-20100507 | Dimitri van Heesch | 2010-05-07 | 1 | -9/+9 |
| | |||||
* | Release-1.6.2-20100216 | Dimitri van Heesch | 2010-02-16 | 1 | -1/+1 |
| | |||||
* | Release-1.6.2-20100124 | Dimitri van Heesch | 2010-01-24 | 1 | -1/+1 |
| | |||||
* | Release-1.6.1-20091222 | Dimitri van Heesch | 2009-12-22 | 1 | -1/+1 |
| | |||||
* | Release-1.5.9-20090814 | Dimitri van Heesch | 2009-08-14 | 1 | -3/+4 |
| | |||||
* | Release-1.5.9-20090522 | Dimitri van Heesch | 2009-05-22 | 1 | -2/+2 |
| | |||||
* | Release-1.5.7.1-20081012 | Dimitri van Heesch | 2008-10-12 | 1 | -2/+2 |
| | |||||
* | Release-1.5.5-20080420 | Dimitri van Heesch | 2008-04-20 | 1 | -1/+3 |
| | |||||
* | Release-1.5.4-20080101 | Dimitri van Heesch | 2008-01-17 | 1 | -2/+2 |
| | |||||
* | Release-1.5.4 | Dimitri van Heesch | 2008-01-16 | 1 | -3/+3 |
| | |||||
* | Release-1.5.1-20070219 | Dimitri van Heesch | 2007-02-19 | 1 | -2/+3 |
| | |||||
* | Release-1.5.1-20070107 | Dimitri van Heesch | 2007-01-07 | 1 | -1/+1 |
| | |||||
* | Release-1.5.1-20061202 | Dimitri van Heesch | 2006-12-02 | 1 | -1/+1 |
| | |||||
* | Release-1.4.7-20060910 | Dimitri van Heesch | 2006-09-10 | 1 | -1/+1 |
| | |||||
* | Release-1.4.7-20060716 | Dimitri van Heesch | 2006-07-16 | 1 | -6/+9 |
| | |||||
* | Release-1.4.6-20060507 | Dimitri van Heesch | 2006-05-07 | 1 | -2/+2 |
| |