summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | Travis macOS: Update Qt to 5.12.0Croydon2019-01-061-1/+1
| | | | | | | | | |
| * | | | | | | | | Travis: macOS Remove permission workaroundCroydon2019-01-061-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This got added here https://github.com/doxygen/doxygen/commit/72f9ffcbda4da4930ceab28043278cff51778c68#diff-354f30a63fb0907d4ad57269548329e3 but is fixed upstream in the meantime
| * | | | | | | | | Travis: Workaround to differ between x86 and ppc64leCroydon2019-01-061-7/+7
| | | | | | | | | |
| * | | | | | | | | Travis: Handle linux-ppc64le differentlyCroydon2019-01-061-16/+37
| | | | | | | | | |
| * | | | | | | | | Travis: Output CMake versionCroydon2019-01-061-0/+1
| | | | | | | | | |
| * | | | | | | | | Travis: Removing sudo keyword as this will be soon deprecated anywayCroydon2019-01-061-1/+0
| | | | | | | | | |
| * | | | | | | | | Travis: Install libiconv and libxml via ConanCroydon2019-01-061-6/+20
| | | | | | | | | |
| * | | | | | | | | Make conanfile creation more readableCroydon2019-01-061-2/+2
| | | | | | | | | |
* | | | | | | | | | Merge pull request #6747 from albert-github/feature/bug_test_066Dimitri van Heesch2019-01-082-52/+57
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Warning messages of test 66
| * | | | | | | | | | Warning messages of test 66albert-github2019-01-062-52/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test 66 gives some warning messages bout not documented entities: .../testing/066_property_initializer.cs:4: warning: Compound Class1 is not documented. .../testing/066_property_initializer.cs:5: warning: Member Property1 (property) of class Class1 is not documented. .../testing/066_property_initializer.cs:6: warning: Member Property2 (property) of class Class1 is not documented. The entities have been documented.
* | | | | | | | | | | Merge pull request #6750 from albert-github/feature/issue_6725Dimitri van Heesch2019-01-081-2/+3
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | issue #6725 Doxygen 1.8.15 CMake 3.13 incompatibility
| * | | | | | | | | | | issue #6725 Doxygen 1.8.15 CMake 3.13 incompatibilityalbert-github2019-01-071-2/+3
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix to overcome problems in CMake. The required `\` in the `tex` code is automatically added when generating the LaTeX files.
* | | | | | | | | | | Merge pull request #6755 from albert-github/feature/issue_6748Dimitri van Heesch2019-01-081-0/+4
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | issue #6748 1.8.15 regression with C# internal modifier
| * | | | | | | | | | issue #6748 1.8.15 regression with C# internal modifieralbert-github2019-01-081-0/+4
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the fix for issue #677 / bug 743539 only the Java part, in scanner.l, should have been removed and not the other languages in respect to the word "internal", compare also code.l
* | | | | | | | | | Merge pull request #6751 from albert-github/feature/issue_6749Dimitri van Heesch2019-01-071-0/+5
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | issue #6749 doxygen 1.8.15 segfault
| * | | | | | | | | | issue #6749 doxygen 1.8.15 segfaultalbert-github2019-01-071-0/+5
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An empty string was defined in a `<a href="">` resulting in a null pointer access.
* | | | | | | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-01-0715-431/+473
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Merge pull request #6746 from albert-github/feature/issue_6744Dimitri van Heesch2019-01-066-57/+91
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | issue #6744 Ampersand in Markdown image URL is not escaped in XML output
| | * | | | | | | | issue #6744 Ampersand in Markdown image URL is not escaped in XML outputalbert-github2019-01-066-57/+91
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Convert name / url based on HTML / XML conventions and don't do double conversions (XML).
| * | | | | | | | Merge pull request #6684 from albert-github/feature/bug_broken_linksDimitri van Heesch2019-01-052-2/+2
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Broken links in documentation
| | * | | | | | | | Broken links in documentationalbert-github2018-12-162-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix broken links.
| * | | | | | | | | Merge pull request #6736 from coliff/patch-1Dimitri van Heesch2019-01-051-1/+1
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | https link to sourceforge.net
| | * | | | | | | | | https link to sourceforge.netChristian Oliff2019-01-041-1/+1
| | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | Merge pull request #6739 from albert-github/feature/bug_hrDimitri van Heesch2019-01-052-1/+5
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Implementing `<hr>` for LaTeX
| | * | | | | | | | | Implementing `<hr>` for LaTeXalbert-github2019-01-052-1/+5
| | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In LaTeX the `<hr>` was implemented as a"new paragraph", now as a horizontal line.
| * | | | | | | | | Merge pull request #6743 from albert-github/feature/bug_sorting_testsDimitri van Heesch2019-01-051-1/+1
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Tests are unsorted
| | * | | | | | | | | Tests are unsortedalbert-github2019-01-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When requesting all tests they are sorted in the way `glob.glob` returns them, i.e. unsorted, better, more intuitive and easier for finding problems, would be sorted.
| * | | | | | | | | | Merge pull request #6742 from albert-github/feature/bug_xhtml_test_074Dimitri van Heesch2019-01-053-369/+373
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Double defined operator in test 74
| | * | | | | | | | | | Double defined operator in test 74albert-github2019-01-053-369/+373
| | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In test 074 the operator `&=` was identically defined twice, now corrected with const. In XHTML this resulted in error: `struct_foo.xhtml:204: element a: validity error : ID aa20bd44b1bb87a652ac65170ddfa1a5a already defined`
* | | | | | | | | | | issue #6734 parsing performance worsenedDimitri van Heesch2019-01-079-45/+88
|/ / / / / / / / / /
* | | | | | | | | | Fixed alt attribute appearing in <object> tag for SVG imagesDimitri van Heesch2019-01-052-58/+40
|/ / / / / / / / /
* | | | | | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-01-051-0/+2
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Merge pull request #6735 from albert-github/feature/issue_6732Dimitri van Heesch2019-01-051-0/+2
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | issue #6732 align environment for formula (\f{align}) no longer working
| | * | | | | | | issue #6732 align environment for formula (\f{align}) no longer workingalbert-github2019-01-031-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `\f{..}` looks like the, new, option handling, but the handling if `\f{` is done at another place and would now be included here due to the first part `<Comment>{B}*{CMD}[a-z_A-Z]+"{"[a-zA-Z_,:0-9\. ]*"}"{B}*` of the rules.
* | | | | | | | | Fixed missing end paragraph marker when inline image appeared as last item.Dimitri van Heesch2019-01-052-3/+9
|/ / / / / / / /
* | | | | | | | Issue #6039: Links on image in Markdown (Origin: bugzilla #769223)Dimitri van Heesch2019-01-038-33/+159
|/ / / / / / /
* | | | | | | Merge pull request #6724 from pkl97/masterDimitri van Heesch2019-01-021-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fixed typo in warning message
| * | | | | | | Fixed typoPeter Klotz2019-01-011-1/+1
|/ / / / / / /
* | | | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2018-12-311-370/+370
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge pull request #6709 from albert-github/feature/bug_changelog_xhtmlDimitri van Heesch2018-12-311-370/+370
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Incorrect XHTML of changelog for 1.8.15
| | * | | | | | Incorrect XHTML of changelog for 1.8.15albert-github2018-12-291-370/+370
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Checking for valid XNHTM results in: html/changelog.html:365: parser error : Excessive depth in document: 256 due to missing `</li>`
* | | | | | | | Merge branch 'albert-github-feature/issue_6708'Dimitri van Heesch2018-12-311-2/+11
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Fixed range and added code commentDimitri van Heesch2018-12-311-1/+2
| | | | | | | |
| * | | | | | | Merge branch 'feature/issue_6708' of ↵Dimitri van Heesch2018-12-311-2/+10
| |\ \ \ \ \ \ \ |/ / / / / / / / | | | | | | | | | | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/issue_6708
| * | | | | | | issue #6708 Invalid UTF-8 characters in hover titlealbert-github2018-12-311-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Corrected test and setting of indexE (was working by accident).
| * | | | | | | issue #6708 Invalid UTF-8 characters in hover titlealbert-github2018-12-311-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The replace function has as side effect that it affect UTF-8 characters as well. Removing `id="node[0-9]*"` no by searching its start and end.
* | | | | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2018-12-315-11/+122
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge pull request #6713 from mosra/testingDimitri van Heesch2018-12-315-11/+122
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Test suite and developer-facing improvements
| | * | | | | | | | Added .editorconfig.Vladimír Vondruš2018-12-291-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifies how most of the files are indented to make contributions easier. See https://editorconfig.org for more information.
| | * | | | | | | | testing: improve tests for \ref.Vladimír Vondruš2018-12-293-11/+117
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tests for C++11 user-defined literals from https://github.com/doxygen/doxygen/issues/6299 were missing, adding them to avoid the regression re-appearing in the future.