Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 789007 - Error in markdown emphasis examples | Dimitri van Heesch | 2017-11-04 | 1 | -7/+7 |
| | |||||
* | Merge pull request #618 from groleo/sqlite3-fixes | Dimitri van Heesch | 2017-10-31 | 1 | -132/+182 |
|\ | | | | | Sqlite3 fixes | ||||
| * | sqlite3gen: start checking operations status | Adrian Negreanu | 2017-10-25 | 1 | -112/+139 |
| | | | | | | | | | | | | | | | | check return value and in case of failures, print the errmsg. to print the errmsg, the sqlite3* db is needed along with the prepared statement, so add a db member to SqlStmt. Signed-off-by: Adrian Negreanu <groleo@gmail.com> | ||||
| * | sqlite3gen: add missing protectedsettable column | Adrian Negreanu | 2017-10-25 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Adrian Negreanu <groleo@gmail.com> | ||||
| * | sqlite3gen: add index on params | Adrian Negreanu | 2017-10-25 | 1 | -1/+11 |
| | | |||||
| * | sqlite3gen: use sqlite3_exec for schema setup | Adrian Negreanu | 2017-10-25 | 1 | -10/+3 |
| | | | | | | | | | | | | | | executing the multiple statements in the schema, we also get the indeces created. Signed-off-by: Adrian Negreanu <groleo@gmail.com> | ||||
| * | sqlite3gen: add openDbConnection | Adrian Negreanu | 2017-10-25 | 1 | -8/+28 |
| | | |||||
* | | Bug 789168 - Increasing access of inherited C++ members with 'using...' is ↵ | Dimitri van Heesch | 2017-10-29 | 1 | -5/+4 |
| | | | | | | | | not recognized by Doxygen | ||||
* | | Restore 'make tests' rule | Dimitri van Heesch | 2017-10-28 | 2 | -1/+6 |
| | | |||||
* | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2017-10-28 | 4 | -4/+4 |
|\ \ | |||||
| * \ | Merge pull request #619 from samtygier/update-mathjax | Dimitri van Heesch | 2017-10-28 | 4 | -4/+4 |
| |\ \ | | |/ | |/| | Update mathjax | ||||
| | * | Async load of mathjax javascript | Sam Tygier | 2017-10-25 | 1 | -1/+1 |
| | | | | | | | | | | | | Use async keyword to prevent page load waiting. | ||||
| | * | Update mathjax path | Sam Tygier | 2017-10-25 | 3 | -3/+3 |
| |/ | | | | | | | | | | | | | Set the default MATHJAX_RELPATH to the current recommended value: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/ (See https://www.mathjax.org/cdn-shutting-down/ ) | ||||
* | | Restore Makefile in vhdlparser dir | Dimitri van Heesch | 2017-10-28 | 1 | -397/+22 |
|/ | |||||
* | Merge pull request #617 from wich/plantuml-dot-path | Dimitri van Heesch | 2017-10-24 | 1 | -0/+7 |
|\ | | | | | Provide dot path to plantuml | ||||
| * | Provide dot path to plantuml | Remko van der Vossen | 2017-10-23 | 1 | -0/+7 |
| | | | | | | | | If HAVE_DOT = YES and DOT_PATH is configured, pass the path to the dot executable to plantuml with the -graphvizdot option. | ||||
* | | Merge pull request #142 from randomguy3/line-breaks | Dimitri van Heesch | 2017-10-24 | 1 | -0/+14 |
|\ \ | |/ |/| | Implement "double-space line breaks" syntax in Markdown | ||||
| * | Implement "double-space line breaks" syntax in Markdown | Alex Merry | 2014-03-18 | 1 | -0/+14 |
| | | | | | | | | | | Ending a line with two spaces is supposed to create a line break in Markdown. This implements that syntax. | ||||
* | | Merge pull request #615 from DerDakon/cmake-cleanup | Dimitri van Heesch | 2017-10-21 | 11 | -74/+53 |
|\ \ | | | | | | | clean up CMake code | ||||
| * | | CMake: use GNUInstallDirs module for man pages directory | Rolf Eike Beer | 2017-10-20 | 1 | -1/+2 |
| | | | |||||
| * | | CMake: avoid if() around the whole contents of documentation CMakeLists.txt | Rolf Eike Beer | 2017-10-20 | 3 | -10/+5 |
| | | | |||||
| * | | CMake: use add_test to create a test | Rolf Eike Beer | 2017-10-20 | 2 | -5/+3 |
| | | | | | | | | | | | | | | | This checks the calling from "make tests" to "make test", but lets CMake handle all the rest. | ||||
| * | | CMake: let CMake handle the C++ standard setting if ↵ | Rolf Eike Beer | 2017-10-20 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | target_compile_features() is used This raises the required CMake version for this branch to get a better error message. target_compile_features() was introduced in CMake 3.1. | ||||
| * | | CMake: remove unused program searching | Rolf Eike Beer | 2017-10-20 | 1 | -3/+0 |
| | | | |||||
| * | | CMake: avoid if() around the whole contents of plugin CMakeLists.txt | Rolf Eike Beer | 2017-10-20 | 6 | -21/+18 |
| | | | | | | | | | | | | Just don't call add_subdirectory() if the build flag is not set. | ||||
| * | | 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 |