Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | issue #8498: Concepts do not respect groups in tree view | Dimitri van Heesch | 2021-04-13 | 3 | -23/+20 |
| | |||||
* | Merge pull request #8500 from albert-github/feature/bug_layout_file | Dimitri van Heesch | 2021-04-13 | 1 | -6/+10 |
|\ | | | | | Written layout file was empty | ||||
| * | Written layout file was empty | albert-github | 2021-04-13 | 1 | -6/+10 |
|/ | | | | With `doxygen -l` the layout file was not written anymore. | ||||
* | issue #8474: Crash: double free or corruption (out) | Dimitri van Heesch | 2021-04-09 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2021-04-09 | 1 | -2/+2 |
|\ | |||||
| * | Merge pull request #8491 from couet/Typo-fix2 | Dimitri van Heesch | 2021-04-09 | 1 | -1/+1 |
| |\ | | | | | | | remove a double "the" | ||||
| | * | remove a double "the" | Olivier Couet | 2021-04-09 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #8488 from couet/Typo-fix | Dimitri van Heesch | 2021-04-09 | 1 | -1/+1 |
| |\ | | | | | | | Remove a double "the" | ||||
| | * | Remove a double "the" | Olivier Couet | 2021-04-09 | 1 | -1/+1 |
| |/ | |||||
* | | Fixed potential crash when using . after a markdown style linked image. | Dimitri van Heesch | 2021-04-09 | 1 | -2/+3 |
|/ | |||||
* | regex: Avoid wrong assumption that char is always signed. | Dimitri van Heesch | 2021-04-08 | 1 | -1/+1 |
| | |||||
* | issue #2732: Adding support for C++ concepts (Origin: bugzilla #499352) | Dimitri van Heesch | 2021-04-08 | 58 | -157/+2466 |
| | |||||
* | C++20 concepts: added support for parsing requires-clauses | Dimitri van Heesch | 2021-04-08 | 8 | -27/+225 |
| | |||||
* | Merge pull request #8486 from albert-github/feature/issue_8485 | Dimitri van Heesch | 2021-04-08 | 2 | -1/+5 |
|\ | | | | | issue #8485 The browser based search doesn't handle underscores correctly | ||||
| * | issue #8485 The browser based search doesn't handle underscores correctly | albert-github | 2021-04-08 | 2 | -1/+5 |
|/ | | | | | | | | | | | | | | | | | The problem is that that "_" is seen as an Id character and not is escaped for JS search. This is a regression on: ``` Commit: a4ecbee86766b35d25d41d1a178806e1688485df [a4ecbee] Date: Monday, March 22, 2021 8:02:06 PM issue #8375: Lowercase search does not find non-ASCII uppercase pages and vice versa ``` and ``` Commit: 3a365ab230cab40910366eee5352534719541598 [3a365ab] Date: Wednesday, March 24, 2021 8:34:50 PM issue #8375 Lowercase search does not find non-ASCII uppercase pages and vice versa (part 2) ``` | ||||
* | Merge pull request #8481 from albert-github/feature/bug_ghostscript_vers | Dimitri van Heesch | 2021-04-06 | 1 | -6/+8 |
|\ | | | | | Determine ghostscript directory (Windows) | ||||
| * | Determine ghostscript directory (Windows) | albert-github | 2021-04-06 | 1 | -1/+1 |
| | | | | | | | | Looks like that the time taken is a bit long, lets attempt a bit longer / more specific path | ||||
| * | Determine ghostscipt directory (Windows) | albert-github | 2021-04-06 | 1 | -6/+8 |
|/ | | | | Detremine the gostscript directory in a more system and version independent way for Windows. | ||||
* | Merge pull request #8479 from albert-github/feature/bug_ghostscript_9_54_0 | Dimitri van Heesch | 2021-04-05 | 1 | -4/+4 |
|\ | | | | | Update ghostscript version | ||||
| * | Update ghostscript version | albert-github | 2021-04-04 | 1 | -4/+4 |
|/ | | | | Update of hard coded ghostscript version | ||||
* | Regression: source code was not longer visible in HTML/LaTeX/docbook output | Dimitri van Heesch | 2021-03-31 | 9 | -75/+41 |
| | |||||
* | issue #8471: doxygen 1.9.1 segmentation fault when generating libstdc++ ↵ | Dimitri van Heesch | 2021-03-30 | 1 | -2/+2 |
| | | | | documentation | ||||
* | issue #8448: [c++] unable to expand recursive macro | Dimitri van Heesch | 2021-03-29 | 1 | -1/+1 |
| | |||||
* | Updated the FAQ regarding the use of Qt | Dimitri van Heesch | 2021-03-29 | 1 | -6/+4 |
| | |||||
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2021-03-29 | 3 | -6/+20 |
|\ | |||||
| * | Merge pull request #8467 from albert-github/feature/bug_doxyfile_encoding | Dimitri van Heesch | 2021-03-29 | 1 | -1/+8 |
| |\ | | | | | | | Incorrect DOXYFILE_ENCODING upon update | ||||
| | * | Incorrect DOXYFILE_ENCODING upon update | albert-github | 2021-03-29 | 1 | -1/+8 |
| | | | | | | | | | | | | When the Doxyfile is updated the DOXYFILE_ENCODING remains at the original setting although the setting should now be UTF-8 | ||||
| * | | Merge pull request #8468 from albert-github/feature/bug_xml_dbg_msg | Dimitri van Heesch | 2021-03-29 | 1 | -4/+5 |
| |\ \ | | | | | | | | | Consistency with other debug messages | ||||
| | * | | Consistency with other debug messages | albert-github | 2021-03-29 | 1 | -4/+5 |
| | |/ | | | | | | | | | | More consistent debug message (other lexers through printlex) | ||||
| * | | Merge pull request #8466 from albert-github/feature/issue_8465 | Dimitri van Heesch | 2021-03-29 | 1 | -1/+7 |
| |\ \ | | |/ | |/| | issue #8465 Parens in return type template are dropped | ||||
| | * | issue #8465 Parens in return type template are dropped | albert-github | 2021-03-29 | 1 | -1/+7 |
| |/ | | | | | | | The "(" was eaten when the sharp parens ended but not the number of round brackets so exter condition required. | ||||
* | | Fixed potential crash in handling empty list item. | Dimitri van Heesch | 2021-03-29 | 3 | -9/+20 |
| | | |||||
* | | Performance improvement by returning BaseClassList by reference | Dimitri van Heesch | 2021-03-29 | 2 | -8/+8 |
|/ | |||||
* | Fixed compilation problem when enableing sqlite3 | Dimitri van Heesch | 2021-03-28 | 6 | -13/+11 |
| | |||||
* | Refactoring: Add TextStream buffer to improve output writing performance | Dimitri van Heesch | 2021-03-28 | 111 | -2647/+2998 |
| | | | | | - direct use of std::stringstream and std::ostream gave a 30% drop in performance. | ||||
* | Merge pull request #8460 from albert-github/feature/bug_env_changelog | Dimitri van Heesch | 2021-03-27 | 1 | -5/+5 |
|\ | | | | | Environment variabelen in changelog | ||||
| * | Environment variabelen in changelog | albert-github | 2021-03-27 | 1 | -5/+5 |
| | | | | | | | | | | The environment variables in the changelog were replaced by their values and this was not the intention in the changelog By using the HTML Entity here for the dollar sign this can be prevented. | ||||
* | | Merge pull request #8459 from albert-github/feature/bug_qtools_maint | Dimitri van Heesch | 2021-03-27 | 3 | -5/+2 |
|\ \ | | | | | | | Removing some left over qtools | ||||
| * | | Removing some left over qtools | albert-github | 2021-03-27 | 3 | -5/+2 |
| |/ | | | | | | | Removing some references to removed qtools | ||||
* | | Merge pull request #8461 from albert-github/feature/bug_maint_prefix_file | Dimitri van Heesch | 2021-03-27 | 2 | -3/+0 |
|\ \ | |/ |/| | Remove not used file | ||||
| * | Remove not used file | albert-github | 2021-03-27 | 2 | -3/+0 |
|/ | | | | The file install_prefx is not used. | ||||
* | Fix for Linux build (missing #include <atomic>) | Dimitri van Heesch | 2021-03-26 | 4 | -0/+6 |
| | |||||
* | Fix out of bounds issue in VHDL processing | Dimitri van Heesch | 2021-03-26 | 1 | -10/+16 |
| | |||||
* | Fix macro redefinition warning for windows build | Dimitri van Heesch | 2021-03-26 | 2 | -0/+5 |
| | |||||
* | Refactoring: make qcstring.h a local include | Dimitri van Heesch | 2021-03-26 | 44 | -60/+65 |
| | |||||
* | Refactoring: replace QMIN/QMAX by std::min/std::max | Dimitri van Heesch | 2021-03-26 | 15 | -45/+54 |
| | |||||
* | Avoid using std::isspace and friends on potentially multibyte characters | Dimitri van Heesch | 2021-03-26 | 2 | -11/+15 |
| | |||||
* | Merge branch 'qcstring' | Dimitri van Heesch | 2021-03-26 | 91 | -40772/+1673 |
|\ | |||||
| * | Refactoring: remove qtools | Dimitri van Heesch | 2021-03-25 | 67 | -38991/+0 |
| | | |||||
| * | Refactoring: move qcstring and remove qtools | Dimitri van Heesch | 2021-03-25 | 25 | -1782/+1675 |
| | |