summaryrefslogtreecommitdiffstats
path: root/qtools/qgdict.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Reduce the use of QString in favor of the more efficient QCStringDimitri van Heesch2019-09-211-60/+33
|
* Keyword register (in code) is deprecated since C++11albert-github2018-11-271-7/+7
| | | | | | The keyword `register` is deprecated since C++11: - for the Darwin platform it was already filtered (-Wno-deprecated-register) - CLan emits: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
* Update qgdict.cppArmin Müller2018-06-191-1/+1
|
* Made several improvements to the performance of template engineDimitri van Heesch2015-09-131-0/+26
|
* Reduced and improved functionality of QListDimitri van Heesch2013-12-301-5/+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.
* Release-1.8.3.1Dimitri van Heesch2013-01-201-3/+3
|
* Release-1.6.3-20100603Dimitri van Heesch2010-06-031-4/+4
|
* Release-1.4.2-20050421Dimitri van Heesch2005-04-211-2/+6
|
* Release-1.3.6-20040427Dimitri van Heesch2004-04-271-3/+2
|
* Release-1.2.6-20010422Dimitri van Heesch2001-04-221-1/+1
|
* Release-1.2.6-20010401Dimitri van Heesch2001-04-011-1/+1
|
* Release-1.2.2-20001015Dimitri van Heesch2000-10-151-0/+1215