Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes for ./configure script on Solaris | Dimitri van Heesch | 2014-07-06 | 1 | -3/+7 |
| | |||||
* | Bug 731985 - Variadic macros failing to expand if trailing ... is empty | Dimitri van Heesch | 2014-06-24 | 1 | -2/+3 |
| | |||||
* | Merge branch 'docbook' | Dimitri van Heesch | 2014-06-20 | 16 | -217/+380 |
|\ | | | | | | | | | Conflicts: src/docbookvisitor.cpp | ||||
| * | Docbook output improvements | Dimitri van Heesch | 2014-06-20 | 16 | -186/+390 |
| | | | | | | | | | | | | 1. New Feature: Adapted Class Graph generation for DOCBOOK 2. Fixed DOCBOOK Code documentation formatting 3. Fixed Doxygen to handle FULL_PATH_NAMES for DOCBOOK generation | ||||
* | | Merge pull request #186 from albert-github/feature/bug_702584 | Dimitri van Heesch | 2014-06-20 | 1 | -0/+4 |
|\ \ | | | | | | | Bug 702584 - \cite rejects valid BibTeX keys | ||||
| * | | Bug 702584 - \cite rejects valid BibTeX keys | albert-github | 2014-06-19 | 1 | -0/+4 |
| |/ | | | | | | | | | According to the documentation the .bib is automatically added to the names in the CITE_BIB_FILES. In the example given with this bug this was not the case. In case CITE_BIB_FILES was set to 'my.bib' it was working, but with only 'my' it wasn't. | ||||
* | | Merge pull request #185 from albert-github/feature/bug_625601 | Dimitri van Heesch | 2014-06-20 | 1 | -2/+2 |
|\ \ | | | | | | | Bug 625601 - FORTRAN: recognition free versus fixed formatted code | ||||
| * | | Bug 625601 - FORTRAN: recognition free versus fixed formatted code | albert-github | 2014-06-19 | 1 | -2/+2 |
| |/ | | | | | | | Correction in documentation based on comment by dnm on June 19 2014 | ||||
* | | Merge pull request #183 from chickenandpork/master | Dimitri van Heesch | 2014-06-20 | 1 | -1/+10 |
|\ \ | | | | | | | Resolves the error of unbalanced tags opened/closed in docbook output | ||||
| * | | resolves the error of unbalanced tags opened/closed in docbook output: ↵ | Allan Clark | 2014-06-17 | 1 | -1/+10 |
| |/ | | | | | | | parser error : Opening and ending tag mismatch: para line 358 and tbody | ||||
* | | Merge pull request #184 from albert-github/feature/bug_589707 | Dimitri van Heesch | 2014-06-19 | 10 | -15/+15 |
|\ \ | |/ |/| | Bug 589707 - Flex .rule file for Visual Studio build can't cope with spaces in filenames | ||||
| * | Bug 589707 - Flex .rule file for Visual Studio build can't cope with spaces ↵ | albert-github | 2014-06-19 | 10 | -15/+15 |
|/ | | | | | | | in filenames Adjusted the rules files and where and the vcproj file so it can handle paths with spaces as well. When generating the documentation (Cygwin) a small problem appeared in a Makefile when there is a space in the path, this is solved as well. | ||||
* | Bug 730520 - No documentation generated for method-less C++ struct | Dimitri van Heesch | 2014-06-16 | 4 | -10/+20 |
| | |||||
* | Merge pull request #181 from wtschueller/master | Dimitri van Heesch | 2014-06-16 | 15 | -74/+1311 |
|\ | | | | | Tcl: collect XRefs also if INLINE_SOURCES = no | ||||
| * | Tcl: recurse for [] | wtschueller | 2014-06-11 | 3 | -74/+677 |
| | | |||||
| * | Tcl: collect XRefs also if INLINE_SOURCES = no | wtschueller | 2014-06-10 | 13 | -0/+634 |
| | | |||||
* | | Merge branch 'pepr-master' | Dimitri van Heesch | 2014-06-16 | 2 | -2041/+2016 |
|\ \ | |||||
| * \ | Merge branch 'master' of https://github.com/pepr/doxygen into pepr-master | Dimitri van Heesch | 2014-06-16 | 2 | -2041/+2016 |
| |\ \ |/ / / | |||||
| * | | doc/translator.py unified for Python 2.6+ and Python 3.0+ | Petr Prikryl | 2014-06-16 | 1 | -40/+41 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Open() replaced by xopen() that internally uses the encoding argument only for Python 3. The earlier usage of the codecs module and of the prefixed unicode string literals was removed. - Some lists of prototypes were sorted to get the same translator report for different versions of Python. - The local dedent() definition was replaced by textwrap.dedent(). (The older versions of Python did not have the module.) - Tested on Windows for Python 2.6.0, 2.7.7, 3.0.1, and 3.4.1. | ||||
| * | | Merge branch 'master' into devel | Petr Prikryl | 2014-06-16 | 14 | -2288/+2297 |
| |\ \ | |||||
| | * | | doc/translator.py -- unification for Python 2.6+ and 3.3+ (not finished) | Petr Prikryl | 2014-06-16 | 1 | -2030/+2002 |
| | | | | |||||
| * | | | Merge branch 'master' of https://github.com/doxygen/doxygen.git | Petr Prikryl | 2014-05-30 | 5 | -42/+50 |
| |\ \ \ | |||||
| * | | | | winbuild/pack_the_distribution_for_windows.py minor updates | Petr Prikryl | 2014-05-26 | 1 | -11/+13 |
| | | | | | | | | | | | | | | | | | | | | - it failed when one of the doxygen.exe was not present | ||||
* | | | | | Fixed typo | Dimitri van Heesch | 2014-06-15 | 1 | -1/+1 |
| |_|/ / |/| | | | |||||
* | | | | Added build support for Python3+ and Python2.6+ | Dimitri van Heesch | 2014-06-15 | 7 | -246/+262 |
| | | | | |||||
* | | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2014-06-14 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * \ \ \ | Merge pull request #179 from jwakely/patch-2 | Dimitri van Heesch | 2014-06-11 | 1 | -1/+1 |
| |\ \ \ \ | | |_|_|/ | |/| | | | Fix typo | ||||
| | * | | | Fix typo | Jonathan Wakely | 2014-06-06 | 1 | -1/+1 |
| | | |/ | | |/| | |||||
* | | | | Fixed windows compile issue for is_neutral | Dimitri van Heesch | 2014-06-14 | 1 | -0/+2 |
|/ / / | |||||
* | | | Bug 731363 - Callgraphs for C# only generated for methods inside the same class | Dimitri van Heesch | 2014-06-10 | 1 | -75/+81 |
| | | | |||||
* | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2014-06-09 | 1 | -1/+1 |
|\ \ \ | |||||
| * \ \ | Merge pull request #178 from ellert/master | Dimitri van Heesch | 2014-06-09 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | \usepackage{fixltx2e} must come before use \usepackage{float} | ||||
| | * | | | \usepackage{fixltx2e} must come before use \usepackage{float} | Mattias Ellert | 2014-06-04 | 1 | -1/+1 |
| | |/ / | | | | | | | | | | | | | | | | | | | | | The \usepackage{doxygen} statement adds float as a depenency. If the order is wrong the latex generation fails with: LaTeX Error: Unknown float option `H' | ||||
* | | | | Bug 730887 - [PATCH] Fix potential copy and paste error in inputstring.cpp | Dimitri van Heesch | 2014-06-07 | 1 | -1/+1 |
| | | | | |||||
* | | | | Bug 731238 - Dead links in html documentation when using tabs for ↵ | Dimitri van Heesch | 2014-06-07 | 1 | -2/+3 |
|/ / / | | | | | | | | | | indentation in c++ | ||||
* | | | Bug 727732 - Nested C structures/unions does not work with groups | Dimitri van Heesch | 2014-06-06 | 1 | -0/+12 |
|/ / | |||||
* | | Fix warning about unused functions in qstring.cpp | Dimitri van Heesch | 2014-05-29 | 1 | -3/+2 |
| | | |||||
* | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2014-05-29 | 4 | -34/+47 |
|\ \ | |||||
| * \ | Merge pull request #172 from hansec/fortran_typdef | Dimitri van Heesch | 2014-05-29 | 1 | -28/+35 |
| |\ \ | | | | | | | | | Fix unnecessary rules for FORTRAN user defined types | ||||
| | * | | Fix FORTRAN code function scope test | Chris Hansen | 2014-05-27 | 1 | -1/+1 |
| | | | | |||||
| | * | | Fix highlighting issues | Chris Hansen | 2014-05-19 | 1 | -6/+25 |
| | | | | | | | | | | | | | | | | | | | | - Fixed highlighting defined type in variable declarations - Corrected parser state following docBlock closure | ||||
| | * | | Fix unnecessary rules for FORTRAN types | Chris Hansen | 2014-05-12 | 1 | -22/+10 |
| | | | | |||||
| * | | | Merge pull request #176 from jwakely/patch-1 | Dimitri van Heesch | 2014-05-29 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | Fix description of USE_PDFLATEX | ||||
| | * | | | Fix description of USE_PDFLATEX | Jonathan Wakely | 2014-05-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | The tag is USE_PDFLATEX, not LATEX_PDFLATEX | ||||
| * | | | | Merge pull request #177 from albert-github/feature/missing_html | Dimitri van Heesch | 2014-05-29 | 1 | -1/+7 |
| |\ \ \ \ | | |/ / / | |/| | | | Added documentation for some missing HTML commands | ||||
| | * | | | Added documentation for some missing HTML commands | albert-github | 2014-05-29 | 1 | -1/+7 |
| |/ / / | | | | | | | | | | | | | Added documentation for H4, H5 and H6 command to be complete and extended IMG description a bit | ||||
| * | | | Merge pull request #174 from jannick0/patch-1 | Dimitri van Heesch | 2014-05-26 | 1 | -0/+4 |
| |\ \ \ | | | | | | | | | | | make.bat: change current directory | ||||
| | * | | | Update latexgen.cpp | jannick0 | 2014-05-21 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | added reset of var Dir_Old at the end. | ||||
| | * | | | make.bat: change current directory | jannick0 | 2014-05-21 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | amendment for switching between drives and flipping back to initial cur dir at end of make.bat | ||||
| | * | | | make.bat: change current directory | jannick0 | 2014-05-21 | 1 | -0/+1 |
| | | |/ | | |/| | | | | | | | | | | | | | First thing after calling make.bat: switch current directory to folder make.bat resides in. Purpose: easy external call of make.bat. /J. |