summaryrefslogtreecommitdiffstats
path: root/src/fortranscanner.l
Commit message (Expand)AuthorAgeFilesLines
* Problem with Fortran, giving a warning about invalid statealbert-github2021-04-231-0/+1
* Refactoring: remove implicit conversion from QCString to const char *Dimitri van Heesch2021-04-221-55/+52
* Refactoring: replace QMIN/QMAX by std::min/std::maxDimitri van Heesch2021-03-261-1/+1
* Refactoring: replace QGString by std::ostringstreamDimitri van Heesch2021-03-231-5/+5
* Refactoring: replace QFile/FTextStream with fstream/stringstreamDimitri van Heesch2021-03-181-6/+4
* Merge branch 'master' into feature/bug_lexDimitri van Heesch2021-03-031-2/+2
|\
| * Refactoring: replace QRegExp by std::regex in fortranscanner.lDimitri van Heesch2021-02-201-2/+2
* | Adding support for lex filesalbert-github2021-02-181-1/+2
|/
* Refactoring: cleanup unused qtools headersDimitri van Heesch2021-01-221-3/+0
* Refactoring: replace QList<CommentInPrepass> by std::vectorDimitri van Heesch2021-01-221-153/+152
* Refactoring: replace QMap with std::map in fortranscanner.lDimitri van Heesch2020-11-291-29/+30
* Doxygen crashes on Fortranalbert-github2020-11-091-0/+1
* Incorrect duplicate code for Fortran fixed/free recognitionalbert-github2020-09-151-43/+0
* Refactoring: making fortrancode.l reentrantDimitri van Heesch2020-09-101-0/+3
* More minor tweaksDimitri van Heesch2020-07-281-3/+1
* issue #7923 source line numbers in warnings output by parser are off by 1albert-github2020-07-271-1/+3
* Merge pull request #7882 from albert-github/feature/bug_ftn_useDimitri van Heesch2020-07-161-0/+3
|\
| * Missing links in Fortran in case use statement with upper case characters in ...albert-github2020-06-291-0/+3
* | Refactor: Modernize clang parser and make it run with multiple threadsDimitri van Heesch2020-07-161-2/+1
|/
* Refactor: modernize markdown and make it thread-safeDimitri van Heesch2020-06-161-3/+5
* Incorrect determination of fixed form Fortranalbert-github2020-03-251-2/+1
* Fix not correctly formatted messagesMoritz 'Morty' StrĂ¼be2020-03-211-6/+6
* Enabled stricter compiler warnings and fixed all new warningsDimitri van Heesch2020-03-081-11/+11
* 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
|/