Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #459 from albert-github/feature/bug_763720 | Dimitri van Heesch | 2016-03-19 | 1 | -0/+1 |
|\ | | | | | Bug 763720 - Exclusion of a new line at the end of source code file causing nesting of HTML code for function documentation | ||||
| * | Bug 763720 - Exclusion of a new line at the end of source code file causing ↵ | albert-github | 2016-03-18 | 1 | -1/+1 |
| | | | | | | | | | | | | nesting of HTML code for function documentation Update based on comment by D.v.Heesch | ||||
| * | Bug 763720 - Exclusion of a new line at the end of source code file causing ↵ | albert-github | 2016-03-17 | 1 | -0/+1 |
| | | | | | | | | | | | | nesting of HTML code for function documentation In case a code fragment does not end with a newline add it explicitly, otherwise following descriptive element might get into the same box. | ||||
* | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2016-03-17 | 3 | -9/+68 |
|\ \ | |||||
| * \ | Merge pull request #458 from schachmat/patch-1 | Dimitri van Heesch | 2016-03-17 | 1 | -2/+2 |
| |\ \ | | | | | | | | | mangen.h: remove italic in brief member descriptions | ||||
| | * | | mangen.h: remove italic in brief member descriptions | schachmat | 2016-03-16 | 1 | -2/+2 |
| | |/ | | | | | | | | | | nroff does not support italic text and replaces it with underlined text which looks weird on the brief description text. | ||||
| * | | Merge pull request #457 from clone2727/bug306025 | Dimitri van Heesch | 2016-03-17 | 1 | -7/+7 |
| |\ \ | | | | | | | | | Bug 306025 - Fix missing title in non-page docanchors from tag files | ||||
| | * | | Bug 306025 - Fix missing title in non-page docanchors from tag files | Matthew Hoops | 2016-03-16 | 1 | -7/+7 |
| | |/ | |||||
| * | | Merge pull request #456 from grypho/master | Dimitri van Heesch | 2016-03-17 | 1 | -0/+59 |
| |\ \ | | |/ | |/| | Feature: Translations for german language (changes since 1.8.4) | ||||
| | * | Feature: Translations for german language (changes since 1.8.4) | Carsten Schumann | 2016-03-15 | 1 | -0/+59 |
| |/ | |||||
* | | Bug 763471 - imported section anchors are copied in project tagfile | Dimitri van Heesch | 2016-03-14 | 1 | -1/+1 |
|/ | |||||
* | Fix for changed references due to different removeRedudantWhiteSpace() ↵ | Dimitri van Heesch | 2016-03-13 | 2 | -10/+10 |
| | | | | implementation | ||||
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2016-03-13 | 2 | -0/+11 |
|\ | |||||
| * | Merge pull request #454 from albert-github/feature/bug_763104 | Dimitri van Heesch | 2016-03-13 | 1 | -0/+3 |
| |\ | | | | | | | Bug 763104 - hyperref link label drop underscores | ||||
| | * | Bug 762982 - regression, Unescaped percent sign in doxygen output | albert-github | 2016-03-05 | 1 | -0/+2 |
| | | | | | | | | | | | | Besides the fact that the % sign was not escaped also the & was missing and had to be escaped as well. | ||||
| | * | Bug 763104 - hyperref link label drop underscores | albert-github | 2016-03-05 | 1 | -0/+1 |
| | | | | | | | | | | | | underscores were not escaped in the content for "PDF summary/index in the left tab" | ||||
| * | | Merge pull request #455 from albert-github/feature/flex_flag_ninja | Dimitri van Heesch | 2016-03-13 | 1 | -0/+8 |
| |\ \ | | |/ | |/| | Adding compilation options for flex/lex and bison/yacc | ||||
| | * | Adding compilation options for flex/lex and bison/yacc | albert-github | 2016-03-05 | 1 | -0/+8 |
| |/ | | | | | | | | | | | | | The pull request #419 didn't work for the ninja build platform The pull request #442 did only work when cmake was called but not during compilation ("make") In this patch we set the LEX_FLAGS and YACC_FLAGS when specified on the command line with cmake to the specified value, in the other case these flags are for the Ninja build system they are omitted and for all other build systems they are set to $(LEX_FLAGS) and $(YACC_FLAGS) so they can be used during runtime as well. | ||||
* | | reimplemented removeRedundantWhiteSpace() to improve performance | Dimitri van Heesch | 2016-03-13 | 1 | -154/+231 |
| | | |||||
* | | Fixed wrong <p> nesting issue for call/caller graphs | Dimitri van Heesch | 2016-03-08 | 1 | -4/+4 |
|/ | |||||
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2016-02-14 | 1 | -4/+4 |
|\ | |||||
| * | Merge pull request #453 from waltronix/master | Dimitri van Heesch | 2016-02-11 | 1 | -4/+4 |
| |\ | | | | | | | Master | ||||
| | * | fixed rtf subsection | Andreas Walter | 2016-02-11 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | There was a problem with the table of contents when using subsections in rtf files. | ||||
| | * | Merge remote-tracking branch 'refs/remotes/doxygen/master' | Andreas Walter | 2016-02-04 | 181 | -5808/+6757 |
| | |\ | |||||
* | | | | Bug 757509 - __init__.py causes to ignore some inheritance | Dimitri van Heesch | 2016-02-14 | 1 | -1/+1 |
|/ / / | |||||
* | | | Bug 753608 - Link of typedef within namespace on group pages missing | Dimitri van Heesch | 2016-02-08 | 1 | -17/+24 |
| | | | |||||
* | | | Fixed issue escaping ndashes (\--) and mdashes (\---) | Dimitri van Heesch | 2016-02-07 | 3 | -16/+14 |
| | | | |||||
* | | | Fix for empty file name | Dimitri van Heesch | 2016-02-07 | 1 | -0/+1 |
| | | | |||||
* | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2016-02-07 | 8 | -64/+71 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge pull request #450 from jwilk/spelling | Dimitri van Heesch | 2016-02-02 | 6 | -56/+55 |
| |\ \ | | | | | | | | | Fix documentation typos | ||||
| | * | | Fix documentation typos | Jakub Wilk | 2016-02-02 | 6 | -56/+55 |
| | | | | |||||
| * | | | Merge pull request #449 from albert-github/feature/bug_504305 | Dimitri van Heesch | 2016-02-02 | 1 | -0/+6 |
| |\ \ \ | | | | | | | | | | | Bug 504305 - FILTER_PATTERNS won't take command with arguments | ||||
| | * | | | Bug 504305 - FILTER_PATTERNS won't take command with arguments | albert-github | 2016-01-31 | 1 | -0/+6 |
| | |/ / | | | | | | | | | | | | | INPUT_FILTER is a string so multiple values are read till the end of the line and quotes are automatically removed. FILTER_PATTERNS and FILTER_SOURCE_PATTERNS are list of strings so with multiple arguments for one extension quotes are mandatory, but they were not removed. | ||||
| * | | | Merge pull request #448 from albert-github/feature/bug_761139 | Dimitri van Heesch | 2016-02-02 | 1 | -8/+10 |
| |\ \ \ | | | | | | | | | | | Bug 761139 - python unicode docstrings are ignored | ||||
| | * | | | Bug 761139 - python unicode docstrings are ignored | albert-github | 2016-01-29 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | | | | | End of the doctrings can be only triple double or single quotes not with optional u or r or even ! at the end. | ||||
| | * | | | Bug 761139 - python unicode docstrings are ignored | albert-github | 2016-01-27 | 1 | -4/+4 |
| | |/ / | | | | | | | | | | | | | Added support for raw and unicode docstrings in python scanner (was already available in python code scanner) | ||||
* | | | | Optimized use of convertNameToFile to improve performance | Dimitri van Heesch | 2016-02-07 | 12 | -141/+126 |
| | | | | |||||
* | | | | Bug 752712 - last entry missing in a @name group of typedefs | Dimitri van Heesch | 2016-02-06 | 2 | -0/+11 |
|/ / / | |||||
* | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2016-02-02 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge pull request #447 from albert-github/feature/bug_761007 | Dimitri van Heesch | 2016-01-24 | 1 | -1/+1 |
| |\ \ | | | | | | | | | Bug 761007 - Spaces between the closing bracket of the typename and the opening bracket of the parameter list cause detection issues. | ||||
| | * | | Bug 761007 - Spaces between the closing bracket of the typename and the ↵ | albert-github | 2016-01-24 | 1 | -1/+1 |
| |/ / | | | | | | | | | | | | | | | | opening bracket of the parameter list cause detection issues. Adding possibility to have spaces between ) and ( | ||||
* | | | Reimplemented node renumbering for dot graph to improve performance | Dimitri van Heesch | 2016-02-02 | 3 | -112/+105 |
| | | | |||||
* | | | Improved sorting performance for directories and files | Dimitri van Heesch | 2016-01-31 | 2 | -5/+32 |
| | | | |||||
* | | | Minor performance improvement sorting directories | Dimitri van Heesch | 2016-01-31 | 1 | -1/+2 |
| | | | |||||
* | | | Bug 760836 - Phantom variables/functions in XML, created from non-code files | Dimitri van Heesch | 2016-01-31 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #437 from gruenich/master | Dimitri van Heesch | 2016-01-23 | 7 | -30/+83 |
|\ \ | | | | | | | Fix a bunch of compiler warnings | ||||
| * | | Update LICENSE file to latest from FSF | Christoph Grüninger | 2016-01-23 | 1 | -22/+21 |
| | | | | | | | | | | | | Refelcts new FSF address. | ||||
| * | | Fix order of member initilaization | Christoph Grüninger | 2016-01-23 | 2 | -2/+2 |
| | | | |||||
| * | | Remove unused variables | Christoph Grüninger | 2016-01-23 | 4 | -6/+1 |
| | | | |||||
| * | | Fix return-type warnings with -DNDEBUG | Christoph Grüninger | 2016-01-23 | 1 | -0/+59 |
| | | |