summaryrefslogtreecommitdiffstats
Commit message (Expand)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_DOTalbert-github2014-10-181-2/+2
| * | 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 ou...albert-github2014-10-151-1/+1
| | |/
| * | Merge pull request #239 from albert-github/feature/bug_738548Dimitri van Heesch2014-10-211-0/+9
| |\ \
| | * | Bug 738548 - latex: dead links to source codealbert-github2014-10-151-0/+9
| | |/
| * | Merge pull request #238 from frosteyes/masterDimitri van Heesch2014-10-212-3/+9
| |\ \
| | * | Updated configuration script and libdoxygen.pro.in to use llvm-configClaus Stovgaard2014-10-142-3/+9
| | |/
| * | Merge pull request #237 from albert-github/feature/bug_fortran_codecommentDimitri van Heesch2014-10-211-0/+11
| |\ \
| | * | Last comment of \code{.f90} missingalbert-github2014-10-111-0/+11
| * | | Merge pull request #232 from albert-github/feature/problem_mathptmxDimitri van Heesch2014-10-211-1/+0
| |\ \ \
| | * | | Package mathptmx gives discrepancy between pdf and HTML formulasalbert-github2014-10-051-1/+0
| | |/ /
* | | | Fixed refcounting bug in new string implementationDimitri van Heesch2014-10-212-803/+15
|/ / /
* | | Added faster reference counted string implementation with short string optimi...Dimitri van Heesch2014-10-217-1584/+1568
| |/ |/|
* | Merge pull request #235 from albert-github/feature/bug_738063Dimitri van Heesch2014-10-112-3/+25
|\ \
| * | Bug 738063 - Fortran attribute contiguous not identifiedalbert-github2014-10-112-3/+25
| |/
* | 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.albert-github2014-10-111-1/+1
| |/
* | Merge pull request #233 from albert-github/feature/bug_cite_perlDimitri van Heesch2014-10-111-2/+9
|\ \
| * | Generate error message in case bibtex generation failsalbert-github2014-10-101-2/+9
| |/
* | 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_asserthanson.wang2014-09-161-1/+1
* | | Bug 736389 - [PATCH] Fix a potential null pointer dereference in src/vhdldocg...Dimitri van Heesch2014-09-231-2/+1
* | | 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 src/ut...Dimitri van Heesch2014-09-231-1/+1
* | | 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 src/transla...Dimitri van Heesch2014-09-231-2/+2
* | | Bug 736018 - [PATCH] Fix potential null pointer dereference in src/dbusxmlsca...Dimitri van Heesch2014-09-231-1/+1
* | | 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 ty...Dimitri van Heesch2014-09-231-3/+6
* | | Bug 735929 - [PATCH] Windows: Process exit code is ignored for processes laun...Dimitri van Heesch2014-09-231-1/+7