- 01 Dec, 2013 2 commits
-
-
Dimitri van Heesch authored
Fortran added keyword IMPURE
-
albert-github authored
Added keyword IMPURE analogous to keyword PURE
-
- 30 Nov, 2013 2 commits
-
-
Dimitri van Heesch authored
Bug 719525 - Can't build because the definitions of ***YY_flex_debug are...
-
albert-github authored
Update the documentation in respect to the version of flex and bison that can be used.
-
- 29 Nov, 2013 3 commits
-
-
Dimitri van Heesch authored
Conflicts: src/memberdef.cpp src/memberdef.h
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
- 26 Nov, 2013 1 commit
-
-
Dimitri van Heesch authored
-
- 23 Nov, 2013 2 commits
-
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
- 17 Nov, 2013 6 commits
-
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
Debug output for lexical analyzer
-
Dimitri van Heesch authored
Adjust internationalization part to current situation
-
Albert authored
-
Albert authored
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.
-
Dimitri van Heesch authored
Debug output for lexical analyzer
-
- 13 Nov, 2013 1 commit
-
-
Albert authored
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)
-
- 11 Nov, 2013 10 commits
-
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
Space missing in error message.
-
Dimitri van Heesch authored
Bug 711787 - Long initialization line in C stops doxygen
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
- 10 Nov, 2013 2 commits
- 02 Nov, 2013 3 commits
-
-
Dimitri van Heesch authored
-
https://github.com/albert-github/doxygenDimitri van Heesch authored
Merge branch 'feature/build1' of https://github.com/albert-github/doxygen into albert-github-feature/build1
-
Dimitri van Heesch authored
-
- 28 Oct, 2013 1 commit
-
-
Albert authored
- .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
-
- 26 Oct, 2013 2 commits
-
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
- 24 Oct, 2013 1 commit
-
-
Dimitri van Heesch authored
-
- 21 Oct, 2013 4 commits
-
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
Esperanto not supported by htmlhelp compiler
-
Albert authored
reverting for esperanto to default language (US English)
-
Dimitri van Heesch authored
Doxysearch under Cygwin should not have extension cgi.exe but just .cgi
-