| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
0x0000000001d45ba0 @ exit
Crash occurs, as indicated in error report, on line 131 of htags.cpp (line.resize(len+1);)
Looks like there is a buffer problem (enlarge after making the buffer smaller beforehand).
The readLine should place a `\0` at the end but to be on the save side.
|
|\
| |
| | |
issue #6979 Method parameters documented inline are not present in documentation of overriding/implementing methods
|
|/
|
|
|
|
| |
documentation of overriding/implementing methods
Not only the name of the argument should be copied but also the documentation (this routine is only used for reimplemented members).
|
|\
| |
| | |
Fixes #6973 - Fixed segmentation fault in do_warn
|
|/
|
|
| |
Copied va_list to avoid reuse causing crash
|
|\
| |
| | |
Windows crash in case of incorrect end statement
|
| |
| |
| |
| | |
Some Fortran compilers accept the END statement instead of the mandatory END TYPE. The code crashes on Windows as no correct END statement is found.
|
|\ \
| | |
| | | |
issue #6968 INLINE_INHERITED_MEMB doesn't respect EXTRACT_PRIVATE=NO
|
| | |
| | |
| | |
| | | |
Check besides the protection of the method also the protection of the class (but don't forget to ignore it when EXTRACT_PRIVATE is set).
|
|\ \ \ |
|
| |\ \ \
| | |/ /
| |/| | |
Bug 783759 - PERL_PATH config option: when is this needed? Still used?
|
| |/ /
| | |
| | |
| | | |
As, more or less, mentioned in the bug report: in version 1.7.6.1 the PERL_PATH is still in use (instdox.cpp) but in version 1.8.0 it is not used anymore, so the parameter has been set to obsolete now.
|
| |\ \
| | | |
| | | | |
Truncated warning message
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
In case of extremely long warning messages (e.g. in case of overloaded methods with a lot of alternatives) the warning message is truncated due to the "limited" buffer size.
By using `vsnprintf(NULL, 0, fmt, args)` it is possible to determine the length of the message based on format and actual arguments.
`char text[bufSize]` cannot be used as some older compilers don't accept it.
(reference: https://stackoverflow.com/questions/3919995/determining-sprintf-buffer-size-whats-the-standard/30909417#30909417)
|
| |\ \ \
| | | | |
| | | | | |
Missing white space in warning
|
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | | |
Some messages give a result in the form of:
`'static ostream & operator<<(ostream &out, const EntityAuth &a)' at line 61 of fileD:/Fossies/ceph-14.2.1/src/auth/Auth.h`
i.e. space was missing `file` and `D:`
|
| |\ \ \
| | | | |
| | | | | |
Fix #6906
|
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | | |
Generate configvalues.h only as a dependency for the VHDL parser. Fixes
a problem in combination with Ninja v1.9.0 because of duplicate rules
for generating configvalues.h.
|
| |\ \ \
| | |/ /
| |/| | |
Travis build fails due to problem with cmake
|
| | | |
| | | |
| | | |
| | | | |
Typo
|
| |/ /
| | |
| | |
| | | |
removed explicit loading of cmake
|
|/ / |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* put the global variables in struct sqlcodeYY_state.
* globally define yyscanner and sqlcode_extra. these two should be per-thread.
* add a new yyscan_t function parameter when these functions are referenced:
- yyin, yyout, yyextra, yyleng, yytext, yylineno, yycolumn, and yy_flex_debug.
- the macros BEGIN, YY_START, YYSTATE, yymore, unput, and yyless
- the functions that deal with input buffers: yyrestart
- others: yy_switch_to_buffer, yy_create_buffer, yy_delete_buffer,
yy_flush_buffer, yypush_buffer_state, yypop_buffer_state,
yy_scan_buffer, yy_scan_string, and yy_scan_bytes
* add a new yyscan_t function parameter when globals are referenced,
to get the yyextra out of the yyscanner.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* put the global variables in struct declinfoYY_state.
* globally define yyscanner and declinfo_extra. these two should be per-thread.
* add a new yyscan_t function parameter when these functions are referenced:
- yyin, yyout, yyextra, yyleng, yytext, yylineno, yycolumn, and yy_flex_debug.
- the macros BEGIN, YY_START, YYSTATE, yymore, unput, and yyless
- the functions that deal with input buffers: yyrestart
- others: yy_switch_to_buffer, yy_create_buffer, yy_delete_buffer,
yy_flush_buffer, yypush_buffer_state, yypop_buffer_state,
yy_scan_buffer, yy_scan_string, and yy_scan_bytes
* add a new yyscan_t function parameter when globals are referenced,
to get the yyextra out of the yyscanner.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
deprecated since Bison 2.3b
|
| | |
|
| |
| |
| | |
Also exclude tests on osx as (some) require latex as well
|
| |
| |
| | |
Skip building docs on osx until a solution for the missing mactek package is found
|
| |
| |
| | |
update flex and bison for the OSX build
|
|\ \
| | |
| | | |
issue #6920 Option syntax for commands is unclear
|
| | |
| | |
| | |
| | | |
Corrected typo
|
| |/
| |
| |
| | |
Making documentation regarding option clearer and more consistent.
|
|\ \ |
|
| | | |
|
| |\ \
|/ / /
| | |
| | | |
https://github.com/albert-github/doxygen into albert-github-feature/bug_init_fd_line
|
| |/
| |
| |
| |
| |
| |
| |
| | |
In case thee `line` command is used without previous `\inclide` or `\dontinclude` command doxygen will crash due to a non initialized fd.
We get the message:
warning: No previous '\include' or \dontinclude' command for '\line' present
also a small correcting regarding the warning message is done.
|
|\ \
| | |
| | | |
Warning when preprocessing conditionals
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
In case in a `#if` statement a space in the use of a macro is present a warning of the type:
warning: preprocessing issue while doing constant expression evaluation: syntax error
is given. Removing the white space after an ID solves the issue
In the following the first expressing gives a warning whilst the second expression doesn't:
#if (!__GNUC_PREREQ (4, 6))
int i0;
#endif
#if (!__GNUC_PREREQ(4, 6))
int k0;
#endif
|
|\ \ \
| | | |
| | | | |
Create option to enable CLANG_ASSISTED_PARSING in test suite
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
Create possibility to use CLANG_ASSISTED_PARSING, works only when doxygen has been compiled with "use_libclang"
Note at this moment the test suite gives an error, see issue #6948
|
|\ \ \
| | | |
| | | | |
issue #6946 Compilation error (clangparser.cpp)
|
| | | |
| | | |
| | | |
| | | |
| | | | |
corrected clangparser conform other source code in respect to casting.
Corrected doxyapp and doxyparse make scripts for usage with clang parser.
|
|/ / /
| | |
| | | |
add paypal donation button
|
|/ / |
|
| | |
|