Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix issues caused by QCString::rawData and QCString::operator[] | Dimitri van Heesch | 2021-04-26 | 1 | -2/+2 |
| | | | | | - methods were marked const but still returned a non-const reference, cause wrongly optimized code for some platforms/compilers | ||||
* | Refactoring: remove implicit conversion from QCString to const char * | Dimitri van Heesch | 2021-04-22 | 1 | -42/+40 |
| | | | | | | | | | | | | | | | | | 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()' | ||||
* | issue #2732: Adding support for C++ concepts (Origin: bugzilla #499352) | Dimitri van Heesch | 2021-04-08 | 1 | -0/+4 |
| | |||||
* | Refactoring: Add TextStream buffer to improve output writing performance | Dimitri van Heesch | 2021-03-28 | 1 | -2/+2 |
| | | | | | - 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 | -10/+9 |
| | |||||
* | Refactoring: modernize FileList | Dimitri van Heesch | 2021-01-22 | 1 | -40/+25 |
| | |||||
* | Refactoring: modernize IncludeInfo list | Dimitri van Heesch | 2021-01-22 | 1 | -21/+15 |
| | |||||
* | Refactoring: modernize LayoutNavEntry and LayoutDocEntry lists | Dimitri van Heesch | 2021-01-22 | 1 | -9/+3 |
| | |||||
* | Refactoring: replace FilePairDict by FilePairLinkedMap | Dimitri van Heesch | 2021-01-22 | 1 | -22/+21 |
| | |||||
* | Refactoring: moderize Doxygen::dirRelations | Dimitri van Heesch | 2021-01-02 | 1 | -3/+1 |
| | |||||
* | Refactoring: replace Doxygen::directories by Doxygen::dirLinkedMap | Dimitri van Heesch | 2021-01-01 | 1 | -29/+28 |
| | |||||
* | Replaced UsedDirsContainer with UsedDirLinkedMap | Dimitri van Heesch | 2020-12-30 | 1 | -24/+34 |
| | | | | | UsedDirLinkedMap is based on the LinkedMap container; this reduces the amount of unmanaged raw pointers, while still allowing quick lookup and range based loops. | ||||
* | Substitute `QDict<UsedDir>` with `std::map<QCString, UsedDir * >`. | David Hebbeker | 2020-12-29 | 1 | -12/+15 |
| | | | This allows to use range based for loops. | ||||
* | Refactoring: replacing dynamic_cast by static_cast to improve performance | Dimitri van Heesch | 2020-11-13 | 1 | -2/+30 |
| | |||||
* | Refactor: modernize markdown and make it thread-safe | Dimitri van Heesch | 2020-06-16 | 1 | -5/+10 |
| | |||||
* | Add `const` qualifier to UsedDir::m_dir. (#7820) | David Hebbeker | 2020-06-13 | 1 | -1/+1 |
| | |||||
* | Refactor: modernize configuration values | Dimitri van Heesch | 2020-06-04 | 1 | -7/+5 |
| | |||||
* | Did a bit of restructuring and fixed some compiler warnings | Dimitri van Heesch | 2020-05-10 | 1 | -10/+1 |
| | |||||
* | Copied implementation of `QGList::inSort()` to sortInDirList. | David Hebbeker | 2020-05-05 | 1 | -0/+10 |
| | |||||
* | Replaced calls to DirDef::append() to DirDef::push_back(). | David Hebbeker | 2020-05-05 | 1 | -1/+1 |
| | | | | | | There is no inSort() in current QList or std container. Thus it was replaced by the sequence of adding an item and sorting the list afterwards. (cherry picked from commit 91370bf84ac299fcb773e1b9d81e8f5c56da0725) | ||||
* | Create compareDirDefs for sorting. | David Hebbeker | 2020-05-05 | 1 | -1/+6 |
| | |||||
* | Replaced DirList::count() by DirList::size(). | David Hebbeker | 2020-05-02 | 1 | -2/+2 |
| | | | | (cherry picked from commit 38d38b225f1e8698e5813e16356e8929fcec1e81) | ||||
* | For loops on QListIterator by range loops. | David Hebbeker | 2020-05-02 | 1 | -7/+3 |
| | | | | (cherry picked from commit 3a90e663f701e7f414d31d54264ce66d62c17976) | ||||
* | Replaced FileNameDict/FileNameList by FileNameLinkedMap | Dimitri van Heesch | 2020-04-06 | 1 | -49/+46 |
| | |||||
* | Enabled stricter compiler warnings and fixed all new warnings | Dimitri van Heesch | 2020-03-08 | 1 | -9/+7 |
| | |||||
* | Spelling corrections for src directory | albert-github | 2019-11-05 | 1 | -1/+1 |
| | | | | | | | | Spelling corrections as found by codespell and in #561. Some reported problems were already fixed, others are fixed here, with some exceptions (a,o.): - "referenceby" in defgen.cpp as this is in the output and I cannot oversee the consequences (looks like none, but ...) - "HANGEUL_CHARSET" left as is as in some MS documentation is written: 'HANGUL_CHARSET: Also spelled "Hangeul". Specifies the Hangul Korean character set.' (https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-wmf/0d0b32ac-a836-4bd2-a112-b6000a1b4fc9). | ||||
* | refactoring dot.cpp | Thomas Haller | 2019-06-13 | 1 | -0/+1 |
| | |||||
* | Improved const correctness and added support for inline namespaces | Dimitri van Heesch | 2019-04-21 | 1 | -2/+2 |
| | |||||
* | Refactored Definition and derived classes such that they are abstract interfaces | Dimitri van Heesch | 2019-02-28 | 1 | -33/+110 |
| | |||||
* | Added *.ice files as a recognized file type. | Mark Spruiell | 2018-10-22 | 1 | -0/+6 |
| | | | | Added a Slice-optimized output mode. | ||||
* | Include "empty" directories in the documentation if they contain a `.dox` ↵ | Christoph Lipka | 2018-04-14 | 1 | -2/+2 |
| | | | | file (or similar) documenting the directory itself. | ||||
* | Avoid generating unused dir_* output files for non HTML output formats | Dimitri van Heesch | 2017-06-12 | 1 | -0/+6 |
| | |||||
* | Fixup man only output to use generator state push pop | Artur Kink | 2016-09-26 | 1 | -1/+2 |
| | |||||
* | For manpages remove trailing dash when no brief description | Artur Kink | 2016-09-25 | 1 | -1/+4 |
| | |||||
* | Bug 763105 - Directory list is not generated in HTML output | Dimitri van Heesch | 2016-03-19 | 1 | -63/+86 |
| | |||||
* | Improved sorting performance for directories and files | Dimitri van Heesch | 2016-01-31 | 1 | -5/+30 |
| | |||||
* | Minor performance improvement sorting directories | Dimitri van Heesch | 2016-01-31 | 1 | -1/+2 |
| | |||||
* | Changed configuration mechanism to directly access options in order to ↵ | Dimitri van Heesch | 2016-01-17 | 1 | -15/+15 |
| | | | | improve performance | ||||
* | Merge pull request #415 from albert-github/feature/bug_758132_1 | Dimitri van Heesch | 2015-12-03 | 1 | -0/+2 |
|\ | | | | | Bug 758132 - Brief description of non documented functions | ||||
| * | Bug 758132 - Brief description of non documented functions | albert-github | 2015-11-22 | 1 | -0/+2 |
| | | | | | | | | | | In case a function or an other item is not documented and EXTRACT_ALL has not been specified it should not appear in the list with brief description of functions etc. (This patch supersedes the patch as proposed in pull request 411 based on the comments from Dimitri van Heesch) | ||||
* | | Fix computeCommonDirPrefix sometimes not finding the correct prefix | Tomasz Śniatowski | 2015-12-03 | 1 | -0/+1 |
|/ | | | | | | | | | | The code in some cases would search backwards in a string starting from an offset beyond the string's length. Adjust so that doesn't happen and the code doesn't mistakenly assume there is no common dir prefix. This bug has in some scenarios led to absolute paths being used for dir_(md5).html links, making doxygen output needlessly depend on details of build-time paths. | ||||
* | Added support for directory dependency graphs to template engine | Dimitri van Heesch | 2015-08-28 | 1 | -7/+2 |
| | |||||
* | Merge pull request #272 from albert-github/feature/bug_unused | Dimitri van Heesch | 2015-01-03 | 1 | -2/+1 |
|\ | | | | | Remove unused local and static global variables | ||||
| * | Remove unused local and static global variables | albert-github | 2014-12-27 | 1 | -2/+1 |
| | | | | | | | | Remove unused local and static global variables. Variables have been identified by Understand (version 758) from Scitools. | ||||
* | | Fixed a couple of cases where sharing string data could lead to corruption | Dimitri van Heesch | 2015-01-02 | 1 | -1/+1 |
|/ | | | | | Also made dangerous string access more visible by introducing rawData(). This replaces data() which will now return a constant string. | ||||
* | Fixed several Coverity warnings | Dimitri van Heesch | 2014-11-15 | 1 | -1/+1 |
| | |||||
* | Bug 736992 - Member functions omitted from tagfile | Dimitri van Heesch | 2014-09-22 | 1 | -22/+47 |
| | |||||
* | Added directory info to the context | Dimitri van Heesch | 2014-03-01 | 1 | -0/+6 |
| | |||||
* | Bug 721302 - [Latex/PDF] Merging brief and detailed description in file section | albert-github | 2014-01-01 | 1 | -0/+1 |
| | | | | | | Not only for Man pages the extra returns are necessary but also for LaTeX output. The change in filedef.cpp is a direct consequence of t the bug report. The groupdef.cpp has been tested on propriety code and the namespacedef.cpp and dirdef.cpp directly follow from code similarity. | ||||
* | Reduced and improved functionality of QList | Dimitri van Heesch | 2013-12-30 | 1 | -9/+7 |
| | | | | | | | | | - operations on current index and node (next(), prev(), last(), first()) have been removed. - access to internal nodes has been removed. - old QList has been renamed to QInternalList for use inside qtools only. - added type safe compare, new, and delete operations (compareValues(), newValue(), deleteValue()). - add compareValues also to QDict for consistency. - changed doxygen's implementation to comply with the new QList and QDict interface. |