Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 733938 - Explicit links using operator()() not generated. | Dimitri van Heesch | 2014-08-03 | 1 | -4/+5 |
| | |||||
* | Merge pull request #205 from albert-github/feature/bug_libcpmd_windows_link | Dimitri van Heesch | 2014-08-03 | 1 | -1/+1 |
|\ | | | | | Error linking 32-bit windows | ||||
| * | Error linking 32-bit windows | albert-github | 2014-08-03 | 1 | -1/+1 |
|/ | | | | | | On Windows there were unresolved debug symbols resulting from libcpmtd. Adding this file to the ignore list solves the link issue. Remains: LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library even though libcmt is added. | ||||
* | 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 | 4 | -36/+187 |
| | |||||
* | 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 | 3 | -7/+217 |
| | |||||
* | 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 | ||||
| * | Bug 733856 - segfault in QGListIterator while parsing fortran code | albert-github | 2014-07-30 | 2 | -0/+3 |
| | | | | | | | | | | Problem with variables with the name type versus type definitions. type followed by = is recognized as not being a type definition instead of the use of a variable. | ||||
* | | 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 | ||||
| * | | Messages truncated in warnings file | albert-github | 2014-07-30 | 1 | -3/+3 |
| |/ | | | | | | | | | | | | | The current limit for a message length in the messages file is 4095 characters. Most of the time this is more than sufficient, but in case of Fortran and a lot of arguments this might not be sufficient. With Fortran the "data type" can be quite long as it can also includes words like: double precision, dimension, intent(inout) etc. When we have a lot of arguments and just one is described it also tries to write out the names of the non-described parameter/ arguments with the word parameter prepended resulting in an even longer line. This patch increases the size of the buffer. | ||||
* | | Fixed missing include for Linux | Dimitri van Heesch | 2014-08-02 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'vhdl' | Dimitri van Heesch | 2014-08-02 | 43 | -3088/+34730 |
|\ \ | |/ |/| | |||||
| * | New VHDL parser implementation | Dimitri van Heesch | 2014-08-02 | 43 | -3088/+34730 |
| | | |||||
* | | Merge pull request #202 from jannick0/master | Dimitri van Heesch | 2014-07-20 | 1 | -1/+1 |
|\ \ | |/ |/| | Update dot.cpp: comma added for dot syntax | ||||
| * | Update dot.cpp | jannick0 | 2014-07-19 | 1 | -1/+1 |
| | | | | | | comma added for dot syntax | ||||
* | | More robust extraction of scope information from tag files | Dimitri van Heesch | 2014-07-18 | 2 | -15/+25 |
| | | |||||
* | | Disabled/fixed segments that produced doxygen warnings while running the test | Dimitri van Heesch | 2014-07-13 | 5 | -64/+24 |
| | | |||||
* | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2014-07-13 | 39 | -103/+1841 |
|\ \ | |||||
| * \ | Merge pull request #197 from wtschueller/fix729092 | Dimitri van Heesch | 2014-07-13 | 4 | -0/+118 |
| |\ \ | | | | | | | | | Tcl: Bug 729092 | ||||
| | * | | Tcl: add test code for Bug 729092 | wtschueller | 2014-07-13 | 4 | -0/+118 |
| | | | | |||||
| * | | | 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 | ||||
| | * | | | Bug 702584 - \cite rejects valid BibTeX keys | albert-github | 2014-07-06 | 2 | -2/+6 |
| | |/ / | | | | | | | | | | | | | Added possibility for . (dot) and + (bit analogous to file names. A . (dot) cannot be the last character) | ||||
| * | | | Merge pull request #191 from wtschueller/fix_729135 | Dimitri van Heesch | 2014-07-13 | 2 | -1/+47 |
| |\ \ \ | | | | | | | | | | | Update test 058 because commit 9d315a9 fixes also Bug 729135 | ||||
| | * | | | Update test 058 because commit 9d315a9 fixes also Bug 729135 | wtschueller | 2014-06-20 | 2 | -1/+47 |
| | |/ / | | | | | | | | | | | | | | | | | --HG-- extra : rebase_source : aedb08ea08b1b0a983e31a11765c75b56c0b5ceb | ||||
| * | | | Merge pull request #190 from wtschueller/fix705503 | Dimitri van Heesch | 2014-07-13 | 3 | -5/+141 |
| |\ \ \ | | | | | | | | | | | Bug 705503 - TCL: Documentation of oo::define is not working | ||||
| | * | | | Bug 705503 - TCL: Documentation of oo::define is not working | wtschueller | 2014-06-28 | 3 | -5/+141 |
| | |/ / | |||||
| * | | | Merge pull request #189 from wtschueller/master | Dimitri van Heesch | 2014-07-13 | 23 | -89/+1431 |
| |\ \ \ | | | | | | | | | | | Support more Tcl commands | ||||
| | * | | | Tcl: add missing file that breaks test 057 | wtschueller | 2014-07-12 | 1 | -0/+4 |
| | | | | | |||||
| | * | | | Tcl: test 057 additionally tests mutual Xrefs for two files | wtschueller | 2014-07-12 | 13 | -53/+126 |
| | | | | | |||||
| | * | | | Tcl: correct namespace resolution in case of INLINE_SOURCES = YES | wtschueller | 2014-07-12 | 5 | -1/+213 |
| | | | | | |||||
| | * | | | Tcl: refactor similar code into tcl_codify_token function | wtschueller | 2014-06-19 | 1 | -96/+47 |
| | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- extra : rebase_source : 71a597ee1427c9ee52d8879ffc360f91912f8561 | ||||
| | * | | | Tcl: support switch command | wtschueller | 2014-06-18 | 3 | -1/+778 |
| | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- extra : rebase_source : f516669986006db5aca6af6417f323e57fa848d1 | ||||
| | * | | | Tcl: support eval/catch commands | wtschueller | 2014-06-17 | 3 | -2/+327 |
| | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- extra : rebase_source : 5d7e3a2b3c549419c672cddd8d780542053d68bb | ||||
| * | | | | Merge pull request #193 from codemaximus/csprops | Dimitri van Heesch | 2014-07-13 | 6 | -6/+98 |
| |\ \ \ \ | | |_|/ / | |/| | | | Added support for C# property accessors visibility modifiers | ||||
| | * | | | Documentation generator: added support for C# property accessors visibility ↵ | Maksim Osipov | 2014-07-04 | 4 | -6/+90 |
| | | | | | | | | | | | | | | | | | | | | modifiers. | ||||
| | * | | | Language parser: added support for C# property accessors visibility modifiers. | Maksim Osipov | 2014-07-03 | 2 | -0/+8 |
| |/ / / | |||||
* | | | | Fixes for ./configure script on Solaris | Dimitri van Heesch | 2014-07-06 | 1 | -3/+7 |
|/ / / | |||||
* | | | 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 |
|\ \ \ | | | | | | | | | | | | | | | | | Conflicts: src/docbookvisitor.cpp | ||||
| * | | | Docbook output improvements | Dimitri van Heesch | 2014-06-20 | 16 | -186/+390 |
| | | | | | | | | | | | | | | | | | | | | | | | | 1. New Feature: Adapted Class Graph generation for DOCBOOK 2. Fixed DOCBOOK Code documentation formatting 3. Fixed Doxygen to handle FULL_PATH_NAMES for DOCBOOK generation | ||||
* | | | | 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 |