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
*
Refactoring: replace QFile/FTextStream with fstream/stringstream
Dimitri van Heesch
2021-03-18
1
-49/+45
*
Refactoring: Replaced QFileInfo with FileInfo
Dimitri van Heesch
2021-03-18
1
-1/+0
*
Refactoring: replaced std::regex with own much faster implementation
Dimitri van Heesch
2021-03-02
1
-14/+13
*
Some performance tweaks + remove setting of global locale
Dimitri van Heesch
2021-02-22
1
-9/+9
*
Disable qregex.h and fix some warnings and issues
Dimitri van Heesch
2021-02-20
1
-2/+2
*
Refactoring: replace QRegExp by std::regex in vhdldocgen.cpp
Dimitri van Heesch
2021-02-20
1
-104/+68
*
Fixed a couple of issues found by running Coverity
Dimitri van Heesch
2021-02-05
1
-2/+3
*
Fix size_t related compiler errors & warnings for win64
Dimitri van Heesch
2021-01-22
1
-21/+19
*
Refactoring: modernize vhdldocgen
Dimitri van Heesch
2021-01-22
1
-287/+234
*
Refactoring: modernize PlantumlManager
Dimitri van Heesch
2021-01-22
1
-2/+2
*
Refactoring: modernize MemberList
Dimitri van Heesch
2021-01-22
1
-56/+32
*
Refactoring: replace type of pack variable from SDict<QCString> to StringSet
Dimitri van Heesch
2021-01-02
1
-5/+3
*
Refactoring: replace QMap by std::map in vhdldocgen
Dimitri van Heesch
2020-12-31
1
-36/+34
*
Refactoring: modernise MemberGroupList
Dimitri van Heesch
2020-12-30
1
-35/+23
*
Refactoring: replace ClassSDict by ClassLinkedMap/ClassLinkedRefMap
Dimitri van Heesch
2020-12-19
1
-34/+23
*
Refactoring: simplify vhdldocgen code a bit
Dimitri van Heesch
2020-11-29
1
-11/+2
*
Refactoring: replace QDict by std::set for classifying keywords in vhdldocgen
Dimitri van Heesch
2020-11-29
1
-83/+31
*
Refactoring: replacing dynamic_cast by static_cast to improve performance
Dimitri van Heesch
2020-11-13
1
-5/+5
*
Refactoring: Introduce immutable and mutable interfaces
Dimitri van Heesch
2020-11-09
1
-38/+42
*
Refactoring: Modernize BaseClassList
Dimitri van Heesch
2020-10-12
1
-54/+42
*
Fix for broken LaTeX output.
Dimitri van Heesch
2020-09-27
1
-1/+1
*
Refactoring: prepare output generators for multi-threaded use
Dimitri van Heesch
2020-09-27
1
-3/+3
*
Refactoring: making vhdlcode.l reentrant
Dimitri van Heesch
2020-09-13
1
-3/+6
*
Unused variable in code (VHDL)
albert-github
2020-07-17
1
-1/+0
*
Merge pull request #7864 from maddox11/use_plantuml
Dimitri van Heesch
2020-07-16
1
-1/+1
|
\
|
*
improve using plantuml for vhdl flowcharts
hake
2020-06-21
1
-1/+1
*
|
Refactor: Modernize clang parser and make it run with multiple threads
Dimitri van Heesch
2020-07-16
1
-4/+2
*
|
Misleading compiler warning
albert-github
2020-06-30
1
-4/+2
|
/
*
Refactor: modernize markdown and make it thread-safe
Dimitri van Heesch
2020-06-16
1
-4/+7
*
Refactor: modernize configuration values
Dimitri van Heesch
2020-06-04
1
-4/+3
*
Added experimental multi-thread input processing support.
Dimitri van Heesch
2020-05-31
1
-4/+4
*
Merge branch 'filenamedict'
Dimitri van Heesch
2020-04-06
1
-37/+1
|
\
|
*
Replaced FileNameDict/FileNameList by FileNameLinkedMap
Dimitri van Heesch
2020-04-06
1
-37/+1
*
|
Fix html file ext in external docs (#7679)
avostrik
2020-04-01
1
-1/+1
|
/
*
Fix not correctly formatted messages
Moritz 'Morty' StrĂ¼be
2020-03-21
1
-9/+7
*
Issue #7635: Incorrect location for enum in XML file (part 3)
Dimitri van Heesch
2020-03-17
1
-1/+1
*
Enabled stricter compiler warnings and fixed all new warnings
Dimitri van Heesch
2020-03-08
1
-126/+19
*
Merge branch 'master' into vhdl-fixed-bug-7432
Dimitri van Heesch
2020-02-08
1
-9/+9
|
\
|
*
Merge pull request #7529 from albert-github/feature/bug_vhdl_debug
Dimitri van Heesch
2020-02-02
1
-9/+9
|
|
\
|
|
*
Correct handling of error / removed debug statement
albert-github
2020-01-22
1
-9/+9
*
|
|
vhdl-fixed-bug-7432
hake
2020-02-04
1
-43/+21
|
/
/
*
|
Cleanup unused/unwanted parser dependencies on code generator
Dimitri van Heesch
2020-01-26
1
-1/+1
|
/
*
Make VHDL parser reentrant
Dimitri van Heesch
2020-01-03
1
-35/+2
*
Merge branch 'master' into spelling
Dimitri van Heesch
2019-12-23
1
-51/+12
|
\
|
*
Renamed Portables to Portable
Dimitri van Heesch
2019-12-08
1
-2/+2
|
*
Merge branch 'memory_leakage_fix' of https://github.com/virusxp/doxygen into ...
Dimitri van Heesch
2019-12-08
1
-2/+2
|
|
\
|
|
*
Refactoring of portable.h and portable.cpp functions to be contained in a nam...
Tobias Off
2019-11-28
1
-2/+2
|
*
|
Changed std::unique_ptr<Entry> to std::shared_ptr<Entry> at avoid use after f...
Dimitri van Heesch
2019-12-08
1
-4/+4
|
*
|
Split language parser into "outline parser" and "code parser"
Dimitri van Heesch
2019-12-03
1
-45/+6
|
|
/
*
|
spelling: table
Josh Soref
2019-11-12
1
-3/+3
|
/
[next]