summaryrefslogtreecommitdiffstats
path: root/src/code.l
Commit message (Expand)AuthorAgeFilesLines
...
* | | Refactoring: OutputList & OutputGenDimitri van Heesch2020-08-241-0/+1
|/ /
* | issue #7973: C++ grouped functions in namespace have disapeardDimitri van Heesch2020-08-241-1/+1
|/
* issue #7747 Three-way comparison operatoralbert-github2020-05-041-1/+1
* Undefined control sequence for formula using MathJax (#7712)albert-github2020-04-251-0/+3
* Fixed shadowing issue in getFortranDefs and other shadowing casesDimitri van Heesch2020-04-091-2/+2
* Replaced MemberNameSDict by MemberNameLinkedMap based on LinkedMapDimitri van Heesch2020-04-081-24/+16
* Added missing #includesDimitri van Heesch2020-04-061-0/+4
* Replaced FileNameDict/FileNameList by FileNameLinkedMapDimitri van Heesch2020-04-061-10/+9
* Fixed sig11 regression while parsing cast to function pointerDimitri van Heesch2020-03-111-4/+4
* Enabled stricter compiler warnings and fixed all new warningsDimitri van Heesch2020-03-081-18/+24
* Fix compiler warnings on Windows (Visual Studio)Dimitri van Heesch2020-02-121-0/+3
* Changed std::unique_ptr<Entry> to std::shared_ptr<Entry> at avoid use after f...Dimitri van Heesch2019-12-081-0/+4
* Added missing debug flags for scanner that were made reentrantDimitri van Heesch2019-12-051-0/+3
* Split language parser into "outline parser" and "code parser"Dimitri van Heesch2019-12-031-8/+6
* Made scanner.l reentrantDimitri van Heesch2019-12-011-1/+1
* Made code.l scanner reentrantDimitri van Heesch2019-11-211-2515/+2637
* Remove bogus flex codeDimitri van Heesch2019-11-181-10/+0
* Replace set of g_inside* booleans with a single g_lang variableDimitri van Heesch2019-11-181-18/+10
* Spelling corrections for src directoryalbert-github2019-11-051-1/+1
* Changed implementation to use SkipString/SkipStringS.Dimitri van Heesch2019-11-021-6/+10
* Merge branch 'feature/bug_code_string' of https://github.com/albert-github/do...Dimitri van Heesch2019-11-021-0/+6
|\
| * Code highlighting.albert-github2019-10-101-0/+6
* | Removed commented out lineDimitri van Heesch2019-11-011-1/+0
* | Merge branch '191031/g_bracketCont' of https://github.com/cheoljoo/doxygen in...Dimitri van Heesch2019-11-011-1/+1
|\ \
| * | bug fix of g_bracketCount in case of if( myobject.getPair() )Charles.Lee2019-10-311-1/+1
* | | Merge pull request #7353 from albert-github/feature/issue_7119Dimitri van Heesch2019-10-281-1/+1
|\ \ \
| * | | issue #7119 Doxygen does not link to C# snippets - regressionalbert-github2019-10-271-1/+1
| | |/ | |/|
* | | Changed ArgumentList to be an STL containerDimitri van Heesch2019-10-271-9/+5
|/ /
* | Avoid code duplication and make the keyword matching more robustDimitri van Heesch2019-09-241-9/+11
* | Bug 340202 - @code: static_cast, const_cast, etc C++ keywordsalbert-github2019-09-231-1/+13
* | Reduce the use of QString in favor of the more efficient QCStringDimitri van Heesch2019-09-211-3/+2
* | Consistent way to show scanner statealbert-github2019-09-051-0/+3
* | Merge pull request #7124 from albert-github/feature/issue_7123Dimitri van Heesch2019-08-071-13/+13
|\ \
| * | issue #7124: some code line are missed in the xml file for javaalbert-github2019-07-141-13/+13
* | | Some fixes and restructuringDimitri van Heesch2019-08-061-4/+4
* | | doxyparse addon new features and bugfixesJoenio Costa2019-08-051-0/+16
* | | Merge branch 'feature/bug_endblock_msg' of https://github.com/albert-github/d...Dimitri van Heesch2019-08-041-15/+15
|\ \ \
| * | | Correction warning messagealbert-github2019-06-011-15/+15
| |/ /
* | | issue 7068: "QGDict::hashAsciiKey: Invalid null key" error messages (part 4)Dimitri van Heesch2019-08-031-1/+1
* | | issue 7068: "QGDict::hashAsciiKey: Invalid null key" error messages (part 3)Dimitri van Heesch2019-08-011-5/+5
* | | Improved constness and avoid using non-const members of aliasesDimitri van Heesch2019-07-291-28/+27
* | | code.l: make CallContext independent of global variablesAdrian Negreanu2019-07-261-20/+20
|/ /
* | Merge pull request #6957 from cfriedt/feature/cfriedt/6955/allow-javadoc-styl...Dimitri van Heesch2019-05-211-0/+18
|\ \ | |/ |/|
| * make similar javadoc banner change for stripping special comments from codeChristopher Friedt2019-05-091-0/+18
* | Add const correctness for argument listsDimitri van Heesch2019-05-051-2/+2
* | Further const correctness changesDimitri van Heesch2019-05-051-3/+3
|/
* Improved const correctness and added support for inline namespacesDimitri van Heesch2019-04-211-25/+25
* Refactored Definition and derived classes such that they are abstract interfacesDimitri van Heesch2019-02-281-9/+9
* 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