Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #232 from albert-github/feature/problem_mathptmx | Dimitri van Heesch | 2014-10-21 | 1 | -1/+0 |
|\ | | | | | Package mathptmx gives discrepancy between pdf and HTML formulas | ||||
| * | Package mathptmx gives discrepancy between pdf and HTML formulas | albert-github | 2014-10-05 | 1 | -1/+0 |
| | | | | | | | | | | When using the mathcal command in formulas the mathptmx package gives in the different output version different letters. When the mathptmx, more exuberant, type of fonts are to be used they can be added by means of the EXTRA_PACKAGES option for the dot version. | ||||
* | | Merge pull request #235 from albert-github/feature/bug_738063 | Dimitri van Heesch | 2014-10-11 | 2 | -3/+25 |
|\ \ | | | | | | | Bug 738063 - Fortran attribute contiguous not identified | ||||
| * | | Bug 738063 - Fortran attribute contiguous not identified | albert-github | 2014-10-11 | 2 | -3/+25 |
| |/ | | | | | | | Added keywords contiguous and volatile | ||||
* | | Merge pull request #234 from albert-github/feature/bug_toc | Dimitri van Heesch | 2014-10-11 | 1 | -1/+1 |
|\ \ | | | | | | | Empty entry in \tableofcontents in case e.g. section without description | ||||
| * | | Empty entry in \tableofcontents in case e.g. section without description. | albert-github | 2014-10-11 | 1 | -1/+1 |
| |/ | | | | | | | In case a section, subsection etc just has a tag and not a description in the \tableofcontents there is nothing mentioned. With this patch the tag is used as description when no description is present, as is done on other places as well (consistency and no empty items in the \tableofcontents). | ||||
* | | Merge pull request #233 from albert-github/feature/bug_cite_perl | Dimitri van Heesch | 2014-10-11 | 1 | -2/+9 |
|\ \ | | | | | | | Generate error message in case bibtex generation fails | ||||
| * | | Generate error message in case bibtex generation fails | albert-github | 2014-10-10 | 1 | -2/+9 |
| |/ | | | | | | | In case bibtex fails no message is given. When perl is missing the OS just emits an message. With this patch doxygen logs a message (analogous to other calls to portable_system) | ||||
* | | Bug 737444 - Java: Annotations with brackets prevent documentation | Dimitri van Heesch | 2014-10-11 | 1 | -1/+1 |
| | | |||||
* | | Fixed to small memory leaks | Dimitri van Heesch | 2014-09-28 | 3 | -1/+6 |
|/ | |||||
* | Fixed problem finding \enduml when using /// style comments. | Dimitri van Heesch | 2014-09-26 | 1 | -2/+9 |
| | |||||
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2014-09-23 | 1 | -1/+1 |
|\ | |||||
| * | Merge pull request #231 from hansonw/master | Dimitri van Heesch | 2014-09-23 | 1 | -1/+1 |
| |\ | | | | | | | Fix bug with C++11 static_assert | ||||
| | * | Fix bug with C++11 static_assert | hanson.wang | 2014-09-16 | 1 | -1/+1 |
| | | | | | | | | | | | | When processing a C++11 static_assert, we wish to skip the arguments. However, the `roundCount` is set to 1 despite the fact that the `SkipRound` routine will increment `roundCount` when it's entered. This causes the rest of the class to be skipped entirely. | ||||
* | | | Bug 736389 - [PATCH] Fix a potential null pointer dereference in ↵ | Dimitri van Heesch | 2014-09-23 | 1 | -2/+1 |
| | | | | | | | | | | | | src/vhdldocgen.cpp | ||||
* | | | Bug 736387 - [PATCH] Fix a potential null pointer dereference in src/index.cpp | Dimitri van Heesch | 2014-09-23 | 1 | -2/+2 |
| | | | |||||
* | | | Bug 736386 - [PATCH] Fix another potential null pointer dereference in ↵ | Dimitri van Heesch | 2014-09-23 | 1 | -1/+1 |
| | | | | | | | | | | | | src/util.cpp | ||||
* | | | Bug 736385 - [PATCH] Fix potential null pointer dereference in src/util.cpp | Dimitri van Heesch | 2014-09-23 | 1 | -1/+1 |
| | | | |||||
* | | | Bug 736023 - [PATCH] Remove not needed variable initialization in src/cite.cpp | Dimitri van Heesch | 2014-09-23 | 1 | -1/+0 |
| | | | |||||
* | | | Bug 736022 - [PATCH] Fix potential null pointer dereference in src/index.cpp | Dimitri van Heesch | 2014-09-23 | 3 | -5/+5 |
| | | | |||||
* | | | Bug 736020 - [PATCH] Fix identical code for different branches in ↵ | Dimitri van Heesch | 2014-09-23 | 1 | -2/+2 |
| | | | | | | | | | | | | src/translator_tw.h | ||||
* | | | Bug 736018 - [PATCH] Fix potential null pointer dereference in ↵ | Dimitri van Heesch | 2014-09-23 | 1 | -1/+1 |
| | | | | | | | | | | | | src/dbusxmlscanner.cpp | ||||
* | | | Bug 735985 - [PATCH] Fix missing unchecked return value in src/dot.cpp | Dimitri van Heesch | 2014-09-23 | 1 | -1/+5 |
| | | | |||||
* | | | Bug 735982 - [PATCH] Fix potential allocation of huge memory amount due to ↵ | Dimitri van Heesch | 2014-09-23 | 1 | -3/+6 |
| | | | | | | | | | | | | type overflow in src/lodepng.cpp | ||||
* | | | Bug 735929 - [PATCH] Windows: Process exit code is ignored for processes ↵ | Dimitri van Heesch | 2014-09-23 | 1 | -1/+7 |
| | | | | | | | | | | | | launched using ShellExecuteEx() | ||||
* | | | Bug 735926 - [PATCH] RTF output: \\diafile and \\mscfile do not work | Dimitri van Heesch | 2014-09-23 | 1 | -5/+6 |
| | | | |||||
* | | | Bug 735925 - [Patch] DocBook: Possible name clash for generated image files | Dimitri van Heesch | 2014-09-23 | 1 | -1/+1 |
| | | | |||||
* | | | Bug 735924 - [Patch] Documentation: Wrong link for \\diafile | Dimitri van Heesch | 2014-09-23 | 1 | -1/+1 |
| | | | |||||
* | | | Bug 735376 - tag file: Unknown compound attribute `singleton' found! | Dimitri van Heesch | 2014-09-22 | 2 | -2/+16 |
|/ / | |||||
* | | Merge branch 'tagfile' | Dimitri van Heesch | 2014-09-22 | 24 | -395/+775 |
|\ \ | |/ |/| | |||||
| * | Bug 736992 - Member functions omitted from tagfile | Dimitri van Heesch | 2014-09-22 | 24 | -395/+775 |
| | | |||||
* | | Merge pull request #226 from albert-github/feature/plantuml_include | Dimitri van Heesch | 2014-09-16 | 2 | -1/+26 |
|\ \ | | | | | | | Support plantuml !include statement | ||||
| * | | Support plantuml !include statement | albert-github | 2014-09-07 | 2 | -1/+26 |
| | | | | | | | | | | | | Support the plantuml !include statement by using the newly defined PLANTUML_INCLUDE_PATH | ||||
* | | | Merge pull request #225 from albert-github/feature/plantuml_charset | Dimitri van Heesch | 2014-09-16 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Support charset option for PlantUML | ||||
| * | | | Support charset option for PlantUNL | albert-github | 2014-09-07 | 1 | -0/+1 |
| |/ / | | | | | | | | | | Use as charset for PlantUML the same character set as de INPUT_ENCODING of the input source | ||||
* | | | Merge pull request #224 from albert-github/feature/bug_634763_2 | Dimitri van Heesch | 2014-09-16 | 1 | -4/+20 |
|\ \ \ | | | | | | | | | Bug 634763 - Fortran: external subroutine as dummy argument not recognized | ||||
| * | | | Bug 634763 - Fortran: external subroutine as dummy argument not recognized | albert-github | 2014-09-07 | 1 | -4/+20 |
| |/ / | | | | | | | | | | | | | Besides as as attribute the external can also be used as "type" Previous commit (pull request 121) was reverted (pull request 122) due to warning message. | ||||
* | | | Merge pull request #223 from albert-github/feature/bug_735198 | Dimitri van Heesch | 2014-09-16 | 1 | -1/+12 |
|\ \ \ | |_|/ |/| | | Bug 735198 - plantUML requires epstopdf for building PDF files | ||||
| * | | Bug 735198 - plantUML requires epstopdf for building PDF files | albert-github | 2014-09-07 | 1 | -1/+12 |
| | | | | | | | | | | | | Added conversion from eps to pdf, analogous to dia and msc | ||||
* | | | Regression class<T extends V> resulted in class<V> as the page title | Dimitri van Heesch | 2014-09-14 | 5 | -15/+20 |
| | | | |||||
* | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2014-09-11 | 4 | -24/+406 |
|\ \ \ | |||||
| * \ \ | Merge pull request #163 from squan888/master | Dimitri van Heesch | 2014-09-11 | 2 | -3/+19 |
| |\ \ \ | | | | | | | | | | | Bug 729236 - Added HIDE_COMPOUND_REFERENCE config option | ||||
| | * | | | Bug 729236 - Added HIDE_COMPOUND_REFERENCE config option | Stephen Quan | 2014-04-30 | 2 | -3/+19 |
| | | | | | |||||
| * | | | | Portuguese and Brazilian Portuguese translators updated to 1.8.5. | Fabio Jun Takada Chino | 2014-09-10 | 2 | -21/+387 |
| | | | | | |||||
* | | | | | Fix to show relations between C#/Java generic classes | Dimitri van Heesch | 2014-09-11 | 1 | -11/+21 |
| | | | | | |||||
* | | | | | Bug 736027 - [PATCH] Remove not needed local variable in src/doxygen.cpp | Dimitri van Heesch | 2014-09-09 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Bug 736029 - [PATCH] Remove redundant if/else branch in src/lodepng.cpp | Dimitri van Heesch | 2014-09-09 | 1 | -12/+3 |
| | | | | | |||||
* | | | | | Bug 736030 - [PATCH] Remove redundant if/else branch in src/translator_lt.h | Dimitri van Heesch | 2014-09-09 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Bug 736031 - [PATCH] Cleanup redundant if/else branch in src/translator_kr.h | Dimitri van Heesch | 2014-09-09 | 1 | -3/+3 |
| | | | | | |||||
* | | | | | Bug 736032 - [PATCH] Cleanup redundant if/else branch in src/translator_sr.h | Dimitri van Heesch | 2014-09-09 | 1 | -8/+8 |
| | | | | |