summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug 730888 - [PATCH] Fix missing '&' in Boolean operation in qstring.cppDimitri van Heesch2014-05-291-1/+1
|
* Removed unsupported HTML commands from the docsDimitri van Heesch2014-05-261-4/+0
|
* Merge pull request #173 from albert-github/feature/bug_730418Dimitri van Heesch2014-05-201-1/+1
|\ | | | | Bug 730418 - man page extension is incorrect
| * Bug 730418 - man page extension is incorrectalbert-github2014-05-201-1/+1
|/ | | | Test in respect to handling extension was tone wit equal less than / greater than sign and should only be less than and greater than. Resulting in the fact that in case of a chosen extension starting with .0 or .9 an 3 was pre-pended.
* Replaced the VHDL parser with the VHDL scanner from 1.7.5 to avoid potential ↵Dimitri van Heesch2014-05-1815-6493/+2787
| | | | licensing issues
* Set deployment targets for MacOSX 10.5+ versionsDimitri van Heesch2014-05-153-3/+3
|
* Merge pull request #171 from hansec/fortran_case_regressionDimitri van Heesch2014-05-071-1/+1
|\ | | | | Highlighting corrected for case statements without new line (regression)
| * Fixes regression due to PR 169Chris Hansen2014-05-071-1/+1
| |
* | Merge pull request #170 from albert-github/feature/fortran_code_color_regressionDimitri van Heesch2014-05-071-2/+2
|\ \ | |/ |/| Coded coloring of flow statements corrected (regression)
| * Coded coloring of flow statements corrected (regression)albert-github2014-05-071-2/+2
|/ | | | | | | | | | | | | | | | | | | | | | Which patch 8e8c9a1 (dd. May 6) the rule: <Start>{FLOW}/[,( \t\n].* has been changed into" <Start>{FLOW}/[,( \t\n] (analogous: <Start>{COMMANDS}/[,( \t\n]) To overcome the warning: fortrancode.l:744: warning, dangerous trailing context. The result is that the code coloring of (e.g.) the if statements in: subroutine test_on_if if (a == b) then c = d endif if(a == b) then c = d endif end subroutine was removed, due to the fact that the rule: <Start>{ID}{BS}/"(" was used instead of the flow coloring rule. This patch fixes the rules so the lines are colored again and there is no warning.
* Merge branch 'hansec-select_type'Dimitri van Heesch2014-05-061-7/+12
|\
| * Merge branch 'select_type' of https://github.com/hansec/doxygen into ↵Dimitri van Heesch2014-05-061-7/+12
| |\ |/ / | | | | | | | | | | hansec-select_type Conflicts: src/fortrancode.l
| * Add type option to FORTRAN select statementsChris Hansen2014-05-051-1/+6
| |
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-05-061-9/+32
|\ \
| * \ Merge pull request #168 from hansec/fortran_keywordsDimitri van Heesch2014-05-061-3/+13
| |\ \ | | | | | | | | Add FORTRAN 2003 keywords and commands
| | * | Add FORTRAN 2003 keywords and commandsChris Hansen2014-05-051-3/+13
| | |/
| * | Merge pull request #167 from hansec/class_vardefDimitri van Heesch2014-05-061-2/+3
| |\ \ | | | | | | | | Add class/procedure vardefs to FORTRAN code highlighting
| | * | Added class/procedure vardefs to FORTRAN code highlightingChris Hansen2014-05-051-2/+3
| | |/
| * | Merge pull request #166 from hansec/fortran_importDimitri van Heesch2014-05-061-4/+16
| |\ \ | | |/ | |/| Add import keyword to FORTRAN code highlighting
| | * Fixed keyword typeChris Hansen2014-05-051-3/+1
| | |
| | * Added import keyword to FORTRAN code highlightingChris Hansen2014-05-051-4/+18
| |/
* | Bug 729427 - [PATCH] Propagate configure's perl to makefilesDimitri van Heesch2014-05-031-0/+1
|/
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-05-032-30/+23
|\
| * Merge pull request #165 from albert-github/feature/bug_rtf_newlineDimitri van Heesch2014-05-031-1/+1
| |\ | | | | | | Missing word after \n command in Doxygen rtf output, version 1.8.5 & up
| | * Missing word after \n command in Doxygen rtf output, version 1.8.5 & upalbert-github2014-05-021-1/+1
| | | | | | | | | | | | | | | After a \par command no space or new line was present resulting in the joining of the \par with the first word after the \n. Inserting an newline solves this problem
| * | Merge pull request #164 from albert-github/feature/faq_listDimitri van Heesch2014-05-031-29/+22
| |\ \ | | | | | | | | Make index for faq
| | * | Make index for faqalbert-github2014-05-011-29/+22
| | |/ | | | | | | | | | Currently the FAQs are in a numbered list, no index / overview. This patch places the FAQs in paragraphs resulting in a readable overview (in index or with a tableofcontents in HTML
* | | Doxywizard: make the Next button on the last page of the expert tab switch ↵Dimitri van Heesch2014-05-033-5/+21
|/ / | | | | | | to the run tab
* | Doxywizard: make the Next button on the last page of the wizard switch to ↵Dimitri van Heesch2014-05-034-11/+31
| | | | | | | | the run tab
* | Bug 729017 - function object in member initializer causes documentation lossDimitri van Heesch2014-04-271-8/+3
|/
* Merge pull request #161 from albert-github/feature/bug_728654Dimitri van Heesch2014-04-262-8/+4
|\ | | | | Bug 728654 - configuration stops with settings.h missing
| * Bug 728654 - configuration stops with settings.h missingalbert-github2014-04-262-8/+4
|/ | | | | | | | | This bug fix fixes, in a general way, a number of issues encountered on Solaris - configure - ! (exclamation mark) not recognized properly, but with mkdir -p no test is necessary - sed problem regarding removing last , (comma) in language list. Is automatically replaced in with a space when translating language names to upper case. - lang_cfg.py - corrected check on number of arguments
* Added more missing links to the changelogDimitri van Heesch2014-04-211-3/+3
|
* Added missing links in changelog when multiple bug ids were on one lineDimitri van Heesch2014-04-211-28/+28
|
* Merge pull request #159 from albert-github/feature/bug_623699Dimitri van Heesch2014-04-212-0/+6
|\ | | | | Bug 623299 - Fortran: quotation after define causes error
| * Bug 623299 - Fortran: quotation after define causes erroralbert-github2014-04-212-0/+6
| | | | | | | | For the determination whether the file is free or fixed formatted code just see lines starting with # as comment lines
* | Added bugzilla link for numbered changelog itemsDimitri van Heesch2014-04-211-817/+817
|/
* Merge pull request #156 from albert-github/feature/INSTALLDimitri van Heesch2014-04-211-2/+2
|\ | | | | Made INSTALL file version and date independent
| * Made INSTALL file version and date independentalbert-github2014-04-201-2/+2
| |
* | Merge pull request #157 from albert-github/feature/bug_172072Dimitri van Heesch2014-04-212-7/+9
|\ \ | | | | | | Bug 172072 - $title doesn't work in LateX header
| * | Bug 172072 - $title doesn't work in LateX headeralbert-github2014-04-202-7/+9
| |/ | | | | | | | | | | | | | | In case $title is used in the latex header or footer it is now replaced with the empty string (it was left inside, resulting in non translatable LaTeX code), the documentation has been updated too. See also: Bug 668004 - LATEX_HEADER should share common information with HTML_HEADER Bug 401327 - LATEX_HEADER: $title does not get expanded
* | Merge pull request #158 from albert-github/feature/bug_copyrightDimitri van Heesch2014-04-212-2/+2
|\ \ | | | | | | Corrected copyright year
| * | Corrected copyright yearalbert-github2014-04-212-2/+2
|/ /
* | Bump version numberRelease_1_8_7Dimitri van Heesch2014-04-211-1/+1
| |
* | Updated changelog for release 1.8.7Dimitri van Heesch2014-04-201-0/+171
| |
* | Added last and first attributes to index tree nodeDimitri van Heesch2014-04-201-0/+7
| |
* | Bug 712251 - Documentation for enumeration not generatedDimitri van Heesch2014-04-204-5/+6
|/
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-04-1915-64/+67
|\
| * Merge pull request #151 from albert-github/feature/bug_docu_latex2Dimitri van Heesch2014-04-1914-63/+66
| |\ | | | | | | Consistency of usage of the word LaTeX in the documentation
| | * Consistency of usage of the word LaTeX in the documentationalbert-github2014-04-1314-63/+66
| | | | | | | | | | | | | | | | | | The word LaTeX was used as just the word and on other places as \f$\mbox{\LaTeX}\f$ This has been made more consistent by means of the definition of the Alia \LaTeX (similar for \TeX) Some names of executables etc. were not set in a 'code' font.