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
*
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
|
/
*
issue #6734 parsing performance worsened
Dimitri van Heesch
2019-01-07
1
-2/+3
*
Fix for 'Definition at line' points to end of multiple-lined definition for P...
Dimitri van Heesch
2018-12-23
1
-1/+1
*
Add support of dict/set in annotations and default values
Sergey Kozlov
2018-10-08
1
-0/+6
*
Fix annotation with default value parsing
Sergey Kozlov
2018-10-08
1
-1/+2
*
Add function annotations support
Sergey Kozlov
2018-10-08
1
-28/+131
*
Merge pull request #6499 from albert-github/feature/bug_python_linebreak
Dimitri van Heesch
2018-09-15
1
-1/+1
|
\
|
*
Namespace with name docstrings_linebreak
albert-github
2018-09-11
1
-1/+1
*
|
Fixing coverity messages
albert-github
2018-09-13
1
-1/+0
|
/
*
Issue 6494: asterisks before args and kwargs are ignored in python
albert-github
2018-09-10
1
-1/+6
*
Update pyscanner.l
Armin Müller
2018-08-21
1
-2/+2
*
Small problems when displaying python code
albert-github
2018-05-22
1
-1/+0
*
Merge pull request #676 from albert-github/feature/bug_788940
Dimitri van Heesch
2018-04-22
1
-3/+6
|
\
|
*
Bug 788940 - Bad handling of Python class members when a class declaration li...
albert-github
2018-03-05
1
-3/+6
*
|
Bug 778012 - Python List as Default Parameter not parsed correctly
albert-github
2018-03-04
1
-8/+22
|
/
*
flex: use %option instead of command line options.
Adrian Negreanu
2016-09-21
1
-0/+2
*
Initialization of python variables and type determination
albert-github
2016-08-24
1
-14/+26
*
Bug 761139 - python unicode docstrings are ignored
albert-github
2016-01-29
1
-4/+6
*
Bug 761139 - python unicode docstrings are ignored
albert-github
2016-01-27
1
-4/+4
*
Changed configuration mechanism to directly access options in order to improv...
Dimitri van Heesch
2016-01-17
1
-1/+1
*
Bug 595186 - Python ignores \private tag
albert-github
2015-12-27
1
-9/+0
*
Merge pull request #429 from albert-github/feature/bug_732356
Dimitri van Heesch
2015-12-26
1
-1/+1
|
\
|
*
Bug 732356 - doxygen's \param command is confused by some python default values
albert-github
2015-12-26
1
-1/+1
*
|
Merge pull request #431 from albert-github/feature/bug_361814
Dimitri van Heesch
2015-12-26
1
-0/+14
|
\
\
|
*
|
Bug 361814 - python: tuple assignment not recognized as variable initialization
albert-github
2015-12-26
1
-0/+14
|
|
/
*
|
Merge pull request #427 from albert-github/feature/bug_641036
Dimitri van Heesch
2015-12-26
1
-0/+4
|
\
\
|
*
|
Bug 641036 - python script with #!/usr/bin/python are not documented correctly
albert-github
2015-12-25
1
-0/+4
|
|
/
*
|
Bug 735152 - Python: Allow undocumented "cls" parameter for class methods
albert-github
2015-12-26
1
-1/+19
|
/
*
Correct / set types for python variables
albert-github
2015-12-12
1
-5/+25
[next]