Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactoring: remove implicit conversion from QCString to const char * | Dimitri van Heesch | 2021-04-22 | 1 | -12/+13 |
| | | | | | | | | | | | | | | | | | 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: make qcstring.h a local include | Dimitri van Heesch | 2021-03-26 | 1 | -2/+1 |
| | |||||
* | Refactoring: size_t type conversions and QList in DotManager | Dimitri van Heesch | 2020-05-02 | 1 | -1/+1 |
| | |||||
* | Fixed issue creating std::string from null pointer | Dimitri van Heesch | 2020-03-30 | 1 | -1/+1 |
| | |||||
* | Revert addition of std::string conversion operator for QCString | Dimitri van Heesch | 2020-03-29 | 1 | -2/+3 |
| | |||||
* | Fix a number of compiler warnings in the 64bit build for Windows | Dimitri van Heesch | 2020-03-02 | 1 | -1/+1 |
| | |||||
* | Restructure the way RefLists are handled | Dimitri van Heesch | 2020-02-27 | 1 | -61/+13 |
| | |||||
* | Cleanup code | Dimitri van Heesch | 2020-02-22 | 1 | -1/+3 |
| | |||||
* | Add documentation to section.h | Dimitri van Heesch | 2020-02-21 | 1 | -33/+29 |
| | |||||
* | Restructure section handling | Dimitri van Heesch | 2020-02-21 | 1 | -28/+176 |
| | |||||
* | Replaced QList<SectionInfo> by std::vector<SectionInfo> | Dimitri van Heesch | 2019-10-29 | 1 | -21/+6 |
| | |||||
* | Improved handling of <caption> in tables for LaTeX output. | Dimitri van Heesch | 2015-08-08 | 1 | -1/+2 |
| | |||||
* | Bump copyright year | Dimitri van Heesch | 2015-02-26 | 1 | -1/+1 |
| | |||||
* | Fixed compiler warnings in section.h | Dimitri van Heesch | 2014-03-15 | 1 | -4/+4 |
| | |||||
* | In case of sections with the same name they are not reported. | albert-github | 2014-03-02 | 1 | -5/+12 |
| | | | | | In this patch it is checked if a section label has been used before and if so a warning is given with file name and line number (when possible) where the section label was used the first time. Note in section.h the item level was not initialized in the past in case of a copy constructor. | ||||
* | Updated copyright | Dimitri van Heesch | 2014-02-11 | 1 | -1/+1 |
| | |||||
* | 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 | -3/+0 |
| | |||||
* | Release-1.8.1.1 | Dimitri van Heesch | 2012-06-10 | 1 | -0/+2 |
| | |||||
* | Release-1.7.6.1-20120220 | Dimitri van Heesch | 2012-02-20 | 1 | -1/+1 |
| | |||||
* | Release-1.7.6.1-20120122 | Dimitri van Heesch | 2012-01-22 | 1 | -6/+11 |
| | |||||
* | Release-1.7.3-20110123 | Dimitri van Heesch | 2011-01-23 | 1 | -1/+1 |
| | |||||
* | Release-1.6.2-20100124 | Dimitri van Heesch | 2010-01-24 | 1 | -1/+1 |
| | |||||
* | Release-1.5.4-20080101 | Dimitri van Heesch | 2008-01-17 | 1 | -2/+2 |
| | |||||
* | Release-1.5.4 | Dimitri van Heesch | 2008-01-16 | 1 | -1/+1 |
| | |||||
* | Release-1.5.1-20070219 | Dimitri van Heesch | 2007-02-19 | 1 | -1/+1 |
| | |||||
* | Release-1.5.1-20070107 | Dimitri van Heesch | 2007-01-07 | 1 | -1/+1 |
| | |||||
* | Release-1.5.1-20061202 | Dimitri van Heesch | 2006-12-02 | 1 | -1/+1 |
| | |||||
* | Release-1.4.6-20060507 | Dimitri van Heesch | 2006-05-07 | 1 | -1/+1 |
| | |||||
* | Release-1.4.1 | Dimitri van Heesch | 2005-01-11 | 1 | -1/+1 |
| | |||||
* | Release-1.3.5-20040105 | Dimitri van Heesch | 2004-01-05 | 1 | -1/+1 |
| | |||||
* | Release-1.3.2-20030708 | Dimitri van Heesch | 2003-07-08 | 1 | -8/+12 |
| | |||||
* | Release-1.3-rc2-20030119 | Dimitri van Heesch | 2003-01-19 | 1 | -1/+1 |
| | |||||
* | Release-1.3-rc1-20021128 | Dimitri van Heesch | 2002-11-28 | 1 | -3/+9 |
| | |||||
* | Release-1.2.17-20020915 | Dimitri van Heesch | 2002-09-15 | 1 | -1/+1 |
| | |||||
* | Release-1.2.17-20020804 | Dimitri van Heesch | 2002-08-04 | 1 | -1/+2 |
| | |||||
* | Doxygen-1.2.13-20020122 | Dimitri van Heesch | 2002-01-22 | 1 | -1/+1 |
| | |||||
* | Release-1.2.4-20010128 | Dimitri van Heesch | 2001-01-28 | 1 | -1/+2 |
| | |||||
* | Release-1.2.4-20010121 | Dimitri van Heesch | 2001-01-21 | 1 | -6/+5 |
| | |||||
* | Release-1.2.4-20010107 | Dimitri van Heesch | 2001-01-07 | 1 | -1/+1 |
| | |||||
* | Release 2000-04-03 | Dimitri van Heesch | 2000-04-03 | 1 | -1/+2 |
| | |||||
* | Release-1.1.1-20000326 | Dimitri van Heesch | 2000-03-26 | 1 | -1/+1 |
| | |||||
* | Upgrade to 1.1.0 | Dimitri van Heesch | 2000-02-15 | 1 | -1/+1 |
| | |||||
* | mods for doxygen-1.0.0 | Dimitri van Heesch | 2000-02-08 | 1 | -0/+1 |
| | |||||
* | mods for doxygen-0.49-991003 | Dimitri van Heesch | 1999-12-15 | 1 | -0/+1 |
| | |||||
* | mods for doxygen-0.49-990728 | Dimitri van Heesch | 1999-12-15 | 1 | -4/+4 |
| | |||||
* | mods for doxygen-0.49-990522 | Dimitri van Heesch | 1999-12-15 | 1 | -0/+49 |