summaryrefslogtreecommitdiffstats
path: root/src/code.l
Commit message (Expand)AuthorAgeFilesLines
* Minor adaptations to avoid matching 'typedefinition' as a typedefDimitri van Heesch2021-04-291-2/+10
* Merge branch 'feature/bug_typedef_code' of https://github.com/albert-github/d...Dimitri van Heesch2021-04-291-0/+2
|\
| * Incorrect code coloring of typedefalbert-github2021-01-221-0/+2
* | issue #8518 tag </programlisting> was inserted before </highlight> parsing cp...albert-github2021-04-291-4/+4
* | Fix issues caused by QCString::rawData and QCString::operator[]Dimitri van Heesch2021-04-261-5/+4
* | Refactoring: remove implicit conversion from QCString to const char *Dimitri van Heesch2021-04-221-373/+361
* | issue #2732: Adding support for C++ concepts (Origin: bugzilla #499352)Dimitri van Heesch2021-04-081-26/+54
* | Refactoring: Add TextStream buffer to improve output writing performanceDimitri van Heesch2021-03-281-2/+1
* | Refactoring: replace QGString by std::ostringstreamDimitri van Heesch2021-03-231-8/+11
* | Refactoring: Replaced QDir with DirDimitri van Heesch2021-03-181-8/+6
* | Merge branch 'master' into feature/bug_lexDimitri van Heesch2021-03-031-103/+99
|\ \
| * | Refactoring: replace QRegExp by std::regex in docparser.cppDimitri van Heesch2021-02-201-1/+0
| * | code.l: replace printf with DBG_CTX for easily toggling it.Guangwang Huang2021-02-091-97/+97
| * | issue #8011: No callgraph if having more than one 'using namespace's.Guangwang Huang2021-02-091-4/+2
* | | Adding support for lex filesalbert-github2021-02-181-32/+47
* | | Adding support for lex filesalbert-github2021-02-121-1/+13
|/ /
* | Refactoring: modernize MemberListDimitri van Heesch2021-01-221-1/+1
|/
* issue #8338 \until and \skipline don't hide doxygen comments like \skip doesalbert-github2021-01-161-8/+3
* Various fixes based on coverity scan resultsDimitri van Heesch2021-01-051-1/+0
* Refactoring: replace MemberSDict by MemberLinkedRefMapDimitri van Heesch2021-01-041-6/+6
* Refactoring: replace NamespaceSDict by NamespaceLinkedMapDimitri van Heesch2020-12-231-1/+1
* Protect mutable access to members in code generators with mutexesDimitri van Heesch2020-11-281-0/+6
* Issue #8206: Incorrect XHTML resultsDimitri van Heesch2020-11-271-3/+2
* 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