Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 734828 - Request: disable building documentation if Python 2.6 or newer ↵Release_1_8_8 | Dimitri van Heesch | 2014-08-21 | 1 | -1/+1 |
| | | | | not available | ||||
* | Bug 735037 - QGDict::hashAsciiKey: Invalid null key | Dimitri van Heesch | 2014-08-21 | 1 | -2/+9 |
| | |||||
* | Preparations for release 1.8.8 | Dimitri van Heesch | 2014-08-21 | 4 | -4/+138 |
| | |||||
* | Bug 735001 - No output for markdown pages with duplicate label title ↵ | Dimitri van Heesch | 2014-08-19 | 1 | -4/+4 |
| | | | | (different anchor) | ||||
* | Bug 734331 - (Kashej) Strong enum members listed in containing namespace | Dimitri van Heesch | 2014-08-18 | 1 | -10/+18 |
| | |||||
* | Merge branch 'albert-github-feature/bug_no_warning_on_cite' | Dimitri van Heesch | 2014-08-18 | 2 | -7/+6 |
|\ | |||||
| * | Minor fixes | Dimitri van Heesch | 2014-08-18 | 1 | -6/+5 |
| | | |||||
| * | No warning in case cite definition is missing | albert-github | 2014-08-18 | 2 | -2/+2 |
|/ | | | | | | In case the \cite command is used but no entry for it is given in a bib file no warning is given as the CiteInfo entry is present with the right label, but the text item is empty and this is not tested. (also corrected an error message on opening a file) | ||||
* | Merge branch 'albert-github-feature/bug_700510' | Dimitri van Heesch | 2014-08-18 | 2 | -82/+65 |
|\ | |||||
| * | Fixed typo and used QString for directory | Dimitri van Heesch | 2014-08-18 | 1 | -3/+2 |
| | | |||||
| * | Merge branch 'feature/bug_700510' of ↵ | Dimitri van Heesch | 2014-08-18 | 2 | -81/+65 |
| |\ |/ / | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_700510 | ||||
| * | Bug 700510 - Bibliography duplicate filenames fails | albert-github | 2014-07-06 | 1 | -3/+1 |
| | | | | | | | | Spaces are now allowed in the file names | ||||
| * | Bug 700510 - Bibliography duplicate filenames fails | albert-github | 2014-07-05 | 1 | -78/+64 |
| | | | | | | | | | | | | | | Problem in the bug report is that the bib files in the different directories have the same name and thus overwrite each other. This patch solves this problem as well as the possibility to have spaces in the file name. For all output formats the bib files are copied to a new numbered name: "bibTmpFile_<number>", for Latex on the LATEX_OUTPUT directory and for all other formats in the subdirectory "bibTmpDir" of the OUTPUT_DIRECTORY. The files for Latex are retained whilst the files for the other formats are removed after usage (as it was before). | ||||
* | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2014-08-18 | 1 | -3/+3 |
|\ \ | |||||
| * \ | Merge pull request #211 from albert-github/feature/fortranscanner_typo | Dimitri van Heesch | 2014-08-16 | 1 | -3/+3 |
| |\ \ | | | | | | | | | Correction of typing error | ||||
| | * | | Correction of typing error | albert-github | 2014-08-16 | 1 | -3/+3 |
| |/ / | | | | | | | | | | Corrected documenation -> documentation | ||||
* | | | Bug 734727 - GENERATE_TAGFILE no longer includes any @*section links | Dimitri van Heesch | 2014-08-18 | 2 | -19/+35 |
|/ / | | | | | | | | | Changed the previous fix to allow references to sections defined in a mainpage that is imported via a tag file. | ||||
* | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2014-08-15 | 4 | -27/+45 |
|\ \ | |||||
| * \ | Merge pull request #209 from albert-github/feature/html_extra_stylesheets | Dimitri van Heesch | 2014-08-15 | 4 | -27/+45 |
| |\ \ | | | | | | | | | Support multiple extra HTML stylesheets. | ||||
| | * | | Support multiple extra HTML stylesheets. | albert-github | 2014-08-15 | 4 | -27/+45 |
| |/ / | | | | | | | | | | | | | | | | In regular use it happens that it is more convenient to have multiple extra HTML stylesheets, e.g. in case of different levels of requirements: company, department, project With this patch it is possible to specify multiple HTML stylesheets. Note: for compatibility the configuration parameter HTML_EXTRA_STYLESHEET has not been renamed to HTM_EXTRA_STYLESHEETS. | ||||
* | | | Bug 733722 - XML Output invalid: XML_PROGRAMLISTING=YES copies Unicode form ↵ | Dimitri van Heesch | 2014-08-15 | 2 | -6/+16 |
| | | | | | | | | | | | | feed character (U+000C) to XML files | ||||
* | | | Bug 734245 - Q_PROPERTY switches the member access from private to public | Dimitri van Heesch | 2014-08-15 | 1 | -1/+4 |
| | | | |||||
* | | | Bug 583958 - Class diagrams and class hierarchy don't work for java generic ↵ | Dimitri van Heesch | 2014-08-14 | 2 | -27/+28 |
|/ / | | | | | | | | | | | classes Bug 631675 - Java inheritance of instantiated generics not recognized. | ||||
* | | Bug 734727 - GENERATE_TAGFILE no longer includes any @*section links | Dimitri van Heesch | 2014-08-14 | 4 | -18/+20 |
| | | |||||
* | | Bug 734704 Sigsegv while generating XML output | Dimitri van Heesch | 2014-08-13 | 1 | -1/+1 |
| | | |||||
* | | Vhdl fixes | Dimitri van Heesch | 2014-08-11 | 16 | -5556/+6067 |
| | | |||||
* | | Bug 731947 - Support for PlantUML | Dimitri van Heesch | 2014-08-10 | 31 | -62/+544 |
| | | |||||
* | | Bug 733451 - volatile declaration on member functions is not handled as xml ↵ | Dimitri van Heesch | 2014-08-08 | 2 | -7/+11 |
| | | | | | | | | attribute | ||||
* | | Bug 732594 - Two entries for a single member in Doxygen XML | Dimitri van Heesch | 2014-08-08 | 1 | -1/+2 |
| | | |||||
* | | Bug 732768 - nested html tables cause pdflatex to hang (1.8.4 and 1.8.6) | Dimitri van Heesch | 2014-08-08 | 2 | -6/+27 |
| | | |||||
* | | Merge branch 'NimbusKit-feature-groupbreadcrumbs' | Dimitri van Heesch | 2014-08-04 | 2 | -11/+26 |
|\ \ | |||||
| * | | Made bread crumb trails enabled unconditionally | Dimitri van Heesch | 2014-08-04 | 2 | -17/+10 |
| | | | |||||
| * | | Merge branch 'feature-groupbreadcrumbs' of ↵ | Dimitri van Heesch | 2014-08-04 | 2 | -8/+30 |
| |\ \ |/ / / | | | | | | | https://github.com/NimbusKit/doxygen into NimbusKit-feature-groupbreadcrumbs | ||||
| * | | Add BREAD_CRUMB_TRAIL. | Jeff Verkoeyen | 2014-07-19 | 2 | -8/+30 |
| | | | | | | | | | | | | | | | This feature enables recursive printing of the bread crumbs for any page, rather than just printing the parent group. | ||||
* | | | Fixed test 021 | Dimitri van Heesch | 2014-08-04 | 2 | -2/+2 |
| | | | |||||
* | | | Merge branch 'groleo-master' | Dimitri van Heesch | 2014-08-04 | 3 | -4/+19 |
|\ \ \ | |||||
| * | | | Made setName() virtual so overloading works | Dimitri van Heesch | 2014-08-04 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'master' of https://github.com/groleo/doxygen-1 into groleo-master | Dimitri van Heesch | 2014-08-04 | 2 | -3/+18 |
| |\ \ \ |/ / / / | |||||
| * | | | cache anonymous into ClassDefImpl::isAnonymous | Adrian Negreanu | 2014-08-04 | 2 | -3/+18 |
| | | | | |||||
* | | | | Bug 728740 - XML Output: Doxygen doesn’t escape & characters (included in ↵ | Dimitri van Heesch | 2014-08-04 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | a hyperlink) in <detaileddescription> | ||||
* | | | | Bug 733605 - Incorrect LaTeX generation for private union member in C++ | Dimitri van Heesch | 2014-08-04 | 1 | -10/+1 |
| | | | | |||||
* | | | | Merge branch 'bug734099' | Dimitri van Heesch | 2014-08-04 | 9 | -11/+179 |
|\ \ \ \ | |||||
| * | | | | Bug 734099 - Add support for non-parsed language | Dimitri van Heesch | 2014-08-04 | 9 | -11/+179 |
| | | | | | |||||
* | | | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2014-08-04 | 1 | -6/+9 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Merge pull request #206 from groleo/master | Dimitri van Heesch | 2014-08-03 | 1 | -6/+9 |
| |\ \ \ \ | | |/ / / | | | | | | removeRedundantWhiteSpace micro-optimization | ||||
| | * | | | removeRedundantWhiteSpace micro-optimization | Adrian Negreanu | 2014-07-25 | 1 | -6/+9 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com> | ||||
* | | | | | Bug 734077 - no uniquely matching class member found for inline function ↵ | Dimitri van Heesch | 2014-08-03 | 5 | -4/+15 |
| | | | | | | | | | | | | | | | | | | | | definition where parameter argument names don't match | ||||
* | | | | | Bug 733938 - Explicit links using operator()() not generated. | Dimitri van Heesch | 2014-08-03 | 1 | -4/+5 |
|/ / / / | |||||
* | | | | Merge pull request #205 from albert-github/feature/bug_libcpmd_windows_link | Dimitri van Heesch | 2014-08-03 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Error linking 32-bit windows | ||||
| * | | | | Error linking 32-bit windows | albert-github | 2014-08-03 | 1 | -1/+1 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | On Windows there were unresolved debug symbols resulting from libcpmtd. Adding this file to the ignore list solves the link issue. Remains: LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library even though libcmt is added. |