index
:
Doxygen.git
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
fortranscanner.l
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactoring: making fortrancode.l reentrant
Dimitri van Heesch
2020-09-10
1
-0/+3
*
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
*
Merge pull request #7882 from albert-github/feature/bug_ftn_use
Dimitri van Heesch
2020-07-16
1
-0/+3
|
\
|
*
Missing links in Fortran in case use statement with upper case characters in ...
albert-github
2020-06-29
1
-0/+3
*
|
Refactor: Modernize clang parser and make it run with multiple threads
Dimitri van Heesch
2020-07-16
1
-2/+1
|
/
*
Refactor: modernize markdown and make it thread-safe
Dimitri van Heesch
2020-06-16
1
-3/+5
*
Incorrect determination of fixed form Fortran
albert-github
2020-03-25
1
-2/+1
*
Fix not correctly formatted messages
Moritz 'Morty' StrĂ¼be
2020-03-21
1
-6/+6
*
Enabled stricter compiler warnings and fixed all new warnings
Dimitri van Heesch
2020-03-08
1
-11/+11
*
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
-3/+3
*
Cleanup unused/unwanted parser dependencies on code generator
Dimitri van Heesch
2020-01-26
1
-1/+2
*
Make VHDL parser reentrant
Dimitri van Heesch
2020-01-03
1
-2/+0
*
Make fortranscanner.l reentrant
Dimitri van Heesch
2020-01-01
1
-1182/+1227
*
Make commentscan.l reentrant
Dimitri van Heesch
2019-12-30
1
-3/+5
*
Changed std::unique_ptr<Entry> to std::shared_ptr<Entry> at avoid use after f...
Dimitri van Heesch
2019-12-08
1
-49/+46
*
Split language parser into "outline parser" and "code parser"
Dimitri van Heesch
2019-12-03
1
-30/+6
*
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
*
Spelling corrections for src directory
albert-github
2019-11-05
1
-3/+3
*
Replaced QList<BaseInfo> with std::vector<BaseInfo>
Dimitri van Heesch
2019-10-29
1
-1/+1
*
Changed ArgumentList to be an STL container
Dimitri van Heesch
2019-10-27
1
-27/+24
*
Merge pull request #7283 from luzpaz/typos
Dimitri van Heesch
2019-10-09
1
-1/+1
|
\
|
*
Fix typos
luz.paz
2019-09-28
1
-1/+1
*
|
Use smartpointers to manage the lifetime of Entry objects
Dimitri van Heesch
2019-10-07
1
-138/+102
|
/
*
Reduce the use of QString in favor of the more efficient QCString
Dimitri van Heesch
2019-09-21
1
-1/+1
*
Consistent way to show scanner state
albert-github
2019-09-05
1
-44/+1
*
Merge pull request #7202 from albert-github/feature/issue_7200
Dimitri van Heesch
2019-08-31
1
-4/+44
|
\
|
*
issue #7200 Fortran warning: type not declared or defined
albert-github
2019-08-15
1
-4/+44
*
|
Parsing `#` sign inserted by preprocessor in fixed Form Fortran
albert-github
2019-08-30
1
-0/+1
|
/
*
Merge branch 'feature/bug_endblock_msg' of https://github.com/albert-github/d...
Dimitri van Heesch
2019-08-04
1
-1/+1
|
\
|
*
Correction warning message
albert-github
2019-06-01
1
-1/+1
*
|
take doc group out of commentscan.l
Adrian Negreanu
2019-07-26
1
-3/+3
|
/
*
Merge pull request #6931 from albert-github/feature/bug_ftn_type
Dimitri van Heesch
2019-05-07
1
-1/+9
|
\
|
*
Windows crash in case of incorrect end statement
albert-github
2019-04-15
1
-1/+9
*
|
Improved const correctness and added support for inline namespaces
Dimitri van Heesch
2019-04-21
1
-2/+2
|
/
*
Merge pull request #6873 from albert-github/feature/bug_ftn_cont_label
Dimitri van Heesch
2019-03-17
1
-17/+56
|
\
|
*
Continuation lines and labels
albert-github
2019-03-07
1
-17/+56
*
|
Possibility to show converted fixed form
albert-github
2019-03-07
1
-0/+3
|
/
*
issue #6734 parsing performance worsened
Dimitri van Heesch
2019-01-07
1
-3/+4
*
Fortran scanner abort message
albert-github
2018-10-23
1
-1/+47
*
Numbers in comment disappear
albert-github
2018-10-08
1
-1/+1
*
Bug 796621 - @cond does not stop at @endcond Fortran
albert-github
2018-06-19
1
-8/+0
*
Merge branch 'feature/bug_enum' of https://github.com/albert-github/doxygen i...
Dimitri van Heesch
2018-06-10
1
-17/+95
|
\
|
*
Implementation Fortran ENUM / ENUMERATION
albert-github
2018-02-17
1
-15/+94
*
|
Merge pull request #655 from albert-github/feature/bug_fortran
Dimitri van Heesch
2018-04-22
1
-8/+36
|
\
\
|
*
|
Fortran improvements
albert-github
2018-02-12
1
-8/+36
|
|
/
*
|
Fortran improvements (2)
albert-github
2018-02-15
1
-2/+3
|
/
*
Misc. typos
luzpaz
2017-12-23
1
-4/+4
[next]