Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor: make QCString a wrapper around std::string | Dimitri van Heesch | 2020-06-10 | 1 | -1/+1 |
| | |||||
* | Refactoring: Introduce type names for commonly used container types | Dimitri van Heesch | 2020-05-01 | 1 | -40/+40 |
| | |||||
* | Issue #7635: Incorrect location for enum in XML file (part 3) | Dimitri van Heesch | 2020-03-17 | 1 | -4/+8 |
| | |||||
* | Restructure the way RefLists are handled | Dimitri van Heesch | 2020-02-27 | 1 | -3/+3 |
| | |||||
* | Compilation warnings | albert-github | 2020-02-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Due to ``` Commit: 1a56a39b4a97452a5c7c2d8e9d39ab28ca33dff0 [1a56a39] Commit Date: Friday, February 21, 2020 9:07:13 PM Restructure section handling ``` a number of compilation warnings (Windows) appeared: ``` c:\projects\doxygen\src\section.h(51): warning C4099: 'SectionInfo': type name first seen using 'struct' now seen using 'class' [C:\projects\doxygen\build\src\_doxygen.vcxproj] c:\projects\doxygen\src\section.h(50): note: see declaration of 'SectionInfo' ``` | ||||
* | Restructure section handling | Dimitri van Heesch | 2020-02-21 | 1 | -2/+2 |
| | |||||
* | issue #7302: Determination of anonymous is too restrictive | Dimitri van Heesch | 2019-11-05 | 1 | -0/+5 |
| | |||||
* | Replaced QList<ListItemInfo> with std::vector<ListItemInfo> | Dimitri van Heesch | 2019-10-29 | 1 | -2/+2 |
| | |||||
* | Replaced QList<SectionInfo> by std::vector<SectionInfo> | Dimitri van Heesch | 2019-10-29 | 1 | -1/+2 |
| | |||||
* | Improved const correctness and added support for inline namespaces | Dimitri van Heesch | 2019-04-21 | 1 | -26/+34 |
| | |||||
* | Revert "Disabled "inheritance by dominance" warning (try 2)" | Dimitri van Heesch | 2019-03-03 | 1 | -0/+6 |
| | | | | This reverts commit d4243bc66fc911012c8222514d5b33a222993ae5. | ||||
* | Disabled "inheritance by dominance" warning (try 2) | Dimitri van Heesch | 2019-03-02 | 1 | -6/+0 |
| | |||||
* | Disabled "inheritance by dominance" warning | Dimitri van Heesch | 2019-03-02 | 1 | -0/+6 |
| | |||||
* | Refactored Definition and derived classes such that they are abstract interfaces | Dimitri van Heesch | 2019-02-28 | 1 | -118/+85 |
| | |||||
* | Added declfile, declline, and declcolumn attributes to the location element ↵ | Dimitri van Heesch | 2019-01-12 | 1 | -0/+3 |
| | | | | in the XML output | ||||
* | Moved local toc data into a separate type for better encapsulation | Dimitri van Heesch | 2018-07-22 | 1 | -8/+1 |
| | |||||
* | Enable in page table of contents for XML and add maximum level to in page ↵ | albert-github | 2018-07-12 | 1 | -1/+1 |
| | | | | | | | table of contents - correction of compiler error (not caught on Windows) - updated test 43 (for in page toc) | ||||
* | Enable in page table of contents for XML and add maximum level to in page ↵ | albert-github | 2018-07-12 | 1 | -4/+9 |
| | | | | | | | table of contents - add the in page table of contents for XML - add the possibility to have maximum levels in the in page table of contents (possible per output type and per in page table of contents. Default is show all) | ||||
* | Enable in page table of contents for LaTeX | albert-github | 2018-05-21 | 1 | -1/+6 |
| | | | | | | | | currently the \tableofcontents command is only supported for HTML. In this patch: - enable in page table of contents for LaTeX: \tableofcontents['{'[option][,option]*'}'] where option can be 'HTML, and 'LaTeX' (side effect: possibility to have options with, nearly, all commands.) | ||||
* | const-ify | Adrian Negreanu | 2017-09-25 | 1 | -1/+1 |
| | |||||
* | Bug 770747 - Broken links in HTML output with SHOW_FILES=NO | Dimitri van Heesch | 2016-09-02 | 1 | -0/+1 |
| | |||||
* | Optimized use of convertNameToFile to improve performance | Dimitri van Heesch | 2016-02-07 | 1 | -1/+0 |
| | |||||
* | Fixed a number of memory leaks in the template engine | Dimitri van Heesch | 2015-09-13 | 1 | -2/+5 |
| | |||||
* | Made several improvements to the performance of template engine | Dimitri van Heesch | 2015-09-13 | 1 | -1/+6 |
| | |||||
* | Template enhancements and various other small fixes | Dimitri van Heesch | 2015-09-08 | 1 | -0/+3 |
| | |||||
* | Bump copyright year | Dimitri van Heesch | 2015-02-26 | 1 | -1/+1 |
| | |||||
* | Bug 736992 - Member functions omitted from tagfile | Dimitri van Heesch | 2014-09-22 | 1 | -1/+2 |
| | |||||
* | Made setName() virtual so overloading works | Dimitri van Heesch | 2014-08-04 | 1 | -1/+1 |
| | |||||
* | Updated copyright | Dimitri van Heesch | 2014-02-11 | 1 | -1/+1 |
| | |||||
* | Reduced and improved functionality of QList | Dimitri van Heesch | 2013-12-30 | 1 | -4/+2 |
| | | | | | | | | | - 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. | ||||
* | More template and context enhancements | Dimitri van Heesch | 2013-12-12 | 1 | -4/+5 |
| | |||||
* | More template and context updates | Dimitri van Heesch | 2013-11-11 | 1 | -0/+3 |
| | |||||
* | Added rudimentary support for django like template system for output creation. | Dimitri van Heesch | 2013-10-21 | 1 | -1/+1 |
| | |||||
* | Brief description did not appear in the page index, when a page did not have ↵ | Dimitri van Heesch | 2013-08-06 | 1 | -1/+1 |
| | | | | any details. | ||||
* | Added SOURCE_TOOLTIPS option for advanced tooltip support while source browsing | Dimitri van Heesch | 2013-07-02 | 1 | -2/+5 |
| | |||||
* | Release-1.8.3.1-20130512 | Dimitri van Heesch | 2013-05-12 | 1 | -14/+9 |
| | |||||
* | Release-1.8.3.1-20130324 | Dimitri van Heesch | 2013-03-24 | 1 | -0/+3 |
| | |||||
* | Release-1.8.3.1-20130209 | Dimitri van Heesch | 2013-02-09 | 1 | -3/+7 |
| | |||||
* | 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 | -6/+2 |
| | |||||
* | Release-1.8.2-20120930 | Dimitri van Heesch | 2012-09-30 | 1 | -0/+10 |
| | |||||
* | Release-1.8.1.2-20120729 | Dimitri van Heesch | 2012-07-29 | 1 | -1/+2 |
| | |||||
* | Release-1.8.1.1 | Dimitri van Heesch | 2012-06-10 | 1 | -15/+12 |
| | |||||
* | Release-1.8.0-20120429 | Dimitri van Heesch | 2012-04-29 | 1 | -1/+2 |
| | |||||
* | Release-1.8.0-20120408 | Dimitri van Heesch | 2012-04-08 | 1 | -1/+1 |
| | |||||
* | Release-1.7.6.1-20120220 | Dimitri van Heesch | 2012-02-20 | 1 | -1/+2 |
| | |||||
* | Release-1.7.6.1-20120122 | Dimitri van Heesch | 2012-01-22 | 1 | -0/+3 |
| | |||||
* | Release-1.7.6.1-20120110 | Dimitri van Heesch | 2012-01-10 | 1 | -1/+1 |
| | |||||
* | Release-1.7.6.1-20111226 | Dimitri van Heesch | 2011-12-26 | 1 | -1/+4 |
| | |||||
* | Release-1.7.5.1-20111027 | Dimitri van Heesch | 2011-10-27 | 1 | -0/+3 |
| |