summaryrefslogtreecommitdiffstats
path: root/src/util.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'bug734099'Dimitri van Heesch2014-08-041-5/+27
|\
| * Bug 734099 - Add support for non-parsed languageDimitri van Heesch2014-08-041-5/+27
| |
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-08-041-6/+9
|\ \ | |/ |/|
| * Merge pull request #206 from groleo/masterDimitri van Heesch2014-08-031-6/+9
| |\ | | | | | | removeRedundantWhiteSpace micro-optimization
| | * removeRedundantWhiteSpace micro-optimizationAdrian Negreanu2014-07-251-6/+9
| | | | | | | | | | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
* | | Bug 733938 - Explicit links using operator()() not generated.Dimitri van Heesch2014-08-031-4/+5
|/ /
* | Added mainpage to context and improved page treeDimitri van Heesch2014-08-021-0/+8
|/
* Bug 731238 - Dead links in html documentation when using tabs for ↵Dimitri van Heesch2014-06-071-2/+3
| | | | indentation in c++
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-03-151-8/+23
|\
| * In case of sections with the same name they are not reported.albert-github2014-03-021-8/+23
| | | | | | | | | | In this patch it is checked if a section label has been used before and if so a warning is given with file name and line number (when possible) where the section label was used the first time. Note in section.h the item level was not initialized in the past in case of a copy constructor.
* | Bug 625601 - FORTRAN: recognition free versus fixed formatted codealbert-github2014-03-091-17/+19
|/ | | | | 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.
* 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>
* util/patternMatch: break when pattern is foundAdrian Negreanu2014-02-271-1/+2
| | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
* 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.
* Updated copyrightDimitri van Heesch2014-02-111-1/+1
|
* Restructered html entity handlingDimitri van Heesch2014-02-101-458/+6
|
* Recognize all HTML4 special character entitiesalbert-github2014-02-081-133/+449
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-01-181-2/+2
|\
| * Wrong UTF 8 codesalbert-github2014-01-151-2/+2
| | | | | | | | The utf-8 code for eta was identical to the code for theta and the code for Prime was identical to the one for prime
* | Use hook arrow for hyphens in symbol names in the LaTeX output.Dimitri van Heesch2014-01-121-3/+3
|/
* Bug 705499 - Nested namespace causes incorrect display when referenced via ↵Dimitri van Heesch2014-01-051-1/+1
| | | | .tag file
* Bug 705220 - Enables using unicode (non ASCII) to name output filesDimitri van Heesch2013-12-301-16/+81
|
* Reduced and improved functionality of QListDimitri van Heesch2013-12-301-29/+32
| | | | | | | | | - operations on current index and node (next(), prev(), last(), first()) have been removed. - access to internal nodes has been removed. - old QList has been renamed to QInternalList for use inside qtools only. - added type safe compare, new, and delete operations (compareValues(), newValue(), deleteValue()). - add compareValues also to QDict for consistency. - changed doxygen's implementation to comply with the new QList and QDict interface.
* Bug 712819 - Some external namespaces appear in list despite having ↵Dimitri van Heesch2013-12-241-2/+3
| | | | ALLEXTERNALS = NO
* Template and context enhancementsDimitri van Heesch2013-12-231-0/+190
|
* More template and context enhancementsDimitri van Heesch2013-12-121-0/+23
|
* Bug 719463 - Invalid null key and segmentation faultDimitri van Heesch2013-12-081-16/+16
|
* Bug 711378 - Nested Aliases fail when the nested alias has two or more ↵Dimitri van Heesch2013-12-071-7/+7
| | | | arguments.
* Bug 711004 - Vertical bars cannot be sent straight to makeindexDimitri van Heesch2013-11-111-1/+1
|
* Added rudimentary support for django like template system for output creation.Dimitri van Heesch2013-10-211-0/+69
|
* Bug 709803 - Generated hhc file contains an error for a section of a mainpageDimitri van Heesch2013-10-121-2/+2
|
* Fixed regression autolinking C# template such as MyGenericClass<T>.g()Dimitri van Heesch2013-09-171-1/+1
|
* Bug 705910 - Indexing and searching cannot treat non ASCII identifiersDimitri van Heesch2013-09-151-0/+69
|
* Minor layout tweaks and extra guardDimitri van Heesch2013-09-131-5/+12
|
* consider currentFile when searching for global symbolsAdrian Negreanu2013-09-101-1/+14
| | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
* Doxygen didn't allow @ref to parameters of type reference to an array.Dimitri van Heesch2013-09-091-1/+2
|
* VHDL-2008 and arrays on unconstrained elementsDimitri van Heesch2013-09-031-1/+3
|
* Bug 706874 - Doxygen crash if missing new-line in a snippetDimitri van Heesch2013-08-271-1/+7
|
* Bug 704172 - Nested Aliases fail when the nested alias has two or more ↵Dimitri van Heesch2013-08-031-2/+44
| | | | arguments.
* Removed extra newline when reading in an input fileDimitri van Heesch2013-07-141-55/+1
|
* Bug 702170 - Missing space before optional option in method argument listDimitri van Heesch2013-07-021-1/+1
|
* Bug 702491 - UTF-16LE BOM not handled by source browser and \snippetDimitri van Heesch2013-07-021-4/+18
|
* Fix reference to scoped enun imported via a tag file.Dimitri van Heesch2013-06-281-1/+2
|
* Fixed regression introduced by fixed bug Bug 700740Dimitri van Heesch2013-06-171-2/+2
|
* Bug 701314 - URLs are not created on C# classes in some casesDimitri van Heesch2013-06-151-2/+18
|
* Bug 700740 - Doxygen does not create links on C++ 11 style enum classesDimitri van Heesch2013-06-151-34/+121
|
* Bug 701295 - Doxygen 1.8.4 goes into an endless loopDimitri van Heesch2013-05-301-1/+5
|
* Release-1.8.3.1-20130512Dimitri van Heesch2013-05-121-27/+71
|
* Release-1.8.3.1-20130402Dimitri van Heesch2013-04-021-10/+64
|
* Release-1.8.3.1-20130324Dimitri van Heesch2013-03-241-2/+29
|