Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Various fixes based on coverity scan results | Dimitri van Heesch | 2021-01-05 | 1 | -20/+23 |
| | |||||
* | issue #8296: LaTeX Error: File ... not found (for caffee project) | Dimitri van Heesch | 2021-01-05 | 1 | -1/+1 |
| | |||||
* | Refactoring: avoid copying MemberLists by not embedding them directly | Dimitri van Heesch | 2021-01-04 | 1 | -24/+23 |
| | |||||
* | Revert "Refactoring: Embed MemberGroup objects directly in their container" | Dimitri van Heesch | 2021-01-04 | 1 | -32/+32 |
| | | | | This reverts commit d37c654efbd5bb4ea19e1997d1daccb0b01de8b3. | ||||
* | Refactoring: Embed MemberGroup objects directly in their container | Dimitri van Heesch | 2021-01-04 | 1 | -32/+32 |
| | |||||
* | Refactoring: modernize getMemberLists() | Dimitri van Heesch | 2021-01-04 | 1 | -80/+38 |
| | |||||
* | Refactoring: change type of vhdlSummaryTitles from SDict<QCString> to StringSet | Dimitri van Heesch | 2021-01-02 | 1 | -10/+5 |
| | |||||
* | issue #8296: LaTeX Error: File ... not found. | Dimitri van Heesch | 2021-01-02 | 1 | -0/+2 |
| | |||||
* | issue #8295: segmentation fault | Dimitri van Heesch | 2021-01-02 | 1 | -1/+1 |
| | |||||
* | Refactoring: replace ExampleSDict by ExampleList | Dimitri van Heesch | 2021-01-01 | 1 | -33/+11 |
| | |||||
* | Refactoring: replace Doxygen::groupSDict by Doxygen::groupLinkedMap | Dimitri van Heesch | 2020-12-31 | 1 | -6/+6 |
| | |||||
* | Fix cases where classes inside inline namespaces could lead to crashes | Dimitri van Heesch | 2020-12-31 | 1 | -24/+30 |
| | |||||
* | Refactoring: change MemberGroupSDict to MemberGroupList | Dimitri van Heesch | 2020-12-30 | 1 | -112/+47 |
| | |||||
* | When instantiating templates also instantiate nested classes | Dimitri van Heesch | 2020-12-26 | 1 | -16/+44 |
| | |||||
* | Regression: Members of template instances were no longer outputted | Dimitri van Heesch | 2020-12-23 | 1 | -1/+1 |
| | |||||
* | Refactoring: remove unused Doxygen::genericsSDict | Dimitri van Heesch | 2020-12-22 | 1 | -17/+0 |
| | |||||
* | Fixed scope resolution problem for nested Java generics | Dimitri van Heesch | 2020-12-22 | 1 | -2/+2 |
| | |||||
* | Refactoring: modernize class index | Dimitri van Heesch | 2020-12-21 | 1 | -4/+4 |
| | |||||
* | Regression: Fixed crash while processing the Kafka package. | Dimitri van Heesch | 2020-12-20 | 1 | -2/+5 |
| | |||||
* | Removed unused taggedInnerClasses member | Dimitri van Heesch | 2020-12-19 | 1 | -21/+0 |
| | |||||
* | Refactoring: replace ClassSDict by ClassLinkedMap/ClassLinkedRefMap | Dimitri van Heesch | 2020-12-19 | 1 | -78/+52 |
| | |||||
* | Improve handling of inline namespace members in LateX/RTF output | Dimitri van Heesch | 2020-12-02 | 1 | -94/+112 |
| | |||||
* | Refactoring: make setAnchors() a member of MemberList | Dimitri van Heesch | 2020-11-28 | 1 | -1/+1 |
| | |||||
* | Refactoring: removing setVisited/isVisited members | Dimitri van Heesch | 2020-11-20 | 1 | -10/+0 |
| | |||||
* | Fix for crash when using members of a partially constructed object | Dimitri van Heesch | 2020-11-14 | 1 | -2/+2 |
| | |||||
* | Refactoring: replacing dynamic_cast by static_cast to improve performance | Dimitri van Heesch | 2020-11-13 | 1 | -29/+94 |
| | |||||
* | Refactoring: Introduce immutable and mutable interfaces | Dimitri van Heesch | 2020-11-09 | 1 | -332/+314 |
| | | | | | | Split Definition/ClassDef/NamespaceDef/MemberDef into a immutable and mutable part Aliases are immutable, other symbols are stored using an immutable interface but can be made mutable explicitly by dynamic casting. | ||||
* | Refactoring: introduce SymbolResolver to group symbol lookup routines | Dimitri van Heesch | 2020-10-28 | 1 | -1/+3 |
| | | | | - Main goal was to avoid use of global state. | ||||
* | Enabling both ALLEXTERNALS and BUILTIN_STL_SUPPORT caused artificial STL ↵ | Dimitri van Heesch | 2020-10-19 | 1 | -6/+4 |
| | | | | classes to appear in the class hierarchy. | ||||
* | Performance tweak: Pass BaseClassList by const reference | Dimitri van Heesch | 2020-10-17 | 1 | -6/+6 |
| | |||||
* | Refactoring: Modernize BaseClassList | Dimitri van Heesch | 2020-10-12 | 1 | -375/+310 |
| | |||||
* | issue #8037: Links using @ref stopped working in doxygen 1.8.19 | Dimitri van Heesch | 2020-09-21 | 1 | -0/+1 |
| | |||||
* | issue #7973: C++ grouped functions in namespace have disapeard | Dimitri van Heesch | 2020-08-24 | 1 | -1/+1 |
| | | | | | - reverted some of the change that introduced the problem - fixed the original problem (#7216) in a different way | ||||
* | Refactor: modernize markdown and make it thread-safe | Dimitri van Heesch | 2020-06-16 | 1 | -4/+8 |
| | |||||
* | Refactor: modernize configuration values | Dimitri van Heesch | 2020-06-04 | 1 | -6/+4 |
| | |||||
* | Refactoring: Introduce type names for commonly used container types | Dimitri van Heesch | 2020-05-01 | 1 | -10/+10 |
| | |||||
* | Refactoring: migrate MemberNameInfoSDict to MemberNameInfoLinkedMap | Dimitri van Heesch | 2020-04-27 | 1 | -351/+268 |
| | |||||
* | Refactoring: Improve encapsulation of MemberInfo class | Dimitri van Heesch | 2020-04-27 | 1 | -51/+52 |
| | |||||
* | Performance improvements after profiling | Dimitri van Heesch | 2020-04-24 | 1 | -5/+4 |
| | | | | | In some cases performance dropped when upgrading from version 1.8.16 to 1.8.17 or 1.8.18. With these changes the performance should be back to normal again. | ||||
* | Replaced MemberNameSDict by MemberNameLinkedMap based on LinkedMap | Dimitri van Heesch | 2020-04-08 | 1 | -43/+19 |
| | |||||
* | Enabled stricter compiler warnings and fixed all new warnings | Dimitri van Heesch | 2020-03-08 | 1 | -60/+60 |
| | |||||
* | Restructure the way RefLists are handled | Dimitri van Heesch | 2020-02-27 | 1 | -1/+1 |
| | |||||
* | issue #7446: C#: parameter named `extends` is broken in the documentation | Dimitri van Heesch | 2019-12-20 | 1 | -1/+1 |
| | |||||
* | Coverity uninitialized | albert-github | 2019-12-02 | 1 | -34/+34 |
| | | | | Fixing a number of uninitialized variables based on the coverity output of November 30, 2019 | ||||
* | issue #7348 Better warning in case a graph would have been to large | Dimitri van Heesch | 2019-11-16 | 1 | -1/+2 |
| | |||||
* | Merge pull request #7377 from albert-github/feature/bug_spell_src | Dimitri van Heesch | 2019-11-06 | 1 | -8/+8 |
|\ | | | | | Spelling corrections for src directory | ||||
| * | Spelling corrections for src directory | albert-github | 2019-11-05 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | 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). | ||||
* | | issue #7302: Determination of anonymous is too restrictive | Dimitri van Heesch | 2019-11-05 | 1 | -21/+6 |
|/ | |||||
* | Replaced QList<ListItemInfo> with std::vector<ListItemInfo> | Dimitri van Heesch | 2019-10-29 | 1 | -1/+1 |
| | |||||
* | Changed ArgumentList to be an STL container | Dimitri van Heesch | 2019-10-27 | 1 | -341/+67 |
| |