Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | issue #8193: Better warning in case of error in dot / msc / dia image | Dimitri van Heesch | 2021-05-03 | 1 | -7/+12 |
| | |||||
* | Refactoring: remove implicit conversion from QCString to const char * | Dimitri van Heesch | 2021-04-22 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | | 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 QGString by std::ostringstream | Dimitri van Heesch | 2021-03-23 | 1 | -1/+1 |
| | |||||
* | Refactoring: replace QFile/FTextStream with fstream/stringstream | Dimitri van Heesch | 2021-03-18 | 1 | -28/+26 |
| | |||||
* | Refactoring: Replaced QDir with Dir | Dimitri van Heesch | 2021-03-18 | 1 | -6/+5 |
| | | | | | - Dir is based on ghc::filesystem, a std::filesystem compatible implementation that does not require C++17. | ||||
* | Renamed Portables to Portable | Dimitri van Heesch | 2019-12-08 | 1 | -4/+4 |
| | |||||
* | Refactoring of portable.h and portable.cpp functions to be contained in a ↵ | Tobias Off | 2019-11-28 | 1 | -4/+4 |
| | | | | | | namespace Fixing some memory issues caused by not correctly freed pointers | ||||
* | Merge branch 'feature/bug_endblock_msg' of ↵ | Dimitri van Heesch | 2019-08-04 | 1 | -1/+1 |
|\ | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_endblock_msg | ||||
| * | Correction warning message | albert-github | 2019-06-01 | 1 | -1/+1 |
| | | | | | | | | Consistency | ||||
* | | regression #6885 mscgen links placed in the wrong place when using SVG output | albert-github | 2019-06-26 | 1 | -2/+2 |
| | | | | | | | | The output files were not placed in the output directories but in the "root" directory (the `.msc` files were correctly placed in the output directories). | ||||
* | | issue #6880 mscgen links placed in the wrong place when using SVG output | Dimitri van Heesch | 2019-06-23 | 1 | -54/+22 |
| | | |||||
* | | Bug 489766 - Wrong MSC syntax rejected *silently* | albert-github | 2019-06-13 | 1 | -1/+1 |
| | | | | | | | | Different types of inFile in different routines. | ||||
* | | Bug 489766 - Wrong MSC syntax rejected *silently* | albert-github | 2019-06-13 | 1 | -0/+4 |
|/ | | | | In case of an error at least a message (consistency) should be given (besides msc also for dia and htags). | ||||
* | Incorrect tag sequence possible for images possible in case of xhtml | albert-github | 2018-12-03 | 1 | -3/+10 |
| | | | | | | | | | Message: `< Element map content does not follow the DTD, expecting ((p | h1 | h2 | h3 | h4 | h5 | h6 | div | ul | ol | dl | menu | dir | pre | hr | blockquote | address | center | noframes | isindex | fieldset | table | form | noscript | ins | del | script)+ | area+), got (area area div)` The problem first surfaced with test 11 (empty map tag), but the solution given at that moment (`<div/>)`) did work for test 11, but was not correct for test 27. Problem can be seen with the default doxygen test 27 (`[027_extends.c]: test the \extends, \implements, \memberof, \private, and \public commands`). | ||||
* | Add mscgen images to index.qhp | kanje | 2016-10-05 | 1 | -6/+8 |
| | | | | Include mscgen images to QtHelp *.qch output. | ||||
* | Changed configuration mechanism to directly access options in order to ↵ | Dimitri van Heesch | 2016-01-17 | 1 | -3/+3 |
| | | | | improve performance | ||||
* | Bump copyright year | Dimitri van Heesch | 2015-02-26 | 1 | -1/+1 |
| | |||||
* | Remove unused local and static global variables | albert-github | 2014-12-27 | 1 | -2/+0 |
| | | | | Remove unused local and static global variables. Variables have been identified by Understand (version 758) from Scitools. | ||||
* | Fixed a number of issues (resource leaks, uninitialized members, etc) found ↵ | Dimitri van Heesch | 2014-08-31 | 1 | -0/+1 |
| | | | | by coverity | ||||
* | Updated copyright | Dimitri van Heesch | 2014-02-11 | 1 | -1/+1 |
| | |||||
* | Add support for honoring svg image format preference in msc | Fabrizio Oddone | 2013-12-24 | 1 | -10/+34 |
| | |||||
* | Bug 707713 - Add support for dia diagrams | Dimitri van Heesch | 2013-10-06 | 1 | -4/+4 |
| | |||||
* | Bug 703213 - Can't use @ref instead of \ref with msc | Dimitri van Heesch | 2013-07-02 | 1 | -1/+1 |
| | |||||
* | Release-1.8.3.1-20130512 | Dimitri van Heesch | 2013-05-12 | 1 | -2/+2 |
| | |||||
* | Release-1.8.3.1 | Dimitri van Heesch | 2013-01-20 | 1 | -2/+2 |
| | |||||
* | Release-1.8.2-20121118 | Dimitri van Heesch | 2012-11-18 | 1 | -2/+4 |
| | |||||
* | Release-1.7.6.1-20120220 | Dimitri van Heesch | 2012-02-20 | 1 | -1/+1 |
| | |||||
* | Release-1.7.6.1 | Dimitri van Heesch | 2011-12-10 | 1 | -1/+1 |
| | |||||
* | Release-1.7.3-20110123 | Dimitri van Heesch | 2011-01-23 | 1 | -10/+16 |
| | |||||
* | Release-1.7.1-20100920 | Dimitri van Heesch | 2010-09-20 | 1 | -3/+16 |
| | |||||
* | Release-1.7.1 | Dimitri van Heesch | 2010-06-25 | 1 | -2/+2 |
| | |||||
* | Release-1.6.3-20100603 | Dimitri van Heesch | 2010-06-03 | 1 | -6/+10 |
| | |||||
* | Release-1.6.3-20100507 | Dimitri van Heesch | 2010-05-07 | 1 | -5/+5 |
| | |||||
* | Release-1.6.2-20100124 | Dimitri van Heesch | 2010-01-24 | 1 | -1/+1 |
| | |||||
* | Release-1.5.9-20090814 | Dimitri van Heesch | 2009-08-14 | 1 | -1/+3 |
| | |||||
* | Release-1.5.9-20090522 | Dimitri van Heesch | 2009-05-22 | 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.3-20070925 | Dimitri van Heesch | 2007-09-25 | 1 | -4/+5 |
| | |||||
* | Release-1.5.3-20070815 | Dimitri van Heesch | 2007-08-15 | 1 | -1/+1 |
| | |||||
* | Release-1.5.2-20070610 | Dimitri van Heesch | 2007-06-10 | 1 | -3/+3 |
| | |||||
* | Release-1.5.2-20070506 | Dimitri van Heesch | 2007-05-06 | 1 | -1/+1 |
| | |||||
* | Release-1.5.1-20070315 | Dimitri van Heesch | 2007-03-15 | 1 | -0/+172 |