summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Removed some comment statements.albert-github2014-11-291-5/+0
* Bug 687576 - Add support for LATEX_EXTRA_STYLESHEETalbert-github2014-11-296-10/+92
* Bug 739863 - Regression: Base classes incorrect when using CRTP with default ...Dimitri van Heesch2014-11-221-2/+3
* Bug 740218 - Full scope needed when making link inside cross-referenced sectionDimitri van Heesch2014-11-1716-11/+54
* Bug 739214 - Cannot make unscoped link to C++ conversion operatorDimitri van Heesch2014-11-161-1/+3
* Bug 739211 - Cannot make explicit links to C++ const member functionsDimitri van Heesch2014-11-161-1/+2
* Bug 739056 - Python xml - argsstring is empty, while HTML have argumentsDimitri van Heesch2014-11-161-0/+1
* Fixed bug in new QCString::sprintf for long string.Dimitri van Heesch2014-11-161-1/+1
* Bug 739054 - Python xml not outputting info of functions inside __init__.pyDimitri van Heesch2014-11-161-0/+13
* Fixed several Coverity warningsDimitri van Heesch2014-11-1521-148/+188
* Added language attribute to XML output for classes, namespaces, and filesDimitri van Heesch2014-11-153-7/+26
* Introduced template directory for template and resource files and resource co...Dimitri van Heesch2014-11-1341-9574/+662
* Various VHDL fixesDimitri van Heesch2014-11-064-57/+59
* 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-254-10/+14
* 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-239-55/+65
* 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-211-0/+1
|\ \
| * | Updated configuration script and libdoxygen.pro.in to use llvm-configClaus Stovgaard2014-10-141-0/+1
| |/
* | 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
| |/
* | 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