Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | Some texts can be independent of \htmlonly / \latexonly | albert-github | 2013-12-01 | 1 | -10/+0 | |
| | |/ | ||||||
* | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2013-12-07 | 2 | -3/+3 | |
|\ \ \ | |/ / | ||||||
| * | | Merge pull request #63 from albert-github/feature/bug_668424 | Dimitri van Heesch | 2013-12-07 | 2 | -3/+3 | |
| |\ \ | | | | | | | | | Bug 668424 - HTML links in RTF output are broken | |||||
| | * | | Bug 668424 - HTML links in RTF output are broken | albert-github | 2013-12-01 | 2 | -3/+3 | |
| | |/ | | | | | | | | | | There are different types of hyperlinks: external and internal. The internal hyperlinks should have \\l behind the word HYPERLINK, the external shouldnt. | |||||
* | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2013-12-07 | 1 | -1/+8 | |
|\ \ \ | |/ / | ||||||
| * | | Merge pull request #64 from albert-github/feature/bug_719489 | Dimitri van Heesch | 2013-12-07 | 1 | -1/+8 | |
| |\ \ | | | | | | | | | Bug 719489 - Label "abstract" instead of "pure virtual" for Java language | |||||
| | * | | Bug 719489 - Label "abstract" instead of "pure virtual" for Java language | albert-github | 2013-12-02 | 1 | -1/+8 | |
| | |/ | | | | | | | | | | Proposed patch so the word abstract is recorded correctly in case of Java | |||||
* | | | Bug 711378 - Nested Aliases fail when the nested alias has two or more ↵ | Dimitri van Heesch | 2013-12-07 | 1 | -7/+7 | |
|/ / | | | | | | | arguments. | |||||
* | | Merge pull request #60 from albert-github/feature/bug_impure | Dimitri van Heesch | 2013-12-01 | 2 | -5/+5 | |
|\ \ | | | | | | | Fortran added keyword IMPURE | |||||
| * | | Fortran added keyword IMPURE | albert-github | 2013-12-01 | 2 | -5/+5 | |
| |/ | | | | | | | Added keyword IMPURE analogous to keyword PURE | |||||
* | | Merge pull request #58 from albert-github/feature/bug_719525 | Dimitri van Heesch | 2013-11-30 | 1 | -4/+8 | |
|\ \ | | | | | | | Bug 719525 - Can't build because the definitions of ***YY_flex_debug are... | |||||
| * | | Bug 719525 - Can't build because the definitions of ***YY_flex_debug are ↵ | albert-github | 2013-11-30 | 1 | -4/+8 | |
| |/ | | | | | | | | | | | missing. Update the documentation in respect to the version of flex and bison that can be used. | |||||
* | | Merge branch 'master' into template | Dimitri van Heesch | 2013-11-29 | 4 | -12/+80 | |
|\ \ | | | | | | | | | | | | | | | | Conflicts: src/memberdef.cpp src/memberdef.h | |||||
| * | | Added missing docs tag | Dimitri van Heesch | 2013-11-29 | 2 | -12/+29 | |
| | | | ||||||
| * | | Bug 692004 - show includes for free functions | Dimitri van Heesch | 2013-11-26 | 3 | -0/+50 | |
| | | | ||||||
* | | | More context and template additions | Dimitri van Heesch | 2013-11-29 | 9 | -88/+994 | |
|/ / | ||||||
* | | Bug 712795 - segmentation fault in memberdef.cpp | Dimitri van Heesch | 2013-11-23 | 1 | -1/+1 | |
| | | ||||||
* | | Added missing space after @parblock | Dimitri van Heesch | 2013-11-23 | 1 | -1/+1 | |
|/ | ||||||
* | Fixed constness warning | Dimitri van Heesch | 2013-11-17 | 1 | -7/+4 | |
| | ||||||
* | Merge pull request #56 from albert-github/feature/debug_lex | Dimitri van Heesch | 2013-11-17 | 2 | -2/+17 | |
|\ | | | | | Debug output for lexical analyzer | |||||
| * | Debug output for lexical analyzer | Albert | 2013-11-17 | 2 | -2/+17 | |
| | | | | | | | | | | | | The previous commit (pull request) was missing the debug output possibility for config.l and partial for doctokinizer.l. The later is called on different places by means of the generic definition doctokinizerYYlex, which is declared by means of YY_DECL. To be able to add the debug output the YY_DECL had to be redefined to be a new function and the new function, with the debug output possibility, has to be called through the original function name. | |||||
* | | Merge pull request #57 from albert-github/feature/doc_build | Dimitri van Heesch | 2013-11-17 | 2 | -19/+55 | |
|\ \ | | | | | | | Adjust internationalization part to current situation | |||||
| * | | Adjust internationalization part to current situation | Albert | 2013-11-17 | 2 | -19/+55 | |
|/ / | ||||||
* | | Merge pull request #55 from albert-github/feature/debug_lex | Dimitri van Heesch | 2013-11-17 | 20 | -2/+79 | |
|\ \ | |/ | | | Debug output for lexical analyzer | |||||
| * | Debug output for lexical analyzer | Albert | 2013-11-13 | 20 | -2/+79 | |
|/ | | | | | | | | | | | | | | In case of error messages like: input buffer overflow, can't enlarge buffer because scanner uses REJECT it is not always directly clear from which lexical analyzer (.l file) this problem comes. This patch helps to find these problems and does the following things: - when using the option -d lex with doxygen each time a lexical analyzer is called at the start a line like the following line will be given: Entering lexical analyzer: pre.l (for: ..../file.c) and at the end: Finished lexical analyzer: pre.l (for: ..../file.c) - in case the lexical analyzer has been translated with the -d option of lex / flex the above mentioned lines will be given as part of the lexical analyzer output (to stderr) and look like: --entering lexical analyzer: pre.l (for: ..../file.c) --finished lexical analyzer: pre.l (for: ..../file.c) | |||||
* | Bug 711004 - Vertical bars cannot be sent straight to makeindex | Dimitri van Heesch | 2013-11-11 | 1 | -1/+1 | |
| | ||||||
* | Removed redundant backslashes in regexp pattern | Dimitri van Heesch | 2013-11-11 | 1 | -7/+7 | |
| | ||||||
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2013-11-11 | 3 | -5/+11 | |
|\ | ||||||
| * | Merge pull request #54 from albert-github/feature/space_in_err_msg | Dimitri van Heesch | 2013-11-11 | 1 | -1/+1 | |
| |\ | | | | | | | Space missing in error message. | |||||
| | * | Space missing in error message. | Albert | 2013-11-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | the word 'in' and the vale of filesOption were concatenated | |||||
| * | | Merge pull request #53 from albert-github/feature/bug_711787 | Dimitri van Heesch | 2013-11-11 | 2 | -4/+10 | |
| |\ \ | | |/ | |/| | Bug 711787 - Long initialization line in C stops doxygen | |||||
| | * | Bug 711787 - Long initialization line in C stops doxygen | Albert | 2013-11-10 | 2 | -4/+10 | |
| |/ | | | | | | | An extra "breakpoint" in the input string has been created in the form of a , (comma), so for initialization lines the line will be shorter and the , (comma) will be copied later on. | |||||
* | | Bug 710998 - latex_count=5 is not enough | Dimitri van Heesch | 2013-11-11 | 1 | -4/+4 | |
| | | ||||||
* | | Bug 711639 - [PATCH] #include does not work with absolute paths | Dimitri van Heesch | 2013-11-11 | 1 | -0/+14 | |
| | | ||||||
* | | Bug 711723 - Comment /**/ confuses doxygen | Dimitri van Heesch | 2013-11-11 | 1 | -0/+3 | |
| | | ||||||
* | | Added compile support for Mavericks | Dimitri van Heesch | 2013-11-11 | 1 | -1/+4 | |
| | | ||||||
* | | More template and context updates | Dimitri van Heesch | 2013-11-11 | 14 | -1417/+3353 | |
|/ | ||||||
* | Undo changes to doxywizard.pro.in | Dimitri van Heesch | 2013-11-02 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'feature/build1' of https://github.com/albert-github/doxygen ↵ | Dimitri van Heesch | 2013-11-02 | 8 | -44/+100 | |
|\ | | | | | | | into albert-github-feature/build1 | |||||
| * | Another update for the build system | Albert | 2013-10-28 | 8 | -44/+100 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - .gitignore src/unistd.h is not on src directory anymore (windows version is on winbuild directory) - doxywizard.pro.in consistency 0bj -> ../../objects - Doxygen.sln build doxygen 64 bit debug too - Doxygen.vcproj Config was missing (cannot be automatic due to the fact that there are 2 rules in 1 file), see also Doxywizard.vcproj - Doxywizard.vcproj consistency in respect to directories $(QTDIR)/mkspecs/msvc2005 -> $(QTDIR)/mkspecs/msvc2008 settings part was present for x64 but not for Win32 (x64 not necessary for doxywizard) Config_dw was missing (cannot be automatic due to the fact that there are 2 rules in 1 file), see also Doxygen.vcproj - Version.rules version.py does not need any arguments - doxyindexer.vcproj consistency in respect to directories - doxysearch.vcproj consistency in respect to directories | |||||
* | | Bug 711097 - Compiler warnings because char is unsigned on ARM/PPC: ↵ | Dimitri van Heesch | 2013-11-02 | 1 | -1/+1 | |
| | | | | | | | | "comparison is always false" | |||||
* | | Bug 710917 - Segfault while parsing a C file | Dimitri van Heesch | 2013-10-26 | 1 | -16/+1 | |
|/ | ||||||
* | More fixes for the Windows build | Dimitri van Heesch | 2013-10-26 | 2 | -7/+91 | |
| | ||||||
* | Updated Visual Studio project files to include new source files | Dimitri van Heesch | 2013-10-24 | 2 | -2922/+2804 | |
| | ||||||
* | Added rudimentary support for django like template system for output creation. | Dimitri van Heesch | 2013-10-21 | 21 | -118/+6532 | |
| | ||||||
* | Merge pull request #50 from albert-github/feature_chm_esperanto | Dimitri van Heesch | 2013-10-21 | 1 | -1/+4 | |
|\ | | | | | Esperanto not supported by htmlhelp compiler | |||||
| * | Esperanto not supported by htmlhelp compiler | Albert | 2013-10-21 | 1 | -1/+4 | |
| | | | | | | | | reverting for esperanto to default language (US English) | |||||
* | | Merge pull request #49 from albert-github/feature_build_cgi | Dimitri van Heesch | 2013-10-21 | 2 | -8/+12 | |
|\ \ | | | | | | | Doxysearch under Cygwin should not have extension cgi.exe but just .cgi | |||||
| * | | Doxysearch under Cygwin should not have extension cgi.exe but just .cgi | Albert | 2013-10-20 | 2 | -8/+12 | |
| |/ | ||||||
* | | Merge pull request #48 from albert-github/feature_build_unistd | Dimitri van Heesch | 2013-10-21 | 2 | -3/+1 | |
|\ \ | |/ |/| | Build problem with unistd.h and Cygwin |