Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor fixes | Dimitri van Heesch | 2019-12-12 | 4 | -90/+125 |
| | |||||
* | Merge branch 'feature/issue_7436' of ↵ | Dimitri van Heesch | 2019-12-12 | 5 | -8/+45 |
|\ | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/issue_7436 | ||||
| * | issue #7436 Incorrect handling of block comments in VHDL | albert-github | 2019-12-11 | 1 | -0/+3 |
| | | | | | | | | Added some documentation | ||||
| * | issue #7436 Incorrect handling of block comments in VHDL | albert-github | 2019-12-11 | 4 | -8/+42 |
| | | | | | | | | | | | | The search for `/*` or /*!` ended at the last `*/` in a file and thus skipping other intermediate block end and new starts. Also the intermediate code was lost see as comment. The filter pattern used was incorrect and should have been `<"/*" (~["*"])* "*" ("*" | ~["*","/"] (~["*"])* "*")* "/">` (thanks to https://javacc.org/contrib/C.jj). Here also the space plus one or more `*` at the end beginning of the line are still incorporated as well as multiple `*` before the colosing `*/` this is also filtered. | ||||
* | | Revert to locally patched version 6.2 of JavaCC due to more regressions :-( | Dimitri van Heesch | 2019-12-12 | 14 | -609/+668 |
| | | |||||
* | | Revert to use of javacc-6.1.3 due to regression | Dimitri van Heesch | 2019-12-12 | 15 | -4724/+7059 |
|/ | |||||
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2019-12-10 | 4 | -4/+33 |
|\ | |||||
| * | Merge pull request #7334 from albert-github/feature/issue_7313_vhdl_subtype | Dimitri van Heesch | 2019-12-10 | 1 | -0/+3 |
| |\ | | | | | | | issue #7313 VHDL attribute 'subtype is not supported and breaks parser | ||||
| | * | issue #7313 VHDL attribute 'subtype is not supported and breaks parser | albert-github | 2019-10-18 | 1 | -0/+3 |
| | | | | | | | | | | | | Add the `'subtype` construct for variables etc. | ||||
| * | | Merge pull request #7431 from albert-github/feature/bug_email | Dimitri van Heesch | 2019-12-10 | 1 | -1/+7 |
| |\ \ | | | | | | | | | Email address seen as code starter | ||||
| | * | | Email address seen as code starter | albert-github | 2019-12-06 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some email addresses give problems in the comment converter as they contain e.g. `@code`, so we try to detect Email addresses (analogous to doctokenizer.l) to prevent these false positives. The given warning would ne like: ``` aa.h:13: warning: Reached end of file while still inside a (nested) comment. Nesting level 1 (probable line reference: 1) ``` | ||||
| * | | | Merge pull request #7186 from albert-github/feature/bug_cite_docbook | Dimitri van Heesch | 2019-12-08 | 1 | -2/+22 |
| |\ \ \ | | | | | | | | | | | Incorrect NCName in docbook citations | ||||
| | * | | | Incorrect NCName in docbook citations | albert-github | 2019-08-12 | 1 | -2/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In a bibtex reference it is possible to have a colon as the id, but in docbook this will result in: ``` docbook/citelist.xml:5: validity error : xml:id : attribute value _citelist_1CITEREF_pre:post is not an NCName <varlistentry><term><anchor xml:id="_citelist_1CITEREF_pre:post"/>[1]</term> ``` So the id has to be translated. A colon in an id can only happen in case the names is provided from the outside. | ||||
| * | | | | Merge pull request #7428 from RockinRoel/fix_scoped_enum_ref | Dimitri van Heesch | 2019-12-08 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | | | Fix incorrect reference resolving of enum class values | ||||
| | * | | | | Fix incorrect reference resolving of enum class values | Roel Standaert | 2019-12-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When they share enum value names inside the same namespace. This is a proposed fix for issue #7427: "Incorrect resolving of references to enum class values with shared names inside the same namespace" | ||||
* | | | | | | issue #7412: HTML: Opening a reference link in a new tab does not scroll to ↵ | Dimitri van Heesch | 2019-12-10 | 3 | -9/+8 |
|/ / / / / | | | | | | | | | | | | | | | | the content | ||||
* | | | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2019-12-08 | 21 | -352/+352 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge pull request #7425 from albert-github/feature/bug_coverity_unint | Dimitri van Heesch | 2019-12-08 | 21 | -352/+352 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Coverity uninitialized | ||||
| | * \ \ \ \ | Merge branch 'master' into feature/bug_coverity_unint | Dimitri van Heesch | 2019-12-08 | 55 | -907/+845 |
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| | * | | | | | Coverity uninitialized | albert-github | 2019-12-02 | 21 | -352/+352 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing a number of uninitialized variables based on the coverity output of November 30, 2019 | ||||
* | | | | | | | Merge branch 'virusxp-memory_leakage_fix' | Dimitri van Heesch | 2019-12-08 | 24 | -284/+287 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | Renamed Portables to Portable | Dimitri van Heesch | 2019-12-08 | 23 | -157/+157 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'memory_leakage_fix' of https://github.com/virusxp/doxygen into ↵ | Dimitri van Heesch | 2019-12-08 | 24 | -285/+288 |
| |\ \ \ \ \ \ |/ / / / / / / | | | | | | | | | | | | | | | virusxp-memory_leakage_fix | ||||
| * | | | | | | Refactoring of portable.h and portable.cpp functions to be contained in a ↵ | Tobias Off | 2019-11-28 | 24 | -285/+288 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | namespace Fixing some memory issues caused by not correctly freed pointers | ||||
* | | | | | | | Changed std::unique_ptr<Entry> to std::shared_ptr<Entry> at avoid use after ↵ | Dimitri van Heesch | 2019-12-08 | 23 | -195/+193 |
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | free issues | ||||
* | | | | | | Added missing debug flags for scanner that were made reentrant | Dimitri van Heesch | 2019-12-05 | 5 | -2/+11 |
| | | | | | | |||||
* | | | | | | remove noexcept from parser interface for better portability | Dimitri van Heesch | 2019-12-05 | 1 | -1/+1 |
| |_|/ / / |/| | | | | |||||
* | | | | | Split language parser into "outline parser" and "code parser" | Dimitri van Heesch | 2019-12-03 | 46 | -711/+642 |
| |/ / / |/| | | | |||||
* | | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2019-12-01 | 3 | -8/+14 |
|\ \ \ \ | |||||
| * \ \ \ | Merge pull request #7293 from albert-github/feature/bug_doc_cmd | Dimitri van Heesch | 2019-11-26 | 1 | -4/+4 |
| |\ \ \ \ | | | | | | | | | | | | | Textual error | ||||
| | * | | | | Textual error | albert-github | 2019-10-06 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | Correcting textual error | ||||
| * | | | | | Merge pull request #7414 from albert-github/feature/bug_th_p | Dimitri van Heesch | 2019-11-26 | 1 | -0/+5 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Correct style in table header in case of paragraph is used | ||||
| | * | | | | | Correct style in table header in case of paragraph is used | albert-github | 2019-11-21 | 1 | -0/+5 |
| | | |/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | In case a paragraph is used in a table header (quite unusual but can happen with 2 lines and an empty line in between), a `<p class="starttd">` tag is added and therewith the layout is incorrect. This problem was detected based on #7409 This has been corrected (and tested with some available browsers FF, IE, Chrome, Opera). | ||||
| * | | | | | Merge pull request #7418 from albert-github/feature/bug_doc_search | Dimitri van Heesch | 2019-11-25 | 1 | -4/+5 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Adding some links in search documentation | ||||
| | * | | | | | Adding some links in search documentation | albert-github | 2019-11-25 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The search chapter was missing some links | ||||
* | | | | | | | Made scanner.l reentrant | Dimitri van Heesch | 2019-12-01 | 4 | -3334/+3377 |
| | | | | | | | |||||
* | | | | | | | Fix regression when expanding macro to an empty string | Dimitri van Heesch | 2019-12-01 | 1 | -3/+4 |
|/ / / / / / | |||||
* | | | | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2019-11-25 | 1 | -5/+10 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Merge pull request #7416 from albert-github/feature/bug_UCS_BE | Dimitri van Heesch | 2019-11-24 | 1 | -5/+10 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Problem converting UCS big endian file | ||||
| | * | | | | | Problem converting UCS big endian file | albert-github | 2019-11-22 | 1 | -5/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When having a file with a Big Endian BOM this is not always handled in a correct way when using the generic UCS-2 approach, using the explicit version works well. (problems see with a gcc (SUSE Linux) 7.4.1 20190905 [gcc-7-branch revision 275407] and glibc-2.26-lp151.18.7.x86_64). | ||||
* | | | | | | | Fixed preprocessor hangup regression | Dimitri van Heesch | 2019-11-25 | 1 | -11/+20 |
| | | | | | | | |||||
* | | | | | | | Fixed preprocessor issue that resulted in "More #endif's than #if's found." ↵ | Dimitri van Heesch | 2019-11-25 | 1 | -1/+1 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | warning. | ||||
* | | | | | | Fixed endless loop during preprocessing | Dimitri van Heesch | 2019-11-24 | 1 | -0/+3 |
| | | | | | | |||||
* | | | | | | Fixed line count misaligned introduced with JAVADOC_BANNER | Dimitri van Heesch | 2019-11-24 | 1 | -36/+38 |
| | | | | | | |||||
* | | | | | | Cleanup scanner.l code and naming | Dimitri van Heesch | 2019-11-24 | 1 | -2756/+2723 |
|/ / / / / | |||||
* | | | | | Made code.l scanner reentrant | Dimitri van Heesch | 2019-11-21 | 4 | -2522/+2655 |
| | | | | | |||||
* | | | | | Remove bogus flex code | Dimitri van Heesch | 2019-11-18 | 16 | -125/+0 |
| | | | | | |||||
* | | | | | Replace set of g_inside* booleans with a single g_lang variable | Dimitri van Heesch | 2019-11-18 | 1 | -18/+10 |
|/ / / / | |||||
* | | | | Made commentcnv.l reentrant | Dimitri van Heesch | 2019-11-17 | 1 | -466/+493 |
| | | | | |||||
* | | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2019-11-16 | 4 | -1/+21 |
|\ \ \ \ |