Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactoring: remove implicit conversion from QCString to const char * | Dimitri van Heesch | 2021-04-22 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | This commit changes the following in relation to string use - The implicit convert from 'QCString' to 'const char *' is removed - Strings parameters use 'const QCString &' as much as possible in favor over 'const char *' - 'if (s)' where s is a QCString has been replaced by 'if(!s.isEmpty())' - data() now always returns a valid C-string and not a 0-pointer. - when passing a string 's' to printf and related functions 'qPrint(s)' is used instead of 's.data()' - for empty string arguments 'QCString()' is used instead of '0' - The copy() operation has been removed - Where possible 'qstrcmp(a,b)==0' has been replaces by 'a==b' and 'qstrcmp(a,b)<0' has been replaced by 'a<b' - Parameters of string type that were default initialized with '= 0' are no initialized with '= QCString()' | ||||
* | Refactoring: Add TextStream buffer to improve output writing performance | Dimitri van Heesch | 2021-03-28 | 1 | -5/+5 |
| | | | | | - direct use of std::stringstream and std::ostream gave a 30% drop in performance. | ||||
* | Refactoring: replace QFile/FTextStream with fstream/stringstream | Dimitri van Heesch | 2021-03-18 | 1 | -6/+5 |
| | |||||
* | Refactoring: modernize FTVHelp | Dimitri van Heesch | 2021-01-22 | 1 | -7/+4 |
| | |||||
* | Fix for unused variable JAVASCRIPT_LICENSE_TEXT. | Dimitri van Heesch | 2020-03-28 | 1 | -26/+1 |
| | |||||
* | issue #6901: Please consider relicensing of Javascript files | Dimitri van Heesch | 2020-03-27 | 1 | -18/+28 |
| | |||||
* | Removed superfluous character | albert-github | 2019-07-03 | 1 | -1/+1 |
| | |||||
* | Improved const correctness and added support for inline namespaces | Dimitri van Heesch | 2019-04-21 | 1 | -2/+2 |
| | |||||
* | Fixed type in javascript license text and moved it to one location | Dimitri van Heesch | 2019-01-31 | 1 | -0/+16 |
| | |||||
* | Bump copyright year | Dimitri van Heesch | 2015-02-26 | 1 | -1/+1 |
| | |||||
* | Updated copyright | Dimitri van Heesch | 2014-02-11 | 1 | -1/+1 |
| | |||||
* | Improved performance of rendering large index pages, by replacing images in ↵ | Dimitri van Heesch | 2014-01-02 | 1 | -1/+1 |
| | | | | the tables by spans | ||||
* | Release-1.8.3.1 | Dimitri van Heesch | 2013-01-20 | 1 | -1/+1 |
| | |||||
* | Release-1.8.2-20121118 | Dimitri van Heesch | 2012-11-18 | 1 | -2/+0 |
| | |||||
* | Release-1.8.2-20120930 | Dimitri van Heesch | 2012-09-30 | 1 | -1/+1 |
| | |||||
* | Release-1.8.1.2 | Dimitri van Heesch | 2012-07-12 | 1 | -3/+3 |
| | |||||
* | Release-1.8.1.1 | Dimitri van Heesch | 2012-06-10 | 1 | -1/+1 |
| | |||||
* | Release-1.8.1 | Dimitri van Heesch | 2012-05-19 | 1 | -2/+2 |
| | |||||
* | Release-1.8.0-20120429 | Dimitri van Heesch | 2012-04-29 | 1 | -3/+2 |
| | |||||
* | Release-1.8.0-20120408 | Dimitri van Heesch | 2012-04-08 | 1 | -5/+5 |
| | |||||
* | Release-1.7.6.1-20120220 | Dimitri van Heesch | 2012-02-20 | 1 | -1/+1 |
| | |||||
* | Release-1.7.5.1-20110925 | Dimitri van Heesch | 2011-09-25 | 1 | -2/+5 |
| | |||||
* | Release-1.7.3-20110123 | Dimitri van Heesch | 2011-01-23 | 1 | -1/+1 |
| | |||||
* | Release-1.7.2-20101224 | Dimitri van Heesch | 2010-12-24 | 1 | -34/+3 |
| | |||||
* | Release-1.7.1-20100728 | Dimitri van Heesch | 2010-07-28 | 1 | -1/+1 |
| | |||||
* | Release-1.7.1 | Dimitri van Heesch | 2010-06-25 | 1 | -1/+1 |
| | |||||
* | Release-1.6.3-20100507 | Dimitri van Heesch | 2010-05-07 | 1 | -5/+8 |
| | |||||
* | Release-1.6.2-20100124 | Dimitri van Heesch | 2010-01-24 | 1 | -1/+1 |
| | |||||
* | Release-1.6.1-20091027 | Dimitri van Heesch | 2009-10-27 | 1 | -3/+4 |
| | |||||
* | Release-1.5.9-20090522 | Dimitri van Heesch | 2009-05-22 | 1 | -2/+2 |
| | |||||
* | Release-1.5.7.1-20081012 | Dimitri van Heesch | 2008-10-12 | 1 | -0/+2 |
| | |||||
* | Release-1.5.5-20080307 | Dimitri van Heesch | 2008-03-07 | 1 | -8/+19 |
| | |||||
* | Release-1.5.4-20080101 | Dimitri van Heesch | 2008-01-17 | 1 | -1/+1 |
| | |||||
* | Release-1.5.4 | Dimitri van Heesch | 2008-01-16 | 1 | -13/+13 |
| | |||||
* | Release-1.3.3-20030808 | Dimitri van Heesch | 2003-08-08 | 1 | -4/+37 |
| | |||||
* | Release-1.3-rc3-20030308 | Dimitri van Heesch | 2003-03-08 | 1 | -2/+2 |
| | |||||
* | Release-1.3-rc2-20030126 | Dimitri van Heesch | 2003-01-26 | 1 | -2/+11 |
| | |||||
* | Release-1.2.3-20001203 | Dimitri van Heesch | 2000-12-03 | 1 | -2/+4 |
| | |||||
* | Release-1.2.3-20001126 | Dimitri van Heesch | 2000-11-26 | 1 | -0/+47 |