summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
| | * 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 indices
| | * | Bug ?? for page numbers in the latex indicesalbert-github2014-11-291-1/+1
| | |/ | | | | | | | | | Due to the fact that the path was not stripped from the file name in case CREATE_SUBDIRS was set to YES there was a reference to a non existing page reference. In the corresponding hypertarget and label the path was already stripped.
| * | Merge pull request #249 from albert-github/feature/bug_latex_single_quotesDimitri van Heesch2014-11-292-1/+3
| |\ \ | | |/ | |/| LaTeX problem with 2 consecutive single quotes
| | * LaTeX problem with 2 consecutive single quotesalbert-github2014-11-272-1/+3
| | | | | | | | | | | | In LaTeX 2 consecutive single quotes are joined to 1 double quote. This leads in texts where 2 single quotes are intended to a strange view. An example is the initial value for variables. E.g. in Fortran: character(len=10) :: A = '' (i.e an empty string which can either be defined as '' or as "") or in C: char *sq = "''". In the source listings this is OK but in the description text it was not OK.
* | | 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
| | | | | | | | template parameter
* | 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 ↵Dimitri van Heesch2014-11-13121-3067/+8745
| | | | compiler & manager
* 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