summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Various VHDL fixesDimitri van Heesch2014-11-0624-1217/+1248
|
* Fixed issue accessing uninitialized data when combining RTF output.Dimitri van Heesch2014-11-021-5/+6
|
* Debian Bug 762272: segfault with cyclic subgroupsDimitri van Heesch2014-11-021-10/+41
|
* Compilation fixes for Windows for new string implementation.Dimitri van Heesch2014-10-256-29/+29
|
* Fixed extension matching issue if path contained a dot.Dimitri van Heesch2014-10-241-1/+2
|
* Added guard to prevent (theoretical) out of bound accessDimitri van Heesch2014-10-231-3/+7
|
* Avoid a (theoretical) memory leakDimitri van Heesch2014-10-231-3/+3
|
* Initialized potentially uninitialized variable in markdown partDimitri van Heesch2014-10-231-1/+1
|
* Introduce new optimized string implementation (attempt 2)Dimitri van Heesch2014-10-2317-1640/+861
|
* Added compilation support for MacOSX 10.10 (yosemite)Dimitri van Heesch2014-10-221-1/+4
|
* Reverted back to old string implementation. New one needs more work.Dimitri van Heesch2014-10-215-779/+1583
|
* Added clearer range checks for string class to help compilerDimitri van Heesch2014-10-211-4/+4
|
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-10-217-7/+32
|\
| * Merge pull request #242 from albert-github/feature/plantuml_dependencyfeature2Dimitri van Heesch2014-10-211-2/+2
| |\ | | | | | | Remove dependency of PLantUML on HAVE_DOT
| | * Remove dependency of PLantUML on HAVE_DOTalbert-github2014-10-181-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_738754Dimitri van Heesch2014-10-211-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-github2014-10-151-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_738548Dimitri van Heesch2014-10-211-0/+9
| |\ \ | | | | | | | | Bug 738548 - latex: dead links to source code
| | * | Bug 738548 - latex: dead links to source codealbert-github2014-10-151-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/masterDimitri van Heesch2014-10-212-3/+9
| |\ \ | | | | | | | | Updated configuration script and libdoxygen.pro.in to use llvm-config
| | * | Updated configuration script and libdoxygen.pro.in to use llvm-configClaus Stovgaard2014-10-142-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_codecommentDimitri van Heesch2014-10-211-0/+11
| |\ \ | | | | | | | | Last comment of \code{.f90} missing
| | * | Last comment of \code{.f90} missingalbert-github2014-10-111-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_mathptmxDimitri van Heesch2014-10-211-1/+0
| |\ \ \ | | | | | | | | | | Package mathptmx gives discrepancy between pdf and HTML formulas
| | * | | Package mathptmx gives discrepancy between pdf and HTML formulasalbert-github2014-10-051-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 implementationDimitri van Heesch2014-10-212-803/+15
|/ / /
* | | Added faster reference counted string implementation with short string ↵Dimitri van Heesch2014-10-217-1584/+1568
| |/ |/| | | | | optimization
* | Merge pull request #235 from albert-github/feature/bug_738063Dimitri van Heesch2014-10-112-3/+25
|\ \ | | | | | | Bug 738063 - Fortran attribute contiguous not identified
| * | Bug 738063 - Fortran attribute contiguous not identifiedalbert-github2014-10-112-3/+25
| |/ | | | | | | Added keywords contiguous and volatile
* | Merge pull request #234 from albert-github/feature/bug_tocDimitri van Heesch2014-10-111-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-github2014-10-111-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_perlDimitri van Heesch2014-10-111-2/+9
|\ \ | | | | | | Generate error message in case bibtex generation fails
| * | Generate error message in case bibtex generation failsalbert-github2014-10-101-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 documentationDimitri van Heesch2014-10-111-1/+1
| |
* | Fixed to small memory leaksDimitri van Heesch2014-09-283-1/+6
|/
* Fixed problem finding \enduml when using /// style comments.Dimitri van Heesch2014-09-261-2/+9
|
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-09-231-1/+1
|\
| * Merge pull request #231 from hansonw/masterDimitri van Heesch2014-09-231-1/+1
| |\ | | | | | | Fix bug with C++11 static_assert
| | * Fix bug with C++11 static_asserthanson.wang2014-09-161-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 Heesch2014-09-231-2/+1
| | | | | | | | | | | | src/vhdldocgen.cpp
* | | Bug 736387 - [PATCH] Fix a potential null pointer dereference in src/index.cppDimitri van Heesch2014-09-231-2/+2
| | |
* | | Bug 736386 - [PATCH] Fix another potential null pointer dereference in ↵Dimitri van Heesch2014-09-231-1/+1
| | | | | | | | | | | | src/util.cpp
* | | Bug 736385 - [PATCH] Fix potential null pointer dereference in src/util.cppDimitri van Heesch2014-09-231-1/+1
| | |
* | | Bug 736023 - [PATCH] Remove not needed variable initialization in src/cite.cppDimitri van Heesch2014-09-231-1/+0
| | |
* | | Bug 736022 - [PATCH] Fix potential null pointer dereference in src/index.cppDimitri van Heesch2014-09-233-5/+5
| | |
* | | Bug 736020 - [PATCH] Fix identical code for different branches in ↵Dimitri van Heesch2014-09-231-2/+2
| | | | | | | | | | | | src/translator_tw.h
* | | Bug 736018 - [PATCH] Fix potential null pointer dereference in ↵Dimitri van Heesch2014-09-231-1/+1
| | | | | | | | | | | | src/dbusxmlscanner.cpp
* | | Bug 735985 - [PATCH] Fix missing unchecked return value in src/dot.cppDimitri van Heesch2014-09-231-1/+5
| | |
* | | Bug 735982 - [PATCH] Fix potential allocation of huge memory amount due to ↵Dimitri van Heesch2014-09-231-3/+6
| | | | | | | | | | | | type overflow in src/lodepng.cpp
* | | Bug 735929 - [PATCH] Windows: Process exit code is ignored for processes ↵Dimitri van Heesch2014-09-231-1/+7
| | | | | | | | | | | | launched using ShellExecuteEx()