Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #521 from albert-github/feature/bug_722112 | Dimitri van Heesch | 2016-09-21 | 1 | -1/+7 |
|\ | | | | | Bug 722112 - 'static' and 'throw' C++ keywords not colored | ||||
| * | Bug 722112 - 'static' and 'throw' C++ keywords not colored | albert-github | 2016-09-11 | 1 | -1/+7 |
| | | | | | | | | In case we don't specify a name with a type in the prototype of a function the type is still stored and should be moved to the type/ | ||||
* | | Merge pull request #524 from groleo/flex-options | Dimitri van Heesch | 2016-09-21 | 21 | -20/+61 |
|\ \ | | | | | | | flex,bison: use %options instead of command line options. | ||||
| * | | bison: use %declarations instead of command line options. | Adrian Negreanu | 2016-09-21 | 2 | -2/+4 |
| | | | |||||
| * | | flex: use %option instead of command line options. | Adrian Negreanu | 2016-09-21 | 20 | -18/+57 |
|/ / | |||||
* | | Fixed cross referencing issue when using bitfields. | Dimitri van Heesch | 2016-09-20 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #523 from albert-github/feature/bug_771344 | Dimitri van Heesch | 2016-09-19 | 1 | -1/+1 |
|\ \ | | | | | | | Bug 771344 - Class name 'internal' breaks class hierarchy in C++ | ||||
| * | | Bug 771344 - Class name 'internal' breaks class hierarchy in C++ | albert-github | 2016-09-18 | 1 | -1/+1 |
| |/ | | | | | | | | | | | Analogous to the rule for: <FindMembers>{B}*"internal"{BN}*":"{BN}* reject the "internal" keyword in case not in Cli | ||||
* | | Merge pull request #522 from magol/patch-2 | Dimitri van Heesch | 2016-09-12 | 1 | -161/+345 |
|\ \ | |/ |/| | Update Swedish translation | ||||
| * | Update Swedish translation | Magnus Österlund | 2016-09-12 | 1 | -161/+345 |
|/ | |||||
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2016-09-11 | 3 | -7/+22 |
|\ | |||||
| * | Merge pull request #517 from dallerk/plantuml_cfg | Dimitri van Heesch | 2016-09-06 | 2 | -0/+15 |
| |\ | | | | | | | Option for PlantUML configuration file | ||||
| | * | Option for PlantUML configuration file | Dennis Allerkamp | 2016-09-03 | 2 | -0/+15 |
| | | | |||||
| * | | Merge pull request #519 from pawelsel/translate_pl | Dimitri van Heesch | 2016-09-06 | 1 | -7/+7 |
| |\ \ | | | | | | | | | Updated the Polish translation | ||||
| | * | | Updated the Polish translation | Paweł Seledec | 2016-09-06 | 1 | -7/+7 |
| |/ / | | | | | | | | | | Some words was not translated. Additionally, fixed some typos. | ||||
* | | | Bug 771199 - Web-page bug: Comment blocks in VHDL | Dimitri van Heesch | 2016-09-11 | 1 | -2/+1 |
|/ / | |||||
* | | Bumped version number for git/development version | Dimitri van Heesch | 2016-09-05 | 1 | -1/+1 |
| | | |||||
* | | Updated changelog for 1.8.12 releaseRelease_1_8_12 | Dimitri van Heesch | 2016-09-05 | 1 | -0/+160 |
| | | |||||
* | | Fixed two regressions found during extensive testing | Dimitri van Heesch | 2016-09-05 | 2 | -5/+13 |
| | | |||||
* | | Update copyright year in docs | Dimitri van Heesch | 2016-09-04 | 1 | -1/+1 |
|/ | |||||
* | Python strip code comments | albert-github | 2016-09-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | In python the STRIP_CODE_COMMENTS didn't work properly, the "## /file" was not seen by the rule <*>{POUNDCOMMENT}" as the longer "<*>"#".* took precedence. Example file bb.py: ## \file # ## pyfie docu # \include aa.h # \include bb.py # \include cc.f # def pyfie(): pass | ||||
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2016-09-03 | 2 | -10/+19 |
|\ | |||||
| * | Merge pull request #451 from albert-github/feature/bug_761641 | Dimitri van Heesch | 2016-09-03 | 2 | -10/+19 |
| |\ | | | | | | | Bug 761471 - Do not allow ligatures in log output | ||||
| | * | Bug 761471 - Do not allow ligatures in log output | albert-github | 2016-02-06 | 2 | -10/+19 |
| | | | | | | | | | | | | | | | Replacing QTextEdit by QTextBrowser. Need to have 1 <pre> block as otherwise an empty line appears between 2 blocks appears as data is read in parts. | ||||
* | | | Sorting in latex index and missing \@ in index | albert-github | 2016-09-03 | 2 | -27/+6 |
|/ / | | | | | | | | | | | When looking at the index of the doxygen (pdf) manual we see that __init__ is on a bit strnge place (between "\" items) and that the item "\@" is missing. Made handling of the index consistent by using latex... routines and adjusting the label routine in respect to the @. | ||||
* | | Merge branch 'albert-github-feature/bug_766059' | Dimitri van Heesch | 2016-09-03 | 3 | -2/+27 |
|\ \ | |||||
| * | | Added missing free | Dimitri van Heesch | 2016-09-03 | 1 | -0/+1 |
| | | | |||||
| * | | Merge branch 'feature/bug_766059' of ↵ | Dimitri van Heesch | 2016-09-03 | 3 | -2/+26 |
| |\ \ |/ / / | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_766059 | ||||
| * | | Bug 766059 - DOT_PATH not expanded | albert-github | 2016-09-01 | 3 | -2/+26 |
| | | | | | | | | | | | | | | | | | | The original problem in this bug request was that forward slashes were used in the PATH instead of backslashes. In the command shell this does not result in problems, but when calling a program from within doxygen this leads to the problem that the executable cannot be found. In this patch the PATH variable is, just for the process, changed in such a way that ther are back slashes instead of forward slashes (Windows only, not on Cygwin). | ||||
* | | | Bug 770660 - Code snippet always shows line numbers from 1 | albert-github | 2016-09-03 | 19 | -43/+211 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch makes the handling of the \snippet and other commands consistent between the different languages (no line numbers anymore with python) and also introduces analogous to \includelineno the command \snippetlineno. Some non relevant changes: - *code.l Calculation of the end line was incorrect, in case of a snippet the end line was the number of lines of the snippet and not reltive to the start line. - *code.l made consistent over the different laguages, enabling exBlock and inlineFragment - testing/indexpage.xml in test 14 the \snippet command was used with python and giving line numbers, linenumbers are now gone (consistency) | ||||
* | | | Another possible fix | Dimitri van Heesch | 2016-09-02 | 1 | -1/+1 |
| | | | |||||
* | | | Fix for error in travis.yml | Dimitri van Heesch | 2016-09-02 | 1 | -2/+1 |
| | | | |||||
* | | | Split apt-get install commands in travis config in an attempt to reduce timeouts | Dimitri van Heesch | 2016-09-02 | 1 | -2/+6 |
| | | | |||||
* | | | Bug 770747 - Broken links in HTML output with SHOW_FILES=NO | Dimitri van Heesch | 2016-09-02 | 3 | -1/+17 |
| | | | |||||
* | | | Merge pull request #497 from groleo/master | Dimitri van Heesch | 2016-09-02 | 2 | -81/+225 |
|\ \ \ | | | | | | | | | sqlite3gen: insert xrefs using integer refids | ||||
| * | | | sqlite3gen: stripWhitespace on bitfield's text | Adrian Negreanu | 2016-08-09 | 1 | -1/+1 |
| | | | | |||||
| * | | | sqlite3gen: stripFromPath on all calls to insertFile | Adrian Negreanu | 2016-08-09 | 1 | -5/+5 |
| | | | | |||||
| * | | | sqlite3gen: sync with xmlgen | Adrian Negreanu | 2016-08-09 | 2 | -56/+200 |
| | | | | | | | | | | | | | | | | | | | | Modified the memberdef table so that it includes all elements xmlgen dups for a memberdef. | ||||
| * | | | sqlite3gen: insert xrefs using integer refids | Adrian Negreanu | 2016-08-05 | 1 | -22/+22 |
| | | | | |||||
* | | | | Removed ambiguity in the XML schema definition | Dimitri van Heesch | 2016-09-02 | 1 | -2/+2 |
| |/ / |/| | | |||||
* | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2016-08-31 | 10 | -3/+49 |
|\ \ \ | |||||
| * \ \ | Merge pull request #511 from albert-github/feature/bug_code_unparsed | Dimitri van Heesch | 2016-08-31 | 1 | -3/+3 |
| |\ \ \ | | | | | | | | | | | Bug 737472 - HTML code special commands unconditionally include line numbers | ||||
| | * | | | Code with "extension" unparsed shows line numbers | albert-github | 2016-08-30 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using a code fragment in "regular" documentation like: @code This is a code fragment @endcode this is shown without line numbers but when using {unparsed} or another unknown extension, so @code{unparsed} This is a code fragment @endcode line numbers were shown. (similar for the markdown fenced block). | ||||
| * | | | | Merge pull request #510 from albert-github/feature/bug_clang_warnings | Dimitri van Heesch | 2016-08-31 | 9 | -0/+46 |
| |\ \ \ \ | | | | | | | | | | | | | Warnings from CLANG compiler | ||||
| | * | | | | Warnings from CLANG compiler | albert-github | 2016-08-28 | 9 | -0/+46 |
| | | | | | | | | | | | | | | | | | | | | | | | | The CLANG compiler gave some warnings after pull request #503 ("Introducing commands includedoc and snippetdoc ") at places that are not / should not be reachable. | ||||
* | | | | | | Unified display of enum values across output formats and languages | Dimitri van Heesch | 2016-08-31 | 13 | -118/+293 |
|/ / / / / | |||||
* | | | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2016-08-28 | 1 | -14/+26 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Merge pull request #506 from albert-github/feature/bug_python_init | Dimitri van Heesch | 2016-08-28 | 1 | -14/+26 |
| |\ \ \ \ | | |/ / / | |/| | | | Initialization of python variables and type determination | ||||
| | * | | | Initialization of python variables and type determination | albert-github | 2016-08-24 | 1 | -14/+26 |
| | | | | | | | | | | | | | | | | | | | | A bit better python initialization (not only the fist "word") and subsequent determination of the type. | ||||
* | | | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2016-08-28 | 15 | -31/+225 |
|\ \ \ \ \ | |/ / / / |