summaryrefslogtreecommitdiffstats
path: root/src/fortrancode.l
Commit message (Expand)AuthorAgeFilesLines
* Improved const correctness and added support for inline namespacesDimitri van Heesch2019-04-211-13/+9
* Continuation lines and labelsalbert-github2019-03-071-3/+3
* Refactored Definition and derived classes such that they are abstract interfacesDimitri van Heesch2019-02-281-1/+1
* Double id for tooltips in XHTML Possible.albert-github2019-01-181-5/+0
* Handling Fortran functions in call graphsalbert-github2018-10-211-2/+15
* Bug 691689 - Line numbers for examplesDimitri van Heesch2018-08-191-9/+9
* Bug 796621 - @cond does not stop at @endcond Fortranalbert-github2018-06-191-3/+0
* Merge branch 'feature/bug_enum' of https://github.com/albert-github/doxygen i...Dimitri van Heesch2018-06-101-17/+48
|\
| * Implementation Fortran ENUM / ENUMERATIONalbert-github2018-02-171-31/+59
* | Merge pull request #707 from luzpaz/misc-typosDimitri van Heesch2018-04-291-2/+2
|\ \
| * | Misc. typosluz.paz2018-04-251-2/+2
* | | Fortran code coloring improvements (REAL and comment lines)albert-github2018-04-261-9/+19
|/ /
* | Merge pull request #655 from albert-github/feature/bug_fortranDimitri van Heesch2018-04-221-2/+2
|\ \
| * | Fortran improvementsalbert-github2018-02-121-2/+2
| |/
* | Fortran improvements (2)albert-github2018-02-151-18/+31
|/
* Misc. typosluzpaz2017-12-231-1/+1
* Code color of , (comma) together with only in use statementalbert-github2017-11-181-8/+8
* Bug 733705 - parser misinterpreting fortranalbert-github2017-08-231-66/+79
* flex: use %option instead of command line options.Adrian Negreanu2016-09-211-0/+3
* Bug 770660 - Code snippet always shows line numbers from 1albert-github2016-09-031-5/+6
* Merge pull request #501 from albert-github/feature/bug_code_keyword_operator_...Dimitri van Heesch2016-08-201-0/+10
|\
| * Color code word OPERATOR and ASSIGNMENT as keyword in FORTRAN codealbert-github2016-08-191-0/+10
* | Color code word RESULT as keyword in FORTRAN codealbert-github2016-08-181-1/+6
|/
* Style fixes and added numbering to overloaded membersDimitri van Heesch2016-07-301-1/+1
* Changed configuration mechanism to directly access options in order to improv...Dimitri van Heesch2016-01-171-3/+3
* Support flex-2.6.0Dimitri van Heesch2015-11-221-3/+3
* Support flex-2.6.0Heiko Becker2015-11-221-1/+1
* Better handling of implicit statement in source code browseralbert-github2015-08-271-1/+1
* drop #include <unistd.h>Adrian Negreanu2015-05-151-2/+2
* Fortran: fixed format position 73 and further is commentalbert-github2015-01-041-7/+24
* Fortran: code color GOTO as flow keyword.albert-github2015-01-031-1/+1
* Supporting linking for methods bound to FORTRAN classes in source definitionsChris Hansen2014-12-211-4/+13
* Merge pull request #247 from hansec/FORTRAN_moduleNSDimitri van Heesch2014-12-201-4/+37
|\
| * Remove filtering rule when generating FORTRAN module linksChris Hansen2014-11-301-1/+1
| * Fix rules for closing FORTRAN module and typedef scopesChris Hansen2014-11-281-2/+2
| * Convert FORTRAN modules to namespacesChris Hansen2014-11-211-3/+36
* | Merge pull request #263 from albert-github/feature/bug_fortran_call_colorDimitri van Heesch2014-12-141-4/+6
|\ \
| * | Fortran color CALL as keywordalbert-github2014-12-101-4/+6
* | | Fortran code color END (regression pull request 259)albert-github2014-12-141-1/+1
|/ /
* | Merge pull request #258 from albert-github/feature/bug_fortran_source_continu...Dimitri van Heesch2014-12-091-3/+11
|\ \
| * | Fortran continuation character seen as begin of function callalbert-github2014-12-081-3/+11
| |/
* | Fortran color code of ENDalbert-github2014-12-081-3/+2
|/
* Merge pull request #237 from albert-github/feature/bug_fortran_codecommentDimitri van Heesch2014-10-211-0/+11
|\
| * Last comment of \code{.f90} missingalbert-github2014-10-111-0/+11
* | Bug 738063 - Fortran attribute contiguous not identifiedalbert-github2014-10-111-1/+1
|/
* Bug 733856 - segfault in QGListIterator while parsing fortran codealbert-github2014-07-301-0/+2
* Fix FORTRAN code function scope testChris Hansen2014-05-271-1/+1
* Fix highlighting issuesChris Hansen2014-05-191-6/+25
* Fix unnecessary rules for FORTRAN typesChris Hansen2014-05-121-22/+10
* Merge pull request #171 from hansec/fortran_case_regressionDimitri van Heesch2014-05-071-1/+1
|\