Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Refactoring: remove unused DirSDict class | Dimitri van Heesch | 2021-01-02 | 2 | -16/+0 | |
| | | | ||||||
* | | | Refactoring: change type of m_cache | Dimitri van Heesch | 2021-01-02 | 1 | -18/+17 | |
| | | | | | | | | | | | | from SDict<FilterCacheItem> to std::unordered_map<std::string,FilterCacheItem> | |||||
* | | | Refactoring: remove unused IndexFieldSDict class | Dimitri van Heesch | 2021-01-02 | 1 | -13/+0 | |
| | | | ||||||
* | | | Refactoring: replace type of pack variable from SDict<QCString> to StringSet | Dimitri van Heesch | 2021-01-02 | 1 | -5/+3 | |
| | | | ||||||
* | | | Refactoring: remove unused GenericsSDict class | Dimitri van Heesch | 2021-01-02 | 3 | -73/+0 | |
| | | | ||||||
* | | | Refactoring: remove unused ClassList | Dimitri van Heesch | 2021-01-02 | 5 | -54/+0 | |
| | | | ||||||
* | | | Refactoring: change type of vhdlSummaryTitles from SDict<QCString> to StringSet | Dimitri van Heesch | 2021-01-02 | 1 | -10/+5 | |
| | | | ||||||
* | | | Corrected the location of [in,out] for the parameter documentation | Dimitri van Heesch | 2021-01-02 | 1 | -4/+4 | |
| | | | ||||||
* | | | Merge branch 'feature/move_dependees_into_parent_directory' of ↵ | Dimitri van Heesch | 2021-01-02 | 1 | -31/+51 | |
|\ \ \ | |/ / | | | | | | | https://github.com/dhebbeker/doxygen into dhebbeker-feature/move_dependees_into_parent_directory | |||||
| * | | Add documentation of parameters of new function. | David Hebbeker | 2021-01-01 | 1 | -3/+3 | |
| | | | ||||||
| * | | Rename variable. | David Hebbeker | 2021-01-01 | 1 | -6/+6 | |
| | | | ||||||
| * | | Draw sibling directories in parent directory. | David Hebbeker | 2021-01-01 | 1 | -3/+25 | |
| | | | ||||||
| * | | Outsource common code to draw directories. | David Hebbeker | 2021-01-01 | 1 | -28/+26 | |
| | | | ||||||
* | | | issue #8296: LaTeX Error: File ... not found. | Dimitri van Heesch | 2021-01-02 | 2 | -1/+14 | |
| | | | ||||||
* | | | Merge pull request #8298 from albert-github/feature/issue_8297 | Dimitri van Heesch | 2021-01-02 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | issue #8297 fails to parse list of INPUT files | |||||
| * | | | issue #8297 fails to parse list of INPUT files | albert-github | 2021-01-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | The rule also caught a `\n` at the second position. | |||||
* | | | | issue #8295: segmentation fault | Dimitri van Heesch | 2021-01-02 | 2 | -6/+10 | |
|/ / / | ||||||
* | | | Refactoring: replace ExampleSDict by ExampleList | Dimitri van Heesch | 2021-01-01 | 8 | -106/+58 | |
|/ / | ||||||
* | | Fixed compilation issue when use_libclang was disabled | Dimitri van Heesch | 2021-01-01 | 1 | -1/+1 | |
| | | ||||||
* | | Renamed CLANG_INCLUDE_INPUT_PATHS to CLANG_ADD_INC_PATHS | Dimitri van Heesch | 2021-01-01 | 2 | -3/+3 | |
| | | | | | | | | The name is too long making the generated config file look ugly. | |||||
* | | Refactoring: modernise Doxygen::clangUsrMap | Dimitri van Heesch | 2021-01-01 | 6 | -27/+31 | |
| | | ||||||
* | | Refactoring: remove unused Doxygen::htmlDirMap | Dimitri van Heesch | 2021-01-01 | 3 | -43/+2 | |
| | | ||||||
* | | Refactoring: replace Doxygen::directories by Doxygen::dirLinkedMap | Dimitri van Heesch | 2021-01-01 | 13 | -123/+100 | |
| | | ||||||
* | | Refactoring: remove unused Doxygen::entryDBFileName and Doxygen::objDBFileName | Dimitri van Heesch | 2021-01-01 | 2 | -26/+0 | |
| | | ||||||
* | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2020-12-31 | 1 | -2/+2 | |
|\ \ | ||||||
| * \ | Merge pull request #8287 from albert-github/feature/issue_8286 | Dimitri van Heesch | 2020-12-31 | 1 | -2/+2 | |
| |\ \ | | | | | | | | | issue #8286 Incorrect processing of VHDL strings | |||||
| | * | | issue #8286 Incorrect processing of VHDL strings | albert-github | 2020-12-29 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | See a `\` in comment in VHDL also as a normal character in a string. | |||||
* | | | | Refactoring: replace Doxygen::groupSDict by Doxygen::groupLinkedMap | Dimitri van Heesch | 2020-12-31 | 25 | -403/+226 | |
| | | | | ||||||
* | | | | Refactoring: replaced PageSDict by PageLinked*Map | Dimitri van Heesch | 2020-12-31 | 20 | -332/+225 | |
|/ / / | ||||||
* | | | Fix cases where classes inside inline namespaces could lead to crashes | Dimitri van Heesch | 2020-12-31 | 2 | -190/+231 | |
| | | | ||||||
* | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2020-12-31 | 3 | -12/+46 | |
|\ \ \ | ||||||
| * \ \ | Merge pull request #8289 from brycelelbach/clang-include-input-paths | Dimitri van Heesch | 2020-12-31 | 2 | -12/+25 | |
| |\ \ \ | | | | | | | | | | | Add a CLANG_INCLUDE_INPUT_PATHS option | |||||
| | * | | | Add a CLANG_INCLUDE_INPUT_PATHS option which can be used to control whether | Bryce Adelstein Lelbach aka wash | 2020-12-31 | 2 | -12/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | the directory of every input file is added as an include when using Clang assisted parsing. | |||||
| * | | | | Merge pull request #8285 from albert-github/feature/bug_doxyw_docu | Dimitri van Heesch | 2020-12-31 | 1 | -0/+21 | |
| |\ \ \ \ | | | | | | | | | | | | | Layout in doxywizard documentation | |||||
| | * | | | | Layout in doxywizard documentation | albert-github | 2020-12-29 | 1 | -0/+21 | |
| | | |/ / | | |/| | | | | | | | | | | | | | | | | | When looking at page 100 of the doxygen 1.9.0 manual (i.e. chapter Doxywizard usage, bold part "Configure doxygen using the Wizard and/or Expert tab..Configure doxygen using the Wizard and/or Expert tab...") we see that the word "Wizard tab" in comparison to "Expert tab" are a bit on a strange place. In the HTML documentation this looks OK The problem is caused by the fact that we have her nested description (`<dl>` lists), a new paragraph should be started / the line should be properly filled and this can be done by means of the `\hfill`. | |||||
* | | | | | Refactoring: replace QMap by std::map in vhdldocgen | Dimitri van Heesch | 2020-12-31 | 1 | -36/+34 | |
|/ / / / | ||||||
* | | | | Fix potential crash with inline namespace | Dimitri van Heesch | 2020-12-30 | 1 | -25/+29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Happens when an inline namespace also appears as normal namespace in the parent scope. Minimal reproduction scenario: ``` namespace N { inline namespace M { namespace L { } } namespace L { } } ``` | |||||
* | | | | Refactoring: remove SIntDict and SIntList (no longer used) | Dimitri van Heesch | 2020-12-30 | 1 | -336/+26 | |
| | | | | ||||||
* | | | | Refactoring: change MemberGroupSDict to MemberGroupList | Dimitri van Heesch | 2020-12-30 | 20 | -488/+262 | |
| | | | | ||||||
* | | | | Refactoring: replace Doxygen::memGrpInfoDict by Doxygen::memberGroupInfoMap | Dimitri van Heesch | 2020-12-30 | 5 | -40/+47 | |
| | | | | ||||||
* | | | | Refactoring: modernise MemberGroupList | Dimitri van Heesch | 2020-12-30 | 7 | -197/+99 | |
| | | | | ||||||
* | | | | Fix size_t->int related compiler warnings on Windows 64bit | Dimitri van Heesch | 2020-12-30 | 1 | -4/+4 | |
| | | | | ||||||
* | | | | Replaced UsedDirsContainer with UsedDirLinkedMap | Dimitri van Heesch | 2020-12-30 | 3 | -84/+102 | |
| | | | | | | | | | | | | | | | | | | | | UsedDirLinkedMap is based on the LinkedMap container; this reduces the amount of unmanaged raw pointers, while still allowing quick lookup and range based loops. | |||||
* | | | | Merge branch 'feature/replace_QDict_by_std-container_for_m_usedDirs' of ↵ | Dimitri van Heesch | 2020-12-30 | 3 | -20/+23 | |
|\ \ \ \ | | | | | | | | | | | | | | | | https://github.com/dhebbeker/doxygen into dhebbeker-feature/replace_QDict_by_std-container_for_m_usedDirs | |||||
| * | | | | Substitute `QDict<UsedDir>` with `std::map<QCString, UsedDir * >`. | David Hebbeker | 2020-12-29 | 3 | -20/+23 | |
| |/ / / | | | | | | | | | This allows to use range based for loops. | |||||
* | | | | Merge pull request #8288 from albert-github/feature/issue_8286_2 | Dimitri van Heesch | 2020-12-30 | 1 | -0/+10 | |
|\ \ \ \ | | | | | | | | | | | issue #8286 Incorrect processing of VHDL strings (comment part) | |||||
| * | | | | issue #8286 Incorrect processing of VHDL strings | albert-github | 2020-12-29 | 1 | -0/+10 | |
| |/ / / | | | | | | | | | | | | | Just copying normal vhdl comment, don't interpret it. | |||||
* | | | | Merge pull request #8284 from albert-github/feature/issue_8282 | Dimitri van Heesch | 2020-12-30 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | issue #8282 Error on ALIAS declaration without quotes | |||||
| * | | | | issue #8282 Error on ALIAS declaration without quotes | albert-github | 2020-12-29 | 1 | -1/+1 | |
| |/ / / | | | | | | | | | | | | | | | | | - also escape a "," (comma) when writing out string values (doxygen and doxywizard) - check on empty lists in stringlist for the wizard | |||||
* | | | | issue #8291: Doxygen crash on Windows when INLINE_SIMPLE_STRUCTS=YES | Dimitri van Heesch | 2020-12-30 | 1 | -4/+16 | |
| | | | |