Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed a few compiler warnings on win32 | Dimitri van Heesch | 2019-03-10 | 1 | -3/+3 |
| | |||||
* | Keyword register (in code) is deprecated since C++11 | albert-github | 2018-11-27 | 1 | -16/+16 |
| | | | | | | 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] | ||||
* | Bug 751984 - PATCH: Honour SOURCE_DATE_EPOCH environment variable for ↵ | Dimitri van Heesch | 2015-07-19 | 1 | -0/+6 |
| | | | | reproducible output | ||||
* | Bump copyright year | Dimitri van Heesch | 2015-02-26 | 1 | -1/+1 |
| | |||||
* | Fixed a couple of cases where sharing string data could lead to corruption | Dimitri van Heesch | 2015-01-02 | 1 | -24/+24 |
| | | | | | Also made dangerous string access more visible by introducing rawData(). This replaces data() which will now return a constant string. | ||||
* | Bug 741417 - Crash when building gtkmm documentation | Dimitri van Heesch | 2014-12-17 | 1 | -2/+2 |
| | |||||
* | Use result of vsnprintf | Dimitri van Heesch | 2014-11-29 | 1 | -1/+2 |
| | |||||
* | Fixed bug in new QCString::sprintf for long string. | Dimitri van Heesch | 2014-11-16 | 1 | -2/+3 |
| | |||||
* | Compilation fixes for Windows for new string implementation. | Dimitri van Heesch | 2014-10-25 | 1 | -14/+14 |
| | |||||
* | Introduce new optimized string implementation (attempt 2) | Dimitri van Heesch | 2014-10-23 | 1 | -381/+237 |
| | |||||
* | Reverted back to old string implementation. New one needs more work. | Dimitri van Heesch | 2014-10-21 | 1 | -239/+381 |
| | |||||
* | Added faster reference counted string implementation with short string ↵ | Dimitri van Heesch | 2014-10-21 | 1 | -381/+239 |
| | | | | optimization | ||||
* | Release-1.6.3-20100507 | Dimitri van Heesch | 2010-05-07 | 1 | -0/+5 |
| | |||||
* | Release-1.5.4-20080123 | Dimitri van Heesch | 2008-01-23 | 1 | -1/+1 |
| | |||||
* | Release-1.5.1-20070315 | Dimitri van Heesch | 2007-03-15 | 1 | -1/+1 |
| | |||||
* | Release-1.4.7-20060910 | Dimitri van Heesch | 2006-09-10 | 1 | -1728/+605 |
| | |||||
* | Release-1.2.8 | Dimitri van Heesch | 2001-06-04 | 1 | -21/+21 |
| | |||||
* | Release-1.2.6-20010422 | Dimitri van Heesch | 2001-04-22 | 1 | -1/+1 |
| | |||||
* | Release-1.2.6-20010401 | Dimitri van Heesch | 2001-04-01 | 1 | -1/+1 |
| | |||||
* | Release-1.2.3-20001203 | Dimitri van Heesch | 2000-12-03 | 1 | -1/+1 |
| | |||||
* | Release-1.2.2-20001015 | Dimitri van Heesch | 2000-10-15 | 1 | -0/+1917 |