index
:
Doxygen.git
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
doctokenizer.l
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'feature/bug_startuml' of https://github.com/albert-github/doxyg...
Dimitri van Heesch
2021-05-01
1
-3/+1
|
\
|
*
Extending startuml with extra figure types
albert-github
2021-04-04
1
-3/+1
*
|
issue #8525 Links aren't properly rendered when preceded by quoted text
albert-github
2021-04-30
1
-1/+1
*
|
Merge pull request #8512 from albert-github/feature/issue_8511
Dimitri van Heesch
2021-04-29
1
-1/+1
|
\
\
|
*
|
issue #8511 Java: linebreak after @link can cause wrong parsing of subsequent...
albert-github
2021-04-20
1
-1/+1
*
|
|
Refactoring: remove implicit conversion from QCString to const char *
Dimitri van Heesch
2021-04-22
1
-29/+29
|
/
/
*
|
Fixed potential crash when using . after a markdown style linked image.
Dimitri van Heesch
2021-04-09
1
-2/+3
|
/
*
Fixed potential crash in handling empty list item.
Dimitri van Heesch
2021-03-29
1
-4/+14
*
Refactoring: Add TextStream buffer to improve output writing performance
Dimitri van Heesch
2021-03-28
1
-5/+5
*
Refactoring: replace QFile/FTextStream with fstream/stringstream
Dimitri van Heesch
2021-03-18
1
-2/+0
*
Refactoring: some cleanup and removed text direction logic
Dimitri van Heesch
2021-03-04
1
-1/+0
*
Merge branch 'master' into feature/bug_lex
Dimitri van Heesch
2021-03-03
1
-23/+28
|
\
|
*
Refactoring: replaced std::regex with own much faster implementation
Dimitri van Heesch
2021-03-02
1
-13/+13
|
*
Some performance tweaks + remove setting of global locale
Dimitri van Heesch
2021-02-22
1
-4/+4
|
*
Disable qregex.h and fix some warnings and issues
Dimitri van Heesch
2021-02-20
1
-1/+0
|
*
Refactoring: replace QRegExp by std::regex in doctokenizer.l
Dimitri van Heesch
2021-02-20
1
-21/+27
|
*
Improve handling of @param command without name or description
Dimitri van Heesch
2021-02-20
1
-1/+1
*
|
Adding support for lex files
albert-github
2021-02-18
1
-3/+4
|
/
*
Refactoring: cleanup unused qtools headers
Dimitri van Heesch
2021-01-22
1
-1/+0
*
Refactoring: modernize g_lexerStack
Dimitri van Heesch
2021-01-22
1
-13/+10
*
Refactoring: modernize HtmlAttribList
Dimitri van Heesch
2021-01-22
1
-1/+1
*
Slightly reworked the code
Dimitri van Heesch
2021-01-08
1
-4/+2
*
issue #8311 Markdown table: double-quote ruins the output
albert-github
2021-01-07
1
-0/+4
*
Fixed small issue computing indentation for inline line breaks
Dimitri van Heesch
2020-12-24
1
-0/+1
*
Concatenation of \param text and \details text
albert-github
2020-12-23
1
-1/+1
*
Merge pull request #8243 from albert-github/feature/issue_8142
Dimitri van Heesch
2020-12-16
1
-1/+1
|
\
|
*
issue #8142 UTF-8 in URL in source generates truncated URL in HTML
albert-github
2020-12-11
1
-1/+1
*
|
Incorrect specification of irc as URL protocol
albert-github
2020-12-11
1
-1/+1
|
/
*
issue #8186 Path resolving breaks on included @ sign
albert-github
2020-11-19
1
-2/+2
*
64-bit Windows compiler warnings doctokinizer.l
albert-github
2020-11-01
1
-10/+11
*
issue #8127 Java: xml output of preformatted (`<pre>`) block adds para-block ...
albert-github
2020-10-26
1
-10/+18
*
Miscounting in respect to lists in markdown
albert-github
2020-10-16
1
-1/+0
*
Warnings during compilation of doctokinizer
albert-github
2020-10-07
1
-1/+1
*
Minor tweaks
Dimitri van Heesch
2020-10-05
1
-60/+47
*
Merge branch 'feature/bug_doctok_cnt' of https://github.com/albert-github/dox...
Dimitri van Heesch
2020-10-05
1
-10/+85
|
\
|
*
Miscounting lines in doctokinizer
albert-github
2020-09-20
1
-10/+85
*
|
Incorrect recognition as RCS tag
albert-github
2020-10-04
1
-1/+2
|
/
*
Split lexer rules
Dimitri van Heesch
2020-09-11
1
-353/+361
*
issue #8015 Special command \skip and \until no longer functional in ALIASES
albert-github
2020-09-07
1
-0/+6
*
Merge branch 'feature/bug_direction' of https://github.com/albert-github/doxy...
Dimitri van Heesch
2020-07-30
1
-1/+1
|
\
|
*
More flexible and correct detection of direction of an argument
albert-github
2020-06-28
1
-1/+1
*
|
And one more fix for \ilinebr handling
Dimitri van Heesch
2020-07-29
1
-4/+4
*
|
More fixes regarding \ilinebr handling
Dimitri van Heesch
2020-07-29
1
-7/+7
*
|
Fixed typo
Dimitri van Heesch
2020-07-28
1
-1/+1
*
|
More \ilinebr related cleanup and combined some rules
Dimitri van Heesch
2020-07-28
1
-29/+19
*
|
More improvement regarding \\ilinebr handling
Dimitri van Heesch
2020-07-28
1
-0/+6
*
|
Better handling of \\ilinebr
Dimitri van Heesch
2020-07-28
1
-4/+26
*
|
Additional tweaks to get markdown tables inside ALIASES work
Dimitri van Heesch
2020-07-27
1
-22/+39
|
/
*
Refactor: modernize markdown and make it thread-safe
Dimitri van Heesch
2020-06-16
1
-7/+9
*
issue #7747 Three-way comparison operator
albert-github
2020-05-04
1
-1/+1
[next]