Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | increase the size of l when result is modified | Sebastien Loriot | 2015-01-31 | 1 | -1/+5 | |
| | | | | ||||||
* | | | | Bug 743605 - Tagfile anchors not generated for enumeration values | Dimitri van Heesch | 2015-02-05 | 1 | -0/+9 | |
| | | | | ||||||
* | | | | Bug 743604 - Duplicate anchors from tagfiles | Dimitri van Heesch | 2015-02-03 | 2 | -7/+7 | |
| | | | | ||||||
* | | | | Fixed potential string buffer issue for dot graphs | Dimitri van Heesch | 2015-01-25 | 1 | -4/+8 | |
|/ / / | ||||||
* | | | Merge pull request #291 from byzheng/patch-1 | Dimitri van Heesch | 2015-01-24 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Remove the new line after @startuml in generated pu file | |||||
| * | | | Remove the new line after @startuml in generated pu file | byzheng | 2015-01-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | Try to fix this problem for me: http://sourceforge.net/p/doxygen/mailman/message/33228212/ | |||||
* | | | | Merge pull request #290 from albert-github/feature/bug_739680_project_name | Dimitri van Heesch | 2015-01-24 | 1 | -1/+31 | |
|\ \ \ \ | | | | | | | | | | | Bug 739680 - Using HTML entities in PROJECT_NAME | |||||
| * | | | | Update of search from "endless search to 'Character search: criterion. | albert-github | 2015-01-23 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Updated search criterion Incremented q, as otherwise ';' remained (visible in PDF). | |||||
| * | | | | Bug 739680 - Using HTML entities in PROJECT_NAME | albert-github | 2015-01-11 | 1 | -1/+30 | |
| |/ / / | | | | | | | | | | | | | Implementation for LaTeX of special symbols by scanning string in case a & is found. | |||||
* | | | | Merge pull request #286 from albert-github/feature/bug_742445 | Dimitri van Heesch | 2015-01-23 | 2 | -3/+7 | |
|\ \ \ \ | | | | | | | | | | | Bug 742445 - Wrong icons in TOC of CHM help | |||||
| * | | | | Bug 742445 - Wrong icons in TOC of CHM help | albert-github | 2015-01-06 | 2 | -3/+7 | |
| | | | | | | | | | | | | | | | | | | | | It was not checked if a page / section had subsections or not it was always assumed they were present (definition.cpp). For pages it was only checked if it had subpages and not section (index.cpp). | |||||
* | | | | | Correction on previous commit (wrong file) | albert-github | 2015-01-22 | 1 | -9/+6 | |
| | | | | | ||||||
* | | | | | Based on the report of Peter D. Barnes in the doxygen forum ↵ | albert-github | 2015-01-21 | 3 | -2/+33 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (http://doxygen.10944.n7.nabble.com/doxygen-1-8-9-1-upgrade-errors-td6990.html) All lines at the beginning of the file starting with ## are preserved at the beginning of the Doxyfile Consecutive user comments (with +=) are now joined like the options are. | |||||
* | | | | | Bug 742899 - <CAPTION> inside <TABLE> no longer works for LaTex output | albert-github | 2015-01-14 | 1 | -1/+1 | |
| |/ / / |/| | | | | | | | | | | | This is a regression for bug: Bug 732768 - nested html tables cause pdflatex to hang (1.8.4 and 1.8.6). | |||||
* | | | | Merge pull request #269 from rabindra-harlalka/odl_props_new | Dimitri van Heesch | 2015-01-10 | 1 | -1/+39 | |
|\ \ \ \ | | | | | | | | | | | Fix parsing of ODL-style properties | |||||
| * | | | | Fix parsing of ODL-style properties | rabindra-harlalka | 2014-12-21 | 1 | -1/+39 | |
| | | | | | | | | | | | | | | | | | | | | Declaration of properties inside a dispinterface (ODL syntax) in IDL/ODL file is not parsed properly. Fix that. | |||||
* | | | | | Merge pull request #289 from albert-github/feature/bug_snippet | Dimitri van Heesch | 2015-01-10 | 1 | -0/+9 | |
|\ \ \ \ \ | | | | | | | | | | | | | Enable relative paths referenced source files | |||||
| * | | | | | Enable relative paths referenced source files | albert-github | 2015-01-10 | 1 | -0/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a regression on pull request 210: Create an easy possibility to take a snippet from the current file. In case the source file, as referenced through 'this' in the snippet command, is in the current directory or in a subdirectory pull request worked fine, but as soon as the source file is in a directory referenced through ../... the parser returns an absolute path name instead of a relative path and file is not found, resulting in a warning plus empty snippet part. We now check whether or not is an absolute file name in which case it is checked if the file is found or not and further handled. | |||||
* | | | | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2015-01-09 | 1 | -23/+24 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'master' of https://github.com/doxygen/doxygen.git | Petr Prikryl | 2015-01-09 | 3 | -4/+15 | |
| |\ \ \ \ \ \ | | |/ / / / / | ||||||
| * | | | | | | TranslatorSwedish updated | Petr Prikryl | 2015-01-09 | 1 | -23/+24 | |
| | | | | | | | ||||||
* | | | | | | | Fixed potential crash while generating dot graphs | Dimitri van Heesch | 2015-01-09 | 1 | -1/+5 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge pull request #282 from pepr/master | Dimitri van Heesch | 2015-01-06 | 1 | -19/+20 | |
|\ \ \ \ \ \ | |/ / / / / | | | | | | | Chinese Traditional updated | |||||
| * | | | | | Merge branch 'master' of https://github.com/doxygen/doxygen.git | Petr Prikryl | 2015-01-05 | 47 | -221/+179 | |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | ||||||
| * | | | | | fix for src/translator_tw.h by Gary Lee (translation cleaned) | Petr Prikryl | 2014-12-31 | 1 | -19/+20 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge pull request #283 from albert-github/feature/bug_ftn_warn_module | Dimitri van Heesch | 2015-01-06 | 1 | -1/+7 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Fortran: warning message about not documented module member | |||||
| * | | | | Fortran: warning message about not documented module member | albert-github | 2015-01-06 | 1 | -1/+7 | |
| | |/ / | |/| | | | | | | | | | | | | | | When having a not documented MODULE member it is mentioned that a member in a 'namespace' is not documented. For Fortran this is a bit strange as Fortran does not know the term namespace, modules are handled as namespaces (in the pre 1.8.9 version a message was given about 'class', which is equally confusing). This patch changes in this case 'namespace' to 'module'. | |||||
* | | | | Merge pull request #285 from albert-github/feature/bug_742427 | Dimitri van Heesch | 2015-01-06 | 1 | -3/+7 | |
|\ \ \ \ | | | | | | | | | | | Bug 742427 - latex compilation: \backmatter incompatible with COMPACT_LATEX=YES | |||||
| * | | | | Bug 742427 - latex compilation: \backmatter incompatible with COMPACT_LATEX=YES | albert-github | 2015-01-06 | 1 | -3/+7 | |
| |/ / / | | | | | | | | | | | | | Removed \backmatter in case of COMPACT_LATEX | |||||
* | | | | Bug 742408 - Configuring doxyfile to only output docbook produces erroneous ↵ | albert-github | 2015-01-06 | 1 | -0/+1 | |
|/ / / | | | | | | | | | | | | | | | | warning Added missing test in list | |||||
* | | | Bug 742151 - Bogus warning: citelist: Unexpected new line character | Dimitri van Heesch | 2015-01-04 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge pull request #271 from orbitcowboy/master | Dimitri van Heesch | 2015-01-03 | 1 | -20/+21 | |
|\ \ \ | | | | | | | | | Fix potential null pointer dereference in src/classdef.cpp | |||||
| * | | | Fix potential null pointer dereference in src/classdef.cpp | Martin Ettl | 2014-12-22 | 1 | -20/+21 | |
| |/ / | ||||||
* | | | Bug 742235 - Bogus message with addtogroup | Dimitri van Heesch | 2015-01-03 | 2 | -18/+10 | |
| | | | ||||||
* | | | Merge pull request #272 from albert-github/feature/bug_unused | Dimitri van Heesch | 2015-01-03 | 33 | -101/+12 | |
|\ \ \ | | | | | | | | | Remove unused local and static global variables | |||||
| * | | | Remove unused local and static global variables | albert-github | 2014-12-27 | 33 | -101/+12 | |
| |/ / | | | | | | | | | | Remove unused local and static global variables. Variables have been identified by Understand (version 758) from Scitools. | |||||
* | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2015-01-03 | 2 | -1/+6 | |
|\ \ \ | ||||||
| * \ \ | Merge pull request #279 from albert-github/feature/bug_742230 | Dimitri van Heesch | 2015-01-03 | 1 | -0/+5 | |
| |\ \ \ | | | | | | | | | | | Bug 742230 - @todo paragraphs incorrectly placed in rtf output | |||||
| | * | | | Bug 742230 - @todo paragraphs incorrectly placed in rtf output | albert-github | 2015-01-03 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | Start a new paragraph, in case not yet a new paragraph has been started. | |||||
| * | | | | Fortran: code color GOTO as flow keyword. | albert-github | 2015-01-03 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | Correct string buffer sizes for RTF output, such that the string is always ↵ | Dimitri van Heesch | 2015-01-03 | 1 | -0/+5 | |
|/ / / | | | | | | | | | | correctly sized. | |||||
* | | | Fixed regression due to buffer resizing while generating RTF. | Dimitri van Heesch | 2015-01-03 | 1 | -2/+0 | |
| | | | ||||||
* | | | Various VHDL related fixes | Dimitri van Heesch | 2015-01-02 | 1 | -8/+4 | |
| | | | ||||||
* | | | Help message regarding layout file | albert-github | 2015-01-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | The name of the layout file can be omitted. | |||||
* | | | Fortran FUNCTION source code | albert-github | 2015-01-02 | 1 | -0/+2 | |
| | | | | | | | | | | | | In case of a Fortran FUNCTION there was a difference between the handling of the source code lines for functions with and without the RESULT clause. This has been made uniform. | |||||
* | | | Suggestion to use stripPrefix has been implemented for RESULT. | albert-github | 2015-01-02 | 1 | -25/+14 | |
| | | | | | | | | | | | | For consistency also implemented for arguments. | |||||
* | | | Documenting RESULT variable of Fortran FUNCTION | albert-github | 2015-01-02 | 1 | -1/+52 | |
| | | | | | | | | | | | | Fortran functions can specify the return value by means of a variable in the RESULT attribute. Analogous to argument variables (@param) it is now possible to document also the return / RESULT variable (@returns). | |||||
* | | | Fixed a couple of cases where sharing string data could lead to corruption | Dimitri van Heesch | 2015-01-02 | 22 | -61/+69 | |
|/ / | | | | | | | | | Also made dangerous string access more visible by introducing rawData(). This replaces data() which will now return a constant string. | |||||
* | | Fix potential null pointer dereference in src/context.cpp | Martin Ettl | 2014-12-22 | 1 | -1/+1 | |
| | | ||||||
* | | Added graphical hierarchy support to template engine | Dimitri van Heesch | 2014-12-25 | 5 | -386/+473 | |
| | |