summaryrefslogtreecommitdiffstats
path: root/src/fortrancode.l
Commit message (Expand)AuthorAgeFilesLines
* Fixed shadowing issue in getFortranDefs and other shadowing casesDimitri van Heesch2020-04-091-12/+13
* Replaced MemberNameSDict by MemberNameLinkedMap based on LinkedMapDimitri van Heesch2020-04-081-96/+97
* Enabled stricter compiler warnings and fixed all new warningsDimitri van Heesch2020-03-081-69/+75
* Fix compiler warnings on Windows (Visual Studio)Dimitri van Heesch2020-02-121-0/+3
* Cleanup unused/unwanted parser dependencies on code generatorDimitri van Heesch2020-01-261-0/+2
* Merge branch 'master' into spellingDimitri van Heesch2019-12-231-9/+27
|\
| * Split language parser into "outline parser" and "code parser"Dimitri van Heesch2019-12-031-0/+30
| * Remove bogus flex codeDimitri van Heesch2019-11-181-12/+0
* | spelling: terminatedJosh Soref2019-11-121-1/+1
|/
* Spelling corrections for src directoryalbert-github2019-11-051-1/+1
* Fix typosluz.paz2019-09-281-1/+1
* 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-0/+3
* Fixes a @param's parameter name.Mark de Wever2019-08-241-1/+1
* Some fixes and restructuringDimitri van Heesch2019-08-061-0/+4
* Correction warning messagealbert-github2019-06-011-1/+1
* 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