Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Removed x flag from util* source files | Dimitri van Heesch | 2016-10-24 | 1 | -0/+0 | |
| | ||||||
* | Bug 729921 - wrong collaboration diagram when in template used scoped ↵ | Dimitri van Heesch | 2016-10-17 | 1 | -1/+1 | |
| | | | | argument type | |||||
* | Bug 771152 - C++11 ref-qualifiers do not appear in Member Function ↵ | Dimitri van Heesch | 2016-09-21 | 1 | -0/+14 | |
| | | | | Documentation section | |||||
* | Fixed two regressions found during extensive testing | Dimitri van Heesch | 2016-09-05 | 1 | -3/+5 | |
| | ||||||
* | Sorting in latex index and missing \@ in index | albert-github | 2016-09-03 | 1 | -1/+2 | |
| | | | | | | When looking at the index of the doxygen (pdf) manual we see that __init__ is on a bit strnge place (between "\" items) and that the item "\@" is missing. Made handling of the index consistent by using latex... routines and adjusting the label routine in respect to the @. | |||||
* | Introducing commands includedoc and snippetdoc | albert-github | 2016-08-21 | 1 | -0/+24 | |
| | | | | | Purpose to have the possibility to have repeating texts not repeated in the comments. The commands include and snippet introduce code blocks whilst the commands includedoc and snippetdoc inclode the text as is and it will be parsed by doxygen. | |||||
* | Merge pull request #495 from melven/Fortran_file_types | Dimitri van Heesch | 2016-08-20 | 1 | -0/+3 | |
|\ | | | | | Also map .f95, .f03 and .f08 file types to Fortran | |||||
| * | Also map .f95, .f03 and .f08 file types to Fortran | Melven Roehrig-Zoellner | 2016-08-01 | 1 | -0/+3 | |
| | | | | | | | | These are for Fortran 95, Fortran 2003 and Fortran 2008, respectively. | |||||
* | | Style fixes and added numbering to overloaded members | Dimitri van Heesch | 2016-07-30 | 1 | -6/+6 | |
|/ | ||||||
* | Unify handling of extra packages in formula.cpp and latexgen.cpp so ↵ | Thadeus Fleming | 2016-05-20 | 1 | -0/+20 | |
| | | | | formula.cpp handles package arguments correctly | |||||
* | Bug 766069 - Files with incorrect extensions (.doc) are picked up by doxygen | Dimitri van Heesch | 2016-05-16 | 1 | -3/+1 | |
| | ||||||
* | Merge pull request #477 from infinity0/master | Dimitri van Heesch | 2016-05-16 | 1 | -1/+1 | |
|\ | | | | | Bug 751984 - Use UTC timezone when displaying QDateTimes parsed from SOURCE_DATE_EPOCH | |||||
| * | Bug 751984 - Use UTC timezone when displaying QDateTimes parsed from ↵ | Ximin Luo | 2016-05-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | SOURCE_DATE_EPOCH According to the SOURCE_DATE_EPOCH spec [1], "Formatting MUST be deferred until runtime if an end user should observe the value in their own locale or timezone." However setTime_t uses localtime, so the output is in the timezone of the build machine running doxygen, and not the timezone of the reader consuming the final output. To adhere to the spec, the easiest option is to add a setTimeUtc_t function that is the same as setTime_t, but only uses gmtime instead of first trying localtime. [1] https://reproducible-builds.org/specs/source-date-epoch/ | |||||
* | | Bug 765070 - Java: final keyword on a parameter brakes docs inherinance | Dimitri van Heesch | 2016-05-07 | 1 | -0/+3 | |
|/ | ||||||
* | Assertion failure generation documentation | albert-github | 2016-03-30 | 1 | -1/+1 | |
| | | | | | | | | | | In case of windows 64 bit the generation of the doxygen documentation results in a pop up screen with (most relevant information): Debug Assertion Failed File: f:\dd\vctools\crt\crtw32\convert\istype.c Line: 68 Expression c >= -1 && c <= 255 Problem is that a value is fed to isspace that is not in the correct range and has to be converted to this range. | |||||
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2016-03-13 | 1 | -0/+3 | |
|\ | ||||||
| * | Bug 762982 - regression, Unescaped percent sign in doxygen output | albert-github | 2016-03-05 | 1 | -0/+2 | |
| | | | | | | | | Besides the fact that the % sign was not escaped also the & was missing and had to be escaped as well. | |||||
| * | Bug 763104 - hyperref link label drop underscores | albert-github | 2016-03-05 | 1 | -0/+1 | |
| | | | | | | | | underscores were not escaped in the content for "PDF summary/index in the left tab" | |||||
* | | reimplemented removeRedundantWhiteSpace() to improve performance | Dimitri van Heesch | 2016-03-13 | 1 | -154/+231 | |
|/ | ||||||
* | Fix for empty file name | Dimitri van Heesch | 2016-02-07 | 1 | -0/+1 | |
| | ||||||
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2016-02-07 | 1 | -0/+6 | |
|\ | ||||||
| * | Merge pull request #449 from albert-github/feature/bug_504305 | Dimitri van Heesch | 2016-02-02 | 1 | -0/+6 | |
| |\ | | | | | | | Bug 504305 - FILTER_PATTERNS won't take command with arguments | |||||
| | * | Bug 504305 - FILTER_PATTERNS won't take command with arguments | albert-github | 2016-01-31 | 1 | -0/+6 | |
| | | | | | | | | | | | | INPUT_FILTER is a string so multiple values are read till the end of the line and quotes are automatically removed. FILTER_PATTERNS and FILTER_SOURCE_PATTERNS are list of strings so with multiple arguments for one extension quotes are mandatory, but they were not removed. | |||||
* | | | Optimized use of convertNameToFile to improve performance | Dimitri van Heesch | 2016-02-07 | 1 | -2/+2 | |
|/ / | ||||||
* | | Bug 760836 - Phantom variables/functions in XML, created from non-code files | Dimitri van Heesch | 2016-01-31 | 1 | -1/+1 | |
|/ | ||||||
* | Remove unused variables | Christoph Grüninger | 2016-01-23 | 1 | -1/+0 | |
| | ||||||
* | Remove unused variables | albert-github | 2016-01-17 | 1 | -1/+0 | |
| | ||||||
* | Changed configuration mechanism to directly access options in order to ↵ | Dimitri van Heesch | 2016-01-17 | 1 | -66/+49 | |
| | | | | improve performance | |||||
* | Bug 746361 - Doxygen thinks C++ class is Objective-C | Dimitri van Heesch | 2015-12-27 | 1 | -1/+1 | |
| | ||||||
* | Bug 578720 - [Python] Add pyw as a valid extension | albert-github | 2015-12-26 | 1 | -0/+1 | |
| | | | | Added pyw as extension, based also on: https://docs.python.org/2/tutorial/appendix.html (15.1.2. Executable Python Scripts) | |||||
* | Bug 759381 - unable to @ref or @link C++ templated operator overloads | Dimitri van Heesch | 2015-12-19 | 1 | -1/+6 | |
| | ||||||
* | Fixed problem with latex and PDF bookmarks | Dimitri van Heesch | 2015-11-22 | 1 | -0/+23 | |
| | ||||||
* | Bug 755080 - xrefitem link to list incorrect when using SHORT_NAMES | Dimitri van Heesch | 2015-10-24 | 1 | -5/+1 | |
| | ||||||
* | [Bug 755225] On Windows, generated layout is with UNIX EOL | Dimitri van Heesch | 2015-09-19 | 1 | -0/+26 | |
| | ||||||
* | Bug 753500 - $file when using @name is wrong | Dimitri van Heesch | 2015-09-14 | 1 | -2/+4 | |
| | ||||||
* | Template enhancements and various other small fixes | Dimitri van Heesch | 2015-09-08 | 1 | -1/+34 | |
| | ||||||
* | Merge branch 'feature/bug_extension' of ↵ | Dimitri van Heesch | 2015-08-31 | 1 | -2/+19 | |
|\ | | | | | | | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_extension Conflicts: src/util.cpp | |||||
| * | Make list of default extensions consistent with language mapping list | albert-github | 2015-08-16 | 1 | -0/+21 | |
| | | | | | | | | In the forum a discrepancy was noted between config.l and config.xml (http://doxygen.10944.n7.nabble.com/FILE-PATTERNS-one-custom-plus-all-defaults-td7308.html). The config.xml list was based on the function initDefaultExtensionMapping in util.cpp and the list in the function Config::check in config.l. Now both routines use the same list. | |||||
* | | Started with generating LaTeX output via the template engine | Dimitri van Heesch | 2015-08-27 | 1 | -1/+89 | |
| | | ||||||
* | | Fixed various issues found by PVS-Studio. | Dimitri van Heesch | 2015-08-18 | 1 | -2/+2 | |
|/ | ||||||
* | Bug 751984 - PATCH: Honour SOURCE_DATE_EPOCH environment variable for ↵ | Dimitri van Heesch | 2015-07-19 | 1 | -0/+30 | |
| | | | | reproducible output | |||||
* | Using tabu package for LaTeX tables | Dimitri van Heesch | 2015-07-12 | 1 | -2/+1 | |
| | ||||||
* | Escape "@" in names as it is not allowed in XML / Docbook names (comming ↵ | Hauke Wintjen | 2015-05-27 | 1 | -0/+1 | |
| | | | | from anon namespaces) | |||||
* | Removed dbus XML parser, various refinements | Dimitri van Heesch | 2015-04-19 | 1 | -2/+5 | |
| | ||||||
* | Merge branch 'master' of https://github.com/Cryclops/doxygen into ↵ | Dimitri van Heesch | 2015-04-16 | 1 | -1/+1 | |
|\ | | | | | | | Cryclops-master | |||||
| * | Add support for basic XML syntax highlighting. | Weston Thayer | 2015-01-06 | 1 | -1/+1 | |
| | | ||||||
* | | Guarded debug prints against printing a NULL pointer. | Dimitri van Heesch | 2015-04-06 | 1 | -2/+2 | |
| | | ||||||
* | | Fix for rendering the template parameters of members of variadic template ↵ | Dimitri van Heesch | 2015-03-22 | 1 | -1/+5 | |
| | | | | | | | | classes. | |||||
* | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2015-02-26 | 1 | -4/+2 | |
|\ \ | ||||||
| * | | Adding commands \hidecallgraph and \hidecallergraph | albert-github | 2015-02-22 | 1 | -4/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the new commands \hidecallgraph and \hidecallergraph it is possible to suppress a call or caller graph even though the corresponding option CALL_GRAPH or CALLER_GRAPH is set. commands.doc config.xml diagrams.doc - updating documentation to support new commands entry.cpp - initialize callgraph and callergraph with the value from the config file commentscan.l - add handling for the new commands context.cpp memberdef.cpp util.cpp - getting the option for CALL_GRAPH and CALLER_GRAPH is not necessary anymore as it is incorporated in the initialization of an Entry item dbusxmlscanner.cpp - initialization is done in the Entry item vhdljjparser.cpp - gBlock was a static variable and therefore initialized before the doxygen main routine started. A Entry element sets now the default for callgraph and callergraph based on the config file and as the config file is not yet known at that moment the value for CALL_GRAPH and CALLER_GRAPH were set to False. By making a pointer of gBlock and doing an appropriate new Entry call this problem is overcome. |