summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug 625601 - FORTRAN: recognition free versus fixed formatted codealbert-github2014-03-099-42/+81
| | | | | The recognition of the type (free or fixed) of Fortran code is not reliable possible. A well known possibility as used with compilers as well is to specify the type of code by means of the extension. With EXTENSION_MAPPING it is possible to select the type of Fortran code, when not explicitly set doxygen tries to guess the type of Fortran code.
* Merge pull request #129 from groleo/masterDimitri van Heesch2014-02-281-3/+8
|\ | | | | util/patternMatch: don't extract a QCString(QFileInfo) each time we QReg...
| * util/patternMatch: don't extract a QCString(QFileInfo) each time we ↵Adrian Negreanu2014-02-281-3/+8
|/ | | | | | | | | | | | QRegExp.match patternMatch iterates over the pattern list, while FileInfo remains constant. given this, extract the QCStrings for QFileInfo outside of the iterating loop. Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
* Merge pull request #128 from dstftw/russian-translation-typosDimitri van Heesch2014-02-271-4/+4
|\ | | | | Fix typos in russian translation
| * Fix typos in russian translationSergey M․2014-02-271-4/+4
|/
* Merge pull request #126 from albert-github/feature/bug_doxywizard_logo_msgDimitri van Heesch2014-02-271-13/+32
|\ | | | | Give message when PROJECT_LOGO cannot be found or cannot be converted
| * Give message when PROJECT_LOGO cannot be found or cannot be convertedalbert-github2014-02-261-13/+32
| | | | | | | | | | In case the project logo does not exist or cannot be converted give a message instead of a white box. Also update STR_PROJECT_LOGO in case a filename is selected that cannot be found.
* | Merge pull request #125 from albert-github/feature/doxygwizard_argsDimitri van Heesch2014-02-271-8/+22
|\ \ | | | | | | Showing error message on windows in case of an error on startup
| * | Superfluous include removedalbert-github2014-02-261-1/+0
| | | | | | | | | | | | include remained for debug session.
| * | Showing error message on windows in case on error on startupalbert-github2014-02-261-8/+23
| |/ | | | | | | | | On case, on windows, more than 1 argument is given doxywizard stops without showing a message even though a printf is present. In this patch the message is show (for all platforms) by means of a message box, furthermore in case the argument --help is given the usage message is given in a message box.
* | Merge pull request #127 from groleo/masterDimitri van Heesch2014-02-272-186/+260
|\ \ | |/ |/| sqlite3: speedup the SELECTs
| * util/patternMatch: break when pattern is foundAdrian Negreanu2014-02-271-1/+2
| | | | | | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
| * sqlite3: speedup the SELECTsAdrian Negreanu2014-02-271-185/+258
|/ | | | | | | | | | | | | | | | | | The uniqueness of rows is maintained by first doing a select. In case the item is not found, it's INSERTed. This is done for files, refids, params and includes, data that is not unique by itself, like cross-references for example. In other words, you can have many memberdefs in one file, but you can only have one cross-reference between two functions since the reference location is unique. So, when SELECTing files and refids, use the file name and refids as primary key since that's the fastest way to do it. Also 'OR REPLACE' not necessary in 'INSERT OR REPLACE'. Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
* Merge pull request #123 from albert-github/feature/bug_ftn_keywordsDimitri van Heesch2014-02-232-3/+3
|\ | | | | Corrected some definitions for some Fortran keywords
| * Corrected some definitions for some Fortran keywordsalbert-github2014-02-232-3/+3
|/
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-02-226-6/+15
|\
| * Merge pull request #121 from albert-github/feature/bug_674851Dimitri van Heesch2014-02-204-4/+4
| |\ | | | | | | Bug 674851 - Percent to prevent auto-linking in page title is not removed for navpath
| | * Bug 674851 - Percent to prevent auto-linking in page title is not removed ↵albert-github2014-02-174-4/+4
| | | | | | | | | | | | | | | | | | for navpath remove the % sign from some relevant places. The % sign is to prevent automatic linking.
| * | Merge pull request #122 from albert-github/feature/bug_724241Dimitri van Heesch2014-02-202-2/+11
| |\ \ | | |/ | |/| Bug 724241 - Internal inconsistency: namespace in IDL
| | * Bug 724241 - Internal inconsistency: namespace in IDLalbert-github2014-02-202-2/+11
| |/ | | | | | | Library was missing in the list of namespaces. In scanner.l constants, module and library are handled in the same way. In namespace.{h,cpp} only constants and module were handled, now also library is handled in a similar way.
* | Fixed difference between generated XML schema and XML files for HTML entitiesDimitri van Heesch2014-02-221-3/+6
| |
* | Bug 722619 - doxygen 1.8.6 sorts the contents of a namespace by group within ↵Dimitri van Heesch2014-02-224-2/+13
|/ | | | the Class List
* Bug 722457 - regression referencing namespaced typeDimitri van Heesch2014-02-151-1/+3
|
* Add validation of internal consistency to html entity mapperDimitri van Heesch2014-02-152-1/+2
|
* Merge pull request #120 from NimbusKit/propertynamesDimitri van Heesch2014-02-151-0/+2
|\ | | | | Pull out property names in Objective-C.
| * Pull out property names in Objective-C.Jeff Verkoeyen2014-02-151-0/+2
| | | | | | | | Property names are everything after the ::.
* | Merge pull request #119 from NimbusKit/xcodeescapeDimitri van Heesch2014-02-151-1/+1
|\ \ | | | | | | Properly escape the XCODE path.
| * | Properly escape the XCODE path.Jeff Verkoeyen2014-02-151-1/+1
| |/ | | | | | | | | This was causing problems on my system where Xcode is installed at /Applications/Xcode 5.0/
* | Merge pull request #118 from albert-github/feature/bug_docu_custcmdDimitri van Heesch2014-02-151-7/+7
|\ \ | | | | | | Made documentation more consistent
| * | Made documentation more consistentalbert-github2014-02-121-7/+7
| |/ | | | | | | Made documentation for custom commands more consistent and remove not required backslashes
* | Merge pull request #117 from albert-github/feature/bug_docu_latexDimitri van Heesch2014-02-151-7/+2
|\ \ | | | | | | Command \< and \> are not properly shown in section headers (and consequently in index)
| * | Command \< and \> are not properly shown in section headers (and ↵albert-github2014-02-121-7/+2
| |/ | | | | | | | | | | | | consequently in index) In the pdf version of the doxygen manual (version 1.8.6) the commands \< and \> are shown as < and > Tests (on the doxygen manual) revealed that the exception rules were nor required.
* | Merge pull request #116 from albert-github/feature/bug_docuDimitri van Heesch2014-02-151-1/+1
|\ \ | | | | | | Superfluous backslash in documentation
| * | Superfluous backslash in documentationalbert-github2014-02-121-1/+1
| |/ | | | | | | Some superfluous backslashes were found in the documentation (1.8.6 manual page 52, diagrams section)
* | Merge pull request #115 from albert-github/feature/bug_html_entities_buildDimitri van Heesch2014-02-151-0/+8
|\ \ | | | | | | A new files have been added but is not incorporated in the windows build part
| * | A new files have been added but is not incorporated in the windows build partalbert-github2014-02-121-0/+8
| |/ | | | | | | The build references for htmlentity.{cpp,h} were missing for windows builds
* | Merge pull request #114 from albert-github/feature/bug_vhdl_dotDimitri van Heesch2014-02-151-2/+4
|\ \ | |/ |/| Place where dot executable is found
| * Place where dot executable is foundalbert-github2014-02-121-2/+4
| | | | | | | | | | In the current vhdl part of the code it is required that the dot executable is in the path. On in dot.cpp the possibility exists that the dot executable is found through the configuration setting DOT_PATH. This patch makes this more consistent
* | Bug 722603 - doxygen nested \if \endif sample not workingDimitri van Heesch2014-02-111-2/+8
| |
* | Improved handling of percent symbolDimitri van Heesch2014-02-1110-25/+36
| |
* | Updated copyrightDimitri van Heesch2014-02-11299-1441/+1441
| |
* | Fixed off-by one error for last character in compound.xsdDimitri van Heesch2014-02-101-1/+1
| |
* | fixed compile issue on LinuxDimitri van Heesch2014-02-101-1/+1
| |
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-02-101-0/+1
|\ \ | |/
| * Merge pull request #113 from albert-github/feature/bug_citelistDimitri van Heesch2014-02-091-0/+1
| |\ | | | | | | On windows citelist.doc remains
| | * On windows citelist.doc remainsalbert-github2014-02-091-0/+1
| |/ | | | | | | On windows the file citelist.doc is not removed as it is not closed. This patch closes the file.
* | Restructered html entity handlingDimitri van Heesch2014-02-1017-536/+603
| |
* | Merge branch 'feature/html_entities' of ↵Dimitri van Heesch2014-02-0918-1537/+1036
|\ \ | | | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/html_entities
| * | Recognize all HTML4 special character entitiesalbert-github2014-02-0818-1537/+1036
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In doxygen a limited number of HTML4 special character entities are recognized, with this patch the full list of HTML4 special character entities (see http://www.w3.org/TR/html4/sgml/entities.html) is supported (as far as they can be represented in the output format). - doxygen_manual.tex - latexgen.cpp Added wasysym package to support per thousand sign (perthousand command from textcomp didn't work properly) Added option for textcomp package so currency symbol would work properly - htmlcmds.doc Adjusted documentation, listing all entities - compound.xsd - xmlgen.cpp Removed in xsd file all references for special HTML4 character entities and placed placeholder so doxygen (in xmlgen.cpp)can automatically add the right element names. - util.cpp - util.h Define all entities with their representation for all output formats. Define access routines to the different representations Mapping (for recognition of the entities) based on running through the list of available entities, after validation of the order of the entities. A few entities contain now besides letters also numbers at the end. - docparser.h Define symbols for all entities as well as a helper struct and enum. The member m_letter is not used anymore and thus removed. All existing symbols were renamed so no confusion (i.e. errors when forgetting to rename some symbols) can occur. Obsolete references to letter removed, all letters with accents etc. are explicitly defined and not through the generic accent name plus an extra letter. - docparser.cpp Adjust used symbols to their new names. Remove references to letter (as used for accents etc.) Replace list of explicitly supported entities with call to symbol code access routine. - docbookvisitor.cpp - htmldocvisitor.cpp - latexdocvisitor.cpp - mandocvisitor.cpp - perlmodgen.cpp - printdocvisitor.h - rtfdocvisitor.cpp - textdocvisitor.cpp - xmldocvisitor.cpp Replace list of explicitly supported entities with call to access routine and use returned value to output.
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-02-092-394/+689
|\ \ \ | | |/ | |/|