summaryrefslogtreecommitdiffstats
path: root/src/pycode.l
Commit message (Expand)AuthorAgeFilesLines
* issue #8564 input buffer overflow, can't enlarge buffer because scanner uses ...albert-github2021-05-231-1/+1
* Merge pull request #8337 from yosshy/masterDimitri van Heesch2021-04-291-1/+7
|\
| * issue #8336 Python class only with async methods supportMob2021-01-181-1/+7
* | Merge pull request #8519 from albert-github/feature/issue_8518Dimitri van Heesch2021-04-271-1/+1
|\ \
| * | issue #8518 tag </programlisting> was inserted before </highlight> parsing py...albert-github2021-04-251-1/+1
* | | Fix issues caused by QCString::rawData and QCString::operator[]Dimitri van Heesch2021-04-261-4/+3
|/ /
* | Refactoring: remove implicit conversion from QCString to const char *Dimitri van Heesch2021-04-221-59/+61
* | Refactoring: some cleanup and removed text direction logicDimitri van Heesch2021-03-041-7/+4
* | Adding support for lex filesalbert-github2021-02-181-1/+1
* | Refactoring: modernize MemberListDimitri van Heesch2021-01-221-1/+1
|/
* Refactoring: replace MemberSDict by MemberLinkedRefMapDimitri van Heesch2021-01-041-7/+7
* Protect mutable access to members in code generators with mutexesDimitri van Heesch2020-11-281-0/+9
* 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-10/+10
* Refactoring: Introduce immutable and mutable interfacesDimitri van Heesch2020-11-091-7/+15
* Merge branch 'symbolresolver'Dimitri van Heesch2020-10-281-4/+8
|\
| * Refactoring: introduce SymbolResolver to group symbol lookup routinesDimitri van Heesch2020-10-281-4/+8
* | Merge pull request #8122 from albert-github/feature/bug_warn_lexDimitri van Heesch2020-10-241-1/+1
|\ \ | |/ |/|
| * Remove warnings from lexersalbert-github2020-10-201-1/+1
* | Refactoring: modernize Doxygen::symbolMapDimitri van Heesch2020-10-231-15/+3
|/
* Refactoring: modernize TooltipManager class and source reference listsDimitri van Heesch2020-10-201-5/+4
* issue #8098: Python Decorator written below @brief tag and above the function...Dimitri van Heesch2020-10-161-0/+7
* Refactoring: Introduce ScopedTypeVariantDimitri van Heesch2020-10-101-161/+54
* Refactoring: making pycode.l reentrantDimitri van Heesch2020-09-061-1174/+1231
* Enabled stricter compiler warnings and fixed all new warningsDimitri van Heesch2020-03-081-23/+30
* Fix compiler warnings on Windows (Visual Studio)Dimitri van Heesch2020-02-121-0/+3
* Split language parser into "outline parser" and "code parser"Dimitri van Heesch2019-12-031-0/+29
* Remove bogus flex codeDimitri van Heesch2019-11-181-9/+0
* Spelling corrections for src directoryalbert-github2019-11-051-1/+1
* Fix typosluz.paz2019-09-281-2/+2
* Consistent way to show scanner statealbert-github2019-09-051-0/+2
* Some fixes and restructuringDimitri van Heesch2019-08-061-0/+8
* Merge branch 'feature/bug_endblock_msg' of https://github.com/albert-github/d...Dimitri van Heesch2019-08-041-4/+4
|\
| * Correction warning messagealbert-github2019-06-011-4/+4
* | Improved constness and avoid using non-const members of aliasesDimitri van Heesch2019-07-291-11/+11
|/
* Further const correctness changesDimitri van Heesch2019-05-051-2/+2
* Improved const correctness and added support for inline namespacesDimitri van Heesch2019-04-211-18/+18
* Refactored Definition and derived classes such that they are abstract interfacesDimitri van Heesch2019-02-281-5/+5
* Double id for tooltips in XHTML Possible.albert-github2019-01-181-5/+0
* Fixed some more small memory leaksDimitri van Heesch2018-12-261-2/+4
* Update pycode.lArmin Müller2018-08-211-2/+2
* Small problems when displaying python codealbert-github2018-05-221-4/+26
* flex: use %option instead of command line options.Adrian Negreanu2016-09-211-0/+2
* Python strip code commentsalbert-github2016-09-031-1/+1
* Bug 770660 - Code snippet always shows line numbers from 1albert-github2016-09-031-8/+9
* Determination of end of parameter listalbert-github2016-08-271-0/+4
* Bug 766464 - python: missing cross-links in sources (option SOURCE_BROWSER = ...albert-github2016-05-161-0/+16
* Changed configuration mechanism to directly access options in order to improv...Dimitri van Heesch2016-01-171-3/+3
* Minor change to pycode.l:codifyLinesDimitri van Heesch2015-12-261-3/+3
* Merge branch 'feature/bug_593642' of https://github.com/albert-github/doxygen...Dimitri van Heesch2015-12-261-29/+110
|\