index
:
Doxygen.git
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
pre.l
Commit message (
Expand
)
Author
Age
Files
Lines
*
issue #8448: [c++] unable to expand recursive macro
Dimitri van Heesch
2021-03-29
1
-1/+1
*
Refactoring: make qcstring.h a local include
Dimitri van Heesch
2021-03-26
1
-2/+1
*
Refactoring: replace QMIN/QMAX by std::min/std::max
Dimitri van Heesch
2021-03-26
1
-1/+2
*
Refactoring: Replaced QFileInfo with FileInfo
Dimitri van Heesch
2021-03-18
1
-15/+15
*
Correction compilation warnings (#8398)
albert-github
2021-03-06
1
-3/+3
*
Merge branch 'master' into feature/bug_lex
Dimitri van Heesch
2021-03-03
1
-59/+82
|
\
|
*
Refactoring: replaced std::regex with own much faster implementation
Dimitri van Heesch
2021-03-02
1
-10/+10
|
*
Some performance tweaks + remove setting of global locale
Dimitri van Heesch
2021-02-22
1
-2/+2
|
*
Refactoring: replace QRegExp by std::regex in pre.l
Dimitri van Heesch
2021-02-20
1
-53/+75
|
*
Get preprocessor output without line numbers
albert-github
2021-02-16
1
-2/+3
*
|
Adding support for lex files
albert-github
2021-02-18
1
-34/+46
*
|
Adding support for lex files
albert-github
2021-02-12
1
-133/+142
|
/
*
Refactoring: replace QCString with std::string in constexp
Dimitri van Heesch
2021-02-06
1
-1/+1
*
Expand non-recursive preprocessor macros
Betsy McPhail
2020-10-20
1
-0/+4
*
issue #7927: PREDEFINED fails to replace argument
Dimitri van Heesch
2020-08-30
1
-15/+28
*
Merge branch 'feature/issue_7872' of https://github.com/albert-github/doxygen...
Dimitri van Heesch
2020-08-29
1
-1/+1
|
\
|
*
issue #7872 A define containing a doxygen start of comment breaks the parser
albert-github
2020-06-26
1
-1/+1
*
|
issue #7954: The Doxygen uses too much memory (or has probably a memory leak)...
Dimitri van Heesch
2020-08-17
1
-20/+42
*
|
issue #7954: The Doxygen uses too much memory (or has probably a memory leak)
Dimitri van Heesch
2020-08-16
1
-74/+121
*
|
New option allowing processing using multiple threads
Dimitri van Heesch
2020-08-05
1
-19/+0
*
|
issue #7934: include dependency graph: The boxes of files shows the name of t...
Dimitri van Heesch
2020-07-31
1
-2/+2
*
|
issue #7890 Macro Expansion broken
albert-github
2020-07-02
1
-2/+2
*
|
Fix for compile issue on Travis
Dimitri van Heesch
2020-06-29
1
-1/+1
*
|
Refactor: make preprocessor run in parallel
Dimitri van Heesch
2020-06-28
1
-360/+287
|
/
*
Multi-threaded parsing: added locks around global data
Dimitri van Heesch
2020-06-17
1
-1/+27
*
Refactor: modernize configuration values
Dimitri van Heesch
2020-06-04
1
-12/+8
*
Added experimental multi-thread input processing support.
Dimitri van Heesch
2020-05-31
1
-1/+25
*
Refactoring: Removed creation of MemberDef's for macro definitions from pre.l
Dimitri van Heesch
2020-05-22
1
-38/+28
*
Refactoring: Introduce type names for commonly used container types
Dimitri van Heesch
2020-05-01
1
-15/+12
*
Performance improvements after profiling
Dimitri van Heesch
2020-04-24
1
-3/+1
*
Refactoring: changed Doxygen::expandAsDefinedDict to Doxygen::expandAsDefinedSet
Dimitri van Heesch
2020-04-18
1
-3/+5
*
Fixed shadowing issue in getFortranDefs and other shadowing cases
Dimitri van Heesch
2020-04-09
1
-2/+2
*
Replaced MemberNameSDict by MemberNameLinkedMap based on LinkedMap
Dimitri van Heesch
2020-04-08
1
-10/+5
*
Replaced FileNameDict/FileNameList by FileNameLinkedMap
Dimitri van Heesch
2020-04-06
1
-4/+4
*
Fixed issue creating std::string from null pointer
Dimitri van Heesch
2020-03-30
1
-10/+10
*
Fix for compile issue on Travis-CI
Dimitri van Heesch
2020-03-29
1
-1/+2
*
Migrated some code in pre.l to use STL containers (part 2)
Dimitri van Heesch
2020-03-29
1
-286/+251
*
Revert addition of std::string conversion operator for QCString (part 2)
Dimitri van Heesch
2020-03-29
1
-1/+1
*
Revert addition of std::string conversion operator for QCString
Dimitri van Heesch
2020-03-29
1
-6/+6
*
Migrated some code in pre.l to use STL containers
Dimitri van Heesch
2020-03-28
1
-139/+125
*
Merge branch 'master' of github.com:doxygen/doxygen
Dimitri van Heesch
2020-03-28
1
-1/+3
|
\
|
*
Merge pull request #7632 from albert-github/feature/bug_ftn_preproc
Dimitri van Heesch
2020-03-27
1
-1/+3
|
|
\
|
|
*
Function definitions at begin of a line
albert-github
2020-03-08
1
-1/+3
*
|
|
Fix for unused variable JAVASCRIPT_LICENSE_TEXT.
Dimitri van Heesch
2020-03-28
1
-8/+3
|
/
/
*
|
Merge branch 'compilerwarnings'
Dimitri van Heesch
2020-03-08
1
-40/+44
|
\
\
|
|
/
|
/
|
|
*
Enabled stricter compiler warnings and fixed all new warnings
Dimitri van Heesch
2020-03-08
1
-44/+48
*
|
Fix a number of compiler warnings in the 64bit build for Windows
Dimitri van Heesch
2020-03-02
1
-6/+6
|
/
*
Specifying filename in preprocessor debug output
albert-github
2020-02-23
1
-3/+3
*
Removed Doxygen::gatherDefines as it was not used anymore
Dimitri van Heesch
2020-02-15
1
-1/+0
*
Fix compiler warnings on Windows (Visual Studio)
Dimitri van Heesch
2020-02-12
1
-0/+3
[next]