summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | Spelling corrections for templates directoryalbert-github2019-11-042-2/+2
| | |/ / / /
| * | | | | Merge pull request #7376 from albert-github/feature/bug_spell_docDimitri van Heesch2019-11-063-153/+153
| |\ \ \ \ \
| | * | | | | Spelling corrections for doc directoryalbert-github2019-11-043-153/+153
| | |/ / / /
| * | | | | Merge pull request #7378 from albert-github/feature/bug_spell_addonDimitri van Heesch2019-11-064-152/+468
| |\ \ \ \ \
| | * | | | | Spelling corrections for addon directoryalbert-github2019-11-054-152/+468
| | |/ / / /
| * | | | | Merge pull request #7380 from albert-github/feature/bug_spell_qtoolsDimitri van Heesch2019-11-069-17/+17
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Spelling corrections for qtools directoryalbert-github2019-11-059-17/+17
| | |/ / /
* | | | | Make preprocess code reentrantDimitri van Heesch2019-11-094-1638/+1687
* | | | | Fixed use of uninitialized data in VHDL generatorDimitri van Heesch2019-11-091-5/+8
* | | | | Update of generated VhdlParser files.Dimitri van Heesch2019-11-062-5/+5
|/ / / /
* | | | Merge pull request #7373 from albert-github/feature/bug_spell_testingDimitri van Heesch2019-11-053-3/+3
|\ \ \ \
| * | | | Spelling corrections for testing directoryalbert-github2019-11-043-3/+3
| |/ / /
* | | | Merge pull request #7372 from albert-github/feature/bug_spell_vhdlDimitri van Heesch2019-11-051-1/+1
|\ \ \ \
| * | | | Spelling corrections for vhdl directoryalbert-github2019-11-041-1/+1
| |/ / /
* | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-11-051-0/+7
|\ \ \ \
| * \ \ \ Merge pull request #7371 from albert-github/feature/bug_tcl_qgdictDimitri van Heesch2019-11-051-0/+7
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | QGDict::hashAsciiKey: Invalid null key due to empty procedure namealbert-github2019-11-041-0/+7
| |/ / /
* | | | issue #7302: Determination of anonymous is too restrictiveDimitri van Heesch2019-11-0517-98/+88
|/ / /
* | | Fix double delete in VHDL error handler.Dimitri van Heesch2019-11-031-2/+0
* | | Update generated VHDL code to JavaCC 7.0.5Dimitri van Heesch2019-11-0316-4850/+2514
* | | Merge branch 'albert-github-feature/bug_code_string'Dimitri van Heesch2019-11-021-0/+10
|\ \ \
| * | | Changed implementation to use SkipString/SkipStringS.Dimitri van Heesch2019-11-021-6/+10
| * | | Merge branch 'feature/bug_code_string' of https://github.com/albert-github/do...Dimitri van Heesch2019-11-021-0/+6
| |\ \ \ |/ / / /
| * | | Code highlighting.albert-github2019-10-101-0/+6
* | | | Merge pull request #7323 from albert-github/feature/bug_empty_html_tagDimitri van Heesch2019-11-021-18/+26
|\ \ \ \
| * | | | Skip empty HTML tagalbert-github2019-10-151-18/+26
* | | | | Merge pull request #7364 from albert-github/feature/issue_7358Dimitri van Heesch2019-11-021-1/+1
|\ \ \ \ \
| * | | | | issue #7358: Ternary conditional and null-coalescing operator in constructor ...albert-github2019-10-301-1/+1
* | | | | | Merge pull request #7369 from albert-github/feature/bug_left_debugDimitri van Heesch2019-11-022-5/+5
|\ \ \ \ \ \
| * | | | | | Removing left over debug statementsalbert-github2019-11-012-5/+5
|/ / / / / /
* | | | | | Merge pull request #7287 from albert-github/feature/bug_param_missing_warnDimitri van Heesch2019-11-011-5/+7
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into feature/bug_param_missing_warnDimitri van Heesch2019-11-0193-4625/+3601
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Merge branch 'cheoljoo-191031/g_bracketCont'Dimitri van Heesch2019-11-011-1/+0
|\ \ \ \ \ \ \
| * | | | | | | Removed commented out lineDimitri van Heesch2019-11-011-1/+0
| * | | | | | | Merge branch '191031/g_bracketCont' of https://github.com/cheoljoo/doxygen in...Dimitri van Heesch2019-11-011-1/+1
| |\ \ \ \ \ \ \ |/ / / / / / / /
| * | | | | | | bug fix of g_bracketCount in case of if( myobject.getPair() )Charles.Lee2019-10-311-1/+1
* | | | | | | | Replaced QList<ListItemInfo> with std::vector<ListItemInfo>Dimitri van Heesch2019-10-2919-212/+93
* | | | | | | | Replaced QList<SectionInfo> by std::vector<SectionInfo>Dimitri van Heesch2019-10-2913-50/+22
* | | | | | | | Replaced QList<Grouping> with std::vector<Grouping>Dimitri van Heesch2019-10-2910-146/+59
* | | | | | | | Replaced QList<BaseInfo> with std::vector<BaseInfo>Dimitri van Heesch2019-10-299-78/+47
* | | | | | | | Cleanup forward declarations of obsolete classesDimitri van Heesch2019-10-285-7/+0
* | | | | | | | Embed TagInfo struct inside EntryDimitri van Heesch2019-10-289-96/+86
| |_|/ / / / / |/| | | | | |
* | | | | | | Update generated code to javacc 6.2Dimitri van Heesch2019-10-2814-617/+672
* | | | | | | Merge pull request #7338 from albert-github/feature/bug_cmake_vhdlDimitri van Heesch2019-10-282-0/+20
|\ \ \ \ \ \ \
| * | | | | | | Adding possibility to automatically build vhdlparser from vhdlparser.jj filealbert-github2019-10-181-1/+0
| * | | | | | | Adding possibility to automatically build vhdlparser from vhdlparser.jj filealbert-github2019-10-182-0/+21
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #7341 from ellert/source-date-yearDimitri van Heesch2019-10-281-3/+9
|\ \ \ \ \ \ \
| * | | | | | | Let $year support SOURCE_DATE_EPOCHMattias Ellert2019-10-191-3/+9
| |/ / / / / /
* | | | | | | Merge pull request #7353 from albert-github/feature/issue_7119Dimitri van Heesch2019-10-281-1/+1
|\ \ \ \ \ \ \
| * | | | | | | issue #7119 Doxygen does not link to C# snippets - regressionalbert-github2019-10-271-1/+1
| |/ / / / / /