summaryrefslogtreecommitdiffstats
path: root/src/code.l
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: replacing dynamic_cast by static_cast to improve performanceDimitri van Heesch2020-11-131-20/+20
* Refactoring: Introduce immutable and mutable interfacesDimitri van Heesch2020-11-091-55/+33
* Merge branch 'symbolresolver'Dimitri van Heesch2020-10-281-20/+20
|\
| * Refactoring: introduce SymbolResolver to group symbol lookup routinesDimitri van Heesch2020-10-281-20/+20
* | Remove warnings from lexersalbert-github2020-10-201-1/+1
|/
* Refactoring: modernize TooltipManager class and source reference listsDimitri van Heesch2020-10-201-5/+11
* issue #8102 [C++] Reference relations are not generated for constructors usin...Dimitri van Heesch2020-10-151-0/+8
* Refactoring: Modernize BaseClassListDimitri van Heesch2020-10-121-12/+6
* Refactoring: Remove use of globals/statics in isAccessibleFrom*Dimitri van Heesch2020-10-111-2/+3
* Refactoring: Introduce ScopedTypeVariantDimitri van Heesch2020-10-101-276/+117
* Refactoring: replaced QCache by STL based LRU cache implementation.Dimitri van Heesch2020-09-201-1938/+1938
* Refactoring: making fortrancode.l reentrantDimitri van Heesch2020-09-101-1/+0
* Refactoring: making pycode.l reentrantDimitri van Heesch2020-09-061-24/+17
* Compilation fixes for code.l (part 4)Dimitri van Heesch2020-09-061-1/+1
* Compilation fixes for code.l (part 3)Dimitri van Heesch2020-09-051-4/+3
* Compilation fixed for code.l (part 2)Dimitri van Heesch2020-09-051-3/+3
* Compilation fixes for code.lDimitri van Heesch2020-09-051-6/+7
* Refactoring: modernised the remaining containers in code.lDimitri van Heesch2020-09-051-125/+106
* Refactoring: replaced QStack by std::stack for scopeStackDimitri van Heesch2020-09-051-31/+37
* Refactoring: replaced codeClassSDict by codeClassMap in code.lDimitri van Heesch2020-09-041-47/+75
* issue #7995: Doxygen doesn't handle very simple example in the .md fileDimitri van Heesch2020-09-011-0/+4
* Fixed line number counting issue with test case cc.hDimitri van Heesch2020-08-291-4/+4
* Merge branch 'feature/issue_7872' of https://github.com/albert-github/doxygen...Dimitri van Heesch2020-08-291-11/+22
|\
| * issue #7872 A define containing a doxygen start of comment breaks the parseralbert-github2020-06-261-11/+22
* | Marked the section with definitions regarding numbers more clearlyDimitri van Heesch2020-08-241-1/+3
* | Merge branch 'feature/bug_786382' of https://github.com/albert-github/doxygen...Dimitri van Heesch2020-08-241-0/+30
|\ \
| * | bug_786382 Unmatched single quote in C++ source breaks aliasesalbert-github2020-08-241-0/+30
* | | 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