index
:
Doxygen.git
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
Avoid using std::isspace and friends on potentially multibyte characters
Dimitri van Heesch
2021-03-26
1
-8/+29
*
|
Fix compilation issue on Windows
Dimitri van Heesch
2021-03-26
1
-1/+1
*
|
Fix difference in behaviour betwee QDir::exists and Dir::exist()
Dimitri van Heesch
2021-03-25
1
-1/+2
|
/
*
Regression: fix array out of bound issue.
Dimitri van Heesch
2021-03-25
2
-6/+14
*
Merge pull request #8456 from albert-github/feature/bug_pyscanner_crash
Dimitri van Heesch
2021-03-25
1
-0/+1
|
\
|
*
Problem with empty buffer in pyscanner.l
albert-github
2021-03-25
1
-0/+1
|
/
*
Regression: fix potential lockup while parsing python code
Dimitri van Heesch
2021-03-24
1
-1/+1
*
issue #8375 Lowercase search does not find non-ASCII uppercase pages and vice...
Dimitri van Heesch
2021-03-24
10
-2899/+2924
*
Refactoring: remove unused QString dependencies
Dimitri van Heesch
2021-03-23
2
-5/+0
*
Refactoring: replace QGString by std::ostringstream
Dimitri van Heesch
2021-03-23
31
-829/+418
*
Update ghc::filesystem to version 1.5.4
Dimitri van Heesch
2021-03-22
2
-60/+120
*
Merge branch 'master' of github.com:doxygen/doxygen
Dimitri van Heesch
2021-03-22
11
-41/+38
|
\
|
*
Merge pull request #8451 from albert-github/feature/bug_maint_doxyfile
Dimitri van Heesch
2021-03-22
2
-5/+1
|
|
\
|
|
*
Maintenance doxygen internal Doxyfiles
albert-github
2021-03-22
2
-5/+1
|
*
|
Merge pull request #8453 from albert-github/feature/bug_gitignore
Dimitri van Heesch
2021-03-22
1
-0/+2
|
|
\
\
|
|
*
|
Maintenance of .gitignore
albert-github
2021-03-22
1
-0/+2
|
|
|
/
|
*
|
Merge pull request #8454 from mkolleck/master
Dimitri van Heesch
2021-03-22
1
-3/+5
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Fix deadlock when using `WARN_AS_ERROR = YES`.
Kolleck, Martin
2021-03-22
1
-3/+5
|
|
/
|
*
Merge pull request #8445 from albert-github/feature/bug_templated
Dimitri van Heesch
2021-03-21
2
-17/+17
|
|
\
|
|
*
Some regressions on the templated approach
albert-github
2021-03-20
2
-17/+17
|
*
|
Merge pull request #8447 from albert-github/feature/bug_configimpl_dead
Dimitri van Heesch
2021-03-21
1
-7/+1
|
|
\
\
|
|
*
|
Regression: dead code in configimpl.l
albert-github
2021-03-20
1
-7/+1
|
|
|
/
|
*
|
Merge pull request #8446 from albert-github/feature/bug_classdef_dead
Dimitri van Heesch
2021-03-21
1
-2/+5
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Regression: dead code in classdef.cpp
albert-github
2021-03-20
1
-2/+5
|
|
/
|
*
Merge pull request #8407 from albert-github/feature/bug_spell_defargs
Dimitri van Heesch
2021-03-19
1
-1/+1
|
|
\
|
|
*
Spelling correction
albert-github
2021-03-04
1
-1/+1
|
*
|
Merge pull request #8439 from albert-github/feature/bug_filesystem_spell
Dimitri van Heesch
2021-03-19
1
-4/+4
|
|
\
\
|
|
*
|
Correcting spelling errors in filesystem.hpp
albert-github
2021-03-19
1
-4/+4
|
|
/
/
|
*
|
Merge pull request #8438 from albert-github/feature/bug_filesystem_cygwin
Dimitri van Heesch
2021-03-19
1
-1/+1
|
|
\
\
|
|
*
|
Building Cygwin version of doxygen fails
albert-github
2021-03-19
1
-1/+1
|
|
/
/
|
*
|
Update build_cmake.yml
Dimitri van Heesch
2021-03-18
1
-1/+1
*
|
|
issue #8375: Lowercase search does not find non-ASCII uppercase pages and vic...
Dimitri van Heesch
2021-03-22
19
-208/+3334
|
/
/
*
|
Refactoring: replace QFile/FTextStream with fstream/stringstream
Dimitri van Heesch
2021-03-18
135
-6614/+5871
*
|
Refactoring: Replaced QDir with Dir
Dimitri van Heesch
2021-03-18
40
-560/+886
*
|
Refactoring: Replaced QFileInfo with FileInfo
Dimitri van Heesch
2021-03-18
38
-282/+6326
*
|
Merge branch 'master' of github.com:doxygen/doxygen
Dimitri van Heesch
2021-03-18
5
-12/+25
|
\
\
|
*
|
Correction compilation warnings (#8398)
albert-github
2021-03-06
3
-7/+7
|
*
|
Merge pull request #8412 from albert-github/feature/bug_docu_sqlite3
Dimitri van Heesch
2021-03-06
1
-0/+9
|
|
\
\
|
|
*
|
Missing build note for sqlite3
albert-github
2021-03-05
1
-0/+9
|
*
|
|
Merge pull request #8411 from albert-github/feature/issue_8405
Dimitri van Heesch
2021-03-06
2
-5/+9
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
Issue #8405 Dead link in documentation
albert-github
2021-03-05
2
-5/+9
|
|
/
/
[next]