summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * sqlite3: add new searches to search.pyAdrian Negreanu2014-02-081-62/+267
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + -I <I> Get the includers of <I> + -i <I> Get the includees of <I> + -M <C> Get all members of class <C> + -B <C> Get the base classes of class <C> + -S <C> Get the sub classes of class <C> Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
| | * sqlite3: updatesAdrian Negreanu2014-02-081-332/+422
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * template and function arguments * innernamespaces * put sqlite3_stmt and the coresponding query in a struct * use has(Multi|One)LineInitializer instead of hardcoded value when extracting references from initializers * sqlite3_clear_bindings in step() * getRow in step() should use different sqlite3_ functions depending on wether is doing 'INSERT' or 'SELECT' includes table uses only file IDs Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
* | Added new language maintainer for Swedish, removed generated file language.docDimitri van Heesch2014-02-093-775/+2
| |
* | Added language update for Swedish (thanks to Björn Palmqvist)Dimitri van Heesch2014-02-091-3/+260
| |
* | Added support for range tag in the template languageDimitri van Heesch2014-02-092-2/+191
| |
* | Add template context for annotated class indexDimitri van Heesch2014-02-083-11/+65
| |
* | Added support for elif to the template languageDimitri van Heesch2014-02-081-14/+55
| |
* | More context changesDimitri van Heesch2014-02-083-32/+177
| |
* | Added basic arithmetic operations to the template expressions, and made the ↵Dimitri van Heesch2014-02-081-167/+357
| | | | | | | | expression lexer faster
* | Context enhancementDimitri van Heesch2014-02-081-0/+6
| |
* | Bug 723299 - Last line of code block lost if it is only one character and ↵Dimitri van Heesch2014-02-061-6/+6
|/ | | | there is no text afterward
* Merge pull request #110 from JonnyJD/python2Dimitri van Heesch2014-02-061-1/+1
|\ | | | | detect python2 as Python 2 binary
| * detect python2 as Python 2 binaryJohannes Dewender2014-02-061-1/+1
| | | | | | | | | | | | | | On some distributions like Arch Linux "python" is Python 3 and "python2" is Python version 2. We now try "python2" first and use it if available.
* | Merge pull request #108 from albert-github/feature/extension_gitignoreDimitri van Heesch2014-02-061-0/+3
|\ \ | | | | | | Add extra (documenation) directories to ignore pattern
| * | Add extra (documenattion) directories to ignore patternalbert-github2014-02-051-0/+3
| |/ | | | | | | Add extra (documenattion) directories to ignore pattern
* | Merge pull request #109 from albert-github/feature/bug_update_msgDimitri van Heesch2014-02-063-12/+32
|\ \ | | | | | | Better message in case doxygen -u is used
| * | Better message in case doxygen -u is usedalbert-github2014-02-053-12/+32
| |/ | | | | | | | | | | | | | | | | | | In case of obsolete or not configured entries in the Doxyfile and the option -u is used a message like: Warning: Tag `XML_DTD' at line 1821 of file Doxyfile has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" appears, but the item is removed from the Doxyfile. This patch updates the message (and improves layout) to: Warning: Tag `XML_DTD' at line 1821 of file `Doxyfile' has become obsolete. This tag has been removed.
* | Merge pull request #107 from albert-github/feature/bug_make_rmDimitri van Heesch2014-02-061-6/+11
|\ \ | |/ |/| Error message is given for make distclean as generated_src is a directory
| * Add docbook directory to be removed as wellalbert-github2014-02-051-0/+1
| | | | | | | | Add docbook directory to be removed as well
| * Error message is given for make distclean as generated_src is a directoryalbert-github2014-02-051-6/+10
|/ | | | | | generated_src is a directory and should be removed with the -rf flag. Similar for other directories like bin, objects, lib, html latex, objects. Directories man, rtf, perlmod, xml have been added for convenience (when testing with other documentation formats)
* Merge pull request #106 from albert-github/feature/obsolete_congfig_itemsDimitri van Heesch2014-02-041-18/+2
|\ | | | | Items XML_SCHEMA and XML_DTD declared obsolete
| * Items XML_SCHEMA and XML_DTD declared obsoletealbert-github2014-02-041-18/+2
| | | | | | | | The items XML_SCHEMA and XML_DTD are not used and there is no plan for using them, so declared obsolete.
* | Merge branch 'wip/fix-link-id-on-last-line' of ↵Dimitri van Heesch2014-02-043-6/+20
|\ \ | |/ |/| | | | | | | | | | | https://github.com/agateau/doxygen into agateau-wip/fix-link-id-on-last-line Conflicts: testing/055/md_055_markdown.xml testing/055_markdown.md
| * Make sure all ids in g_linkRefs are lower caseAurélien Gâteau2014-02-043-1/+32
| | | | | | | | | | Ids created from the last line were not lower-cased, leading to the link not being recognized.
* | Missing & and chars after " in tree of chm documentationDimitri van Heesch2014-02-041-1/+2
| | | | | | | | | | | | | | | | In the chm-doxygen manual we see that for: - the command \& the & is missing - commands containing a " all text is missing after this " These are known limitations of the chm format (see e.g. http://www.helpware.net/htmlhelp/hhwreadme.htm)
* | Fixed memory leak in nested comment administrationDimitri van Heesch2014-02-031-4/+4
| |
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-02-0311-30/+268
|\ \
| * \ Merge pull request #90 from hakanardo/mansubdirDimitri van Heesch2014-02-032-5/+24
| |\ \ | | | | | | | | MAN_SUBDIR parameter
| | * | Make the MAN_SUBDIR setting overide the name of the directry the man pages ↵Hakan Ardo2014-01-142-6/+16
| | | | | | | | | | | | | | | | are placed in.
| | * | add parameterHakan Ardo2014-01-121-0/+9
| | | |
| * | | Merge pull request #104 from groleo/masterDimitri van Heesch2014-02-032-17/+171
| |\ \ \ | | | | | | | | | | sqlite3 fixes
| | * | | testsqlite3: a test for sqlite3genAdrian Negreanu2014-02-011-0/+146
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This verifies the 'memberdef' table against the generated XMLs. It accomplishes this by executing a sql query, constructed by iterating through the children and attributes of the memberdef XML element. The information translated from xml to sql, is then removed from the DOM, and the unprocessed bits are printed as warning messages. usage: testing/testsqlite3.py -d /.../doxygen_sqlite3.db -x /.../xml/test__x11_8cpp.xml output: WARNING: 'location' has unprocessed attr 'bodyend' WARNING: 'memberdef' has unprocessed child elem 'briefdescription' WARNING: 'memberdef' has unprocessed child elem 'detaileddescription' WARNING: 'memberdef' has unprocessed child elem 'inbodydescription' WARNING: 'memberdef' has unprocessed child elem 'location' WARNING: 'memberdef' has unprocessed attr 'kind' WARNING: 'memberdef' has unprocessed attr 'prot' WARNING: 'memberdef' has unprocessed attr 'static' WARNING: 'memberdef' has unprocessed attr 'id'
| | * | | sqlite3: SQLITE_TRANSIENTsAdrian Negreanu2014-02-011-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | In table basecompoundref, use SQLITE_TRANSIENT for base, derived, refid
| | * | | sqlite3: extract more infoAdrian Negreanu2014-02-011-13/+21
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | memberdef table changes: * rename bstart to bodystart * rename id_bfile to id_bodyfile * add bodyend * add {brief,detailed,inbody}description Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
| * | | Merge pull request #101 from albert-github/feature/bug_commentcnvDimitri van Heesch2014-02-031-1/+40
| |\ \ \ | | | | | | | | | | Add line numbers in case comment is not closed properly.
| | * | | Add line numbers in case comment is not closed properly.albert-github2014-01-261-1/+40
| | | | | | | | | | | | | | | | | | | | | | | | | This bug fix is an extension to the bug fix: Add warning when encountering a nested comment start (/*) without matching end (*/). It is quite hard to find the place in the source file where the problem occurs. This bug fix helps to locate part of the problems, it is not perfect it only gives the starting comment tags that give a problem (other problems also occur e.g. when // is followed by */).
| * | | | Merge pull request #95 from albert-github/feature/bug_latex_index_1Dimitri van Heesch2014-02-035-6/+32
| |\ \ \ \ | | |_|/ / | |/| | | Enabling possibility to have { and } in (latex) index items
| | * | | Enabling possibility to have { and } in (latex) index itemsalbert-github2014-01-155-6/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the doxygen manual the index items for \{ and \} were missing due to the missing support for the usage of { and } in parts of the code. This patch fixes this problem by introducing 2 new latex commands. See also http://tex.stackexchange.com/questions/153291/index-unmatched-braces-in-latex Further improvements in the index are: - consistency in different places - correction of index for \:: - placing \~ on a more logical place (together with other special characters, ~ is in the ASCII table after a-z whilst other characters are before this range)
| * | | | Merge pull request #102 from groleo/masterDimitri van Heesch2014-01-281-1/+1
| |\ \ \ \ | | |_|/ / | |/| | | sqlite3: fedora has libsqlite3.so in /usr/lib64
| | * | | sqlite3: fedora has libsqlite3.so in /usr/lib64Adrian Negreanu2014-01-281-1/+1
| |/ / / | | | | | | | | | | | | Signed-off-by: Adrian Negreanu <groleo@gmail.com>
* | | | Bug 723314 - Doxygen crashes on incorrect end group /**< @} */Dimitri van Heesch2014-02-031-2/+14
| | | |
* | | | Bug 723516 - star is not printed in \code environmentDimitri van Heesch2014-02-031-0/+12
| | | |
* | | | Bug 722788 - Command \| not working when last character in markdown table lineDimitri van Heesch2014-01-261-1/+1
| | | |
* | | | Bug 722711 - [PATCH] Link refs with no title swallow an extra newlineDimitri van Heesch2014-01-263-3/+39
| | | |
* | | | Bug 722759 - Documentation for derived classes no longer has an "Additional ↵Dimitri van Heesch2014-01-262-1/+12
| | | | | | | | | | | | | | | | Inherited Members" section after upgrading Doxygen from 1.8.3.1 to 1.8.6
* | | | Bug 722786 - configure --prefix=/opt/foo not acceptedDimitri van Heesch2014-01-261-0/+36
|/ / /
* | | Fixes for missing build dependenciesDimitri van Heesch2014-01-2210-88/+19
| | |
* | | Merge pull request #100 from albert-github/feature/build_updateDimitri van Heesch2014-01-221-24/+20
|\ \ \ | | | | | | | | Incorrect handling dependencies
| * | | Incorrect handling dependenciesalbert-github2014-01-221-24/+20
|/ / / | | | | | | | | | | | | The handling of a number of dependencies was incorrect, it was stated that the i(source) cpp file depended on the (included) h file, this should be that the resulting (object) o file depends on the cpp and the h file. See e.g. the layout.cpp dependency Some dependencies used ../generated_src/doxygen it is better to use the definition GENERATED_SRC
* | | Fixed typo in doxyindexer.vcprojDimitri van Heesch2014-01-211-3/+3
| | |