Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMake: search for Qt5 only in config file mode | Rolf Eike Beer | 2017-10-20 | 1 | -1/+1 |
| | |||||
* | CMake: remove CUSTOM_(LINK|INCLUDE)_DIR | Rolf Eike Beer | 2017-10-20 | 1 | -10/+0 |
| | | | | | | | 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. | ||||
* | CMake: let file(MAKE_DIRECTORY) create all directories at once | Rolf Eike Beer | 2017-10-20 | 2 | -5/+5 |
| | |||||
* | CMake: remove needless variable expansions | Rolf Eike Beer | 2017-10-20 | 3 | -18/+18 |
| | |||||
* | Merge pull request #609 from msc-/master | Dimitri van Heesch | 2017-10-15 | 1 | -2/+5 |
|\ | | | | | Fix https://bugzilla.gnome.org/show_bug.cgi?id=782583. | ||||
| * | Fix https://bugzilla.gnome.org/show_bug.cgi?id=782583. | msc- | 2017-10-13 | 1 | -2/+5 |
| | | | | | | | | Don't write both page name and title to NAME section of man page, if they are the same. | ||||
* | | Merge pull request #610 from aqualogy/translator_de | Dimitri van Heesch | 2017-10-15 | 1 | -21/+48 |
|\ \ | | | | | | | Updated translator_de.h to doxygen 1.8.13 | ||||
| * | | Updated translator_de.h to doxygen 1.8.13 | Arnd Weber | 2017-10-13 | 1 | -21/+48 |
| |/ | |||||
* | | Fix minor markup issue in the documentation. | Dimitri van Heesch | 2017-10-15 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2017-10-10 | 1 | -1/+2 |
|\ | |||||
| * | Merge pull request #608 from albert-github/feature/bug_557094 | Dimitri van Heesch | 2017-10-01 | 1 | -1/+2 |
| |\ | | | | | | | Bug 557094 - Wrong spacing in function names with french language (latex output) | ||||
| | * | Bug 557094 - Wrong spacing in function names with french language (latex output) | albert-github | 2017-10-01 | 1 | -1/+2 |
| |/ | | | | | | | Removed superfluous space in case of French as output language | ||||
* | | Correction display of backtick in LaTeX | Dimitri van Heesch | 2017-10-10 | 2 | -12/+11 |
|/ | |||||
* | Merge pull request #607 from albert-github/feature/regression_cmake_lang_cfg | Dimitri van Heesch | 2017-09-30 | 1 | -2/+2 |
|\ | | | | | build: fix the way lang_cfg.h is generated (regression to #574) | ||||
| * | build: fix the way lang_cfg.h is generated (regression to #574) | albert-github | 2017-09-30 | 1 | -2/+2 |
|/ | | | | | 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. | ||||
* | Merge branch 'shi-yan-master' | Dimitri van Heesch | 2017-09-28 | 3 | -3/+4 |
|\ | |||||
| * | Use language identifier instead of file extension for language attribute | Dimitri van Heesch | 2017-09-28 | 3 | -4/+4 |
| | | |||||
| * | Merge branch 'master' of https://github.com/shi-yan/doxygen into shi-yan-master | Dimitri van Heesch | 2017-09-28 | 3 | -3/+4 |
| |\ |/ / | |||||
| * | fix test to support new programlisting attribute | Shi Yan | 2017-09-26 | 1 | -2/+2 |
| | | | | | | | | | | fix unit test to support the new programlisting attribute "language" | ||||
| * | update compound.xsd to add language attribute | Shi Yan | 2017-09-04 | 1 | -0/+1 |
| | | | | | | | | | | | | | | add language attribute (optional) to listingType Changes to be committed: modified: templates/xml/compound.xsd | ||||
| * | Use language in stead of lang for language name attribute | Shi Yan | 2017-08-22 | 1 | -1/+1 |
| | | |||||
| * | Add language type attribute to programlisting tag | Shi Yan | 2017-08-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Merge pull request #605 from albert-github/feature/bug_js_regression_2 | Dimitri van Heesch | 2017-09-28 | 1 | -1/+1 |
|\ \ | | | | | | | Mark JS as freely available (regression 2) | ||||
| * | | Mark JS as freely available (regression 2) | albert-github | 2017-09-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | 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) | ||||
* | | | Merge pull request #606 from albert-github/feature/bug_743367 | Dimitri van Heesch | 2017-09-28 | 2 | -7/+16 |
|\ \ \ | | | | | | | | | Bug 743367 - Duplicate attribute (target="_top" target="_top") generated in .SVG files | ||||
| * | | | Bug 743367 - Duplicate attribute (target="_top" target="_top") generated in ↵ | albert-github | 2017-09-28 | 2 | -7/+16 |
| |/ / | | | | | | | | | | | | | | | | .SVG files prevent to write multiple target attributes in one tag. | ||||
* | | | Removed -Wno-deprecated flag from bison as it is not support on the bison ↵ | Dimitri van Heesch | 2017-09-28 | 1 | -2/+2 |
|/ / | | | | | | | 2.3 that ships with XCode | ||||
* | | Merge pull request #604 from groleo/const | Dimitri van Heesch | 2017-09-25 | 9 | -67/+69 |
|\ \ | | | | | | | const-ify | ||||
| * | | const-ify | Adrian Negreanu | 2017-09-25 | 9 | -67/+69 |
|/ / | |||||
* | | Merge pull request #595 from albert-github/feature/bug_776870 | Dimitri van Heesch | 2017-09-21 | 1 | -2/+2 |
|\ \ | | | | | | | Bug 776870 - XML Parsing Error for operator<< methods when outputing to XHTML | ||||
| * | | Bug 776870 - XML Parsing Error for operator<< methods when outputing to XHTML | albert-github | 2017-08-25 | 1 | -2/+2 |
| |/ | | | | | | | The < sign in the title has to be escaped, especially in case of xhtml. | ||||
* | | Merge pull request #603 from lrineau/master | Dimitri van Heesch | 2017-09-21 | 1 | -2/+2 |
|\ \ | | | | | | | Suppression warnings about deprecated directive | ||||
| * | | Suppression warnings about deprecated directive | Laurent Rineau | 2017-09-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ``` 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" ^^^^^^^^^^^^^ ``` | ||||
* | | | Merge pull request #600 from albert-github/feature/bug_778730 | Dimitri van Heesch | 2017-09-21 | 4 | -16/+34 |
|\ \ \ | | | | | | | | | Bug 778730 - doxygen build fails | ||||
| * | | | Bug 778730 - doxygen build fails | albert-github | 2017-09-03 | 4 | -16/+34 |
| | | | | | | | | | | | | | | | | | | | | 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) | ||||
* | | | | Merge pull request #599 from albert-github/feature/bug_spelling | Dimitri van Heesch | 2017-09-21 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Spelling correction | ||||
| * | | | | Spelling correction | albert-github | 2017-09-02 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge pull request #597 from evelikov/visibility-hidden | Dimitri van Heesch | 2017-09-19 | 1 | -0/+7 |
|\ \ \ \ | |_|/ / |/| | | | Use -fvisibility=hidden with GCC/Clang | ||||
| * | | | Use hidden symbol visibility by default | Emil Velikov | 2017-09-04 | 1 | -0/+7 |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | 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> | ||||
* | | | Further cleanup of lodepng code | Dimitri van Heesch | 2017-09-18 | 2 | -176/+30 |
| | | | |||||
* | | | Stripped unused LodePNG code to prevent false positives for coverity | Dimitri van Heesch | 2017-09-18 | 2 | -3223/+206 |
| | | | |||||
* | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2017-09-16 | 37 | -613/+1460 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge pull request #587 from brglng/patch-1 | Dimitri van Heesch | 2017-09-02 | 1 | -2/+2 |
| |\ \ | | | | | | | | | Improve Chinese translation | ||||
| | * | | Improve Chinese translation | Zhaosheng Pan | 2017-08-17 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | "References" -> 引用了 "Referenced by" -> 被这些函数引用 These makes more sense than "参考" and "参考自"。 | ||||
| * | | | Merge pull request #589 from albert-github/feature/bug_786409 | Dimitri van Heesch | 2017-09-02 | 1 | -0/+11 |
| |\ \ \ | | | | | | | | | | | Bug 786409 - parsing error in Fortran file with preprocessing | ||||
| | * | | | Bug 786409 - parsing error in Fortran file with preprocessing | albert-github | 2017-08-17 | 1 | -0/+11 |
| | |/ / | | | | | | | | | | | | | Problem with ' (single quote) in Fortran. A string in Fortran can be between single or double quotes. | ||||
| * | | | Merge pull request #590 from albert-github/feature/bug_786409_2 | Dimitri van Heesch | 2017-09-02 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | Bug 786409 - parsing error in Fortran file with preprocessing | ||||
| | * | | | Bug 786409 - parsing error in Fortran file with preprocessing | albert-github | 2017-08-18 | 1 | -1/+1 |
| | |/ / | | | | | | | | | | | | | the // is in Fortran the indication for string concatenation and not for comment and should thus be ignored during, Fortran, preprocessing | ||||
| * | | | Merge pull request #592 from albert-github/feature/bug_733705 | Dimitri van Heesch | 2017-09-02 | 3 | -75/+115 |
| |\ \ \ | | | | | | | | | | | Bug 733705 - parser misinterpreting fortran | ||||
| | * | | | Bug 733705 - parser misinterpreting fortran | albert-github | 2017-08-23 | 3 | -75/+115 |
| | | |/ | | |/| | | | | | | | | | Corrected handling of (local) variables as functions as well as handling of non Fortran variables used in Fortran code. |