summaryrefslogtreecommitdiffstats
path: root/src/vhdlcode.l
Commit message (Expand)AuthorAgeFilesLines
* Fix issues caused by QCString::rawData and QCString::operator[]Dimitri van Heesch2021-04-261-4/+3
* Refactoring: remove implicit conversion from QCString to const char *Dimitri van Heesch2021-04-221-84/+86
* Refactoring: move qcstring and remove qtoolsDimitri van Heesch2021-03-251-17/+15
* Refactoring: replace QFile/FTextStream with fstream/stringstreamDimitri van Heesch2021-03-181-1/+0
* Refactoring: replaced std::regex with own much faster implementationDimitri van Heesch2021-03-021-3/+3
* Some performance tweaks + remove setting of global localeDimitri van Heesch2021-02-221-2/+2
* Refactoring: replace QRegExp by std::regex in vhdldocgen.cppDimitri van Heesch2021-02-201-10/+13
* Refactoring: replace QRegExp by std::regex in vhdlcode.lDimitri van Heesch2021-02-201-15/+20
* Refactoring: modernize MemberListDimitri van Heesch2021-01-221-8/+7
* Various fixes based on coverity scan resultsDimitri van Heesch2021-01-051-1/+1
* Refactoring: replace MemberSDict by MemberLinkedRefMapDimitri van Heesch2021-01-041-1/+1
* Refactoring: replace QDict by std::set for classifying keywords in vhdldocgenDimitri van Heesch2020-11-291-2/+2
* Issue #8206: Incorrect XHTML resultsDimitri van Heesch2020-11-271-3/+2
* Refactoring: replacing dynamic_cast by static_cast to improve performanceDimitri van Heesch2020-11-131-1/+1
* Remove warnings from lexersalbert-github2020-10-201-3/+3
* Refactoring: modernize TooltipManager class and source reference listsDimitri van Heesch2020-10-201-1/+6
* Refactoring: making vhdlcode.l reentrantDimitri van Heesch2020-09-131-1147/+1151
* issue #7995 Doxygen doesn't handle very simple example in the .md filealbert-github2020-09-021-0/+3
* Enabled stricter compiler warnings and fixed all new warningsDimitri van Heesch2020-03-081-1/+8
* Fix compiler warnings on Windows (Visual Studio)Dimitri van Heesch2020-02-121-0/+3
* Split language parser into "outline parser" and "code parser"Dimitri van Heesch2019-12-031-6/+16
* Remove bogus flex codeDimitri van Heesch2019-11-181-8/+0
* Changed ArgumentList to be an STL containerDimitri van Heesch2019-10-271-10/+5
* Consistent way to show scanner statealbert-github2019-09-051-2/+2
* Correction warning messagealbert-github2019-06-011-1/+1
* Add const correctness for argument listsDimitri van Heesch2019-05-051-2/+2
* Improved const correctness and added support for inline namespacesDimitri van Heesch2019-04-211-4/+4
* Refactored Definition and derived classes such that they are abstract interfacesDimitri van Heesch2019-02-281-2/+2
* Merge pull request #6776 from albert-github/feature/bug_xhtml_tooltipDimitri van Heesch2019-02-091-5/+0
|\
| * Double id for tooltips in XHTML Possible.albert-github2019-01-181-5/+0
* | Inline VHDL codealbert-github2019-01-301-5/+1
|/
* Wrong counting of lines during VHDL code outputalbert-github2018-12-051-1/+1
* Correction of some coloring of code comments in VHDL, adding data type 'posit...albert-github2018-08-241-34/+35
* Bug 691689 - Line numbers for examplesDimitri van Heesch2018-08-191-16/+15
* Added some VHDL code coloringalbert-github2018-03-311-17/+51
* Misc. typosluzpaz2017-12-231-4/+4
* flex: use %option instead of command line options.Adrian Negreanu2016-09-211-0/+3
* Bug 771199 - Web-page bug: Comment blocks in VHDLDimitri van Heesch2016-09-111-2/+1
* Bug 770660 - Code snippet always shows line numbers from 1albert-github2016-09-031-7/+9
* Changed configuration mechanism to directly access options in order to improv...Dimitri van Heesch2016-01-171-3/+3
* Support flex-2.6.0Dimitri van Heesch2015-11-221-1/+1
* Support flex-2.6.0Heiko Becker2015-11-221-1/+1
* drop #include <unistd.h>Adrian Negreanu2015-05-151-2/+2
* Bump copyright yearDimitri van Heesch2015-02-261-1/+1
* Merge pull request #272 from albert-github/feature/bug_unusedDimitri van Heesch2015-01-031-6/+0
|\
| * Remove unused local and static global variablesalbert-github2014-12-271-6/+0
* | Fixed a couple of cases where sharing string data could lead to corruptionDimitri van Heesch2015-01-021-2/+2
|/
* New VHDL parser implementationDimitri van Heesch2014-08-021-0/+2
* Updated copyrightDimitri van Heesch2014-02-111-1/+1
* Reduced and improved functionality of QListDimitri van Heesch2013-12-301-4/+4