| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \ |
|
| |\ \ \ \
| | | | | |
| | | | | | |
Fortran function definitions at begin of a line
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
When we have an Fortran source that needs preprocessing like:
```
INTEGER FUNCTION &
BI()
END FUNCTION BI
```
the preprocessor will output:
```
00001 INTEGER FUNCTION &
00002
00003 END FUNCTION BI
```
we see that the function name (and argumentlist (`BI()`) are gone, resulting in the error:
```
Error in file .../test.F90 line: 4, state: 4(SubprogBody)
```
The original problem came from the `BIND` attribute (as found by Fossies in the HDF5 package), but the example has been reduced to the above example.
|
| |\ \ \ \ \
| | | | | | |
| | | | | | | |
Incorrect determination of fixed form Fortran
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
When we have the following small example, we see that the word `subroutine` doesn't start in column 7 but in column 8.
```
subroutine expan()
c2345678 " " lb " " "
end
```
so the code is not converted from fixed form to free form Fortran and in the example (due to the odd number of double quoutes) result in:
```
********************************************************************
Error in file D:/speeltuin/bug_ftn_quote/small.f line: 5, state: 22(String)
********************************************************************
```
The condition regarding the column number was to restrictive.
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
VHDL context syntax error
|
| | |/ / / / / |
|
|/ / / / / / |
|
|\ \ \ \ \ \
| |/ / / / / |
|
| |\ \ \ \ \
| | | | | | |
| | | | | | | |
issue #7664 bigobj not found with MSYS Makefiles
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
MSYS compiles also with gcc and therefore should skip this code analogous to MinGW as well
|
|/ / / / / |
|
| | | | |
| | | | |
| | | | |
| | | | | |
as a bug.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Correction due to removal of Tcl
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
The word tcl was still present at some places.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Documentation correction due to removal of Tcl
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | | |
- there were still references to Tcl
- 2 entries were accidentally removed from the table with fiel extensions.
|
|\ \ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
very popular)
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Fix CROS javascript issue when giving focus to search result frame.
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Add message format-checking
|
| | | | | | | |
|
| | | | | | | |
|
|\ \ \ \ \ \ \ |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
doxywizard log. (#7631)
Add the escape processing for strings passed to m_outputLog->append() in MainWindow::readStdout().
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
When having the RTF_SOURCE_CODE and RTF_HYPERLINKS set the links to the code are generated (e.g. in "Definition at line") but the corresponding anchor is missing.
The corresponding anchors are created (in a similar way as it is done for LaTeX).
|
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Incorrect links were generated for the cite and xref commands, the link text was not translated to a RTF link label.
|
| |/ / / / / /
| | | | | | |
| | | | | | | |
When a directory has no source files or sub-directories in it (with the exception of markdown file(s)) the directory is seen as a file withe a definition type `TypeDir` but this was not handled properly on output, should have a closed folder icon.
|
|\ \ \ \ \ \ \ |
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Replacing QString required replacing the QDict, too.
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Whatever the idea of creating DotConstString was, probably creating copy-free Strings,
it is not used anymore as each job gets its own copy anyway.
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
| |/ / / / / / |
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
statement (#7643)
In case we have a (reduced) case like:
```
## ::tkcon::Init - inits tkcon
proc ::tkcon::Init {} {
switch -glob -- $arg {
-root { set PRIV(root) $val }
-font { set OPT(font) $val }
-rcfile {}
}
}
```
and a default doxygen configuration file, doxygen will crash in the tcl scanner as the `{}` results in an empty string.
Some notes, crash only happens when compilation for 'Release; or 'RelWithDebInfo' as 'CMAKE_BUILD_TYPE'.
(Found by Fossies for magic 8.2.195).
|
|\ \ \ \ \ \ |
|
| | | | | | | |
|
| |\ \ \ \ \ \
|/ / / / / / /
| | | | | | |
| | | | | | | |
https://github.com/albert-github/doxygen into albert-github-feature/bug_doxywizard_warnings
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
With newer versions of qt5 (e.g. 5.14.0), we get warnings like:
```
...\doxygen\addon\doxywizard\doxywizard.cpp(346): warning C4996: 'QString::sprintf': Use asprintf(), arg() or QTextStream instead
D:\Qt\qt-everywhere-src-5.14.0\install_nmake_2017_32\include\QtCore/qstring.h(382): note: see declaration of 'QString::sprintf'
...\doxygen\addon\doxywizard\wizard.cpp(372): warning C4996: 'QPalette::foreground': Use QPalette::windowText() instead
D:\Qt\qt-everywhere-src-5.14.0\install_nmake_2017_32\include\QtGui/qpalette.h(147): note: see declaration of 'QPalette::foreground'
```
this has been corrected (ran compilation with qt4 as well).
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- add doxygen version to rtf, comment, output
- remove duplicate code (getFullVersion)
- more clear name to get doxygen version (getVersion becomes getrDoxygenVersion). Also to overcomecofusion with the version information for files.
|