Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Keyword register (in code) is deprecated since C++11 | albert-github | 2018-11-27 | 1 | -1/+1 |
| | | | | | | 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] | ||||
* | Reduced and improved functionality of QList | Dimitri van Heesch | 2013-12-30 | 1 | -13/+13 |
| | | | | | | | | | - 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.1 | Dimitri van Heesch | 2013-01-20 | 1 | -6/+6 |
| | |||||
* | Release-1.7.6.1 | Dimitri van Heesch | 2011-12-10 | 1 | -0/+10 |
| | |||||
* | Release-1.6.3-20100603 | Dimitri van Heesch | 2010-06-03 | 1 | -2/+2 |
| | |||||
* | Release-1.3.5-20031215 | Dimitri van Heesch | 2003-12-15 | 1 | -0/+868 |