Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #262 from orbitcowboy/master | Dimitri van Heesch | 2014-12-14 | 3 | -5/+5 |
|\ | | | | | Fixed typos in comments. No functional changes. | ||||
| * | Fixed typos in comments. No functional changes. | orbitcowboy | 2014-12-10 | 3 | -5/+5 |
| | | |||||
* | | Merge pull request #263 from albert-github/feature/bug_fortran_call_color | Dimitri van Heesch | 2014-12-14 | 1 | -4/+6 |
|\ \ | | | | | | | Fortran color CALL as keyword | ||||
| * | | Fortran color CALL as keyword | albert-github | 2014-12-10 | 1 | -4/+6 |
| |/ | | | | | | | Color the word CALL as keyword. | ||||
* | | Merge pull request #265 from albert-github/feature/bug_ftn_end_color_regr_259 | Dimitri van Heesch | 2014-12-14 | 1 | -1/+1 |
|\ \ | |/ |/| | Fortran code color END (regression pull request 259) | ||||
| * | Fortran code color END (regression pull request 259) | albert-github | 2014-12-14 | 1 | -1/+1 |
|/ | | | | | | | This is a regression on pull request 259. Fortran code like: end if was not colored properly anymore. This has been corrected with this patch. | ||||
* | Merge pull request #253 from albert-github/feature/bug_687576 | Dimitri van Heesch | 2014-12-09 | 6 | -10/+87 |
|\ | | | | | Bug 687576 - Add support for LATEX_EXTRA_STYLESHEET | ||||
| * | Removed some comment statements. | albert-github | 2014-11-29 | 1 | -5/+0 |
| | | |||||
| * | Bug 687576 - Add support for LATEX_EXTRA_STYLESHEET | albert-github | 2014-11-29 | 6 | -10/+92 |
| | | | | | | | | Added the possibility for LATEX_EXTRA_STYLESHEET analogous to HTML_EXTRA_STYLESHEET. Special attention has been paid to the extension as ".sty" is automatically added by the \usepackage | ||||
* | | Merge pull request #256 from albert-github/feature/bug_first_line_inline | Dimitri van Heesch | 2014-12-09 | 1 | -2/+3 |
|\ \ | | | | | | | Extra empty line in source fragments | ||||
| * | | Extra empty line in source fragments | albert-github | 2014-12-07 | 1 | -2/+3 |
| | | | | | | | | | | | | In case of a language that does not uses curly brackets to define blocks (such as Fortran) there was a newline character in the variable c and this was written in the "code fragment" buffer and subsequently written to the output resulting in and extra empty line on top. I languages using curly brackets this is later overwritten by the while loop searching for the open curly bracket. | ||||
* | | | Merge pull request #257 from albert-github/feature/bug_fortran_inline | Dimitri van Heesch | 2014-12-09 | 1 | -3/+19 |
|\ \ \ | | | | | | | | | Support for INLINE_SOURCES in Fortran | ||||
| * | | | Support for INLINE_SOURCES in Fortran | albert-github | 2014-12-07 | 1 | -3/+19 |
| |/ / | | | | | | | | | | Fortran does not yet support the INLINE_SOURCES, with this patch (part of) this omission is solved. | ||||
* | | | Merge pull request #258 from ↵ | Dimitri van Heesch | 2014-12-09 | 1 | -3/+11 |
|\ \ \ | | | | | | | | | | | | | | | | | albert-github/feature/bug_fortran_source_continuation Fortran continuation character seen as begin of function call | ||||
| * | | | Fortran continuation character seen as begin of function call | albert-github | 2014-12-08 | 1 | -3/+11 |
| |/ / | | | | | | | | | | | | | In case in fixed format code a line like: " x ( " existed and the x was on position 6 the "x (" was seen as the start of a function call. | ||||
* | | | Merge pull request #259 from albert-github/feature/bug_end_code_color | Dimitri van Heesch | 2014-12-09 | 1 | -3/+2 |
|\ \ \ | |/ / |/| | | Fortran color code of END | ||||
| * | | Fortran color code of END | albert-github | 2014-12-08 | 1 | -3/+2 |
|/ / | | | | | | | The color for the single END in Fortran code was of the color of the flow type entities though for all the flow entities the entity name is mandatory. For the entity statements of some keywords e.g. SUBROUTINE and FUNCTION the entity name is not mandatory with the END statement. The color of the single END statement has been changed from the flow type to the normal keyword type. | ||||
* | | Merge pull request #254 from kbinani/language_switch_command | Dimitri van Heesch | 2014-12-04 | 3 | -2/+24 |
|\ \ | | | | | | | Fix bug: language switch command skipped when langauge id contains "-" letter | ||||
| * | | Fix bug: language switch command "\~" failed to detect language id which ↵ | kbinani | 2014-12-01 | 3 | -2/+24 |
| | | | | | | | | | | | | | | | | | | contains '-' Support language switch for language ids, 'Japanese-en', 'Korean-en', 'Serbian-Cyrillic', and similer langauge ids. | ||||
* | | | Merge pull request #255 from orbitcowboy/master | Dimitri van Heesch | 2014-12-04 | 4 | -8/+8 |
|\ \ \ | |/ / |/| | | Fixed typos in comments. | ||||
| * | | Fixed typos in comments. | orbitcowboy | 2014-12-02 | 4 | -8/+8 |
|/ / | |||||
* | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2014-11-29 | 1 | -1/+1 |
|\ \ | |||||
| * \ | Merge pull request #248 from drobilla/master | Dimitri van Heesch | 2014-11-29 | 1 | -1/+1 |
| |\ \ | | | | | | | | | Support visible=no for main page tab. | ||||
| | * | | Support visible=no for main page tab. | David Robillard | 2014-11-25 | 1 | -1/+1 |
| | |/ | |||||
* | | | Use result of vsnprintf | Dimitri van Heesch | 2014-11-29 | 1 | -1/+2 |
| | | | |||||
* | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2014-11-29 | 3 | -2/+4 |
|\ \ \ | |/ / | |||||
| * | | Merge pull request #252 from albert-github/feature/bug_latex_index_komal | Dimitri van Heesch | 2014-11-29 | 1 | -1/+1 |
| |\ \ | | | | | | | | | Bug ?? for page numbers in the latex indices | ||||
| | * | | Bug ?? for page numbers in the latex indices | albert-github | 2014-11-29 | 1 | -1/+1 |
| | |/ | | | | | | | | | | Due to the fact that the path was not stripped from the file name in case CREATE_SUBDIRS was set to YES there was a reference to a non existing page reference. In the corresponding hypertarget and label the path was already stripped. | ||||
| * | | Merge pull request #249 from albert-github/feature/bug_latex_single_quotes | Dimitri van Heesch | 2014-11-29 | 2 | -1/+3 |
| |\ \ | | |/ | |/| | LaTeX problem with 2 consecutive single quotes | ||||
| | * | LaTeX problem with 2 consecutive single quotes | albert-github | 2014-11-27 | 2 | -1/+3 |
| | | | | | | | | | | | | In LaTeX 2 consecutive single quotes are joined to 1 double quote. This leads in texts where 2 single quotes are intended to a strange view. An example is the initial value for variables. E.g. in Fortran: character(len=10) :: A = '' (i.e an empty string which can either be defined as '' or as "") or in C: char *sq = "''". In the source listings this is OK but in the description text it was not OK. | ||||
* | | | Remove bogus argument to avoid compiler warning | Dimitri van Heesch | 2014-11-29 | 3 | -3/+3 |
| | | | |||||
* | | | Bug 740446 - invalid copydoc target does not result in warning | Dimitri van Heesch | 2014-11-23 | 1 | -0/+6 |
|/ / | |||||
* | | Bug 739863 - Regression: Base classes incorrect when using CRTP with default ↵ | Dimitri van Heesch | 2014-11-22 | 1 | -2/+3 |
| | | | | | | | | template parameter | ||||
* | | Bug 740218 - Full scope needed when making link inside cross-referenced section | Dimitri van Heesch | 2014-11-17 | 16 | -11/+54 |
| | | |||||
* | | Bug 739214 - Cannot make unscoped link to C++ conversion operator | Dimitri van Heesch | 2014-11-16 | 3 | -1/+140 |
| | | |||||
* | | Bug 739211 - Cannot make explicit links to C++ const member functions | Dimitri van Heesch | 2014-11-16 | 1 | -1/+2 |
| | | |||||
* | | Bug 739056 - Python xml - argsstring is empty, while HTML have arguments | Dimitri van Heesch | 2014-11-16 | 1 | -0/+1 |
| | | |||||
* | | Fixed bug in new QCString::sprintf for long string. | Dimitri van Heesch | 2014-11-16 | 2 | -3/+4 |
| | | |||||
* | | Bug 739054 - Python xml not outputting info of functions inside __init__.py | Dimitri van Heesch | 2014-11-16 | 1 | -0/+13 |
| | | |||||
* | | Fixed several Coverity warnings | Dimitri van Heesch | 2014-11-15 | 22 | -148/+189 |
| | | |||||
* | | Added language attribute to XML output for classes, namespaces, and files | Dimitri van Heesch | 2014-11-15 | 62 | -65/+105 |
|/ | |||||
* | Introduced template directory for template and resource files and resource ↵ | Dimitri van Heesch | 2014-11-13 | 121 | -3067/+8745 |
| | | | | compiler & manager | ||||
* | Various VHDL fixes | Dimitri van Heesch | 2014-11-06 | 24 | -1217/+1248 |
| | |||||
* | Fixed issue accessing uninitialized data when combining RTF output. | Dimitri van Heesch | 2014-11-02 | 1 | -5/+6 |
| | |||||
* | Debian Bug 762272: segfault with cyclic subgroups | Dimitri van Heesch | 2014-11-02 | 1 | -10/+41 |
| | |||||
* | Compilation fixes for Windows for new string implementation. | Dimitri van Heesch | 2014-10-25 | 6 | -29/+29 |
| | |||||
* | Fixed extension matching issue if path contained a dot. | Dimitri van Heesch | 2014-10-24 | 1 | -1/+2 |
| | |||||
* | Added guard to prevent (theoretical) out of bound access | Dimitri van Heesch | 2014-10-23 | 1 | -3/+7 |
| | |||||
* | Avoid a (theoretical) memory leak | Dimitri van Heesch | 2014-10-23 | 1 | -3/+3 |
| | |||||
* | Initialized potentially uninitialized variable in markdown part | Dimitri van Heesch | 2014-10-23 | 1 | -1/+1 |
| |