summaryrefslogtreecommitdiffstats
path: root/src/ftvhelp.h
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring: remove implicit conversion from QCString to const char *Dimitri van Heesch2021-04-221-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 performanceDimitri van Heesch2021-03-281-5/+5
| | | | | - direct use of std::stringstream and std::ostream gave a 30% drop in performance.
* Refactoring: replace QFile/FTextStream with fstream/stringstreamDimitri van Heesch2021-03-181-6/+5
|
* Refactoring: modernize FTVHelpDimitri van Heesch2021-01-221-7/+4
|
* Fix for unused variable JAVASCRIPT_LICENSE_TEXT.Dimitri van Heesch2020-03-281-26/+1
|
* issue #6901: Please consider relicensing of Javascript filesDimitri van Heesch2020-03-271-18/+28
|
* Removed superfluous characteralbert-github2019-07-031-1/+1
|
* Improved const correctness and added support for inline namespacesDimitri van Heesch2019-04-211-2/+2
|
* Fixed type in javascript license text and moved it to one locationDimitri van Heesch2019-01-311-0/+16
|
* Bump copyright yearDimitri van Heesch2015-02-261-1/+1
|
* Updated copyrightDimitri van Heesch2014-02-111-1/+1
|
* Improved performance of rendering large index pages, by replacing images in ↵Dimitri van Heesch2014-01-021-1/+1
| | | | the tables by spans
* Release-1.8.3.1Dimitri van Heesch2013-01-201-1/+1
|
* Release-1.8.2-20121118Dimitri van Heesch2012-11-181-2/+0
|
* Release-1.8.2-20120930Dimitri van Heesch2012-09-301-1/+1
|
* Release-1.8.1.2Dimitri van Heesch2012-07-121-3/+3
|
* Release-1.8.1.1Dimitri van Heesch2012-06-101-1/+1
|
* Release-1.8.1Dimitri van Heesch2012-05-191-2/+2
|
* Release-1.8.0-20120429Dimitri van Heesch2012-04-291-3/+2
|
* Release-1.8.0-20120408Dimitri van Heesch2012-04-081-5/+5
|
* Release-1.7.6.1-20120220Dimitri van Heesch2012-02-201-1/+1
|
* Release-1.7.5.1-20110925Dimitri van Heesch2011-09-251-2/+5
|
* Release-1.7.3-20110123Dimitri van Heesch2011-01-231-1/+1
|
* Release-1.7.2-20101224Dimitri van Heesch2010-12-241-34/+3
|
* Release-1.7.1-20100728Dimitri van Heesch2010-07-281-1/+1
|
* Release-1.7.1Dimitri van Heesch2010-06-251-1/+1
|
* Release-1.6.3-20100507Dimitri van Heesch2010-05-071-5/+8
|
* Release-1.6.2-20100124Dimitri van Heesch2010-01-241-1/+1
|
* Release-1.6.1-20091027Dimitri van Heesch2009-10-271-3/+4
|
* Release-1.5.9-20090522Dimitri van Heesch2009-05-221-2/+2
|
* Release-1.5.7.1-20081012Dimitri van Heesch2008-10-121-0/+2
|
* Release-1.5.5-20080307Dimitri van Heesch2008-03-071-8/+19
|
* Release-1.5.4-20080101Dimitri van Heesch2008-01-171-1/+1
|
* Release-1.5.4Dimitri van Heesch2008-01-161-13/+13
|
* Release-1.3.3-20030808Dimitri van Heesch2003-08-081-4/+37
|
* Release-1.3-rc3-20030308Dimitri van Heesch2003-03-081-2/+2
|
* Release-1.3-rc2-20030126Dimitri van Heesch2003-01-261-2/+11
|
* Release-1.2.3-20001203Dimitri van Heesch2000-12-031-2/+4
|
* Release-1.2.3-20001126Dimitri van Heesch2000-11-261-0/+47