summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug 711004 - Vertical bars cannot be sent straight to makeindexDimitri van Heesch2013-11-111-1/+1
|
* Removed redundant backslashes in regexp patternDimitri van Heesch2013-11-111-7/+7
|
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2013-11-113-5/+11
|\
| * Merge pull request #54 from albert-github/feature/space_in_err_msgDimitri van Heesch2013-11-111-1/+1
| |\ | | | | | | Space missing in error message.
| | * Space missing in error message.Albert2013-11-101-1/+1
| | | | | | | | | | | | the word 'in' and the vale of filesOption were concatenated
| * | Merge pull request #53 from albert-github/feature/bug_711787Dimitri van Heesch2013-11-112-4/+10
| |\ \ | | |/ | |/| Bug 711787 - Long initialization line in C stops doxygen
| | * Bug 711787 - Long initialization line in C stops doxygenAlbert2013-11-102-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 enoughDimitri van Heesch2013-11-111-4/+4
| |
* | Bug 711639 - [PATCH] #include does not work with absolute pathsDimitri van Heesch2013-11-111-0/+14
| |
* | Bug 711723 - Comment /**/ confuses doxygenDimitri van Heesch2013-11-111-0/+3
| |
* | Added compile support for MavericksDimitri van Heesch2013-11-111-1/+4
| |
* | More template and context updatesDimitri van Heesch2013-11-1114-1417/+3353
|/
* Undo changes to doxywizard.pro.inDimitri van Heesch2013-11-021-1/+1
|
* Merge branch 'feature/build1' of https://github.com/albert-github/doxygen ↵Dimitri van Heesch2013-11-028-44/+100
|\ | | | | | | into albert-github-feature/build1
| * Another update for the build systemAlbert2013-10-288-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 Heesch2013-11-021-1/+1
| | | | | | | | "comparison is always false"
* | Bug 710917 - Segfault while parsing a C fileDimitri van Heesch2013-10-261-16/+1
|/
* More fixes for the Windows buildDimitri van Heesch2013-10-262-7/+91
|
* Updated Visual Studio project files to include new source filesDimitri van Heesch2013-10-242-2922/+2804
|
* Added rudimentary support for django like template system for output creation.Dimitri van Heesch2013-10-2121-118/+6532
|
* Merge pull request #50 from albert-github/feature_chm_esperantoDimitri van Heesch2013-10-211-1/+4
|\ | | | | Esperanto not supported by htmlhelp compiler
| * Esperanto not supported by htmlhelp compilerAlbert2013-10-211-1/+4
| | | | | | | | reverting for esperanto to default language (US English)
* | Merge pull request #49 from albert-github/feature_build_cgiDimitri van Heesch2013-10-212-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 .cgiAlbert2013-10-202-8/+12
| |/
* | Merge pull request #48 from albert-github/feature_build_unistdDimitri van Heesch2013-10-212-3/+1
|\ \ | |/ |/| Build problem with unistd.h and Cygwin
| * Build problem with unistd.h and CygwinAlbert2013-10-202-3/+1
|/ | | | The standard g++ compiler under windows (win32-g++) has unistd.gh file; Microsoft windows does not have it, therfore it is better to use the winbuild directory in case of windows adn no dependency otherwise
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2013-10-2022-323/+1371
|\
| * Merge pull request #47 from albert-github/feature/build_languageDimitri van Heesch2013-10-2021-315/+1363
| |\ | | | | | | Patch regarding generating the rules file for the windows build regardin...
| | * Patch regarding generating the rules file for the windows build regarding ↵Albert2013-10-2021-315/+1363
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | languages, some inconsistencies in the (windows) build system, corrections to some spelling. - maintainers.txt Spelling correction - config.xml Added missing languages Extended some descriptions - htmlhelp.cpp Added missing languages Spelling corrections - language.cpp Corrected call in respect to Serbian-Cyrillic - translator_br.h Spelling correction - translator_fa.h Corrected (not used) define in respect to LeftToRight - translator_mk.h Spelling correction - translator_sc.h Corrected in respect to consistency for Serbian-Cyrillic - Doxygen.sln Added project dependency as otherwise there might be a problem with the generation of version.cpp - Doxygen.vcproj Added rules for selecting languages to be used during translation Corrected some incorrect references / directories Corrected names of generated files / directories so they won't overwrite / conflict (especially during parallel builds) Corrected name of genhead <-> gen_head (consistency with rules file) - Doxywizard.vcproj Corrected some incorrect references / directories Corrected names of generated files / directories so they won't overwrite / conflict (especially during parallel builds) Note place of resulting executable has hanged (more consistent now) - Settings.rules Corrected place where configure file can be found - Version.rules Corrected place where configure file can be found - doxyindexer.vcproj Corrected some incorrect references / directories Corrected names of generated files / directories so they won't overwrite / conflict (especially during parallel builds) - doxysearch.vcproj Corrected some incorrect references / directories Corrected names of generated files / directories so they won't overwrite / conflict (especially during parallel builds) - iconv.vcproj Corrected some incorrect references / directories Corrected names of generated files / directories so they won't overwrite / conflict (especially during parallel builds) - qtools.vcproj Corrected some incorrect references / directories Corrected names of generated files / directories so they won't overwrite / conflict (especially during parallel builds) - lang_cfg.py Script to generate the file lang_cfg.h based on the specified languages in the windows GUI or in the configure script. - languages.py Script to generate languages pane in the windows GUI This file has to be called outside visual studio as it generates the rules for the Languages pane in the GUI (command on src directory python languages.py > ..\winbuild\Languages.rules) - Languages.rules Result file from language.py (old file was completely wrong and not used) This file has to be generated outside visual studio as it contains the rules for the Languages pane in the GUI - configure Use lang_cfg.py script (consistency) instead of (internal) perl script.
| * | Merge pull request #46 from albert-github/feature/bug_647517Dimitri van Heesch2013-10-201-8/+8
| |\ \ | | |/ | |/| bug_647517 - make install prepends a slash to the installation path
| | * bug_647517 - make install prepends a slash to the installation pathAlbert2013-10-201-8/+8
| |/ | | | | | | Removed superfluous /
* | Fixed issue with Romanian translator preventing treeview from workingDimitri van Heesch2013-10-201-1/+1
|/
* Allow links to other markdown pages of the form [link text](page.md)Dimitri van Heesch2013-10-132-2/+8
|
* Allow @ref to unlabeled markdown page by name, i.e. @ref mypage.mdDimitri van Heesch2013-10-134-6/+23
|
* Bug 702265 - Generated Doxyfile differs from result of doxygen -u (partial fix)Dimitri van Heesch2013-10-133-2244/+3
|
* Bug 709052 - Templated and non-templated method mixup documentationDimitri van Heesch2013-10-131-0/+8
|
* Bug 707389 - GENERATE_TREEVIEW=YES disables touch scrolling with Android 3.xDimitri van Heesch2013-10-131-8/+12
|
* Bug 707985 - Strange output when : appended to an parameter descriptionDimitri van Heesch2013-10-131-0/+4
|
* Bug 709226 - Struct member fields not documented with INLINE_SIMPLE_STRUCTSDimitri van Heesch2013-10-131-5/+1
|
* Bug 709526 - C++ parsing problem with operators <<, <, >, >> inside templatesDimitri van Heesch2013-10-122-0/+36
|
* doxygen.sty.h was not ignored and not included/generated properlyDimitri van Heesch2013-10-124-465/+4
|
* Bug 709706 - Terminating C comments within markdown files breaks aliasesDimitri van Heesch2013-10-121-3/+23
|
* Bug 709780 - Copying of files via \image tag can get confused by symlinks at ↵Dimitri van Heesch2013-10-121-0/+12
| | | | the destination
* Bug 709803 - Generated hhc file contains an error for a section of a mainpageDimitri van Heesch2013-10-124-7/+7
|
* Bug 709870 - Broken links on members HTML page when using BUILTIN_STL_SUPPORTDimitri van Heesch2013-10-121-24/+31
|
* Bug 709921 - position of linebreak in template argument list affects ↵Dimitri van Heesch2013-10-121-15/+1
| | | | inheritance relation
* Made lexer rule explicitDimitri van Heesch2013-10-121-16/+24
|
* Bug 709845 - Fortran: problem with types with name starting with isDimitri van Heesch2013-10-111-1/+1
|
* Merge branch 'dia'Dimitri van Heesch2013-10-0732-10/+720
|\
| * Bug 707713 - Add support for dia diagramsDimitri van Heesch2013-10-0632-10/+720
| |