summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update build_cmake.ymlDimitri van Heesch2020-12-131-1/+0
|
* Update build_cmake.ymlDimitri van Heesch2020-12-131-2/+14
|
* Update build_cmake.ymlDimitri van Heesch2020-12-131-4/+4
|
* Update build_cmake.ymlDimitri van Heesch2020-12-131-3/+4
|
* Update build_cmake.ymlDimitri van Heesch2020-12-131-1/+1
|
* Update build_cmake.ymlDimitri van Heesch2020-12-131-8/+12
|
* Update build_cmake.ymlDimitri van Heesch2020-12-131-1/+2
|
* Update build_cmake.ymlDimitri van Heesch2020-12-131-14/+35
|
* Update build_cmake.ymlDimitri van Heesch2020-12-121-1/+3
|
* Update build_cmake.ymlDimitri van Heesch2020-12-121-1/+1
|
* Update build_cmake.ymlDimitri van Heesch2020-12-121-5/+3
|
* Update build_cmake.ymlDimitri van Heesch2020-12-121-8/+12
|
* Update build_cmake.ymlDimitri van Heesch2020-12-121-7/+32
|
* Update build_cmake.ymlDimitri van Heesch2020-12-121-2/+12
|
* Update build_cmake.ymlDimitri van Heesch2020-12-121-0/+5
|
* Update build_cmake.ymlDimitri van Heesch2020-12-121-0/+15
|
* Update README.mdDimitri van Heesch2020-12-121-1/+1
|
* Update README.mdDimitri van Heesch2020-12-121-1/+1
|
* Update build_cmake.ymlDimitri van Heesch2020-12-121-1/+4
|
* Update build_cmake.ymlDimitri van Heesch2020-12-121-0/+3
|
* Update build_cmake.ymlDimitri van Heesch2020-12-121-0/+3
|
* Update build_cmake.ymlDimitri van Heesch2020-12-121-3/+6
|
* More fixesDimitri van Heesch2020-12-121-11/+22
|
* More fixesDimitri van Heesch2020-12-121-8/+8
|
* More syntax fixes for ymlDimitri van Heesch2020-12-121-13/+13
|
* Fixed syntax error in yml scriptDimitri van Heesch2020-12-121-17/+18
|
* Add initial buildscope for Github ActionsDimitri van Heesch2020-12-121-0/+68
|
* Fix for compilation issues on WindowsDimitri van Heesch2020-12-122-90/+11
| | | | Using lambdas as a default argument is not supported by older versions of MSVC
* Revert "Remove XML parser code from qtools"Dimitri van Heesch2020-12-124-0/+6821
| | | | This reverts commit 9ebfb15e1ec786a0dd2ebd14fe23d8d0d29f951e.
* Merge branch 'xmlparser'Dimitri van Heesch2020-12-1110-8030/+1735
|\
| * Remove XML parser code from qtoolsDimitri van Heesch2020-12-114-6821/+0
| |
| * Make layout parser use the new XML parserDimitri van Heesch2020-12-113-921/+922
| |
| * Make tagreader use the new XML parserDimitri van Heesch2020-12-082-291/+268
| |
| * Refactoring: replace QXml by own XML processorDimitri van Heesch2020-12-063-0/+548
| |
* | Merge pull request #8223 from albert-github/feature/bug_docu_fail_2Dimitri van Heesch2020-12-0429-29/+29
|\ \ | | | | | | Present all warnings of first documentation sub-task when it fails
| * | Present all warnings of first documentation sub-task when it failsalbert-github2020-12-0429-29/+29
| | | | | | | | | | | | | | | This is a follow-up on pull request #8199 (Have build of doxygen documentation fail on warnings.) and #8197 (issue #8023 Add option to exit with non-zero exit code on warnings even if WARN_AS_ERROR is OFF). These were 2 independent situation, but as with #8197 incor[porated into doxygen it is no possible to extend #8199 to fail but at present all warnings of the first (sub-)task that fails.
* | | Merge pull request #8224 from albert-github/feature/bug_group_labelDimitri van Heesch2020-12-042-5/+4
|\ \ \ | | | | | | | | Creating link to not defined label in case of groups
| * | | Creating link to not defined label in case of groupsalbert-github2020-12-042-5/+4
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the doxygen group example there is for group 5 a "More" link but this points to nowhere as there is no detailed section. Using a link checker this gives: ``` Processing file:///.../html/group__group5.html List of broken links and other issues: file:///.../html/group__group5.html Line: 47 Code: 200 (no message) To do: Some of the links to this resource point to broken URI fragments (such as index.html#fragment). The following fragments need to be fixed: details Line: 47 ``` By applying the same logic for creating the "More" link as for for the real writing and using the appropriate function (with correction) for it
* | | Merge pull request #8225 from albert-github/feature/bug_testing_linksDimitri van Heesch2020-12-045-43/+43
|\ \ \ | |/ / |/| | Update used links in test examples
| * | Update used links in test examplesalbert-github2020-12-045-43/+43
|/ / | | | | | | | | Some links give a redirection when run with a link checker. The links should be correct as they might hide errors in the code / links that don't exist
* | Merge pull request #8199 from albert-github/feature/bug_docu_failDimitri van Heesch2020-12-0329-0/+29
|\ \ | | | | | | Have build of doxygen documentation fail on warnings.
| * | Have build of doxygen documentation fail on warnings.albert-github2020-11-2429-0/+29
| | | | | | | | | | | | | | | Currently when running doxygen to create its documentation no error is given when a warning is generated, so the warning might go unnoticed. By setting `WARN_AS_ERROR = YES` the generation will stop and when build on CI systems a build also fails
* | | Merge pull request #8222 from albert-github/feature/bug_docu_linksDimitri van Heesch2020-12-035-7/+7
|\ \ \ | |_|/ |/| | Incorrect link in doxygen documentation
| * | Incorrect link in doxygen documentationalbert-github2020-12-035-7/+7
| | | | | | | | | | | | | | | The link to mathjax is not correct anymore (config.xml), the latest version points to version 3.0 and here there is no output.html either. Setting it fixed to the 2.7 version. The other corrected links are just about redirections that are otherwise done.
* | | Avoid duplicate entry in the LaTeX output for inlined namespaceDimitri van Heesch2020-12-031-1/+1
| | |
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-12-031-2/+2
|\ \ \ | |/ /
| * | Merge pull request #8221 from albert-github/feature/bug_spell_doxyparseDimitri van Heesch2020-12-031-2/+2
| |\ \ | | | | | | | | Correction of spelling errors
| | * | Correction of spelling errorsalbert-github2020-12-031-2/+2
| |/ / | | | | | | | | | Correction of spelling errors (as found by Fossies).
* | | Forgot to handle deprecated in the same way as other xref itemsDimitri van Heesch2020-12-031-1/+1
|/ /
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-12-029-90/+166
|\ \