index
:
Doxygen.git
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vhdldocgen.cpp
Commit message (
Expand
)
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 optimizatio...
Dimitri van Heesch
2019-08-07
1
-2/+2
*
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 https://github.com/cheoljoo/doxygen...
Dimitri van Heesch
2019-01-08
1
-2/+2
*
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
|
*
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
albert-github
2018-10-17
1
-2/+2
|
*
|
|
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 'posit...
albert-github
2018-08-24
1
-2/+2
|
|
|
/
|
*
|
Added *.ice files as a recognized file type.
Mark Spruiell
2018-10-22
1
-1/+2
|
|
/
*
|
add format in writePlantUMLSource() and gathered in one pu file. But it is n...
Charles.Lee
2018-08-28
1
-1/+1
|
/
*
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
|
\
|
*
Better HTML output for VHDL Ports
albert-github
2018-03-29
1
-6/+8
*
|
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 de...
Andreas Regel
2018-01-08
1
-38/+2
|
/
*
Misc. typos
luzpaz
2017-12-23
1
-5/+5
*
Doxygen/VHDLdocgen:
Guenther R. Wenninger
2017-05-29
1
-2/+2
*
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 improv...
Dimitri van Heesch
2016-01-17
1
-10/+10
*
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
*
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
albert-github
2014-12-27
1
-19/+2
*
|
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 src/vhdldocg...
Dimitri van Heesch
2014-09-23
1
-2/+1
*
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
*
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
albert-github
2014-02-12
1
-2/+4
*
|
Updated copyright
Dimitri van Heesch
2014-02-11
1
-1/+1
|
/
[next]