summaryrefslogtreecommitdiffstats
path: root/src/vhdldocgen.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Release-1.8.0Dimitri van Heesch2012-03-171-2/+3
|
* Release-1.8.0Dimitri van Heesch2012-02-251-8/+8
|
* Release-1.7.6.1-20120220Dimitri van Heesch2012-02-201-1/+2
|
* Release-1.7.6.1-20120110Dimitri van Heesch2012-01-101-312/+355
|
* Release-1.7.6.1-20111226Dimitri van Heesch2011-12-261-45/+53
|
* Release-1.7.5.1-20111117Dimitri van Heesch2011-11-171-817/+978
|
* Release-1.7.5Dimitri van Heesch2011-08-141-5/+7
|
* Release-1.7.4Dimitri van Heesch2011-03-281-47/+136
|
* Release-1.7.3-20110123Dimitri van Heesch2011-01-231-1/+1
|
* Release-1.7.1-20100920Dimitri van Heesch2010-09-201-1/+1
|
* Release-1.7.1Dimitri van Heesch2010-06-251-1/+1
|
* Release-1.6.3-20100324Dimitri van Heesch2010-03-241-1/+1
|
* Release-1.6.3Dimitri van Heesch2010-02-211-1/+17
|
* Release-1.6.2-20100124Dimitri van Heesch2010-01-241-1/+1
|