| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Bug 758495 - Bug in VHDL parser + other fixes | Dimitri van Heesch | 2015-12-20 | 3 | -20/+139 |
|
|
* | Bug 759381 - unable to @ref or @link C++ templated operator overloads | Dimitri van Heesch | 2015-12-19 | 1 | -1/+6 |
|
|
* | Reverted change that caused doxygen to return error code 2 when it produced a... | Dimitri van Heesch | 2015-12-19 | 4 | -8/+7 |
|
|
* | Bug 759177 - Markdown fenced code blocks not parsed properly in comment | Dimitri van Heesch | 2015-12-19 | 1 | -4/+4 |
|
|
* | Merge pull request #424 from albert-github/feature/bug_py_types | Dimitri van Heesch | 2015-12-19 | 1 | -5/+25 |
|\ |
|
| * | Correct / set types for python variables | albert-github | 2015-12-12 | 1 | -5/+25 |
|
|
* | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2015-12-19 | 5 | -470/+494 |
|\ \ |
|
| * \ | Merge pull request #412 from bagage/master | Dimitri van Heesch | 2015-12-17 | 5 | -470/+494 |
| |\ \
| | |/
| |/| |
|
| | * | Add WARN_AS_ERROR option to stop execution at first warning (equivalent of co... | Gautier Pelloux-Prayer | 2015-12-16 | 5 | -470/+494 |
|
|
| | * | Merge pull request #410 from albert-github/feature/bug_markdown_cond | Dimitri van Heesch | 2015-11-15 | 1 | -0/+2 |
| | |\ |
|
| | | * | Markdown with @cond and @endcond | albert-github | 2015-11-14 | 1 | -0/+2 |
|
|
| | * | | Merge pull request #409 from albert-github/feature/bug_private | Dimitri van Heesch | 2015-11-15 | 1 | -2/+2 |
| | |\ \ |
|
| | | * | | Fortran module private variables and EXTRACT_PRIVATE = NO | albert-github | 2015-11-08 | 1 | -2/+2 |
| | | |/ |
|
* | | | | Bug 759281 - Doxygen parser confused by C++11 attributes | Dimitri van Heesch | 2015-12-13 | 1 | -7/+18 |
|
|
* | | | | Bug 759247 - C++11 unified initializer for array with templates treated as fu... | Dimitri van Heesch | 2015-12-13 | 1 | -0/+2 |
|
|
* | | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2015-12-12 | 7 | -122/+28 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge pull request #418 from albert-github/feature/bug_606104 | Dimitri van Heesch | 2015-12-10 | 1 | -3/+6 |
| |\ \ \ |
|
| | * | | | Bug 606104 - Deprecated list: Wrong prefix '<globalScope>::' for global funct... | albert-github | 2015-12-06 | 1 | -3/+6 |
|
|
| * | | | | Merge pull request #419 from albert-github/feature/flex_bison_option | Dimitri van Heesch | 2015-12-10 | 1 | -20/+20 |
| |\ \ \ \ |
|
| | * | | | | Adding compilation options for flex/lex and bison/yacc | albert-github | 2015-12-08 | 1 | -20/+20 |
| | |/ / / |
|
| * | | | | Merge pull request #421 from albert-github/feature/py_obsolete | Dimitri van Heesch | 2015-12-10 | 3 | -97/+0 |
| |\ \ \ \ |
|
| | * | | | | Remove obsolete py files | albert-github | 2015-12-09 | 3 | -97/+0 |
| | |/ / / |
|
| * | | | | Merge pull request #422 from albert-github/feature/bug_clang_generation | Dimitri van Heesch | 2015-12-10 | 1 | -1/+1 |
| |\ \ \ \ |
|
| | * | | | | Adjusted used option for CLANG usage with CMake in documentation | albert-github | 2015-12-09 | 1 | -1/+1 |
| | |/ / / |
|
| * | | | | Support set in code highlighting | albert-github | 2015-12-09 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Made paragraph spacing more flexible in the LaTeX output to prevent page over... | Dimitri van Heesch | 2015-12-12 | 1 | -1/+1 |
|/ / / |
|
* | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2015-12-06 | 8 | -5/+13 |
|\ \ \ |
|
| * \ \ | Merge pull request #415 from albert-github/feature/bug_758132_1 | Dimitri van Heesch | 2015-12-03 | 6 | -3/+10 |
| |\ \ \ |
|
| | * | | | Bug 758132 - Brief description of non documented functions | albert-github | 2015-11-22 | 6 | -3/+10 |
|
|
| * | | | | Fix computeCommonDirPrefix sometimes not finding the correct prefix | Tomasz Ĺšniatowski | 2015-12-03 | 1 | -0/+1 |
|
|
| * | | | | Fixed preprocessor macros for flex version check | lameventanas | 2015-11-25 | 2 | -2/+2 |
| |/ / / |
|
* | | | | Bug 758900 - C++ templated member-function appears both as public and private | Dimitri van Heesch | 2015-12-06 | 1 | -0/+2 |
|/ / / |
|
* | | | Support flex-2.6.0 | Dimitri van Heesch | 2015-11-22 | 6 | -10/+10 |
|
|
* | | | Support flex-2.6.0 | Heiko Becker | 2015-11-22 | 6 | -7/+7 |
|
|
* | | | Fixed problem with latex and PDF bookmarks | Dimitri van Heesch | 2015-11-22 | 3 | -73/+34 |
|
|
* | | | Markdown with @cond and @endcond | albert-github | 2015-11-22 | 1 | -0/+2 |
|
|
* | | | Fortran module private variables and EXTRACT_PRIVATE = NO | albert-github | 2015-11-22 | 1 | -2/+2 |
|/ / |
|
* | | Merge pull request #408 from albert-github/feature/bug_757621 | Dimitri van Heesch | 2015-11-15 | 1 | -0/+1 |
|\ \ |
|
| * | | Bug 757621 - unclosed tag, c# generics method with where | albert-github | 2015-11-07 | 1 | -0/+1 |
| |/ |
|
* | | Merge pull request #407 from albert-github/feature/bug_main_md_title | Dimitri van Heesch | 2015-11-15 | 1 | -2/+3 |
|\ \ |
|
| * | | Title in case of USE_MDFILE_AS_MAINPAGE | albert-github | 2015-11-02 | 1 | -2/+3 |
| |/ |
|
* | | Bug 756604 - Unable to prevent a numbered list | Dimitri van Heesch | 2015-11-14 | 1 | -9/+30 |
|
|
* | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2015-11-14 | 1 | -0/+7 |
|\ \
| |/ |
|
| * | Merge pull request #404 from albert-github/feature/bug_css_filter | Dimitri van Heesch | 2015-10-31 | 1 | -0/+7 |
| |\ |
|
| | * | [Doxygen-users] plugin / filter not behaving as expected | albert-github | 2015-10-14 | 1 | -0/+7 |
|
|
* | | | Fixed a couple of small memory leaks | Dimitri van Heesch | 2015-11-14 | 2 | -3/+5 |
|
|
* | | | Fixed link issue for MacOSX 10.11 | Dimitri van Heesch | 2015-11-14 | 1 | -0/+4 |
|
|
* | | | Bug 756604 - Unable to prevent a numbered list | Dimitri van Heesch | 2015-11-01 | 7 | -7/+28 |
|
|
* | | | Bug 754606 - Double anchors when using groups | Dimitri van Heesch | 2015-11-01 | 1 | -9/+12 |
|/ / |
|
* | | Merge pull request #406 from alex85k/master | Dimitri van Heesch | 2015-10-31 | 1 | -59/+59 |
|\ \ |
|