summaryrefslogtreecommitdiffstats
path: root/src/fortranscanner.l
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fortran: fixed format position 73 and further is commentalbert-github2015-01-041-0/+3
* Fortran: fixed format position 73 and further is commentalbert-github2015-01-041-6/+55
* Merge pull request #272 from albert-github/feature/bug_unusedDimitri van Heesch2015-01-031-1/+0
|\
| * Remove unused local and static global variablesalbert-github2014-12-271-1/+0
* | Fortran FUNCTION source codealbert-github2015-01-021-0/+2
* | Suggestion to use stripPrefix has been implemented for RESULT.albert-github2015-01-021-25/+14
* | Documenting RESULT variable of Fortran FUNCTIONalbert-github2015-01-021-1/+52
|/
* Merge pull request #247 from hansec/FORTRAN_moduleNSDimitri van Heesch2014-12-201-1/+1
|\
| * Convert FORTRAN modules to namespacesChris Hansen2014-11-211-1/+1
* | Support for INLINE_SOURCES in Fortranalbert-github2014-12-071-3/+19
|/
* Bug 738063 - Fortran attribute contiguous not identifiedalbert-github2014-10-111-2/+24