summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bug 589707 - Flex .rule file for Visual Studio build can't cope with spaces i...albert-github2014-06-1910-15/+15
* Bug 730520 - No documentation generated for method-less C++ structDimitri van Heesch2014-06-164-10/+20
* Merge pull request #181 from wtschueller/masterDimitri van Heesch2014-06-1615-74/+1311
|\
| * Tcl: recurse for []wtschueller2014-06-113-74/+677
| * Tcl: collect XRefs also if INLINE_SOURCES = nowtschueller2014-06-1013-0/+634
* | Merge branch 'pepr-master'Dimitri van Heesch2014-06-162-2041/+2016
|\ \
| * \ Merge branch 'master' of https://github.com/pepr/doxygen into pepr-masterDimitri van Heesch2014-06-162-2041/+2016
| |\ \ |/ / /
| * | doc/translator.py unified for Python 2.6+ and Python 3.0+Petr Prikryl2014-06-161-40/+41
| * | Merge branch 'master' into develPetr Prikryl2014-06-1614-2288/+2297
| |\ \
| | * | doc/translator.py -- unification for Python 2.6+ and 3.3+ (not finished)Petr Prikryl2014-06-161-2030/+2002
| * | | Merge branch 'master' of https://github.com/doxygen/doxygen.gitPetr Prikryl2014-05-305-42/+50
| |\ \ \
| * | | | winbuild/pack_the_distribution_for_windows.py minor updatesPetr Prikryl2014-05-261-11/+13
* | | | | Fixed typoDimitri van Heesch2014-06-151-1/+1
| |_|/ / |/| | |
* | | | Added build support for Python3+ and Python2.6+Dimitri van Heesch2014-06-157-246/+262
* | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-06-141-1/+1
|\ \ \ \
| * \ \ \ Merge pull request #179 from jwakely/patch-2Dimitri van Heesch2014-06-111-1/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Fix typoJonathan Wakely2014-06-061-1/+1
| | | |/ | | |/|
* | | | Fixed windows compile issue for is_neutralDimitri van Heesch2014-06-141-0/+2
|/ / /
* | | Bug 731363 - Callgraphs for C# only generated for methods inside the same classDimitri van Heesch2014-06-101-75/+81
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-06-091-1/+1
|\ \ \
| * \ \ Merge pull request #178 from ellert/masterDimitri van Heesch2014-06-091-1/+1
| |\ \ \
| | * | | \usepackage{fixltx2e} must come before use \usepackage{float}Mattias Ellert2014-06-041-1/+1
| | |/ /
* | | | Bug 730887 - [PATCH] Fix potential copy and paste error in inputstring.cppDimitri van Heesch2014-06-071-1/+1
* | | | Bug 731238 - Dead links in html documentation when using tabs for indentation...Dimitri van Heesch2014-06-071-2/+3
|/ / /
* | | Bug 727732 - Nested C structures/unions does not work with groupsDimitri van Heesch2014-06-061-0/+12
|/ /
* | Fix warning about unused functions in qstring.cppDimitri van Heesch2014-05-291-3/+2
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-05-294-34/+47
|\ \
| * \ Merge pull request #172 from hansec/fortran_typdefDimitri van Heesch2014-05-291-28/+35
| |\ \
| | * | Fix FORTRAN code function scope testChris Hansen2014-05-271-1/+1
| | * | Fix highlighting issuesChris Hansen2014-05-191-6/+25
| | * | Fix unnecessary rules for FORTRAN typesChris Hansen2014-05-121-22/+10
| * | | Merge pull request #176 from jwakely/patch-1Dimitri van Heesch2014-05-291-1/+1
| |\ \ \
| | * | | Fix description of USE_PDFLATEXJonathan Wakely2014-05-291-1/+1
| * | | | Merge pull request #177 from albert-github/feature/missing_htmlDimitri van Heesch2014-05-291-1/+7
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Added documentation for some missing HTML commandsalbert-github2014-05-291-1/+7
| |/ / /
| * | | Merge pull request #174 from jannick0/patch-1Dimitri van Heesch2014-05-261-0/+4
| |\ \ \
| | * | | Update latexgen.cppjannick02014-05-211-0/+1
| | * | | make.bat: change current directoryjannick02014-05-211-1/+3
| | * | | make.bat: change current directoryjannick02014-05-211-0/+1
| | | |/ | | |/|
| * | | Merge pull request #175 from albert-github/feature/bug_not_implemented_html_c...Dimitri van Heesch2014-05-261-4/+0
| |\ \ \
| | * | | Removed not implemented HTML commands from documentationalbert-github2014-05-261-4/+0
| |/ / /
* | | | Bug 730888 - [PATCH] Fix missing '&' in Boolean operation in qstring.cppDimitri van Heesch2014-05-291-1/+1
|/ / /
* | | Removed unsupported HTML commands from the docsDimitri van Heesch2014-05-261-4/+0
|/ /
* | Merge pull request #173 from albert-github/feature/bug_730418Dimitri van Heesch2014-05-201-1/+1
|\ \
| * | Bug 730418 - man page extension is incorrectalbert-github2014-05-201-1/+1
|/ /
* | Replaced the VHDL parser with the VHDL scanner from 1.7.5 to avoid potential ...Dimitri van Heesch2014-05-1815-6493/+2787
* | Set deployment targets for MacOSX 10.5+ versionsDimitri van Heesch2014-05-153-3/+3
|/
* Merge pull request #171 from hansec/fortran_case_regressionDimitri van Heesch2014-05-071-1/+1
|\
| * Fixes regression due to PR 169Chris Hansen2014-05-071-1/+1
* | Merge pull request #170 from albert-github/feature/fortran_code_color_regressionDimitri van Heesch2014-05-071-2/+2
|\ \ | |/ |/|