index
:
Doxygen.git
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
pyscanner.l
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #8337 from yosshy/master
Dimitri van Heesch
2021-04-29
1
-0/+10
|
\
|
*
issue #8336 Python class only with async methods support
Mob
2021-01-18
1
-0/+10
*
|
issue #8518 tag </programlisting> was inserted before </highlight> parsing py...
albert-github
2021-04-25
1
-0/+1
*
|
Refactoring: remove implicit conversion from QCString to const char *
Dimitri van Heesch
2021-04-22
1
-31/+31
*
|
Refactoring: Add TextStream buffer to improve output writing performance
Dimitri van Heesch
2021-03-28
1
-4/+3
*
|
Regression: fix array out of bound issue.
Dimitri van Heesch
2021-03-25
1
-4/+8
*
|
Problem with empty buffer in pyscanner.l
albert-github
2021-03-25
1
-0/+1
*
|
Regression: fix potential lockup while parsing python code
Dimitri van Heesch
2021-03-24
1
-1/+1
*
|
Refactoring: replace QGString by std::ostringstream
Dimitri van Heesch
2021-03-23
1
-94/+95
*
|
Refactoring: Replaced QFileInfo with FileInfo
Dimitri van Heesch
2021-03-18
1
-7/+6
*
|
Refactoring: modernize Statistics & time keeping
Dimitri van Heesch
2021-01-22
1
-3/+0
*
|
Refactoring: modernize packageNameCache
Dimitri van Heesch
2021-01-22
1
-15/+7
|
/
*
issue #8098: Python Decorator written below @brief tag and above the function...
Dimitri van Heesch
2020-10-16
1
-0/+4
*
Line count mismatch for Python (#8041)
albert-github
2020-09-18
1
-3/+2
*
Refactoring: making pycode.l reentrant
Dimitri van Heesch
2020-09-06
1
-3/+4
*
Merge pull request #7575 from albert-github/feature/bug_py_docstr
Dimitri van Heesch
2020-08-10
1
-2/+2
|
\
|
*
Using Python docstrings
albert-github
2020-02-07
1
-2/+2
*
|
Moved stripIndentation() to util, make it safe for empty input
Dimitri van Heesch
2020-08-05
1
-50/+0
*
|
Empty python comment gives problems
albert-github
2020-08-04
1
-6/+12
*
|
Renamed stripSpaces to stripIndentation and make it work directly on the stri...
Dimitri van Heesch
2020-07-29
1
-26/+29
*
|
Merge branch 'feature/issue_7884' of https://github.com/albert-github/doxygen...
Dimitri van Heesch
2020-07-29
1
-14/+56
|
\
\
|
*
|
issue #7884 Python to xml: Whitespace in method doc not preserved (MARKDOWN_S...
albert-github
2020-07-03
1
-14/+56
*
|
|
More minor tweaks
Dimitri van Heesch
2020-07-28
1
-3/+1
*
|
|
issue #7923 source line numbers in warnings output by parser are off by 1
albert-github
2020-07-27
1
-1/+3
*
|
|
Refactor: Modernize clang parser and make it run with multiple threads
Dimitri van Heesch
2020-07-16
1
-3/+2
|
/
/
*
|
Refactor: modernize markdown and make it thread-safe
Dimitri van Heesch
2020-06-16
1
-2/+4
*
|
Warning in case of multiple python documentation sections.
albert-github
2020-05-27
1
-0/+4
*
|
Refactor: improve encapsulation for ArgumentList
Dimitri van Heesch
2020-04-25
1
-1/+1
*
|
Enabled stricter compiler warnings and fixed all new warnings
Dimitri van Heesch
2020-03-08
1
-6/+13
*
|
Fix compiler warnings on Windows (Visual Studio)
Dimitri van Heesch
2020-02-12
1
-0/+3
|
/
*
Move DocGroup inside CommentScanner instead of using a global
Dimitri van Heesch
2020-01-26
1
-5/+5
*
Cleanup unused/unwanted parser dependencies on code generator
Dimitri van Heesch
2020-01-26
1
-1/+0
*
Make commentscan.l reentrant
Dimitri van Heesch
2019-12-30
1
-2/+4
*
Make pyscanner.l reentrant
Dimitri van Heesch
2019-12-29
1
-875/+908
*
Changed std::unique_ptr<Entry> to std::shared_ptr<Entry> at avoid use after f...
Dimitri van Heesch
2019-12-08
1
-17/+17
*
Split language parser into "outline parser" and "code parser"
Dimitri van Heesch
2019-12-03
1
-30/+4
*
Remove bogus flex code
Dimitri van Heesch
2019-11-18
1
-7/+0
*
Fixed use of uninitialized pointer in preprocessor
Dimitri van Heesch
2019-11-09
1
-1/+1
*
Replaced QList<BaseInfo> with std::vector<BaseInfo>
Dimitri van Heesch
2019-10-29
1
-2/+2
*
Changed ArgumentList to be an STL container
Dimitri van Heesch
2019-10-27
1
-10/+14
*
Merge pull request #7283 from luzpaz/typos
Dimitri van Heesch
2019-10-09
1
-3/+3
|
\
|
*
Fix typos
luz.paz
2019-09-28
1
-3/+3
*
|
Use smartpointers to manage the lifetime of Entry objects
Dimitri van Heesch
2019-10-07
1
-80/+28
|
/
*
Consistent way to show scanner state
albert-github
2019-09-05
1
-0/+2
*
issue #7009 Python class diagram not created for the base class while works f...
Dimitri van Heesch
2019-08-06
1
-3/+1
*
issue #7009 Python class diagram not created for the base class while works f...
Dimitri van Heesch
2019-08-04
1
-27/+40
*
take doc group out of commentscan.l
Adrian Negreanu
2019-07-26
1
-5/+5
*
Merge pull request #6916 from albert-github/feature/bug_py_class
Dimitri van Heesch
2019-05-19
1
-0/+26
|
\
|
*
Class definition with collections
albert-github
2019-04-07
1
-0/+26
*
|
Improved const correctness and added support for inline namespaces
Dimitri van Heesch
2019-04-21
1
-2/+2
|
/
[next]