summaryrefslogtreecommitdiffstats
path: root/src/fortranscanner.l
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warnings on Windows (Visual Studio)Dimitri van Heesch2020-02-121-0/+3
* Move DocGroup inside CommentScanner instead of using a globalDimitri van Heesch2020-01-261-3/+3
* Cleanup unused/unwanted parser dependencies on code generatorDimitri van Heesch2020-01-261-1/+2
* Make VHDL parser reentrantDimitri van Heesch2020-01-031-2/+0
* Make fortranscanner.l reentrantDimitri van Heesch2020-01-011-1182/+1227
* Make commentscan.l reentrantDimitri van Heesch2019-12-301-3/+5
* Changed std::unique_ptr<Entry> to std::shared_ptr<Entry> at avoid use after f...Dimitri van Heesch2019-12-081-49/+46
* Split language parser into "outline parser" and "code parser"Dimitri van Heesch2019-12-031-30/+6
* Remove bogus flex codeDimitri van Heesch2019-11-181-7/+0
* Fixed use of uninitialized pointer in preprocessorDimitri van Heesch2019-11-091-1/+1
* Spelling corrections for src directoryalbert-github2019-11-051-3/+3
* Replaced QList<BaseInfo> with std::vector<BaseInfo>Dimitri van Heesch2019-10-291-1/+1
* Changed ArgumentList to be an STL containerDimitri van Heesch2019-10-271-27/+24
* Merge pull request #7283 from luzpaz/typosDimitri van Heesch2019-10-091-1/+1
|\
| * Fix typosluz.paz2019-09-281-1/+1
* | Use smartpointers to manage the lifetime of Entry objectsDimitri van Heesch2019-10-071-138/+102
|/
* Reduce the use of QString in favor of the more efficient QCStringDimitri van Heesch2019-09-211-1/+1
* Consistent way to show scanner statealbert-github2019-09-051-44/+1
* Merge pull request #7202 from albert-github/feature/issue_7200Dimitri van Heesch2019-08-311-4/+44
|\
| * issue #7200 Fortran warning: type not declared or definedalbert-github2019-08-151-4/+44
* | Parsing `#` sign inserted by preprocessor in fixed Form Fortranalbert-github2019-08-301-0/+1
|/
* Merge branch 'feature/bug_endblock_msg' of https://github.com/albert-github/d...Dimitri van Heesch2019-08-041-1/+1
|\
| * Correction warning messagealbert-github2019-06-011-1/+1
* | take doc group out of commentscan.lAdrian Negreanu2019-07-261-3/+3
|/
* Merge pull request #6931 from albert-github/feature/bug_ftn_typeDimitri van Heesch2019-05-071-1/+9
|\
| * Windows crash in case of incorrect end statementalbert-github2019-04-151-1/+9
* | Improved const correctness and added support for inline namespacesDimitri van Heesch2019-04-211-2/+2
|/
* Merge pull request #6873 from albert-github/feature/bug_ftn_cont_labelDimitri van Heesch2019-03-171-17/+56
|\
| * Continuation lines and labelsalbert-github2019-03-071-17/+56
* | Possibility to show converted fixed formalbert-github2019-03-071-0/+3
|/
* issue #6734 parsing performance worsenedDimitri van Heesch2019-01-071-3/+4
* Fortran scanner abort messagealbert-github2018-10-231-1/+47
* Numbers in comment disappearalbert-github2018-10-081-1/+1
* Bug 796621 - @cond does not stop at @endcond Fortranalbert-github2018-06-191-8/+0
* Merge branch 'feature/bug_enum' of https://github.com/albert-github/doxygen i...Dimitri van Heesch2018-06-101-17/+95
|\
| * Implementation Fortran ENUM / ENUMERATIONalbert-github2018-02-171-15/+94
* | Merge pull request #655 from albert-github/feature/bug_fortranDimitri van Heesch2018-04-221-8/+36
|\ \
| * | Fortran improvementsalbert-github2018-02-121-8/+36
| |/
* | Fortran improvements (2)albert-github2018-02-151-2/+3
|/
* Misc. typosluzpaz2017-12-231-4/+4
* Bug 733705 - parser misinterpreting fortranalbert-github2017-08-231-5/+26
* flex: use %option instead of command line options.Adrian Negreanu2016-09-211-0/+3
* Bug 742452 - Fortran: attributes after a blank line are ignored / Bug 625602 ...albert-github2016-08-271-3/+28
* Changed configuration mechanism to directly access options in order to improv...Dimitri van Heesch2016-01-171-3/+3
* Merge pull request #435 from albert-github/feature/bug_700381Dimitri van Heesch2016-01-021-6/+21
|\
| * Bug 700381 - error state 21 with fortran code (fixed format)albert-github2016-01-021-6/+21
* | Fortran inline source code and crash on Linuxalbert-github2016-01-021-1/+4
|/
* Add support for "value" attribute in FORTRAN scanneralbert-github2015-08-271-2/+13
* drop #include <unistd.h>Adrian Negreanu2015-05-151-3/+2
* Crash in case of non generic interface in Fortranalbert-github2015-03-181-1/+1