summaryrefslogtreecommitdiffstats
path: root/qtools/qcstring.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: move qcstring and remove qtoolsDimitri van Heesch2021-03-251-683/+0
* Refactoring: replace QGString by std::ostringstreamDimitri van Heesch2021-03-231-11/+0
* Disable qregex.h and fix some warnings and issuesDimitri van Heesch2021-02-201-1/+9
* issue #7881: More flexible and correct detection of direction of an argument ...Dimitri van Heesch2020-07-311-1/+4
* Refactor: make QCString a wrapper around std::stringDimitri van Heesch2020-06-101-271/+2
* RefactoringDimitri van Heesch2020-05-151-0/+110
* Reduce the use of QString in favor of the more efficient QCStringDimitri van Heesch2019-09-211-31/+210
* Fixed a few compiler warnings on win32Dimitri van Heesch2019-03-101-3/+3
* Keyword register (in code) is deprecated since C++11albert-github2018-11-271-16/+16
* Bug 751984 - PATCH: Honour SOURCE_DATE_EPOCH environment variable for reprodu...Dimitri van Heesch2015-07-191-0/+6
* Bump copyright yearDimitri van Heesch2015-02-261-1/+1
* Fixed a couple of cases where sharing string data could lead to corruptionDimitri van Heesch2015-01-021-24/+24
* Bug 741417 - Crash when building gtkmm documentationDimitri van Heesch2014-12-171-2/+2
* Use result of vsnprintfDimitri van Heesch2014-11-291-1/+2
* Fixed bug in new QCString::sprintf for long string.Dimitri van Heesch2014-11-161-2/+3
* Compilation fixes for Windows for new string implementation.Dimitri van Heesch2014-10-251-14/+14
* Introduce new optimized string implementation (attempt 2)Dimitri van Heesch2014-10-231-381/+237
* Reverted back to old string implementation. New one needs more work.Dimitri van Heesch2014-10-211-239/+381
* Added faster reference counted string implementation with short string optimi...Dimitri van Heesch2014-10-211-381/+239
* Release-1.6.3-20100507Dimitri van Heesch2010-05-071-0/+5
* Release-1.5.4-20080123Dimitri van Heesch2008-01-231-1/+1
* Release-1.5.1-20070315Dimitri van Heesch2007-03-151-1/+1
* Release-1.4.7-20060910Dimitri van Heesch2006-09-101-1728/+605
* Release-1.2.8Dimitri van Heesch2001-06-041-21/+21
* 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.3-20001203Dimitri van Heesch2000-12-031-1/+1
* Release-1.2.2-20001015Dimitri van Heesch2000-10-151-0/+1917