summaryrefslogtreecommitdiffstats
path: root/src/sqlcode.l
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: remove implicit conversion from QCString to const char *Dimitri van Heesch2021-04-221-9/+9
* Adding support for lex filesalbert-github2021-02-181-1/+1
* sqlcode.l does not compile in LEX debug modealbert-github2021-01-121-1/+1
* Remove warnings from lexersalbert-github2020-10-201-1/+1
* Refactoring: making xmlcode.l reentrantDimitri van Heesch2020-09-141-3/+2
* Refactoring: making sqlcode.l reentrantDimitri van Heesch2020-09-131-152/+142
* 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-10/+10
* Fix compiler warnings on Windows (Visual Studio)Dimitri van Heesch2020-02-121-0/+3
* Added missing debug flags for scanner that were made reentrantDimitri van Heesch2019-12-051-1/+1
* Split language parser into "outline parser" and "code parser"Dimitri van Heesch2019-12-031-0/+30
* Remove bogus flex codeDimitri van Heesch2019-11-181-8/+0
* Consistent way to show scanner statealbert-github2019-09-051-0/+2
* Fix for printlex after destroying the scanner contextDimitri van Heesch2019-05-281-2/+1
* enable debug for re-entrant lexersAdrian Negreanu2019-05-221-0/+5
* Missing debug statements sqlcode and xmlcode lexersalbert-github2019-05-201-0/+3
* Fixed memory leak in reentrant lexersDimitri van Heesch2019-05-121-1/+4
* sqlcode.l: generate a reentrant scannerAdrian Negreanu2019-05-041-225/+250
* Improved const correctness and added support for inline namespacesDimitri van Heesch2019-04-211-3/+3
* Refactored Definition and derived classes such that they are abstract interfacesDimitri van Heesch2019-02-281-1/+1
* Double id for tooltips in XHTML Possible.albert-github2019-01-181-6/+0
* Add NVARCHAR as a SQL typeArtur Kink2016-11-221-1/+1
* Add sql syntax highlighting to code blocksArtur Kink2016-11-221-0/+434