Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed use of uninitialized data in VHDL generator | Dimitri van Heesch | 2019-11-09 | 1 | -5/+8 |
| | |||||
* | Embed TagInfo struct inside Entry | Dimitri van Heesch | 2019-10-28 | 1 | -1/+0 |
| | |||||
* | Changed ArgumentList to be an STL container | Dimitri van Heesch | 2019-10-27 | 1 | -110/+61 |
| | |||||
* | Use smartpointers to manage the lifetime of Entry objects | Dimitri van Heesch | 2019-10-07 | 1 | -15/+9 |
| | |||||
* | issue 7166: Doxygen calls DOT differently depending on the output ↵ | Dimitri van Heesch | 2019-08-07 | 1 | -2/+2 |
| | | | | optimization selected. | ||||
* | Add const correctness for argument lists | Dimitri van Heesch | 2019-05-05 | 1 | -1/+1 |
| | |||||
* | Improved const correctness and added support for inline namespaces | Dimitri van Heesch | 2019-04-21 | 1 | -55/+56 |
| | |||||
* | Refactored Definition and derived classes such that they are abstract interfaces | Dimitri van Heesch | 2019-02-28 | 1 | -2/+2 |
| | |||||
* | Merge branch 'run_java_once_3rd_trial' of ↵ | Dimitri van Heesch | 2019-01-08 | 1 | -2/+2 |
| | | | | https://github.com/cheoljoo/doxygen into cheoljoo-run_java_once_3rd_trial | ||||
* | merge | Charles.Lee | 2018-12-24 | 1 | -6/+7 |
|\ | |||||
| * | XHTML problem with name attribute with VHDL name attribute | albert-github | 2018-12-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | When running xhtml checker on the doxygen diagram example we get: Syntax of value for attribute name of a is not valid Document mux/xhtml/classmux__using__with.xhtml does not validate This is due to a space in the name tag, substituting the appropriate code solves the problem. As this is a VHDL specific problem only these strings are converted. | ||||
| * | Merge remote-tracking branch 'doxygen/master' | Joe George | 2018-11-05 | 1 | -2/+2 |
| |\ | |||||
| | * | Merge pull request #6562 from albert-github/feature/bug_references | Dimitri van Heesch | 2018-11-04 | 1 | -2/+2 |
| | |\ | | | | | | | | | Add commands to handle referenced by relation and references relation | ||||
| | | * | Add commands to handle referenced by relation and references relation | albert-github | 2018-10-17 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Analogous to call graph and caller graph this patch provides an implementation for the referenced by relation and references relation. Providing the commands: - referencedbyrelation - hidereferencedbyrelation - referencesrelation - hidereferencesrelation Motivation is that some lists can get extremely large and also there is now more symmetry between the textual and graphical out. | ||||
| * | | | Merge remote-tracking branch 'doxygen/master' | Joe George | 2018-11-02 | 1 | -2/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | Correction of some coloring of code comments in VHDL, adding data type ↵ | albert-github | 2018-08-24 | 1 | -2/+2 |
| | |/ | | | | | | | | | | 'positive' | ||||
| * | | Added *.ice files as a recognized file type. | Mark Spruiell | 2018-10-22 | 1 | -1/+2 |
| |/ | | | | | | | Added a Slice-optimized output mode. | ||||
* | | add format in writePlantUMLSource() and gathered in one pu file. But it is ↵ | Charles.Lee | 2018-08-28 | 1 | -1/+1 |
|/ | | | | not final | ||||
* | Bug 691689 - Line numbers for examples | Dimitri van Heesch | 2018-08-19 | 1 | -34/+34 |
| | |||||
* | Merge branch 'master' into vhdl-localization | Andreas Regel | 2018-05-28 | 1 | -6/+8 |
|\ | | | | | | | | | # Conflicts: # src/translator.h | ||||
| * | Better HTML output for VHDL Ports | albert-github | 2018-03-29 | 1 | -6/+8 |
| | | | | | | | | Small alignment improvement of HTML output for VHDL Ports so that the mode will be in a separate column | ||||
* | | Remove default assignment from Translator::trVhdlType() declaration | Andreas Regel | 2018-01-09 | 1 | -3/+3 |
| | | |||||
* | | Add VHDL strings to Translator class and add german translations. | Andreas Regel | 2018-01-08 | 1 | -126/+3 |
| | | |||||
* | | Replace calls to trTypeString with trVhdlType in single mode, which is the ↵ | Andreas Regel | 2018-01-08 | 1 | -38/+2 |
|/ | | | | | | default. Remove now unused method trTypeString. | ||||
* | Misc. typos | luzpaz | 2017-12-23 | 1 | -5/+5 |
| | | | | | Super trivial typos Some are in qtools/ which I know is a 3rd party dependency but as we know is now obsolete upstream. I reckon it wouldn't be much of an issue to merge neverthless Tacked on several more commits | ||||
* | Doxygen/VHDLdocgen: | Guenther R. Wenninger | 2017-05-29 | 1 | -2/+2 |
| | | | | | Fix whitespace handling in vhdldocgen.cpp when generating a flowchart. | ||||
* | Fixed typos. | orbitcowboy | 2016-04-14 | 1 | -3/+3 |
| | |||||
* | Remove unused variables | Christoph Grüninger | 2016-01-23 | 1 | -1/+0 |
| | |||||
* | Changed configuration mechanism to directly access options in order to ↵ | Dimitri van Heesch | 2016-01-17 | 1 | -10/+10 |
| | | | | improve performance | ||||
* | Bug 758495 - Bug in VHDL parser + other fixes | Dimitri van Heesch | 2015-12-20 | 1 | -19/+120 |
| | |||||
* | Fixed various issues found by PVS-Studio. | Dimitri van Heesch | 2015-08-18 | 1 | -2/+0 |
| | |||||
* | Various VHDL related fixes | Dimitri van Heesch | 2015-04-27 | 1 | -0/+13 |
| | |||||
* | Bump copyright year | Dimitri van Heesch | 2015-02-26 | 1 | -1/+1 |
| | |||||
* | Support generating index-color PNG files | albert-github | 2015-02-08 | 1 | -1/+2 |
| | | | | | | | Based on the request http://stackoverflow.com/questions/27036474/how-do-make-doxygen-generate-index-color-png-files for index colored png files, this functionality will be included in the newer versions (2.39) of dot. The functionality -Tpng:cairo:gd will automatically be used by doxygen, though the file extension would be wrong (.png:cairo:gd). With this patch the :cairo:gd is stripped from the image extension, but not from the -T of the dot command. In the doxywizard the different possibilities are supplied as well. Note however that the DOT_IMAGE_FORMAT name is not checked when read from the Doxyfile so it is possible to use other renderer / formats as well due to the generic solution with getDot ImageExtension. | ||||
* | Merge pull request #272 from albert-github/feature/bug_unused | Dimitri van Heesch | 2015-01-03 | 1 | -19/+2 |
|\ | | | | | Remove unused local and static global variables | ||||
| * | Remove unused local and static global variables | albert-github | 2014-12-27 | 1 | -19/+2 |
| | | | | | | | | Remove unused local and static global variables. Variables have been identified by Understand (version 758) from Scitools. | ||||
* | | Various VHDL related fixes | Dimitri van Heesch | 2015-01-02 | 1 | -8/+4 |
|/ | |||||
* | Fixed typos in comments. | orbitcowboy | 2014-12-02 | 1 | -1/+1 |
| | |||||
* | Various VHDL fixes | Dimitri van Heesch | 2014-11-06 | 1 | -15/+0 |
| | |||||
* | Introduce new optimized string implementation (attempt 2) | Dimitri van Heesch | 2014-10-23 | 1 | -2/+3 |
| | |||||
* | Bug 736389 - [PATCH] Fix a potential null pointer dereference in ↵ | Dimitri van Heesch | 2014-09-23 | 1 | -2/+1 |
| | | | | src/vhdldocgen.cpp | ||||
* | Bug 736992 - Member functions omitted from tagfile | Dimitri van Heesch | 2014-09-22 | 1 | -44/+42 |
| | |||||
* | Bug 735441 - [PATCH] Fix a resource leak in src/vhdldocgen.cpp | Dimitri van Heesch | 2014-08-30 | 1 | -1/+5 |
| | |||||
* | Vhdl fixes | Dimitri van Heesch | 2014-08-11 | 1 | -92/+105 |
| | |||||
* | New VHDL parser implementation | Dimitri van Heesch | 2014-08-02 | 1 | -827/+2781 |
| | |||||
* | Replaced the VHDL parser with the VHDL scanner from 1.7.5 to avoid potential ↵ | Dimitri van Heesch | 2014-05-18 | 1 | -2699/+814 |
| | | | | licensing issues | ||||
* | add space between br and / for better compatibility | Dimitri van Heesch | 2014-03-28 | 1 | -1/+1 |
| | |||||
* | Merge pull request #114 from albert-github/feature/bug_vhdl_dot | Dimitri van Heesch | 2014-02-15 | 1 | -2/+4 |
|\ | | | | | Place where dot executable is found | ||||
| * | Place where dot executable is found | albert-github | 2014-02-12 | 1 | -2/+4 |
| | | | | | | | | | | In the current vhdl part of the code it is required that the dot executable is in the path. On in dot.cpp the possibility exists that the dot executable is found through the configuration setting DOT_PATH. This patch makes this more consistent | ||||
* | | Updated copyright | Dimitri van Heesch | 2014-02-11 | 1 | -1/+1 |
|/ |