Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Compilation fixes for Windows for new string implementation. | Dimitri van Heesch | 2014-10-25 | 6 | -29/+29 |
| | |||||
* | Fixed extension matching issue if path contained a dot. | Dimitri van Heesch | 2014-10-24 | 1 | -1/+2 |
| | |||||
* | Added guard to prevent (theoretical) out of bound access | Dimitri van Heesch | 2014-10-23 | 1 | -3/+7 |
| | |||||
* | Avoid a (theoretical) memory leak | Dimitri van Heesch | 2014-10-23 | 1 | -3/+3 |
| | |||||
* | Initialized potentially uninitialized variable in markdown part | Dimitri van Heesch | 2014-10-23 | 1 | -1/+1 |
| | |||||
* | Introduce new optimized string implementation (attempt 2) | Dimitri van Heesch | 2014-10-23 | 17 | -1640/+861 |
| | |||||
* | Added compilation support for MacOSX 10.10 (yosemite) | Dimitri van Heesch | 2014-10-22 | 1 | -1/+4 |
| | |||||
* | Reverted back to old string implementation. New one needs more work. | Dimitri van Heesch | 2014-10-21 | 5 | -779/+1583 |
| | |||||
* | Added clearer range checks for string class to help compiler | Dimitri van Heesch | 2014-10-21 | 1 | -4/+4 |
| | |||||
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2014-10-21 | 7 | -7/+32 |
|\ | |||||
| * | Merge pull request #242 from albert-github/feature/plantuml_dependencyfeature2 | Dimitri van Heesch | 2014-10-21 | 1 | -2/+2 |
| |\ | | | | | | | Remove dependency of PLantUML on HAVE_DOT | ||||
| | * | Remove dependency of PLantUML on HAVE_DOT | albert-github | 2014-10-18 | 1 | -2/+2 |
| | | | | | | | | | | | | Seen the discussion with the pull request 229 the dependency of PlantUML and HAVE dot should be removed. | ||||
| * | | Merge pull request #240 from albert-github/feature/bug_738754 | Dimitri van Heesch | 2014-10-21 | 1 | -1/+1 |
| |\ \ | | | | | | | | | Bug 738574 - … is replaced by \cdots rather than \dots in the LaTeX output | ||||
| | * | | Bug 738574 - … is replaced by \cdots rather than \dots in the LaTeX ↵ | albert-github | 2014-10-15 | 1 | -1/+1 |
| | |/ | | | | | | | | | | | | | | | | output Changed the \cdots to \dots. Based on the bug report and on http://tex.stackexchange.com/questions/77737/dots-versus-ldots-is-there-a-difference | ||||
| * | | Merge pull request #239 from albert-github/feature/bug_738548 | Dimitri van Heesch | 2014-10-21 | 1 | -0/+9 |
| |\ \ | | | | | | | | | Bug 738548 - latex: dead links to source code | ||||
| | * | | Bug 738548 - latex: dead links to source code | albert-github | 2014-10-15 | 1 | -0/+9 |
| | |/ | | | | | | | | | | For Latex an extra dependency exists. In case Latex is set and LATEX_SOURCE_CODE is not set the writing of the "Definition in file" section is disabled. | ||||
| * | | Merge pull request #238 from frosteyes/master | Dimitri van Heesch | 2014-10-21 | 2 | -3/+9 |
| |\ \ | | | | | | | | | Updated configuration script and libdoxygen.pro.in to use llvm-config | ||||
| | * | | Updated configuration script and libdoxygen.pro.in to use llvm-config | Claus Stovgaard | 2014-10-14 | 2 | -3/+9 |
| | |/ | | | | | | | | | | | | | | | | This is needed on platforms like ubuntu 14.04 where several version of clang can be installed, and the version is included in the location. The best way is to use the llvm-config if available | ||||
| * | | Merge pull request #237 from albert-github/feature/bug_fortran_codecomment | Dimitri van Heesch | 2014-10-21 | 1 | -0/+11 |
| |\ \ | | | | | | | | | Last comment of \code{.f90} missing | ||||
| | * | | Last comment of \code{.f90} missing | albert-github | 2014-10-11 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | In case e.g. an number of Fortran variables are documented as an example in a \code block and the last line looks like: INTEGER :: var !< documentation The "!< documentation" is missing as the last block was not rendered. Note: STRIP_CODE_COMMENTS has to be NO as otherwise the code comment will anyway, correctly, be absent. | ||||
| * | | | 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. | ||||
* | | | | Fixed refcounting bug in new string implementation | Dimitri van Heesch | 2014-10-21 | 2 | -803/+15 |
|/ / / | |||||
* | | | Added faster reference counted string implementation with short string ↵ | Dimitri van Heesch | 2014-10-21 | 7 | -1584/+1568 |
| |/ |/| | | | | | optimization | ||||
* | | 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 |
| | | |