summaryrefslogtreecommitdiffstats
path: root/src/vhdldocgen.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Bug 691689 - Line numbers for examplesDimitri van Heesch2018-08-191-34/+34
|
* Merge branch 'master' into vhdl-localizationAndreas Regel2018-05-281-6/+8
|\ | | | | | | | | # Conflicts: # src/translator.h
| * Better HTML output for VHDL Portsalbert-github2018-03-291-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() declarationAndreas Regel2018-01-091-3/+3
| |
* | Add VHDL strings to Translator class and add german translations.Andreas Regel2018-01-081-126/+3
| |
* | Replace calls to trTypeString with trVhdlType in single mode, which is the ↵Andreas Regel2018-01-081-38/+2
|/ | | | | | default. Remove now unused method trTypeString.
* Misc. typosluzpaz2017-12-231-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. Wenninger2017-05-291-2/+2
| | | | | Fix whitespace handling in vhdldocgen.cpp when generating a flowchart.
* Fixed typos.orbitcowboy2016-04-141-3/+3
|
* Remove unused variablesChristoph Grüninger2016-01-231-1/+0
|
* Changed configuration mechanism to directly access options in order to ↵Dimitri van Heesch2016-01-171-10/+10
| | | | improve performance
* Bug 758495 - Bug in VHDL parser + other fixesDimitri van Heesch2015-12-201-19/+120
|
* Fixed various issues found by PVS-Studio.Dimitri van Heesch2015-08-181-2/+0
|
* Various VHDL related fixesDimitri van Heesch2015-04-271-0/+13
|
* Bump copyright yearDimitri van Heesch2015-02-261-1/+1
|
* Support generating index-color PNG filesalbert-github2015-02-081-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_unusedDimitri van Heesch2015-01-031-19/+2
|\ | | | | Remove unused local and static global variables
| * Remove unused local and static global variablesalbert-github2014-12-271-19/+2
| | | | | | | | Remove unused local and static global variables. Variables have been identified by Understand (version 758) from Scitools.
* | Various VHDL related fixesDimitri van Heesch2015-01-021-8/+4
|/
* Fixed typos in comments.orbitcowboy2014-12-021-1/+1
|
* Various VHDL fixesDimitri van Heesch2014-11-061-15/+0
|
* Introduce new optimized string implementation (attempt 2)Dimitri van Heesch2014-10-231-2/+3
|
* Bug 736389 - [PATCH] Fix a potential null pointer dereference in ↵Dimitri van Heesch2014-09-231-2/+1
| | | | src/vhdldocgen.cpp
* Bug 736992 - Member functions omitted from tagfileDimitri van Heesch2014-09-221-44/+42
|
* Bug 735441 - [PATCH] Fix a resource leak in src/vhdldocgen.cppDimitri van Heesch2014-08-301-1/+5
|
* Vhdl fixesDimitri van Heesch2014-08-111-92/+105
|
* New VHDL parser implementationDimitri van Heesch2014-08-021-827/+2781
|
* Replaced the VHDL parser with the VHDL scanner from 1.7.5 to avoid potential ↵Dimitri van Heesch2014-05-181-2699/+814
| | | | licensing issues
* add space between br and / for better compatibilityDimitri van Heesch2014-03-281-1/+1
|
* Merge pull request #114 from albert-github/feature/bug_vhdl_dotDimitri van Heesch2014-02-151-2/+4
|\ | | | | Place where dot executable is found
| * Place where dot executable is foundalbert-github2014-02-121-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 copyrightDimitri van Heesch2014-02-111-1/+1
|/
* Reduced and improved functionality of QListDimitri van Heesch2013-12-301-9/+13
| | | | | | | | | - 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.
* VHDL-2008 and arrays on unconstrained elementsDimitri van Heesch2013-09-031-2/+2
|
* Bug 701314 - URLs are not created on C# classes in some casesDimitri van Heesch2013-06-151-0/+1
|
* Bug 698998 - vhdldocgen fails to generate proper latex for VHDL record typeDimitri van Heesch2013-05-301-0/+2
|
* Release-1.8.3.1-20130512Dimitri van Heesch2013-05-121-17/+19
|
* Release-1.8.3.1-20130402Dimitri van Heesch2013-04-021-64/+63
|
* Release-1.8.3.1-20130324Dimitri van Heesch2013-03-241-65/+49
|
* Release-1.8.3.1-20130209Dimitri van Heesch2013-02-091-41/+103
|
* Release-1.8.3.1Dimitri van Heesch2013-01-201-474/+705
|
* Release-1.8.3Dimitri van Heesch2012-12-261-2/+0
|
* Release-1.8.2-20121118Dimitri van Heesch2012-11-181-239/+280
|
* Release-1.8.2-20120930Dimitri van Heesch2012-09-301-10/+793
|
* Release-1.8.2Dimitri van Heesch2012-08-111-1/+1
|
* Release-1.8.1.2-20120729Dimitri van Heesch2012-07-291-1/+1
|
* Release-1.8.1.2Dimitri van Heesch2012-07-121-3/+3
|
* Release-1.8.1.1Dimitri van Heesch2012-06-101-26/+455
|
* Release-1.8.0-20120429Dimitri van Heesch2012-04-291-21/+106
|
* Release-1.8.0-20120408Dimitri van Heesch2012-04-081-27/+20
|