Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement alt="" for images in xml. | Jan Theegarten | 2021-01-07 | 1 | -2/+6 |
| | |||||
* | Add location to xml representation of pages. | Jan Theegarten | 2021-01-06 | 1 | -0/+3 |
|\ | |||||
| * | Add location to xml representation of pages. | Jan Theegarten | 2020-03-25 | 1 | -0/+3 |
| | | |||||
* | | Various fixes based on coverity scan results | Dimitri van Heesch | 2021-01-05 | 10 | -181/+215 |
| | | |||||
* | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2021-01-05 | 3 | -5/+4 |
|\ \ | |||||
| * \ | Merge pull request #8303 from albert-github/feature/bug_util_warn | Dimitri van Heesch | 2021-01-05 | 1 | -1/+1 |
| |\ \ | | | | | | | | | Compilation warning in util.cpp | ||||
| | * | | Compilation warning in util.cpp | albert-github | 2021-01-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When compiling util.cpp we get (on Windows 64-bit) the warning: ``` util.cpp(1075): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data ``` making it conform other calls. | ||||
| * | | | Incorrect entries on treeview | albert-github | 2021-01-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When having e.g. markdown files like: ``` 0.3.1.md 0.3.2.md ``` we get in the treeview twice the item "0" instead of the, more, expected "0.3.1" and "0.3.2". This is due to the fact that the filename is seen as `0` and the extension `.3.1.md` and `.3.2.md` instead of filename `0.3.1` and `0.3.2` and extension in both cases `.md`. The problem was found by Fossies in the Buildbot project. | ||||
| * | | | Merge pull request #8306 from dhebbeker/feature/remove-check-of-isParentOf | Dimitri van Heesch | 2021-01-05 | 1 | -3/+2 |
| |\ \ \ | | | | | | | | | | | Optimize: usedDir can not be parent of dd if they have the same parent. | ||||
| | * | | | Optimize: usedDir can not be parent of dd if they have the same parent. | David Hebbeker | 2021-01-02 | 1 | -3/+2 |
| | | | | | |||||
* | | | | | issue #8296: LaTeX Error: File ... not found (for caffee project) | Dimitri van Heesch | 2021-01-05 | 2 | -11/+3 |
|/ / / / | |||||
* | | | | Refactoring: avoid copying MemberLists by not embedding them directly | Dimitri van Heesch | 2021-01-04 | 9 | -112/+113 |
| | | | | |||||
* | | | | issue #8304: compilation failure | Dimitri van Heesch | 2021-01-04 | 1 | -3/+3 |
| | | | | |||||
* | | | | Revert "Refactoring: Embed MemberGroup objects directly in their container" | Dimitri van Heesch | 2021-01-04 | 11 | -126/+120 |
| | | | | | | | | | | | | | | | | This reverts commit d37c654efbd5bb4ea19e1997d1daccb0b01de8b3. | ||||
* | | | | Refactoring: Embed MemberGroup objects directly in their container | Dimitri van Heesch | 2021-01-04 | 11 | -120/+126 |
| | | | | |||||
* | | | | Refactoring: modernize getMemberLists() | Dimitri van Heesch | 2021-01-04 | 15 | -358/+195 |
| | | | | |||||
* | | | | Refactoring: replace MemberSDict by MemberLinkedRefMap | Dimitri van Heesch | 2021-01-04 | 15 | -120/+49 |
| | | | | |||||
* | | | | issue #8300: File naming changed in Doxygen 1.9.0 | Dimitri van Heesch | 2021-01-04 | 1 | -1/+12 |
| |/ / |/| | | |||||
* | | | Compilation warning in groupdef | albert-github | 2021-01-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | When compiling groupdef.cpp we get (on Windows) the warning: ``` groupdef.cpp(1049): warning C4804: '>': unsafe use of type 'bool' in operation ``` | ||||
* | | | Refactoring: moderize Doxygen::dirRelations | Dimitri van Heesch | 2021-01-02 | 5 | -13/+11 |
| | | | |||||
* | | | 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 |
| | | |