summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #253 from albert-github/feature/bug_687576Dimitri van Heesch2014-12-096-10/+87
|\ \ \ \
| * | | | Removed some comment statements.albert-github2014-11-291-5/+0
| * | | | Bug 687576 - Add support for LATEX_EXTRA_STYLESHEETalbert-github2014-11-296-10/+92
* | | | | Merge pull request #256 from albert-github/feature/bug_first_line_inlineDimitri van Heesch2014-12-091-2/+3
|\ \ \ \ \
| * | | | | Extra empty line in source fragmentsalbert-github2014-12-071-2/+3
| | |/ / / | |/| | |
* | | | | Merge pull request #257 from albert-github/feature/bug_fortran_inlineDimitri van Heesch2014-12-091-3/+19
|\ \ \ \ \
| * | | | | Support for INLINE_SOURCES in Fortranalbert-github2014-12-071-3/+19
| |/ / / /
* | | | | Merge pull request #258 from albert-github/feature/bug_fortran_source_continu...Dimitri van Heesch2014-12-091-3/+11
|\ \ \ \ \
| * | | | | Fortran continuation character seen as begin of function callalbert-github2014-12-081-3/+11
| |/ / / /
* | | | | Merge pull request #259 from albert-github/feature/bug_end_code_colorDimitri van Heesch2014-12-091-3/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fortran color code of ENDalbert-github2014-12-081-3/+2
|/ / / /
* | | | Merge pull request #254 from kbinani/language_switch_commandDimitri van Heesch2014-12-043-2/+24
|\ \ \ \
| * | | | Fix bug: language switch command "\~" failed to detect language id which cont...kbinani2014-12-013-2/+24
* | | | | Merge pull request #255 from orbitcowboy/masterDimitri van Heesch2014-12-044-8/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fixed typos in comments.orbitcowboy2014-12-024-8/+8
|/ / / /
* | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-11-291-1/+1
|\ \ \ \
| * \ \ \ Merge pull request #248 from drobilla/masterDimitri van Heesch2014-11-291-1/+1
| |\ \ \ \
| | * | | | Support visible=no for main page tab.David Robillard2014-11-251-1/+1
| | |/ / /
* | | | | Use result of vsnprintfDimitri van Heesch2014-11-291-1/+2
* | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-11-293-2/+4
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #252 from albert-github/feature/bug_latex_index_komalDimitri van Heesch2014-11-291-1/+1
| |\ \ \ \
| | * | | | Bug ?? for page numbers in the latex indicesalbert-github2014-11-291-1/+1
| | |/ / /
| * | | | Merge pull request #249 from albert-github/feature/bug_latex_single_quotesDimitri van Heesch2014-11-292-1/+3
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | LaTeX problem with 2 consecutive single quotesalbert-github2014-11-272-1/+3
| | | |/ | | |/|
* | | | Remove bogus argument to avoid compiler warningDimitri van Heesch2014-11-293-3/+3
* | | | Bug 740446 - invalid copydoc target does not result in warningDimitri van Heesch2014-11-231-0/+6
|/ / /
* | | 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-163-1/+140
* | 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-162-3/+4
* | 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-1522-148/+189
* | Added language attribute to XML output for classes, namespaces, and filesDimitri van Heesch2014-11-1562-65/+105
|/
* Introduced template directory for template and resource files and resource co...Dimitri van Heesch2014-11-13121-3067/+8745
* 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
| |\