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
*
Problem with Fortran, giving a warning about invalid state
albert-github
2021-04-23
1
-0/+1
*
Refactoring: remove implicit conversion from QCString to const char *
Dimitri van Heesch
2021-04-22
1
-55/+52
*
Refactoring: replace QMIN/QMAX by std::min/std::max
Dimitri van Heesch
2021-03-26
1
-1/+1
*
Refactoring: replace QGString by std::ostringstream
Dimitri van Heesch
2021-03-23
1
-5/+5
*
Refactoring: replace QFile/FTextStream with fstream/stringstream
Dimitri van Heesch
2021-03-18
1
-6/+4
*
Merge branch 'master' into feature/bug_lex
Dimitri van Heesch
2021-03-03
1
-2/+2
|
\
|
*
Refactoring: replace QRegExp by std::regex in fortranscanner.l
Dimitri van Heesch
2021-02-20
1
-2/+2
*
|
Adding support for lex files
albert-github
2021-02-18
1
-1/+2
|
/
*
Refactoring: cleanup unused qtools headers
Dimitri van Heesch
2021-01-22
1
-3/+0
*
Refactoring: replace QList<CommentInPrepass> by std::vector
Dimitri van Heesch
2021-01-22
1
-153/+152
*
Refactoring: replace QMap with std::map in fortranscanner.l
Dimitri van Heesch
2020-11-29
1
-29/+30
*
Doxygen crashes on Fortran
albert-github
2020-11-09
1
-0/+1
*
Incorrect duplicate code for Fortran fixed/free recognition
albert-github
2020-09-15
1
-43/+0
*
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
|
/
[next]