summaryrefslogtreecommitdiffstats
path: root/qtools/qcstring.cpp
Commit message (Collapse)AuthorAgeFilesLines
* issue #7881: More flexible and correct detection of direction of an argument ↵Dimitri van Heesch2020-07-311-1/+4
| | | | (another fix)
* Refactor: make QCString a wrapper around std::stringDimitri van Heesch2020-06-101-271/+2
|
* RefactoringDimitri van Heesch2020-05-151-0/+110
| | | | | | | | | | | - Makes doxycfg library more self contained - renames _doxygen library to doxymain - Modernizes Debug implementation - Moves Doxygen::runningTime into Debug - Moves full version string to libversion - Removed mentioning of file version in messages (when FILE_VERSION_FILTER is used) - Move substitute functions into QCString
* 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
| | | | | | 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 Heesch2015-07-191-0/+6
| | | | reproducible output
* 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
| | | | | 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 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 ↵Dimitri van Heesch2014-10-211-381/+239
| | | | optimization
* 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