summaryrefslogtreecommitdiffstats
path: root/src/tclscanner.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove support for TCL (code is too buggy and unmaintained, language not ↵Dimitri van Heesch2020-03-151-63/+0
| | | | very popular)
* Changed std::unique_ptr<Entry> to std::shared_ptr<Entry> at avoid use after ↵Dimitri van Heesch2019-12-081-1/+1
| | | | free issues
* Split language parser into "outline parser" and "code parser"Dimitri van Heesch2019-12-031-3/+7
|
* Fixed use of uninitialized pointer in preprocessorDimitri van Heesch2019-11-091-1/+1
|
* Use smartpointers to manage the lifetime of Entry objectsDimitri van Heesch2019-10-071-1/+1
|
* Improved const correctness and added support for inline namespacesDimitri van Heesch2019-04-211-2/+2
|
* Bump copyright yearDimitri van Heesch2015-02-261-1/+1
|
* Updated copyrightDimitri van Heesch2014-02-111-1/+1
|
* Bug 707641 - `FILTER_SOURCE_FILES=YES` required to build CALL_GRAPHSSergio Oller2013-09-281-1/+2
| | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=707641 Add references if the file is filtered, as the parser does not know whether we are insideBody or not.
* Bug 701314 - URLs are not created on C# classes in some casesDimitri van Heesch2013-06-151-0/+1
|
* Release-1.8.3.1-20130512Dimitri van Heesch2013-05-121-1/+5
|
* Release-1.8.3.1Dimitri van Heesch2013-01-201-1/+1
|
* Release-1.8.2Dimitri van Heesch2012-08-111-1/+2
|
* Release-1.7.6.1-20120220Dimitri van Heesch2012-02-201-1/+1
|
* Release-1.7.5.1Dimitri van Heesch2011-08-211-2/+2
|
* Release-1.7.5Dimitri van Heesch2011-08-141-0/+52