summaryrefslogtreecommitdiffstats
path: root/src/fortrancode.l
Commit message (Expand)AuthorAgeFilesLines
* Fix issues caused by QCString::rawData and QCString::operator[]Dimitri van Heesch2021-04-261-5/+4
* Refactoring: remove implicit conversion from QCString to const char *Dimitri van Heesch2021-04-221-75/+82
* Adding support for lex filesalbert-github2021-02-181-3/+4
* Refactoring: modernizing fortrancode.lDimitri van Heesch2021-01-221-57/+41
* Refactoring: replace MemberSDict by MemberLinkedRefMapDimitri van Heesch2021-01-041-3/+3
* Refactoring: replace NamespaceSDict by NamespaceLinkedMapDimitri van Heesch2020-12-231-1/+1
* Refactoring: replace ClassSDict by ClassLinkedMap/ClassLinkedRefMapDimitri van Heesch2020-12-191-3/+3
* Protect mutable access to members in code generators with mutexesDimitri van Heesch2020-11-281-0/+7
* Issue #8206: Incorrect XHTML resultsDimitri van Heesch2020-11-271-3/+2
* Refactoring: replacing dynamic_cast by static_cast to improve performanceDimitri van Heesch2020-11-131-2/+2
* Refactoring: Introduce immutable and mutable interfacesDimitri van Heesch2020-11-091-2/+6
* Remove warnings from lexersalbert-github2020-10-201-1/+1
* Refactoring: modernize TooltipManager class and source reference listsDimitri van Heesch2020-10-201-1/+6
* Refactoring: making vhdlcode.l reentrantDimitri van Heesch2020-09-131-2/+4
* Refactoring: making fortrancode.l reentrantDimitri van Heesch2020-09-101-898/+966
* issue #7995 Doxygen doesn't handle very simple example in the .md filealbert-github2020-09-021-0/+11
* Replaced QDict<void> by StringUnorderedSet for fortrancode.lDimitri van Heesch2020-08-031-7/+9
* 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