summaryrefslogtreecommitdiffstats
path: root/addon/doxyapp/doxyapp.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring: remove implicit conversion from QCString to const char *Dimitri van Heesch2021-04-221-17/+15
| | | | | | | | | | | | | | | | | This commit changes the following in relation to string use - The implicit convert from 'QCString' to 'const char *' is removed - Strings parameters use 'const QCString &' as much as possible in favor over 'const char *' - 'if (s)' where s is a QCString has been replaced by 'if(!s.isEmpty())' - data() now always returns a valid C-string and not a 0-pointer. - when passing a string 's' to printf and related functions 'qPrint(s)' is used instead of 's.data()' - for empty string arguments 'QCString()' is used instead of '0' - The copy() operation has been removed - Where possible 'qstrcmp(a,b)==0' has been replaces by 'a==b' and 'qstrcmp(a,b)<0' has been replaced by 'a<b' - Parameters of string type that were default initialized with '= 0' are no initialized with '= QCString()'
* Refactoring: move qcstring and remove qtoolsDimitri van Heesch2021-03-251-3/+2
|
* Refactoring: modernize IncludeInfo listDimitri van Heesch2021-01-221-2/+2
|
* Refactoring: remove unused Doxygen::entryDBFileName and Doxygen::objDBFileNameDimitri van Heesch2021-01-011-3/+0
|
* Refactoring: replaced getNamespaceSDict() by getNamespaces()Dimitri van Heesch2020-12-231-2/+2
|
* Merge pull request #8263 from albert-github/feature/bug_addon_versionDimitri van Heesch2020-12-211-1/+18
|\ | | | | Usage of version and help in addons
| * Usage of version and help in addonsalbert-github2020-12-191-1/+18
| | | | | | | | More consequent and consistent usage of help and version in addons.
* | Refactoring: replace ClassSDict by ClassLinkedMap/ClassLinkedRefMapDimitri van Heesch2020-12-191-2/+2
|/
* Refactoring: modernize Doxygen::symbolMapDimitri van Heesch2020-10-231-35/+8
|
* Fix for broken LaTeX output.Dimitri van Heesch2020-09-271-1/+1
| | | | | | Fixes error: "\begin{DoxyCodeInclude} on input line 93 ended by \end{DoxyCode}" while generating the LaTeX version of the manual
* Refactoring: prepare output generators for multi-threaded useDimitri van Heesch2020-09-271-3/+5
|
* Refactor: modernize configuration valuesDimitri van Heesch2020-06-041-15/+16
|
* Replaced FileNameDict/FileNameList by FileNameLinkedMapDimitri van Heesch2020-04-061-23/+17
|
* Split language parser into "outline parser" and "code parser"Dimitri van Heesch2019-12-031-3/+3
|
* issue #7109 Doxyapp can't use "[source_file | source_dir]" parameteralbert-github2019-07-131-6/+4
| | | | | - setting RECURSIVE (required for directories) - making check / adjust consistent with doxyparse
* issue #7109 Doxyapp can't use "[source_file | source_dir]" parameteralbert-github2019-07-111-0/+3
| | | | | - initialization has to be done in an earlier stage (and only once) - not only the INPUT tag was involved, none of the tags were set.
* Improved const correctness and added support for inline namespacesDimitri van Heesch2019-04-211-1/+1
|
* Regression on Definition and derived classes that are abstract interfacesalbert-github2019-03-011-7/+7
| | | | In the doxyapp a number of casts were not corrected.
* Building doxyapp fails after update of config methodology to improve performancealbert-github2016-01-171-13/+13
| | | | This is a regressing on the "Changed configuration mechanism to directly access options in order to improve performance ( a93ec7221d1a258f0268e0c081782478372efe0b)
* Further cleanups related to the cmake build systemDimitri van Heesch2015-06-181-4/+5
|
* Bump copyright yearDimitri van Heesch2015-02-261-1/+1
|
* Updated copyrightDimitri van Heesch2014-02-111-1/+1
|
* Fixed compilation issues in doxyappDimitri van Heesch2013-09-131-0/+7
|
* Release-1.8.3.1Dimitri van Heesch2013-01-201-1/+1
|
* Release-1.8.3Dimitri van Heesch2012-12-261-2/+11
|
* Release-1.7.6.1-20120220Dimitri van Heesch2012-02-201-1/+1
|
* Release-1.5.7.1-20081225Dimitri van Heesch2008-12-251-0/+1
|
* Release-1.5.2-20070719Dimitri van Heesch2007-07-191-1/+2
|
* Release-1.5.2-20070506Dimitri van Heesch2007-05-061-1/+0
|
* Release-1.5.1-20070315Dimitri van Heesch2007-03-151-1/+1
|
* Release-1.5.1Dimitri van Heesch2006-10-291-1/+2
|
* Release-1.4.7-20060910Dimitri van Heesch2006-09-101-1/+4
|
* Release-1.4.7-20060809Dimitri van Heesch2006-08-091-0/+309