summaryrefslogtreecommitdiffstats
path: root/src/classlist.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring: remove implicit conversion from QCString to const char *Dimitri van Heesch2021-04-221-1/+1
| | | | | | | | | | | | | | | | | 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: remove unused GenericsSDict classDimitri van Heesch2021-01-021-48/+0
|
* Refactoring: remove unused ClassListDimitri van Heesch2021-01-021-33/+0
|
* Refactoring: replace Doxygen::groupSDict by Doxygen::groupLinkedMapDimitri van Heesch2020-12-311-3/+3
|
* Refactoring: replace ClassSDict by ClassLinkedMap/ClassLinkedRefMapDimitri van Heesch2020-12-191-74/+56
|
* issue #8192: Excluded inline namespace broken after a5792da8Dimitri van Heesch2020-11-211-8/+8
| | | | | | - Further fixes to make classes inside inline namespaces appear in the parent scope again. - Also added a test case to check for regression
* Refactoring: replacing dynamic_cast by static_cast to improve performanceDimitri van Heesch2020-11-131-2/+2
|
* Refactoring: Introduce immutable and mutable interfacesDimitri van Heesch2020-11-091-4/+8
| | | | | | Split Definition/ClassDef/NamespaceDef/MemberDef into a immutable and mutable part Aliases are immutable, other symbols are stored using an immutable interface but can be made mutable explicitly by dynamic casting.
* Performance improvements after profilingDimitri van Heesch2020-04-241-6/+4
| | | | | In some cases performance dropped when upgrading from version 1.8.16 to 1.8.17 or 1.8.18. With these changes the performance should be back to normal again.
* Fix a number of compiler warnings in the 64bit build for WindowsDimitri van Heesch2020-03-021-2/+2
|
* issue #7446: C#: parameter named `extends` is broken in the documentationDimitri van Heesch2019-12-201-2/+2
|
* issue #7302: Determination of anonymous is too restrictiveDimitri van Heesch2019-11-051-3/+3
|
* Changed ArgumentList to be an STL containerDimitri van Heesch2019-10-271-4/+4
|
* Improved const correctness and added support for inline namespacesDimitri van Heesch2019-04-211-2/+4
|
* Changed configuration mechanism to directly access options in order to ↵Dimitri van Heesch2016-01-171-7/+7
| | | | improve performance
* Bump copyright yearDimitri van Heesch2015-02-261-1/+1
|
* Bug 730520 - No documentation generated for method-less C++ structDimitri van Heesch2014-06-161-8/+5
|
* Bug 722619 - doxygen 1.8.6 sorts the contents of a namespace by group within ↵Dimitri van Heesch2014-02-221-1/+0
| | | | the Class List
* Updated copyrightDimitri van Heesch2014-02-111-1/+1
|
* Reduced and improved functionality of QListDimitri van Heesch2013-12-301-9/+5
| | | | | | | | | - 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.
* More template and context updatesDimitri van Heesch2013-11-111-12/+12
|
* Release-1.8.3.1Dimitri van Heesch2013-01-201-3/+3
|
* Release-1.8.2-20121118Dimitri van Heesch2012-11-181-2/+2
|
* Release-1.8.2Dimitri van Heesch2012-08-111-0/+53
|
* Release-1.8.1.2-20120729Dimitri van Heesch2012-07-291-0/+3
|
* Release-1.7.6.1-20120220Dimitri van Heesch2012-02-201-1/+1
|
* Release-1.7.5Dimitri van Heesch2011-08-141-9/+14
|
* Release-1.7.4-20110727Dimitri van Heesch2011-07-271-21/+22
|
* Release-1.7.4Dimitri van Heesch2011-03-281-102/+42
|
* Release-1.7.3-20110123Dimitri van Heesch2011-01-231-1/+1
|
* Release-1.7.1-20100728Dimitri van Heesch2010-07-281-0/+4
|
* Release-1.6.3-20100324Dimitri van Heesch2010-03-241-3/+34
|
* Release-1.6.2-20100124Dimitri van Heesch2010-01-241-1/+1
|
* Release-1.5.9-20090814Dimitri van Heesch2009-08-141-1/+1
|
* Release-1.5.4-20080101Dimitri van Heesch2008-01-171-10/+27
|
* Release-1.5.4Dimitri van Heesch2008-01-161-2/+3
|
* Release-1.5.1-20070219Dimitri van Heesch2007-02-191-1/+1
|
* Release-1.5.1-20070107Dimitri van Heesch2007-01-071-1/+1
|
* Release-1.5.1-20061202Dimitri van Heesch2006-12-021-1/+1
|
* Release-1.4.6-20060507Dimitri van Heesch2006-05-071-1/+1
|
* Release-1.4.6-20060115Dimitri van Heesch2006-01-151-2/+3
|
* Release-1.4.3-20050707Dimitri van Heesch2005-07-071-6/+8
|
* Release-1.4.1Dimitri van Heesch2005-01-111-1/+1
|
* Release-1.3.9.1-20041129Dimitri van Heesch2004-11-291-10/+11
|
* Release-1.3.6-20040413Dimitri van Heesch2004-04-131-11/+11
|
* Release-1.3.5-20040125Dimitri van Heesch2004-01-251-13/+16
|
* Release-1.3.5-20040105Dimitri van Heesch2004-01-051-1/+1
|
* Release-1.3.4-20031019Dimitri van Heesch2003-10-191-3/+9
|
* Release-1.3.3-20030824Dimitri van Heesch2003-08-241-1/+9
|
* Release-1.3.3-20030808Dimitri van Heesch2003-08-081-2/+2
|