Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Multi-threaded parsing: added locks around global data | Dimitri van Heesch | 2020-06-17 | 1 | -3/+0 |
| | |||||
* | Added experimental multi-thread input processing support. | Dimitri van Heesch | 2020-05-31 | 1 | -1/+1 |
| | | | | | This is disabled by default. It can be enabled by setting MULTITHREADED_INPUT to 1 in doxygen.h. Still has many data races, so don't use for anything other than development! | ||||
* | Refactoring: Introduce type names for commonly used container types | Dimitri van Heesch | 2020-05-01 | 1 | -3/+3 |
| | |||||
* | Remove support for TCL (code is too buggy and unmaintained, language not ↵ | Dimitri van Heesch | 2020-03-15 | 1 | -1/+1 |
| | | | | very popular) | ||||
* | issue #7635: Incorrect location for enum in XML file | Dimitri van Heesch | 2020-03-14 | 1 | -1/+2 |
| | |||||
* | Restructure the way RefLists are handled | Dimitri van Heesch | 2020-02-27 | 1 | -4/+2 |
| | |||||
* | 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' ``` | ||||
* | issue #7472: Serious regression: /**< comments cause functions to be ↵ | Dimitri van Heesch | 2020-01-09 | 1 | -3/+0 |
| | | | | silently ignored | ||||
* | Make VHDL parser reentrant | Dimitri van Heesch | 2020-01-03 | 1 | -0/+2 |
| | |||||
* | Changed std::unique_ptr<Entry> to std::shared_ptr<Entry> at avoid use after ↵ | Dimitri van Heesch | 2019-12-08 | 1 | -6/+6 |
| | | | | free issues | ||||
* | Replaced QList<ListItemInfo> with std::vector<ListItemInfo> | Dimitri van Heesch | 2019-10-29 | 1 | -6/+1 |
| | |||||
* | Replaced QList<SectionInfo> by std::vector<SectionInfo> | Dimitri van Heesch | 2019-10-29 | 1 | -1/+1 |
| | |||||
* | Replaced QList<Grouping> with std::vector<Grouping> | Dimitri van Heesch | 2019-10-29 | 1 | -1/+1 |
| | |||||
* | Replaced QList<BaseInfo> with std::vector<BaseInfo> | Dimitri van Heesch | 2019-10-29 | 1 | -1/+1 |
| | |||||
* | Cleanup forward declarations of obsolete classes | Dimitri van Heesch | 2019-10-28 | 1 | -2/+0 |
| | |||||
* | Embed TagInfo struct inside Entry | Dimitri van Heesch | 2019-10-28 | 1 | -3/+3 |
| | |||||
* | Changed ArgumentList to be an STL container | Dimitri van Heesch | 2019-10-27 | 1 | -6/+6 |
| | |||||
* | Fix lifetime issue for Entry objects. | Dimitri van Heesch | 2019-10-13 | 1 | -1/+4 |
| | |||||
* | Use smartpointers to manage the lifetime of Entry objects | Dimitri van Heesch | 2019-10-07 | 1 | -14/+24 |
| | |||||
* | Correcting command name in output | albert-github | 2019-04-14 | 1 | -2/+2 |
| | |||||
* | Remove persistent storage of Entry objects | Dimitri van Heesch | 2019-02-17 | 1 | -59/+4 |
| | |||||
* | Added 'constexpr' as attribute label and to XML output | Dimitri van Heesch | 2019-01-13 | 1 | -0/+1 |
| | |||||
* | Merge remote-tracking branch 'doxygen/master' | Joe George | 2018-11-05 | 1 | -0/+2 |
|\ | |||||
| * | Add commands to handle referenced by relation and references relation | albert-github | 2018-10-17 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | Analogous to call graph and caller graph this patch provides an implementation for the referenced by relation and references relation. Providing the commands: - referencedbyrelation - hidereferencedbyrelation - referencesrelation - hidereferencesrelation Motivation is that some lists can get extremely large and also there is now more symmetry between the textual and graphical out. | ||||
* | | Added *.ice files as a recognized file type. | Mark Spruiell | 2018-10-22 | 1 | -32/+34 |
|/ | | | | Added a Slice-optimized output mode. | ||||
* | Bug 691689 - Line numbers for examples | Dimitri van Heesch | 2018-08-19 | 1 | -7/+8 |
| | |||||
* | Moved local toc data into a separate type for better encapsulation | Dimitri van Heesch | 2018-07-22 | 1 | -2/+1 |
| | |||||
* | Enable in page table of contents for XML and add maximum level to in page ↵ | albert-github | 2018-07-12 | 1 | -0/+1 |
| | | | | | | | 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 | -0/+1 |
| | | | | | | | | 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.) | ||||
* | Bump copyright year | Dimitri van Heesch | 2015-02-26 | 1 | -1/+1 |
| | |||||
* | Bug 735376 - tag file: Unknown compound attribute `singleton' found! | Dimitri van Heesch | 2014-09-22 | 1 | -1/+1 |
| | |||||
* | Bug 734077 - no uniquely matching class member found for inline function ↵ | Dimitri van Heesch | 2014-08-03 | 1 | -0/+1 |
| | | | | definition where parameter argument names don't match | ||||
* | Language parser: added support for C# property accessors visibility modifiers. | Maksim Osipov | 2014-07-03 | 1 | -0/+4 |
| | |||||
* | Updated copyright | Dimitri van Heesch | 2014-02-11 | 1 | -1/+1 |
| | |||||
* | Release-1.8.3.1-20130402 | Dimitri van Heesch | 2013-04-02 | 1 | -51/+66 |
| | |||||
* | Release-1.8.3.1-20130324 | Dimitri van Heesch | 2013-03-24 | 1 | -0/+1 |
| | |||||
* | Release-1.8.3.1-20130209 | Dimitri van Heesch | 2013-02-09 | 1 | -0/+1 |
| | |||||
* | Release-1.8.3.1 | Dimitri van Heesch | 2013-01-20 | 1 | -1/+1 |
| | |||||
* | Release-1.8.2-20121118 | Dimitri van Heesch | 2012-11-18 | 1 | -2/+1 |
| | |||||
* | Release-1.8.1.2-20120729 | Dimitri van Heesch | 2012-07-29 | 1 | -3/+5 |
| | |||||
* | Release-1.8.1.2 | Dimitri van Heesch | 2012-07-12 | 1 | -3/+4 |
| | |||||
* | Release-1.8.1.1 | Dimitri van Heesch | 2012-06-10 | 1 | -8/+15 |
| | |||||
* | Release-1.8.0 | Dimitri van Heesch | 2012-02-25 | 1 | -1/+1 |
| | |||||
* | Release-1.7.6.1-20120220 | Dimitri van Heesch | 2012-02-20 | 1 | -128/+4 |
| | |||||
* | Release-1.7.5.1-20111117 | Dimitri van Heesch | 2011-11-17 | 1 | -1/+2 |
| | |||||
* | Release-1.7.4-20110727 | Dimitri van Heesch | 2011-07-27 | 1 | -3/+24 |
| | |||||
* | Release-1.7.4-20110606 | Dimitri van Heesch | 2011-06-06 | 1 | -22/+25 |
| | |||||
* | Release-1.7.3-20110123 | Dimitri van Heesch | 2011-01-23 | 1 | -1/+1 |
| | |||||
* | Release-1.7.2-20101106 | Dimitri van Heesch | 2010-11-06 | 1 | -0/+2 |
| | |||||
* | Release-1.7.1 | Dimitri van Heesch | 2010-06-25 | 1 | -2/+2 |
| |