summaryrefslogtreecommitdiffstats
path: root/src/pre.l
Commit message (Expand)AuthorAgeFilesLines
* Made some more simplificationsDimitri van Heesch2021-05-221-27/+9
* Using spaces in a PREDEFINED settingalbert-github2021-05-211-7/+1
* Did a bit of restructuringDimitri van Heesch2021-05-201-41/+36
* issue #8542 Variadic macro expansionalbert-github2021-05-111-0/+13
* Merge pull request #8422 from albert-github/feature/bug_preprocDimitri van Heesch2021-05-021-0/+3
|\
| * Problem with non escaped double quote in preprocessoralbert-github2021-03-101-0/+3
* | Merge branch 'feature/bug_linecnt_define' of https://github.com/albert-github...Dimitri van Heesch2021-05-021-0/+1
|\ \
| * | Incorrect line count for normal comment in definealbert-github2021-01-201-0/+1
* | | Merge branch 'master' into feature/bug_formula_mjDimitri van Heesch2021-04-281-157/+166
|\ \ \
| * | | Refactoring: remove implicit conversion from QCString to const char *Dimitri van Heesch2021-04-221-157/+166
* | | | Problems with some commands in MathJaxalbert-github2021-04-201-2/+2
|/ / /
* | | issue #8448: [c++] unable to expand recursive macroDimitri van Heesch2021-03-291-1/+1
* | | Refactoring: make qcstring.h a local includeDimitri van Heesch2021-03-261-2/+1
* | | Refactoring: replace QMIN/QMAX by std::min/std::maxDimitri van Heesch2021-03-261-1/+2
* | | Refactoring: Replaced QFileInfo with FileInfoDimitri van Heesch2021-03-181-15/+15
| |/ |/|
* | Correction compilation warnings (#8398)albert-github2021-03-061-3/+3
* | Merge branch 'master' into feature/bug_lexDimitri van Heesch2021-03-031-59/+82
|\ \
| * | Refactoring: replaced std::regex with own much faster implementationDimitri van Heesch2021-03-021-10/+10
| * | Some performance tweaks + remove setting of global localeDimitri van Heesch2021-02-221-2/+2
| * | Refactoring: replace QRegExp by std::regex in pre.lDimitri van Heesch2021-02-201-53/+75
| * | Get preprocessor output without line numbersalbert-github2021-02-161-2/+3
* | | Adding support for lex filesalbert-github2021-02-181-34/+46
* | | Adding support for lex filesalbert-github2021-02-121-133/+142
|/ /
* | Refactoring: replace QCString with std::string in constexpDimitri van Heesch2021-02-061-1/+1
|/
* Expand non-recursive preprocessor macrosBetsy McPhail2020-10-201-0/+4
* issue #7927: PREDEFINED fails to replace argumentDimitri van Heesch2020-08-301-15/+28
* Merge branch 'feature/issue_7872' of https://github.com/albert-github/doxygen...Dimitri van Heesch2020-08-291-1/+1
|\
| * issue #7872 A define containing a doxygen start of comment breaks the parseralbert-github2020-06-261-1/+1
* | issue #7954: The Doxygen uses too much memory (or has probably a memory leak)...Dimitri van Heesch2020-08-171-20/+42
* | issue #7954: The Doxygen uses too much memory (or has probably a memory leak)Dimitri van Heesch2020-08-161-74/+121
* | New option allowing processing using multiple threadsDimitri van Heesch2020-08-051-19/+0
* | issue #7934: include dependency graph: The boxes of files shows the name of t...Dimitri van Heesch2020-07-311-2/+2
* | issue #7890 Macro Expansion brokenalbert-github2020-07-021-2/+2
* | Fix for compile issue on TravisDimitri van Heesch2020-06-291-1/+1
* | Refactor: make preprocessor run in parallelDimitri van Heesch2020-06-281-360/+287
|/
* Multi-threaded parsing: added locks around global dataDimitri van Heesch2020-06-171-1/+27
* Refactor: modernize configuration valuesDimitri van Heesch2020-06-041-12/+8
* Added experimental multi-thread input processing support.Dimitri van Heesch2020-05-311-1/+25
* Refactoring: Removed creation of MemberDef's for macro definitions from pre.lDimitri van Heesch2020-05-221-38/+28
* Refactoring: Introduce type names for commonly used container typesDimitri van Heesch2020-05-011-15/+12
* Performance improvements after profilingDimitri van Heesch2020-04-241-3/+1
* Refactoring: changed Doxygen::expandAsDefinedDict to Doxygen::expandAsDefinedSetDimitri van Heesch2020-04-181-3/+5
* Fixed shadowing issue in getFortranDefs and other shadowing casesDimitri van Heesch2020-04-091-2/+2
* Replaced MemberNameSDict by MemberNameLinkedMap based on LinkedMapDimitri van Heesch2020-04-081-10/+5
* Replaced FileNameDict/FileNameList by FileNameLinkedMapDimitri van Heesch2020-04-061-4/+4
* Fixed issue creating std::string from null pointerDimitri van Heesch2020-03-301-10/+10
* Fix for compile issue on Travis-CIDimitri van Heesch2020-03-291-1/+2
* Migrated some code in pre.l to use STL containers (part 2)Dimitri van Heesch2020-03-291-286/+251
* Revert addition of std::string conversion operator for QCString (part 2)Dimitri van Heesch2020-03-291-1/+1
* Revert addition of std::string conversion operator for QCStringDimitri van Heesch2020-03-291-6/+6