index
:
Doxygen.git
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updated changelog for release 1.8.14
Release_1_8_14
Dimitri van Heesch
2017-12-25
1
-0/+127
*
Bug 779014 - Add "\~" command to internatioalization article
Dimitri van Heesch
2017-12-25
1
-2/+4
*
Bug 788209 - C++: False warning message when inheriting class from tag file
Dimitri van Heesch
2017-12-25
1
-0/+1
*
Bug 790320 - C++ parameter from lambda not recognized
Dimitri van Heesch
2017-12-25
1
-0/+8
*
Bug 729237 - (UnFriendlyTemplate) Spurious warning when documenting friend te...
Dimitri van Heesch
2017-12-25
1
-0/+1
*
Bug 790788 - Doxygen not showing the public, non-static member function
Dimitri van Heesch
2017-12-25
1
-0/+5
*
Merge pull request #602 from albert-github/feature/bug_newline_alias
Dimitri van Heesch
2017-12-24
3
-2/+17
|
\
|
*
Physical newlines in ALIASES configuration tags.
albert-github
2017-09-09
3
-2/+17
*
|
Merge pull request #628 from powARman/fix-vhdlparser
Dimitri van Heesch
2017-12-24
1
-0/+1
|
\
\
|
*
|
Fix not initialized pointer when parser is starting on a new file.
Andreas Regel
2017-12-04
1
-0/+1
*
|
|
Merge pull request #632 from mehw/flex_perl_script
Dimitri van Heesch
2017-12-24
1
-8/+8
|
\
\
\
|
*
|
|
Fix: add missing semicolon ';' at end of line
Matthew White
2017-12-16
1
-1/+1
|
*
|
|
Fix: add missing newline char '\n'
Matthew White
2017-12-16
1
-1/+1
|
*
|
|
Fix: perl script regexp to toggle flex debug information
Matthew White
2017-12-16
1
-4/+4
|
*
|
|
Fix: change 'CMakefiles' to 'CMakeFiles' (the 'F' is uppercase)
Matthew White
2017-12-16
1
-2/+2
|
|
/
/
*
|
|
Merge pull request #631 from ksztyber/excl_patter_ci
Dimitri van Heesch
2017-12-24
1
-7/+11
|
\
\
\
|
*
|
|
Allow case insensitive file pattern matching based on CASE_SENSE_NAMES
Konrad Sztyber
2017-12-10
1
-7/+11
|
|
/
/
*
|
|
Merge pull request #630 from faheel/change-right-arrow
Dimitri van Heesch
2017-12-24
5
-7/+7
|
\
\
\
|
*
|
|
Fix typo
Faheel Ahmad
2017-12-07
1
-1/+1
|
*
|
|
Change navtree collapsed list icon
Faheel Ahmad
2017-12-07
4
-6/+6
|
|
/
/
*
|
|
Merge pull request #629 from mosra/xml-copy-images
Dimitri van Heesch
2017-12-24
1
-9/+14
|
\
\
\
|
*
|
|
Properly copy images for the XML output.
Vladimír Vondruš
2017-12-07
1
-9/+14
|
|
/
/
*
|
|
Merge pull request #627 from mosra/xml-strong-typed-enums
Dimitri van Heesch
2017-12-24
5
-1/+49
|
\
\
\
|
*
|
|
Provide information about enum type "strongness" in the XML output.
Vladimír Vondruš
2017-11-29
4
-2/+10
|
*
|
|
Expose underlying enum type in the XML output.
Vladimír Vondruš
2017-11-29
4
-0/+40
|
|
/
/
*
|
|
Merge pull request #626 from mosra/xml-using-templates
Dimitri van Heesch
2017-12-24
3
-4/+40
|
\
\
\
|
*
|
|
Provide template parameters also for type aliases in the XML output.
Vladimír Vondruš
2017-11-28
3
-4/+40
|
|
/
/
*
|
|
Merge pull request #625 from mosra/xml-tableofcontents
Dimitri van Heesch
2017-12-24
4
-0/+8
|
\
\
\
|
*
|
|
Expose TOC placeholder in XML output.
Vladimír Vondruš
2017-11-29
4
-0/+8
*
|
|
|
Merge pull request #624 from mosra/xml-page-briefdescription
Dimitri van Heesch
2017-12-24
43
-0/+89
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Provide page brief in <briefdescription> of XML output.
Vladimír Vondruš
2017-11-25
43
-0/+89
|
|
/
/
*
|
|
Merge pull request #623 from mosra/xml-encode-invalid-characters
Dimitri van Heesch
2017-12-24
5
-4/+12
|
\
\
\
|
*
|
|
Encode invalid XML characters instead of skipping them.
Vladimír Vondruš
2017-11-25
5
-4/+12
|
|
/
/
*
|
|
Merge pull request #622 from luzpaz/misc-typos
Dimitri van Heesch
2017-12-24
30
-65/+65
|
\
\
\
|
*
|
|
Misc. typos
luzpaz
2017-12-23
30
-65/+65
|
|
/
/
*
|
|
Merge pull request #613 from Cyberboss/patch-1
Dimitri van Heesch
2017-12-24
1
-1/+12
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Suppresses warning for XML <see langword="..."/>
Jordan Brown
2017-10-19
1
-1/+12
*
|
|
Merge pull request #621 from mosra/xml-programlisting-filename
Dimitri van Heesch
2017-11-19
12
-15/+35
|
\
\
\
|
*
|
|
Propagate language information to all <programlisting> XML elements.
Vladimír Vondruš
2017-11-19
10
-13/+33
|
*
|
|
Pass strings as const references.
Vladimír Vondruš
2017-11-19
2
-2/+2
*
|
|
|
Merge pull request #620 from albert-github/feature/bug_ftn_code_comma
Dimitri van Heesch
2017-11-19
1
-8/+8
|
\
\
\
\
|
*
|
|
|
Code color of , (comma) together with only in use statement
albert-github
2017-11-18
1
-8/+8
|
|
/
/
/
*
|
|
|
Fix for regression in XML output generation after fixing bug 789168
Dimitri van Heesch
2017-11-19
1
-1/+1
|
/
/
/
*
|
|
Bug 787952 - Problem parsing c++ gnu::visibility
Dimitri van Heesch
2017-11-09
1
-1/+1
*
|
|
Bug 789007 - Error in markdown emphasis examples
Dimitri van Heesch
2017-11-04
1
-7/+7
*
|
|
Merge pull request #618 from groleo/sqlite3-fixes
Dimitri van Heesch
2017-10-31
1
-132/+182
|
\
\
\
|
*
|
|
sqlite3gen: start checking operations status
Adrian Negreanu
2017-10-25
1
-112/+139
|
*
|
|
sqlite3gen: add missing protectedsettable column
Adrian Negreanu
2017-10-25
1
-1/+1
|
*
|
|
sqlite3gen: add index on params
Adrian Negreanu
2017-10-25
1
-1/+11
|
*
|
|
sqlite3gen: use sqlite3_exec for schema setup
Adrian Negreanu
2017-10-25
1
-10/+3
[next]