summaryrefslogtreecommitdiffstats
path: root/src/tclscanner.l
Commit message (Expand)AuthorAgeFilesLines
* Make commentscan.l reentrantDimitri van Heesch2019-12-301-12/+14
* Merge branch 'master' into feature/bug_coverity_unintDimitri van Heesch2019-12-081-34/+36
|\
| * Changed std::unique_ptr<Entry> to std::shared_ptr<Entry> at avoid use after f...Dimitri van Heesch2019-12-081-1/+1
| * Split language parser into "outline parser" and "code parser"Dimitri van Heesch2019-12-031-33/+35
* | Coverity uninitializedalbert-github2019-12-021-1/+1
|/
* Remove bogus flex codeDimitri van Heesch2019-11-181-7/+0
* Merge pull request #7344 from albert-github/feature/bug_tclDimitri van Heesch2019-11-101-0/+20
|\
| * Small improvements of TCL outputalbert-github2019-10-211-7/+8
| * Small improvements of TCL outputalbert-github2019-10-211-8/+27
* | Fixed use of uninitialized pointer in preprocessorDimitri van Heesch2019-11-091-1/+1
* | QGDict::hashAsciiKey: Invalid null key due to empty procedure namealbert-github2019-11-041-0/+7
* | Replaced QList<BaseInfo> with std::vector<BaseInfo>Dimitri van Heesch2019-10-291-1/+1
* | Changed ArgumentList to be an STL containerDimitri van Heesch2019-10-271-14/+9
|/
* Use smartpointers to manage the lifetime of Entry objectsDimitri van Heesch2019-10-071-19/+19
* Reduce the use of QString in favor of the more efficient QCStringDimitri van Heesch2019-09-211-10/+10
* Consistent way to show scanner statealbert-github2019-09-051-0/+3
* Merge pull request #6942 from albert-github/feature/issue_6941Dimitri van Heesch2019-08-041-1/+1
|\
| * issue #6941 Tcl : separate continued lines joined in source listingalbert-github2019-04-241-1/+1
* | issue 7068: "QGDict::hashAsciiKey: Invalid null key" error messages (part 3)Dimitri van Heesch2019-08-011-6/+13
* | take doc group out of commentscan.lAdrian Negreanu2019-07-261-3/+3
|/
* Improved const correctness and added support for inline namespacesDimitri van Heesch2019-04-211-4/+4
* issue #6734 parsing performance worsenedDimitri van Heesch2019-01-071-6/+13
* Fixing coverity messagesalbert-github2018-09-131-1/+0
* Bug 691689 - Line numbers for examplesDimitri van Heesch2018-08-191-58/+61
* Bug 793702 - Examples of TCL files fail to displayalbert-github2018-02-221-7/+10
* Misc. typosluzpaz2017-12-231-1/+1
* typosKunda2017-03-051-1/+1
* flex: use %option instead of command line options.Adrian Negreanu2016-09-211-0/+3
* Changed configuration mechanism to directly access options in order to improv...Dimitri van Heesch2016-01-171-16/+13
* drop #include <unistd.h>Adrian Negreanu2015-05-151-2/+2
* Tcl: fix for extra line breaks in source browser introduced by commit 312bef5wtschueller2015-04-071-2/+8
* Merge pull request #272 from albert-github/feature/bug_unusedDimitri van Heesch2015-01-031-3/+2
|\
| * Remove unused local and static global variablesalbert-github2014-12-271-3/+2
* | Fixed a couple of cases where sharing string data could lead to corruptionDimitri van Heesch2015-01-021-4/+4
|/
* Compilation fixes for Windows for new string implementation.Dimitri van Heesch2014-10-251-3/+7
* Merge pull request #190 from wtschueller/fix705503Dimitri van Heesch2014-07-131-5/+52
|\
| * Bug 705503 - TCL: Documentation of oo::define is not workingwtschueller2014-06-281-5/+52
* | Tcl: correct namespace resolution in case of INLINE_SOURCES = YESwtschueller2014-07-121-1/+19
* | Tcl: refactor similar code into tcl_codify_token functionwtschueller2014-06-191-96/+47
* | Tcl: support switch commandwtschueller2014-06-181-1/+182
* | Tcl: support eval/catch commandswtschueller2014-06-171-2/+49
|/
* Tcl: recurse for []wtschueller2014-06-111-74/+182
* Tcl: collect XRefs also if INLINE_SOURCES = nowtschueller2014-06-101-0/+36
* Debug output for lexical analyzerAlbert2013-11-131-1/+5
* This patch contains changes regarding the build system so that the *nix and W...albert-github2013-10-061-2/+2
* Bug 707641 - `FILTER_SOURCE_FILES=YES` required to build CALL_GRAPHSSergio Oller2013-09-281-1/+3
* Bug 701314 - URLs are not created on C# classes in some casesDimitri van Heesch2013-06-151-0/+2
* Release-1.8.3.1-20130512Dimitri van Heesch2013-05-121-3/+7
* Release-1.8.3.1-20130209Dimitri van Heesch2013-02-091-1/+1
* Release-1.8.3.1Dimitri van Heesch2013-01-201-221/+222