summaryrefslogtreecommitdiffstats
path: root/src/vhdldocgen.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: simplify vhdldocgen code a bitDimitri van Heesch2020-11-291-11/+2
* Refactoring: replace QDict by std::set for classifying keywords in vhdldocgenDimitri van Heesch2020-11-291-83/+31
* Refactoring: replacing dynamic_cast by static_cast to improve performanceDimitri van Heesch2020-11-131-5/+5
* Refactoring: Introduce immutable and mutable interfacesDimitri van Heesch2020-11-091-38/+42
* Refactoring: Modernize BaseClassListDimitri van Heesch2020-10-121-54/+42
* Fix for broken LaTeX output.Dimitri van Heesch2020-09-271-1/+1
* Refactoring: prepare output generators for multi-threaded useDimitri van Heesch2020-09-271-3/+3
* Refactoring: making vhdlcode.l reentrantDimitri van Heesch2020-09-131-3/+6
* Unused variable in code (VHDL)albert-github2020-07-171-1/+0
* Merge pull request #7864 from maddox11/use_plantumlDimitri van Heesch2020-07-161-1/+1
|\
| * improve using plantuml for vhdl flowchartshake2020-06-211-1/+1
* | Refactor: Modernize clang parser and make it run with multiple threadsDimitri van Heesch2020-07-161-4/+2
* | Misleading compiler warningalbert-github2020-06-301-4/+2
|/
* Refactor: modernize markdown and make it thread-safeDimitri van Heesch2020-06-161-4/+7
* Refactor: modernize configuration valuesDimitri van Heesch2020-06-041-4/+3
* Added experimental multi-thread input processing support.Dimitri van Heesch2020-05-311-4/+4
* Merge branch 'filenamedict'Dimitri van Heesch2020-04-061-37/+1
|\
| * Replaced FileNameDict/FileNameList by FileNameLinkedMapDimitri van Heesch2020-04-061-37/+1
* | Fix html file ext in external docs (#7679)avostrik2020-04-011-1/+1
|/
* Fix not correctly formatted messagesMoritz 'Morty' StrĂ¼be2020-03-211-9/+7
* Issue #7635: Incorrect location for enum in XML file (part 3)Dimitri van Heesch2020-03-171-1/+1
* Enabled stricter compiler warnings and fixed all new warningsDimitri van Heesch2020-03-081-126/+19
* Merge branch 'master' into vhdl-fixed-bug-7432Dimitri van Heesch2020-02-081-9/+9
|\
| * Merge pull request #7529 from albert-github/feature/bug_vhdl_debugDimitri van Heesch2020-02-021-9/+9
| |\
| | * Correct handling of error / removed debug statementalbert-github2020-01-221-9/+9
* | | vhdl-fixed-bug-7432hake2020-02-041-43/+21
|/ /
* | Cleanup unused/unwanted parser dependencies on code generatorDimitri van Heesch2020-01-261-1/+1
|/
* Make VHDL parser reentrantDimitri van Heesch2020-01-031-35/+2
* Merge branch 'master' into spellingDimitri van Heesch2019-12-231-51/+12
|\
| * Renamed Portables to PortableDimitri van Heesch2019-12-081-2/+2
| * Merge branch 'memory_leakage_fix' of https://github.com/virusxp/doxygen into ...Dimitri van Heesch2019-12-081-2/+2
| |\
| | * Refactoring of portable.h and portable.cpp functions to be contained in a nam...Tobias Off2019-11-281-2/+2
| * | Changed std::unique_ptr<Entry> to std::shared_ptr<Entry> at avoid use after f...Dimitri van Heesch2019-12-081-4/+4
| * | Split language parser into "outline parser" and "code parser"Dimitri van Heesch2019-12-031-45/+6
| |/
* | spelling: tableJosh Soref2019-11-121-3/+3
|/
* Fixed use of uninitialized data in VHDL generatorDimitri van Heesch2019-11-091-5/+8
* Embed TagInfo struct inside EntryDimitri van Heesch2019-10-281-1/+0
* Changed ArgumentList to be an STL containerDimitri van Heesch2019-10-271-110/+61
* Use smartpointers to manage the lifetime of Entry objectsDimitri van Heesch2019-10-071-15/+9
* issue 7166: Doxygen calls DOT differently depending on the output optimizatio...Dimitri van Heesch2019-08-071-2/+2
* Add const correctness for argument listsDimitri van Heesch2019-05-051-1/+1
* Improved const correctness and added support for inline namespacesDimitri van Heesch2019-04-211-55/+56
* Refactored Definition and derived classes such that they are abstract interfacesDimitri van Heesch2019-02-281-2/+2
* Merge branch 'run_java_once_3rd_trial' of https://github.com/cheoljoo/doxygen...Dimitri van Heesch2019-01-081-2/+2
* mergeCharles.Lee2018-12-241-6/+7
|\
| * XHTML problem with name attribute with VHDL name attributealbert-github2018-12-101-1/+1
| * Merge remote-tracking branch 'doxygen/master'Joe George2018-11-051-2/+2
| |\
| | * Merge pull request #6562 from albert-github/feature/bug_referencesDimitri van Heesch2018-11-041-2/+2
| | |\
| | | * Add commands to handle referenced by relation and references relationalbert-github2018-10-171-2/+2
| * | | Merge remote-tracking branch 'doxygen/master'Joe George2018-11-021-2/+2
| |\ \ \ | | |/ /