Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2014-11-29 | 1 | -1/+1 |
|\ | |||||
| * | Merge pull request #248 from drobilla/master | Dimitri van Heesch | 2014-11-29 | 1 | -1/+1 |
| |\ | | | | | | | Support visible=no for main page tab. | ||||
| | * | Support visible=no for main page tab. | David Robillard | 2014-11-25 | 1 | -1/+1 |
| | | | |||||
* | | | Use result of vsnprintf | Dimitri van Heesch | 2014-11-29 | 1 | -1/+2 |
| | | | |||||
* | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2014-11-29 | 3 | -2/+4 |
|\ \ \ | |/ / | |||||
| * | | Merge pull request #252 from albert-github/feature/bug_latex_index_komal | Dimitri van Heesch | 2014-11-29 | 1 | -1/+1 |
| |\ \ | | | | | | | | | Bug ?? for page numbers in the latex indices | ||||
| | * | | Bug ?? for page numbers in the latex indices | albert-github | 2014-11-29 | 1 | -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_quotes | Dimitri van Heesch | 2014-11-29 | 2 | -1/+3 |
| |\ \ | | |/ | |/| | LaTeX problem with 2 consecutive single quotes | ||||
| | * | LaTeX problem with 2 consecutive single quotes | albert-github | 2014-11-27 | 2 | -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 warning | Dimitri van Heesch | 2014-11-29 | 3 | -3/+3 |
| | | | |||||
* | | | Bug 740446 - invalid copydoc target does not result in warning | Dimitri van Heesch | 2014-11-23 | 1 | -0/+6 |
|/ / | |||||
* | | Bug 739863 - Regression: Base classes incorrect when using CRTP with default ↵ | Dimitri van Heesch | 2014-11-22 | 1 | -2/+3 |
| | | | | | | | | template parameter | ||||
* | | Bug 740218 - Full scope needed when making link inside cross-referenced section | Dimitri van Heesch | 2014-11-17 | 16 | -11/+54 |
| | | |||||
* | | Bug 739214 - Cannot make unscoped link to C++ conversion operator | Dimitri van Heesch | 2014-11-16 | 3 | -1/+140 |
| | | |||||
* | | Bug 739211 - Cannot make explicit links to C++ const member functions | Dimitri van Heesch | 2014-11-16 | 1 | -1/+2 |
| | | |||||
* | | Bug 739056 - Python xml - argsstring is empty, while HTML have arguments | Dimitri van Heesch | 2014-11-16 | 1 | -0/+1 |
| | | |||||
* | | Fixed bug in new QCString::sprintf for long string. | Dimitri van Heesch | 2014-11-16 | 2 | -3/+4 |
| | | |||||
* | | Bug 739054 - Python xml not outputting info of functions inside __init__.py | Dimitri van Heesch | 2014-11-16 | 1 | -0/+13 |
| | | |||||
* | | Fixed several Coverity warnings | Dimitri van Heesch | 2014-11-15 | 22 | -148/+189 |
| | | |||||
* | | Added language attribute to XML output for classes, namespaces, and files | Dimitri van Heesch | 2014-11-15 | 62 | -65/+105 |
|/ | |||||
* | Introduced template directory for template and resource files and resource ↵ | Dimitri van Heesch | 2014-11-13 | 121 | -3067/+8745 |
| | | | | compiler & manager | ||||
* | Various VHDL fixes | Dimitri van Heesch | 2014-11-06 | 24 | -1217/+1248 |
| | |||||
* | Fixed issue accessing uninitialized data when combining RTF output. | Dimitri van Heesch | 2014-11-02 | 1 | -5/+6 |
| | |||||
* | Debian Bug 762272: segfault with cyclic subgroups | Dimitri van Heesch | 2014-11-02 | 1 | -10/+41 |
| | |||||
* | Compilation fixes for Windows for new string implementation. | Dimitri van Heesch | 2014-10-25 | 6 | -29/+29 |
| | |||||
* | Fixed extension matching issue if path contained a dot. | Dimitri van Heesch | 2014-10-24 | 1 | -1/+2 |
| | |||||
* | Added guard to prevent (theoretical) out of bound access | Dimitri van Heesch | 2014-10-23 | 1 | -3/+7 |
| | |||||
* | Avoid a (theoretical) memory leak | Dimitri van Heesch | 2014-10-23 | 1 | -3/+3 |
| | |||||
* | Initialized potentially uninitialized variable in markdown part | Dimitri van Heesch | 2014-10-23 | 1 | -1/+1 |
| | |||||
* | Introduce new optimized string implementation (attempt 2) | Dimitri van Heesch | 2014-10-23 | 17 | -1640/+861 |
| | |||||
* | Added compilation support for MacOSX 10.10 (yosemite) | Dimitri van Heesch | 2014-10-22 | 1 | -1/+4 |
| | |||||
* | Reverted back to old string implementation. New one needs more work. | Dimitri van Heesch | 2014-10-21 | 5 | -779/+1583 |
| | |||||
* | Added clearer range checks for string class to help compiler | Dimitri van Heesch | 2014-10-21 | 1 | -4/+4 |
| | |||||
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2014-10-21 | 7 | -7/+32 |
|\ | |||||
| * | Merge pull request #242 from albert-github/feature/plantuml_dependencyfeature2 | Dimitri van Heesch | 2014-10-21 | 1 | -2/+2 |
| |\ | | | | | | | Remove dependency of PLantUML on HAVE_DOT | ||||
| | * | Remove dependency of PLantUML on HAVE_DOT | albert-github | 2014-10-18 | 1 | -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_738754 | Dimitri van Heesch | 2014-10-21 | 1 | -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-github | 2014-10-15 | 1 | -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_738548 | Dimitri van Heesch | 2014-10-21 | 1 | -0/+9 |
| |\ \ | | | | | | | | | Bug 738548 - latex: dead links to source code | ||||
| | * | | Bug 738548 - latex: dead links to source code | albert-github | 2014-10-15 | 1 | -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/master | Dimitri van Heesch | 2014-10-21 | 2 | -3/+9 |
| |\ \ | | | | | | | | | Updated configuration script and libdoxygen.pro.in to use llvm-config | ||||
| | * | | Updated configuration script and libdoxygen.pro.in to use llvm-config | Claus Stovgaard | 2014-10-14 | 2 | -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_codecomment | Dimitri van Heesch | 2014-10-21 | 1 | -0/+11 |
| |\ \ | | | | | | | | | Last comment of \code{.f90} missing | ||||
| | * | | Last comment of \code{.f90} missing | albert-github | 2014-10-11 | 1 | -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_mathptmx | Dimitri van Heesch | 2014-10-21 | 1 | -1/+0 |
| |\ \ \ | | | | | | | | | | | Package mathptmx gives discrepancy between pdf and HTML formulas | ||||
| | * | | | Package mathptmx gives discrepancy between pdf and HTML formulas | albert-github | 2014-10-05 | 1 | -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 implementation | Dimitri van Heesch | 2014-10-21 | 2 | -803/+15 |
|/ / / | |||||
* | | | Added faster reference counted string implementation with short string ↵ | Dimitri van Heesch | 2014-10-21 | 7 | -1584/+1568 |
| |/ |/| | | | | | optimization | ||||
* | | Merge pull request #235 from albert-github/feature/bug_738063 | Dimitri van Heesch | 2014-10-11 | 2 | -3/+25 |
|\ \ | | | | | | | Bug 738063 - Fortran attribute contiguous not identified | ||||
| * | | Bug 738063 - Fortran attribute contiguous not identified | albert-github | 2014-10-11 | 2 | -3/+25 |
| |/ | | | | | | | Added keywords contiguous and volatile |