index
:
Doxygen.git
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
xmlgen.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactoring: modernize TooltipManager class and source reference lists
Dimitri van Heesch
2020-10-20
1
-14/+6
*
Refactoring: Modernize BaseClassList
Dimitri van Heesch
2020-10-12
1
-60/+50
*
Fix for broken LaTeX output.
Dimitri van Heesch
2020-09-27
1
-2/+2
*
Refactoring: prepare output generators for multi-threaded use
Dimitri van Heesch
2020-09-27
1
-5/+18
*
Merge branch 'master' into feature/bug_xml_lang
Dimitri van Heesch
2020-08-01
1
-3/+7
|
\
|
*
Refactor: modernize markdown and make it thread-safe
Dimitri van Heesch
2020-06-16
1
-1/+2
|
*
Add namespace inline flag in xml output (#7828)
Sergei Izmailov
2020-06-13
1
-2/+5
*
|
Adding the xml:lang tag to XML and Docbook output
albert-github
2020-06-03
1
-3/+8
|
/
*
Merge branch 'feature/change-DirList-container-to-std' of https://github.com/...
Dimitri van Heesch
2020-05-10
1
-3/+1
|
\
|
*
For loops on QListIterator by range loops.
David Hebbeker
2020-05-02
1
-3/+1
*
|
Refactoring: migrate MemberNameInfoSDict to MemberNameInfoLinkedMap
Dimitri van Heesch
2020-04-27
1
-34/+27
*
|
Refactoring: Improve encapsulation of MemberInfo class
Dimitri van Heesch
2020-04-27
1
-4/+4
|
/
*
Refactor: improve encapsulation for ArgumentList
Dimitri van Heesch
2020-04-25
1
-4/+4
*
Replaced FileNameDict/FileNameList by FileNameLinkedMap
Dimitri van Heesch
2020-04-06
1
-84/+80
*
Doxygen version information (#7645)
albert-github
2020-03-17
1
-2/+2
*
Enabled stricter compiler warnings and fixed all new warnings
Dimitri van Heesch
2020-03-08
1
-2/+0
*
Cleanup code
Dimitri van Heesch
2020-02-22
1
-3/+0
*
Restructure section handling
Dimitri van Heesch
2020-02-21
1
-15/+13
*
Split language parser into "outline parser" and "code parser"
Dimitri van Heesch
2019-12-03
1
-3/+3
*
Illegal Character in XML output
albert-github
2019-11-13
1
-8/+8
*
Merge pull request #7377 from albert-github/feature/bug_spell_src
Dimitri van Heesch
2019-11-06
1
-2/+2
|
\
|
*
Spelling corrections for src directory
albert-github
2019-11-05
1
-2/+2
*
|
issue #7302: Determination of anonymous is too restrictive
Dimitri van Heesch
2019-11-05
1
-5/+4
|
/
*
Changed ArgumentList to be an STL container
Dimitri van Heesch
2019-10-27
1
-51/+46
*
Merge branch 'feature/bug_endblock_msg' of https://github.com/albert-github/d...
Dimitri van Heesch
2019-08-04
1
-1/+1
|
\
|
*
Correction warning message
albert-github
2019-06-01
1
-1/+1
*
|
Merge branch 'feature/bug_gitversion' of https://github.com/albert-github/dox...
Dimitri van Heesch
2019-07-30
1
-2/+2
|
\
\
|
*
|
Show git version information
albert-github
2019-05-31
1
-2/+2
*
|
|
refactoring dot.cpp
Thomas Haller
2019-06-13
1
-2/+4
|
|
/
|
/
|
*
|
Add const correctness for argument lists
Dimitri van Heesch
2019-05-05
1
-8/+8
*
|
Improved const correctness and added support for inline namespaces
Dimitri van Heesch
2019-04-21
1
-29/+29
|
/
*
Merge pull request #6890 from albert-github/feature/bug_xml_xsd
Dimitri van Heesch
2019-03-25
1
-1/+2
|
\
|
*
Correcting errors in xml generation and xsd schema
albert-github
2019-03-18
1
-1/+2
*
|
issue #6892 xml not well-formed (invalid token) for c++
albert-github
2019-03-19
1
-2/+2
|
/
*
Added 'constexpr' as attribute label and to XML output
Dimitri van Heesch
2019-01-13
1
-0/+5
*
Added noexcept attribute to the XML output
Dimitri van Heesch
2019-01-13
1
-0/+5
*
Added declfile, declline, and declcolumn attributes to the location element i...
Dimitri van Heesch
2019-01-12
1
-1/+7
*
Moved check for page having a title to hasTitle() method
Dimitri van Heesch
2018-12-31
1
-2/+2
*
Properly handle empty TOC in XML output.
Vladimír Vondruš
2018-12-29
1
-2/+2
*
Renamed option and test case numbers
Dimitri van Heesch
2018-12-26
1
-6/+11
*
Merge branch 'xml-namespace-members-in-file-scope' of https://github.com/mosr...
Dimitri van Heesch
2018-12-26
1
-2/+2
|
\
|
*
Make it possible to list namespace members in file scope for XML output.
Vladimír Vondruš
2018-02-10
1
-2/+2
*
|
Added *.ice files as a recognized file type.
Mark Spruiell
2018-10-22
1
-14/+18
*
|
Merge pull request #6482 from abathur/sql3
Dimitri van Heesch
2018-10-22
1
-131/+102
|
\
\
|
*
|
declares XMLCodeGenerator in xmlgen.h
Travis A. Everett
2018-08-29
1
-131/+102
*
|
|
Update xmlgen.cpp
Armin Müller
2018-10-15
1
-1/+1
*
|
|
Fixing problem with possible not initialized variable (endless loop in VS 201...
albert-github
2018-09-12
1
-4/+4
|
/
/
*
|
Moved local toc data into a separate type for better encapsulation
Dimitri van Heesch
2018-07-22
1
-2/+2
*
|
Enable in page table of contents for XML and add maximum level to in page tab...
albert-github
2018-07-12
1
-3/+56
*
|
Misc. typos
luz.paz
2018-04-25
1
-1/+1
|
/
[next]