| Commit message (Expand) | Author | Age | Files | Lines |
* | Template context support for CREATE_SUBDIRS | Dimitri van Heesch | 2014-08-02 | 5 | -19/+124 |
|
|
* | Added get filter, unified index properties | Dimitri van Heesch | 2014-08-02 | 2 | -2/+90 |
|
|
* | Added groupby filter and some more context info | Dimitri van Heesch | 2014-08-02 | 3 | -35/+186 |
|
|
* | Fix after rebase from master | Dimitri van Heesch | 2014-08-02 | 1 | -1/+2 |
|
|
* | Added lists for indices to template context | Dimitri van Heesch | 2014-08-02 | 4 | -50/+296 |
|
|
* | Added member indexes to template context | Dimitri van Heesch | 2014-08-02 | 2 | -21/+271 |
|
|
* | Addition of module data to context and alphaIndex filter | Dimitri van Heesch | 2014-08-02 | 7 | -546/+1055 |
|
|
* | Added namespace info to the context | Dimitri van Heesch | 2014-08-02 | 2 | -5/+215 |
|
|
* | Added mainpage to context and improved page tree | Dimitri van Heesch | 2014-08-02 | 5 | -34/+130 |
|
|
* | Minor fixes to the template context | Dimitri van Heesch | 2014-08-02 | 2 | -5/+4 |
|
|
* | changed append filter and added index and path attributes to node | Dimitri van Heesch | 2014-08-02 | 1 | -2/+57 |
|
|
* | Added flatten, listsort and paginate filters | Dimitri van Heesch | 2014-08-02 | 1 | -0/+182 |
|
|
* | Merge pull request #203 from albert-github/feature/bug_733856 | Dimitri van Heesch | 2014-08-02 | 2 | -0/+3 |
|\ |
|
| * | Bug 733856 - segfault in QGListIterator while parsing fortran code | albert-github | 2014-07-30 | 2 | -0/+3 |
|
|
* | | Merge pull request #204 from albert-github/feature/bug_message_length | Dimitri van Heesch | 2014-08-02 | 1 | -3/+3 |
|\ \ |
|
| * | | Messages truncated in warnings file | albert-github | 2014-07-30 | 1 | -3/+3 |
| |/ |
|
* | | Merge branch 'vhdl' | Dimitri van Heesch | 2014-08-02 | 14 | -3042/+3665 |
|\ \
| |/
|/| |
|
| * | New VHDL parser implementation | Dimitri van Heesch | 2014-08-02 | 14 | -3042/+3665 |
|
|
* | | Merge pull request #202 from jannick0/master | Dimitri van Heesch | 2014-07-20 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Update dot.cpp | jannick0 | 2014-07-19 | 1 | -1/+1 |
|
|
* | | More robust extraction of scope information from tag files | Dimitri van Heesch | 2014-07-18 | 2 | -15/+25 |
|
|
* | | Merge pull request #196 from albert-github/feature/bug_702584_2 | Dimitri van Heesch | 2014-07-13 | 2 | -2/+6 |
|\ \ |
|
| * | | Bug 702584 - \cite rejects valid BibTeX keys | albert-github | 2014-07-06 | 2 | -2/+6 |
|
|
* | | | Merge pull request #190 from wtschueller/fix705503 | Dimitri van Heesch | 2014-07-13 | 1 | -5/+52 |
|\ \ \ |
|
| * | | | Bug 705503 - TCL: Documentation of oo::define is not working | wtschueller | 2014-06-28 | 1 | -5/+52 |
| |/ / |
|
* | | | Merge pull request #189 from wtschueller/master | Dimitri van Heesch | 2014-07-13 | 1 | -36/+233 |
|\ \ \ |
|
| * | | | Tcl: correct namespace resolution in case of INLINE_SOURCES = YES | wtschueller | 2014-07-12 | 1 | -1/+19 |
|
|
| * | | | Tcl: refactor similar code into tcl_codify_token function | wtschueller | 2014-06-19 | 1 | -96/+47 |
|
|
| * | | | Tcl: support switch command | wtschueller | 2014-06-18 | 1 | -1/+182 |
|
|
| * | | | Tcl: support eval/catch commands | wtschueller | 2014-06-17 | 1 | -2/+49 |
|
|
* | | | | Documentation generator: added support for C# property accessors visibility m... | Maksim Osipov | 2014-07-04 | 4 | -6/+90 |
|
|
* | | | | Language parser: added support for C# property accessors visibility modifiers. | Maksim Osipov | 2014-07-03 | 2 | -0/+8 |
| |/ /
|/| | |
|
* | | | Bug 731985 - Variadic macros failing to expand if trailing ... is empty | Dimitri van Heesch | 2014-06-24 | 1 | -2/+3 |
|
|
* | | | Merge branch 'docbook' | Dimitri van Heesch | 2014-06-20 | 16 | -217/+380 |
|\ \ \ |
|
| * | | | Docbook output improvements | Dimitri van Heesch | 2014-06-20 | 16 | -186/+390 |
| |/ / |
|
* | | | Merge pull request #186 from albert-github/feature/bug_702584 | Dimitri van Heesch | 2014-06-20 | 1 | -0/+4 |
|\ \ \ |
|
| * | | | Bug 702584 - \cite rejects valid BibTeX keys | albert-github | 2014-06-19 | 1 | -0/+4 |
| |/ / |
|
* | | | resolves the error of unbalanced tags opened/closed in docbook output: parser... | Allan Clark | 2014-06-17 | 1 | -1/+10 |
|/ / |
|
* | | Bug 730520 - No documentation generated for method-less C++ struct | Dimitri van Heesch | 2014-06-16 | 4 | -10/+20 |
|
|
* | | Merge pull request #181 from wtschueller/master | Dimitri van Heesch | 2014-06-16 | 1 | -74/+218 |
|\ \ |
|
| * | | Tcl: recurse for [] | wtschueller | 2014-06-11 | 1 | -74/+182 |
|
|
| * | | Tcl: collect XRefs also if INLINE_SOURCES = no | wtschueller | 2014-06-10 | 1 | -0/+36 |
|
|
* | | | Added build support for Python3+ and Python2.6+ | Dimitri van Heesch | 2014-06-15 | 4 | -173/+179 |
|
|
* | | | Merge pull request #179 from jwakely/patch-2 | Dimitri van Heesch | 2014-06-11 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Fix typo | Jonathan Wakely | 2014-06-06 | 1 | -1/+1 |
|
|
* | | | Bug 731363 - Callgraphs for C# only generated for methods inside the same class | Dimitri van Heesch | 2014-06-10 | 1 | -75/+81 |
|
|
* | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2014-06-09 | 1 | -1/+1 |
|\ \ \ |
|
| * \ \ | Merge pull request #178 from ellert/master | Dimitri van Heesch | 2014-06-09 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | \usepackage{fixltx2e} must come before use \usepackage{float} | Mattias Ellert | 2014-06-04 | 1 | -1/+1 |
| | |/ / |
|
* | | | | Bug 731238 - Dead links in html documentation when using tabs for indentation... | Dimitri van Heesch | 2014-06-07 | 1 | -2/+3 |
|/ / / |
|