| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
| | |
| | |
| | | |
...whereas the declArgumentList is always from the declaration
|
|\ \ \
| | | |
| | | | |
Plantuml has problems with output directories ending with directory separator
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Based on the message in #7558
In case a `HTML_OUTPUT` directory (or other `*_OUTPUT` directory ends with a directory separator we get the message:
```
QGDict::hashAsciiKey: Invalid null key
```
by stripping the directory separator this problem can be overcome.
|
|\ \ \ \ |
|
| |\ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
In case a xref item has no reference the name is empty and thus the item should not be displayed.
As it is possible that none of the items have a reference the page should only be added when there are item available to display
|
| | | | | | |
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | |
| | | | | | |
https://github.com/dhebbeker/doxygen into dhebbeker-feature/change-DirList-container-to-std
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
and GropuDefImpl.
Required as the list type the directories are added to has pointers to non-const DirDef as value type.
(cherry picked from commit be6f0726eff5371a656a0831d50676cd30116170)
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
There is no inSort() in current QList or std container. Thus it was replaced by the sequence of adding an item and sorting the list afterwards.
(cherry picked from commit 91370bf84ac299fcb773e1b9d81e8f5c56da0725)
|
| | | | | |
| | | | | |
| | | | | | |
Forward declaration is not possible for an alias.
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
(cherry picked from commit 38d38b225f1e8698e5813e16356e8929fcec1e81)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
(cherry picked from commit 3a90e663f701e7f414d31d54264ce66d62c17976)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
https://stackoverflow.com/a/4110482/5534993
https://www.copperspice.com/docs/cs_api_1.5/containers-c.html
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
issue #7734 Incorrect parsing of Q_PROPERTY
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
The parsing of the type / name was not done correctly as the name `{ID}` is also part of the `{TSCOPE}` and hence the name was seen as a type.
The name is the last part before an attribute is present.
Missing other parts:
- parsing of `*`
- not parsing of a number of (not supported attributes)
The definition of `Q_PROPERTY` is:
```
Q_PROPERTY(type name
(READ getFunction [WRITE setFunction] |
MEMBER memberName [(READ getFunction | WRITE setFunction)])
[RESET resetFunction]
[NOTIFY notifySignal]
[REVISION int]
[DESIGNABLE bool]
[SCRIPTABLE bool]
[STORED bool]
[USER bool]
[CONSTANT]
[FINAL])
```
Note: in the implementation we do not enforce the order of the attributes.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
sqlite3gen: defend text binds against junk data
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Something in the refactor at 960bae7 caused junk data to start showing up in
some sqlite3 columns. Calling bindTextParameter with _static==FALSE causes it
to call sqlite3_bind_text with SQLITE_TRANSIENT instead of SQLITE_STATIC,
which in turn causes sqlite3 to copy the string at bind time.
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
issue #7753: SVG formula all with zero width
|
| |/ / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
The wrong index to determine the old size was used. (index for `#` instead of `=`).
Problem was not just for SVG but also for PNG.
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
issue #7762 C# mode completely broken
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
In case a `#` is used in the path this is not escaped and this gives a problem in label names for LaTeX and in file references for HTML>
|
| | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | |
| | | | | | | | | |
https://github.com/albert-github/doxygen into albert-github-feature/issue_7747
|
| |/ / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Implementation of the C++2x three-way / spaceship operator.
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
On subsequent calls we should know which inkscape version we have when this is not the case we already tried to determine it, but it failed so we should bail out here without error as an error has already been given.
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
The command line interface (CLI) of Inkscape 1.0 has changed in comparison to previous versions. In order to invoke Inkscape, the used version is detected and based on the version the right syntax of the CLI is chosen.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
When having a very long initialization line in php code we get the message:
```
input buffer overflow, can't enlarge buffer because scanner uses REJECT
```
In this case the, easy, solution is to split, in the lexer, the input based on the commas.
|
| | | | | | | |
|
|/ / / / / / |
|
| | | | | | |
|
| |/ / / /
|/| | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
|/ / / / |
|
|\ \ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
When we have code like:
```
//!
//! \f$a \times
//! c \f$
//!
```
this will throw a warning like:
```
warning: End of comment block while inside formula.
```
due to the fact that after the comment conversion the code is like:
```
/**
* \f$a \times
//! c \f$
* */
```
Comparing to the `///` comments:
```
///
/// \f$a \times
/// c \f$
///
```
we get
```
/**
* \f$a \times
c \f$
* */
```
This discrepancy has been removed.
|
| | | | | |
|
| | | | | |
|
|/ / / / |
|
|\ \ \ \ |
|