| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
When some header or library is not found introduce a proper find_* call for it
and use the results. Especially injecting additional link directories would just
confuse the automatic library ordering done by CMake and is basically never the
right solution for any link problem.
|
| |
|
| |
|
|\
| |
| | |
Fix https://bugzilla.gnome.org/show_bug.cgi?id=782583.
|
| |
| |
| |
| | |
Don't write both page name and title to NAME section of man page, if they are the same.
|
|\ \
| | |
| | | |
Updated translator_de.h to doxygen 1.8.13
|
| |/ |
|
|/ |
|
|\ |
|
| |\
| | |
| | | |
Bug 557094 - Wrong spacing in function names with french language (latex output)
|
| |/
| |
| |
| | |
Removed superfluous space in case of French as output language
|
|/ |
|
|\
| |
| | |
build: fix the way lang_cfg.h is generated (regression to #574)
|
|/
|
|
|
| |
All language defines were written onto one line and thus only the first language (normally AM, Armenian, would be active.
Added \n as MESSAGE apparently automatically added it and APPEND doesn't.
|
|\ |
|
| | |
|
| |\
|/ / |
|
| |
| |
| |
| |
| | |
fix unit test to support the new programlisting
attribute "language"
|
| |
| |
| |
| |
| |
| |
| | |
add language attribute (optional) to listingType
Changes to be committed:
modified: templates/xml/compound.xsd
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The current programlisting tag doesn't have any attribute to indicate
the code's language. This makes code highlighting customization
difficult.
For example, the current doxygen generated document doesn't hightlight
javascript code block. If one wants to customize the code block by
parsing the xml files and uses 3rd party syntax highlighter, there is
no way to tell from the xml file what language the code snippet is
using.
This change introduces an attribute "lang" to the programlisting tag.
|
|\ \
| | |
| | | |
Mark JS as freely available (regression 2)
|
| | |
| | |
| | |
| | |
| | | |
result of extra ';' was that part of the html file was not written and thus no correct end of script and thus garbled output.
(problem was missed at first regression fix)
|
|\ \ \
| | | |
| | | | |
Bug 743367 - Duplicate attribute (target="_top" target="_top") generated in .SVG files
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
.SVG files
prevent to write multiple target attributes in one tag.
|
|/ /
| |
| |
| | |
2.3 that ships with XCode
|
|\ \
| | |
| | | |
const-ify
|
|/ / |
|
|\ \
| | |
| | | |
Bug 776870 - XML Parsing Error for operator<< methods when outputing to XHTML
|
| |/
| |
| |
| | |
The < sign in the title has to be escaped, especially in case of xhtml.
|
|\ \
| | |
| | | |
Suppression warnings about deprecated directive
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
```
constexp.y:46.1-13: warning: deprecated directive, use ‘%name-prefix’ [-Wdeprecated]
%name-prefix="constexpYY"
^^^^^^^^^^^^^
[...]/src/constexp.y:46.1-13: warning: deprecated directive, use ‘%name-prefix’ [-Wdeprecated]
%name-prefix="constexpYY"
^^^^^^^^^^^^^
```
|
|\ \ \
| | | |
| | | | |
Bug 778730 - doxygen build fails
|
| | | |
| | | |
| | | |
| | | |
| | | | |
When a hyperlink splits across a page boundary it can come to the problem of "\pdfendlink ended up in different nesting level than \pdfstartlink".
To overcome this problem the \hyperlink is packed into a "\mbox" construct (as suffested e.g. in https://tex.stackexchange.com/questions/1522/pdfendlink-ended-up-in-different-nesting-level-than-pdfstartlink)
|
|\ \ \ \
| | | | |
| | | | | |
Spelling correction
|
| |/ / / |
|
|\ \ \ \
| |_|/ /
|/| | | |
Use -fvisibility=hidden with GCC/Clang
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Allows us to hide all the internal symbols from the final binary.
Shaving some 10+% of its size.
v2: use CMAKE_{LANG}_VISIBILITY_PRESET
v3: add CMP0063 guard
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
|
| | | |
|
| | | |
|
|\ \ \
| | |/
| |/| |
|
| |\ \
| | | |
| | | | |
Improve Chinese translation
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
"References" -> 引用了
"Referenced by" -> 被这些函数引用
These makes more sense than "参考" and "参考自"。
|
| |\ \ \
| | | | |
| | | | | |
Bug 786409 - parsing error in Fortran file with preprocessing
|
| | |/ /
| | | |
| | | |
| | | | |
Problem with ' (single quote) in Fortran. A string in Fortran can be between single or double quotes.
|
| |\ \ \
| | | | |
| | | | | |
Bug 786409 - parsing error in Fortran file with preprocessing
|
| | |/ /
| | | |
| | | |
| | | | |
the // is in Fortran the indication for string concatenation and not for comment and should thus be ignored during, Fortran, preprocessing
|
| |\ \ \
| | | | |
| | | | | |
Bug 733705 - parser misinterpreting fortran
|
| | | |/
| | |/|
| | | |
| | | | |
Corrected handling of (local) variables as functions as well as handling of non Fortran variables used in Fortran code.
|
| |\ \ \
| | | | |
| | | | | |
Marks JS as freely licensed (regression pull request 586)
|