summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | Merge branch 'master' into feature/bug_coverity_unintDimitri van Heesch2019-12-0855-907/+845
| | |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | Coverity uninitializedalbert-github2019-12-0221-352/+352
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing a number of uninitialized variables based on the coverity output of November 30, 2019
* | | | | | | | | | | Merge branch 'virusxp-memory_leakage_fix'Dimitri van Heesch2019-12-0824-284/+287
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Renamed Portables to PortableDimitri van Heesch2019-12-0823-157/+157
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'memory_leakage_fix' of https://github.com/virusxp/doxygen into ↵Dimitri van Heesch2019-12-0824-285/+288
| |\ \ \ \ \ \ \ \ \ \ |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | virusxp-memory_leakage_fix
| * | | | | | | | | | Refactoring of portable.h and portable.cpp functions to be contained in a ↵Tobias Off2019-11-2824-285/+288
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | namespace Fixing some memory issues caused by not correctly freed pointers
* | | | | | | | | | | Changed std::unique_ptr<Entry> to std::shared_ptr<Entry> at avoid use after ↵Dimitri van Heesch2019-12-0823-195/+193
| |_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | free issues
* | | | | | | | | | Added missing debug flags for scanner that were made reentrantDimitri van Heesch2019-12-055-2/+11
| | | | | | | | | |
* | | | | | | | | | remove noexcept from parser interface for better portabilityDimitri van Heesch2019-12-051-1/+1
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Split language parser into "outline parser" and "code parser"Dimitri van Heesch2019-12-0346-711/+642
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-12-013-8/+14
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge pull request #7293 from albert-github/feature/bug_doc_cmdDimitri van Heesch2019-11-261-4/+4
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Textual error
| | * | | | | | | | Textual erroralbert-github2019-10-061-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correcting textual error
| * | | | | | | | | Merge pull request #7414 from albert-github/feature/bug_th_pDimitri van Heesch2019-11-261-0/+5
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Correct style in table header in case of paragraph is used
| | * | | | | | | | | Correct style in table header in case of paragraph is usedalbert-github2019-11-211-0/+5
| | | |/ / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In case a paragraph is used in a table header (quite unusual but can happen with 2 lines and an empty line in between), a `<p class="starttd">` tag is added and therewith the layout is incorrect. This problem was detected based on #7409 This has been corrected (and tested with some available browsers FF, IE, Chrome, Opera).
| * | | | | | | | | Merge pull request #7418 from albert-github/feature/bug_doc_searchDimitri van Heesch2019-11-251-4/+5
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Adding some links in search documentation
| | * | | | | | | | | Adding some links in search documentationalbert-github2019-11-251-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The search chapter was missing some links
* | | | | | | | | | | Made scanner.l reentrantDimitri van Heesch2019-12-014-3334/+3377
| | | | | | | | | | |
* | | | | | | | | | | Fix regression when expanding macro to an empty stringDimitri van Heesch2019-12-011-3/+4
|/ / / / / / / / / /
* | | | | | | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-11-251-5/+10
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Merge pull request #7416 from albert-github/feature/bug_UCS_BEDimitri van Heesch2019-11-241-5/+10
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Problem converting UCS big endian file
| | * | | | | | | | | Problem converting UCS big endian filealbert-github2019-11-221-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When having a file with a Big Endian BOM this is not always handled in a correct way when using the generic UCS-2 approach, using the explicit version works well. (problems see with a gcc (SUSE Linux) 7.4.1 20190905 [gcc-7-branch revision 275407] and glibc-2.26-lp151.18.7.x86_64).
* | | | | | | | | | | Fixed preprocessor hangup regressionDimitri van Heesch2019-11-251-11/+20
| | | | | | | | | | |
* | | | | | | | | | | Fixed preprocessor issue that resulted in "More #endif's than #if's found." ↵Dimitri van Heesch2019-11-251-1/+1
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | warning.
* | | | | | | | | | Fixed endless loop during preprocessingDimitri van Heesch2019-11-241-0/+3
| | | | | | | | | |
* | | | | | | | | | Fixed line count misaligned introduced with JAVADOC_BANNERDimitri van Heesch2019-11-241-36/+38
| | | | | | | | | |
* | | | | | | | | | Cleanup scanner.l code and namingDimitri van Heesch2019-11-241-2756/+2723
|/ / / / / / / / /
* | | | | | | | | Made code.l scanner reentrantDimitri van Heesch2019-11-214-2522/+2655
| | | | | | | | |
* | | | | | | | | Remove bogus flex codeDimitri van Heesch2019-11-1816-125/+0
| | | | | | | | |
* | | | | | | | | Replace set of g_inside* booleans with a single g_lang variableDimitri van Heesch2019-11-181-18/+10
|/ / / / / / / /
* | | | | | | | Made commentcnv.l reentrantDimitri van Heesch2019-11-171-466/+493
| | | | | | | |
* | | | | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-11-164-1/+21
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge pull request #7395 from albert-github/feature/bug_code_hr_mdDimitri van Heesch2019-11-161-1/+1
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Problem with horizontal ruler directly after fenced code section
| | * | | | | | | | Problem with horizontal ruler directly after fenced code sectionalbert-github2019-11-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When having a fenced code block directly followed by a horizontal ruler like: ``` ~~~ B ~~~ --- ``` we get the warning: ``` bb.md:5: warning: unexpected command endcode ``` due to the fact that the markdown parser replaces the `~~~` by a `@code` / `endcode` block and then handles the horizontal ruler `---` but this is seen as a level 2 header on the previous part resulting in the markdown code: ``` @page md_bb bb @subsection autotoc_md0 @code B @endcode ``` The problem also occurs when a fenced code block is created with back tics. By adding a `\n` this problem is fixed.
| * | | | | | | | | Merge pull request #7402 from albert-github/feature/bug_hhcDimitri van Heesch2019-11-163-0/+20
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | HHC and directory elements starting with "."
| | * | | | | | | | | HHC and directory elements starting with "."albert-github2019-11-153-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on the question 'Doxygen failed to run html help compiler, hhc.exe error HHC5010 when running from folder that has a parent folder that starts with “.”/ (https://stackoverflow.com/questions/58861908/doxygen-failed-to-run-html-help-compiler-hhc-exe-error-hhc5010-when-running-fro). In we https://social.msdn.microsoft.com/Forums/en-US/0681145c-223b-498c-b7bf-be83209cbf4e/issue-with-html-workshop-in-a-windows-container?forum=visualstudiogeneral see: HTML Help 1.x command line compiler hhc.exe cannot compile CHM file to folder whose full path contains folder name starting with dot. If you have that problem, you probably specified output path with folder starting with dot, e.g. "d:\My files.NET\documentation". You can use dots in folder names but not at the beginning. We first convert the current path to a short name path and set this as current directory, this is only done on Windows other systems are not touched.
* | | | | | | | | | | issue #7348 Better warning in case a graph would have been to largeDimitri van Heesch2019-11-169-10/+32
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #7397 from albert-github/feature/issue_7396Dimitri van Heesch2019-11-161-8/+8
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | issue #7396 Illegal Character in XML output
| * | | | | | | | | | Illegal Character in XML outputalbert-github2019-11-131-8/+8
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | The usage of, the unusual, `&` in a filename caused troubles as the filenames in the file strings in the location element were not translated to XML.
* | | | | | | | | | Merge pull request #7394 from RockinRoel/issue_7393Dimitri van Heesch2019-11-161-0/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix line count after multiline close group
| * | | | | | | | | | Fix line count after multiline close groupRoel Standaert2019-11-121-0/+1
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for issue #7393 When closing a group on multiple lines, like: /*! @} */ The line count of subsequent lines is wrong (it's one line less than it should be).
* | | | | | | | | | Merge pull request #7392 from albert-github/feature/issue_7290Dimitri van Heesch2019-11-161-2/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | issue #7290 error: Problem running ghostscript gs -q -g562x56 -r384x384x -sDEVICE=ppmraw -sOutputFile=_form0.pnm -dNOPAUSE -dBATCH -- _form0.ps. Check your installation!
| * | | | | | | | | | issue #7290 error: Problem running ghostscript gs -q -g562x56 -r384x384x ↵albert-github2019-11-121-2/+2
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -sDEVICE=ppmraw -sOutputFile=_form0.pnm -dNOPAUSE -dBATCH -- _form0.ps. Check your installation! @maehr had a talk with Robin Watts and Ken Sharp at IRC and there seem to be basically 3 different problems: * `-r%dx%d` (the dimension for `r` shouldn't be `-r384x384x`, but `-r384x384`), * misuse / unnecessary use of `--` and * since 9.50 the command needs more control access (that might be worked around by either whitelisting the file via `--permit-file-read=_form0.eps` (only works from 9.50 and upwards) or generally accepting any file with `-dNOSAFER` (works since quite some time). The second option is considered to be unsafe if we would process any file, but in this case we process self produced / controlled files. I don't know if doxygen has any threat model that it assumes. ). > Ken Sharp: Yeah the %dx is wrong, as Robin says its sheer luck that works the -- isn't needed and is what's causing the first problem and file control is the new bugbear The suggestions have been implemented and test / docs works now with old and new version.
* | | | | | | | | | issue #7403: xref versus namespace in multiple fileDimitri van Heesch2019-11-162-3/+3
| | | | | | | | | |
* | | | | | | | | | Fixed issue with "QGDict::hashAsciiKey: Invalid null key" in pre.lDimitri van Heesch2019-11-161-0/+4
| | | | | | | | | |
* | | | | | | | | | remove debug printsDimitri van Heesch2019-11-161-2/+2
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | issue #7325: Endless loop in preprocessor due to #define A()Dimitri van Heesch2019-11-141-20/+43
|/ / / / / / / /
* | | | | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-11-106-2/+25
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge pull request #7344 from albert-github/feature/bug_tclDimitri van Heesch2019-11-106-2/+25
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Small improvements of TCL output
| | * | | | | | | | Small improvements of TCL outputalbert-github2019-10-211-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Undoing changes for (due to problems with doxygen tests): - in case of `##` comment blocks the last line was not always show - in case of multiple comment blocks, properly separate them