Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Create compareDirDefs for sorting. | David Hebbeker | 2020-05-05 | 2 | -6/+9 | |
| * | | | | | Replaced DirList::count() by DirList::size(). | David Hebbeker | 2020-05-02 | 4 | -8/+8 | |
| * | | | | | For loops on QListIterator by range loops. | David Hebbeker | 2020-05-02 | 7 | -43/+16 | |
| * | | | | | Replace QList with std::deque in DirList. | David Hebbeker | 2020-05-02 | 1 | -6/+4 | |
* | | | | | | Merge pull request #7742 from albert-github/feature/issue_7734 | Dimitri van Heesch | 2020-05-09 | 1 | -16/+20 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | issue #7734 Incorrect parsing of Q_PROPERTY | albert-github | 2020-05-01 | 1 | -16/+20 | |
* | | | | | | | Merge pull request #7750 from abathur/sqlite3_text_safety | Dimitri van Heesch | 2020-05-09 | 1 | -44/+39 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | sqlite: use err instead of term :) | Travis A. Everett | 2020-05-05 | 1 | -10/+10 | |
| * | | | | | | | sqlite: flip _static default in bindTextParameter | Travis A. Everett | 2020-05-05 | 1 | -63/+62 | |
| * | | | | | | | fix #7746 with liberal use of _static==FALSE | Travis A. Everett | 2020-05-04 | 1 | -49/+49 | |
| * | | | | | | | fail with term() instead of msg() | Travis A. Everett | 2020-05-04 | 1 | -7/+3 | |
* | | | | | | | | Merge pull request #7754 from albert-github/feature/issue_7753 | Dimitri van Heesch | 2020-05-09 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | issue #7753: SVG formula all with zero width | albert-github | 2020-05-06 | 1 | -2/+2 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #7766 from albert-github/feature/issue_7762 | Dimitri van Heesch | 2020-05-09 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | issue #7762 C# mode completely broken | albert-github | 2020-05-09 | 1 | -0/+2 | |
* | | | | | | | | | Combined logic in a single expression | Dimitri van Heesch | 2020-05-09 | 1 | -3/+6 | |
* | | | | | | | | | Merge branch 'feature/issue_7747' of https://github.com/albert-github/doxygen... | Dimitri van Heesch | 2020-05-09 | 4 | -5/+7 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | issue #7747 Three-way comparison operator | albert-github | 2020-05-04 | 4 | -5/+7 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Split off code to detect inkscape version to a separate function | Dimitri van Heesch | 2020-05-09 | 1 | -80/+84 | |
* | | | | | | | | Running Inkscape 1.0 | albert-github | 2020-05-09 | 1 | -1/+9 | |
* | | | | | | | | Running Inkscape 1.0 | albert-github | 2020-05-08 | 1 | -1/+78 | |
|/ / / / / / / | ||||||
* | | | | | | | Input buffer overflow in php input code (#7745) | albert-github | 2020-05-02 | 1 | -4/+4 | |
* | | | | | | | Refactoring: size_t type conversions and QList in DotManager | Dimitri van Heesch | 2020-05-02 | 12 | -40/+57 | |
* | | | | | | | Refactoring: Introduce type names for commonly used container types | Dimitri van Heesch | 2020-05-01 | 26 | -361/+396 | |
|/ / / / / / | ||||||
* | | | | | | Fix for overruling flags that did work with the Visual Studio compiler | Dimitri van Heesch | 2020-04-30 | 1 | -0/+3 | |
* | | | | | | Refactoring: modernize g_inputFiles and the parameters of readFileOrDirectory | Dimitri van Heesch | 2020-04-30 | 4 | -113/+147 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Refactoring: replace Doxygen::namespaceAliasDict by Doxygen::namespaceAliasMap | Dimitri van Heesch | 2020-04-29 | 4 | -31/+26 | |
* | | | | | Refactoring: migrate type of Doxygen::inputPaths to std::set | Dimitri van Heesch | 2020-04-29 | 3 | -25/+19 | |
* | | | | | Refactoring: replaced killDict by killSet | Dimitri van Heesch | 2020-04-27 | 2 | -31/+29 | |
* | | | | | Refactoring: migrate MemberNameInfoSDict to MemberNameInfoLinkedMap | Dimitri van Heesch | 2020-04-27 | 15 | -801/+678 | |
* | | | | | Refactoring: Improve encapsulation of MemberInfo class | Dimitri van Heesch | 2020-04-27 | 10 | -100/+123 | |
* | | | | | Fixed 2 small memory leaks | Dimitri van Heesch | 2020-04-26 | 1 | -16/+16 | |
|/ / / / | ||||||
* | | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2020-04-26 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | Inconsistent behavior between `///` and `//!` for formulas (#7726) | albert-github | 2020-04-26 | 1 | -1/+1 | |
* | | | | | Refactor: better encapsulation for MemberName | Dimitri van Heesch | 2020-04-25 | 2 | -1/+28 | |
* | | | | | Refactor: remove symbolStorage references (dead code) | Dimitri van Heesch | 2020-04-25 | 2 | -15/+0 | |
* | | | | | Refactor: improve encapsulation for ArgumentList | Dimitri van Heesch | 2020-04-25 | 10 | -84/+120 | |
|/ / / / | ||||||
* | | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2020-04-25 | 1 | -0/+3 | |
|\ \ \ \ | ||||||
| * | | | | Undefined control sequence for formula using MathJax (#7712) | albert-github | 2020-04-25 | 1 | -0/+3 | |
* | | | | | Fixes missing include and missing html extension logic | Dimitri van Heesch | 2020-04-25 | 2 | -1/+2 | |
|/ / / / | ||||||
* | | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2020-04-25 | 1 | -2/+2 | |
|\ \ \ \ | ||||||
| * | | | | Incorrect text for HTML_FORMULA_FORMAT in documentation / Doxyfile (#7722) | albert-github | 2020-04-25 | 1 | -2/+2 | |
* | | | | | moved separate doxygen tag to tagfile attribute | Dimitri van Heesch | 2020-04-25 | 2 | -7/+3 | |
* | | | | | Merge branch 'feature/bug_tag_doxygen' of https://github.com/albert-github/do... | Dimitri van Heesch | 2020-04-25 | 2 | -0/+9 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Add doxygen version information to tag file | albert-github | 2020-04-20 | 2 | -0/+9 | |
* | | | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2020-04-25 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Wrong message in case of svg formulas for HTML (#7716) | albert-github | 2020-04-22 | 1 | -1/+1 | |
| |/ / / / | ||||||
* | | | | | Performance improvements after profiling | Dimitri van Heesch | 2020-04-24 | 16 | -291/+300 | |
|/ / / / | ||||||
* | | | | issue #7706: Md5 hash does not match for two different runs (part 2) | Dimitri van Heesch | 2020-04-19 | 2 | -31/+22 | |
* | | | | Refactoring: changed Doxygen::expandAsDefinedDict to Doxygen::expandAsDefinedSet | Dimitri van Heesch | 2020-04-18 | 3 | -11/+10 | |