summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Merge branch 'feature/issue_7787' of ↵Dimitri van Heesch2020-07-251-3/+17
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/issue_7787
| * | | | | issue #7787 Doxygen 1.8.18: Markdown tables not working in ALIASES anymore?albert-github2020-05-201-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | The artificial newline characters in ALIASES (`^^`) or better said its doxygen replacements (`\\_linebr`) were not seen by the markdown parser as line terminator and as a consequence there was no table seen (it was just 1 long line, without header / data lines)..
* | | | | | issue #7921: Help for CLANG_DATABASE_PATH is misleadingDimitri van Heesch2020-07-251-4/+6
| | | | | |
* | | | | | issue #7900: Incorrect warning regarding no matching class member foundDimitri van Heesch2020-07-251-1/+1
| | | | | |
* | | | | | Make a switch to choose between dynamic library to clang-cpp or static ↵Dimitri van Heesch2020-07-201-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | linking against clangTooling
* | | | | | Fix #7883Joakim Tjernlund2020-07-191-2/+2
| | | | | |
* | | | | | Replaced bitmap of doxygen logo by SVG versionDimitri van Heesch2020-07-184-3/+24
| | | | | |
* | | | | | Merge pull request #7912 from albert-github/fesature/issue_7911Dimitri van Heesch2020-07-181-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | issue #7911 markdown table add extra test to "\copybrief"
| * | | | | | issue #7911 markdown table add extra test to "\copybrief"albert-github2020-07-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The comment speaks of: > // need at least one space on either side of the cell text in > // order for doxygen to do other formatting but in the implementation the end space is missing. Looks like the problem is introduced in version 1.8.17 when some work is done on the line counting (removing artificial `\n`).
* | | | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-07-181-1/+0
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge pull request #7908 from albert-github/feature/bug_vhdl_unusedDimitri van Heesch2020-07-171-1/+0
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Unused variable in code (VHDL)
| | * | | | | | Unused variable in code (VHDL)albert-github2020-07-171-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to #7864 the variable p is unused (and getFlowMember is just an access function to a flowMember).
* | | | | | | | issue #7867 Fixed regression where blank line after \class was not seen as ↵Dimitri van Heesch2020-07-181-476/+494
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | paragraph separator
* | | | | | | issue #7852, #7867, #7901: Changed the set of commands that effect ending a ↵Dimitri van Heesch2020-07-172-146/+155
|/ / / / / / | | | | | | | | | | | | | | | | | | brief description
* | | | | | Added missing stub code when use_libclang is disabledDimitri van Heesch2020-07-161-10/+10
| | | | | |
* | | | | | Merge branch 'master' into lex-absolute-pathDimitri van Heesch2020-07-16105-4233/+4395
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #7864 from maddox11/use_plantumlDimitri van Heesch2020-07-162-9/+2
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | improve using plantuml for vhdl flowcharts
| | * | | | | | improve using plantuml for vhdl flowchartshake2020-06-212-9/+2
| | | |/ / / / | | |/| | | |
| * | | | | | Merge pull request #7870 from mquevill/andsDimitri van Heesch2020-07-161-1/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Correct misspelling in config.xml
| | * | | | | | Correct misspelling in config.xmlMichael Quevillon2020-06-241-1/+1
| | |/ / / / /
| * | | | | | Merge pull request #7882 from albert-github/feature/bug_ftn_useDimitri van Heesch2020-07-161-0/+3
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Missing links in Fortran in case use statement with upper case characters in name
| | * | | | | | Missing links in Fortran in case use statement with upper case characters in ↵albert-github2020-06-291-0/+3
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | name Based on the question: https://stackoverflow.com/questions/62557644/automatic-link-to-fortran-classes-in-method-arguments-description-in-doxygen#62595302 The problem regarding the missing linking was checked and contrary to the idea that it was depending on the `ONLY` clause it was due to the fact that a conversion to lower case was missing.
| * | | | | | issue #6846 Doxygen parsing global variable as function in certain cases (#7903)albert-github2020-07-161-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | A parameter can only be present for a function, so we should test on the member being a function it as well. This fix is for the problem as reported by @tgpfeiffer
| * | | | | | Merge pull request #7889 from albert-github/feature/bug_htmlhelp_indexDimitri van Heesch2020-07-161-4/+3
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Missing last item in htmlhelp level2 index
| | * | | | | | Missing last item in htmlhelp level2 indexalbert-github2020-07-011-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At every second level index part the last item is missing. We should not only forward but also backward
| * | | | | | | Cleanup some disabled code sectionsDimitri van Heesch2020-07-161-47/+2
| | | | | | | |
| * | | | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-07-161-0/+3
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge pull request #7875 from albert-github/feature/bug_commentcnv_defaualt_ruleDimitri van Heesch2020-07-081-0/+3
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | No default rule present in commentcnv.l
| | | * | | | | | | No default rule present in commentcnv.lalbert-github2020-06-261-0/+3
| | | | |/ / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the file `commentcnv.l` there is no default rule present, resulting in the, non understandable, output as indicated in https://github.com/doxygen/doxygen/issues/7873#issuecomment-650100405 (this is not the cause of the problem as reported with issue https://github.com/doxygen/doxygen/issues/7873, but quite annyoing)
| * | | | | | | | Refactor: Modernize clang parser and make it run with multiple threadsDimitri van Heesch2020-07-1617-550/+573
| |/ / / / / / /
| * | | | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-07-074-8/+8
| |\ \ \ \ \ \ \
| | * | | | | | | Compilation warning in debug.cppalbert-github2020-07-064-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When compiling debug.cpp on a 32-bit Windows system we get the warning: ``` ...\doxygen\src\debug.cpp(121): warning C4244: 'return': conversion from '_Rep' to 'int', possible loss of data with [ _Rep=__int64 ] ``` as we only use the seconds representation of the elapsed time we can do the conversion to seconds in the Timer class.
| * | | | | | | | Refactoring: replace QDict<void> by StringUnorderedSet for g_processedFiles ↵Dimitri van Heesch2020-07-071-17/+18
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | and g_filesToProcess
| * | | | | | | Scalable search bar for high resolution displays (#7888)tttapa2020-07-041-9/+9
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use SVG images for search bar icons * Update search bar CSS for high resolution displays Uses CSS shadows instead of PNG images of shadows * Limit the main-menu CSS rule to first level list #main-menu li:last-child applies to last childs of sub-lists as well #main-menu > li:last-child only applies to the top-level list
| * | | | | | Merge pull request #7885 from albert-github/feature/bug_warn_uninitializedDimitri van Heesch2020-07-021-4/+2
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Misleading compiler warning
| | * | | | | | Misleading compiler warningalbert-github2020-06-301-4/+2
| | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When compiling on Cygwin (gcc version 9.3.0 (GCC)) in release mode we get: ``` In file included from /cygdrive/d/Programs/Doxygen/fork/doxygen/src/vhdldocgen.cpp:27: /cygdrive/d/Programs/Doxygen/fork/doxygen/qtools/qcstring.h: In static member function ‘static void FlowChart::colTextNodes()’: /cygdrive/d/Programs/Doxygen/fork/doxygen/qtools/qcstring.h:364:23: warning: ‘flno’ may be used uninitialized in this function [-Wmaybe-uninitialized] 364 | if (str) m_rep+=str; | ^~~ /cygdrive/d/Programs/Doxygen/fork/doxygen/src/vhdldocgen.cpp:3178:14: note: ‘flno’ was declared here 3178 | FlowChart *flno; | ^~~~ ``` The compiler doesn't "understand" that `flno` is guarded by `found` and this would be initialized. Local variable `text` is not used so removed.
| * | | | | | issue #7890 Macro Expansion brokenalbert-github2020-07-021-2/+2
| |/ / / / / | | | | | | | | | | | | | | | | | | The defines from the doxygen configuration file were not taken into account du a wrong primary key.
| * | | | | Fixed anothing compilation issue when use_libclang was not enabledDimitri van Heesch2020-06-294-30/+23
| | | | | |
| * | | | | Fix for compile issue on TravisDimitri van Heesch2020-06-291-1/+1
| | | | | |
| * | | | | Merge branch 'mthread_pre'Dimitri van Heesch2020-06-2810-481/+408
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Refactor: make preprocessor run in parallelDimitri van Heesch2020-06-2810-481/+408
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And at the same time make sure it gives the same results as when processed using a single thread.
| * | | | | Merge pull request #7857 from albert-github/feature/bug_obsolete_transl_fieDimitri van Heesch2020-06-1824-182/+0
| |\ \ \ \ \ | | | | | | | | | | | | | | Remove not used translator function
| | * | | | | Remove not used translator functionalbert-github2020-06-1724-182/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The translator function trDesignOverview was not used anymore.
| * | | | | | Don't crash if output subdirectories already existtttapa2020-06-181-4/+8
| | |/ / / / | |/| | | | | | | | | | See doxygen/doxygen#7860
| * | | | | Multi-threaded parsing: added locks around global dataDimitri van Heesch2020-06-179-68/+95
| |/ / / /
| * | | | Merge pull request #7847 from albert-github/feature/bug_spelling_citeDimitri van Heesch2020-06-161-1/+1
| |\ \ \ \ | | | | | | | | | | | | Spelling correction in cite code
| | * | | | Spelling correction in cite codealbert-github2020-06-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correction of 2 spelling errors (thanks to Fossies).
| * | | | | Refactor: modernize markdown and make it thread-safeDimitri van Heesch2020-06-1633-1661/+1686
| | | | | |
| * | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-06-1315-23/+82
| |\ \ \ \ \ | | |/ / / /
| | * | | | issue #7796 Backticks (`) in Doxygen-markup-in-C in Markdown collapses (#7797)albert-github2020-06-131-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * issue #7796 Backticks (`) in Doxygen-markup-in-C in Markdown collapses The problem occurs when the backtick is just before the end of line. The fenced block will only terminate when the same number of fence characters are present, otherwise the search will continue. * issue #7796 Backticks (`) in Doxygen-markup-in-C in Markdown collapses Removed unintentional tab.