index
:
Doxygen.git
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactoring: prepare output generators for multi-threaded use
Dimitri van Heesch
2020-09-27
1
-0/+1
*
Allow building doxygen as a subproject
Anonymous Maarten
2020-09-16
1
-17/+17
*
CMakeLists.txt improvement
Dimitri van Heesch
2020-08-03
1
-2/+10
*
Modernize code for the resource manager
Dimitri van Heesch
2020-08-02
1
-2/+2
*
Fix compiling with clang parser support and with Clang compiler, too (#7922)
Deniz Bahadir
2020-07-29
1
-10/+8
*
Make a switch to choose between dynamic library to clang-cpp or static linkin...
Dimitri van Heesch
2020-07-20
1
-2/+7
*
Fix #7883
Joakim Tjernlund
2020-07-19
1
-2/+2
*
Merge branch 'master' into lex-absolute-path
Dimitri van Heesch
2020-07-16
1
-18/+47
|
\
|
*
Add options to enable various sanitizers
Dimitri van Heesch
2020-06-13
1
-0/+4
|
*
Merge pull request #7794 from wataash/cmake-list-dir
Dimitri van Heesch
2020-05-27
1
-14/+14
|
|
\
|
|
*
Replace ${CMAKE_SOURCE_DIR}/path/to/current/cmake-lists-txt/dir with ${CMAKE_...
Wataru Ashihara
2020-05-23
1
-14/+14
|
*
|
Refactoring: Removed creation of MemberDef's for macro definitions from pre.l
Dimitri van Heesch
2020-05-24
1
-5/+29
*
|
|
Improve flex/bison debuggability with gdb
Wataru Ashihara
2020-05-23
1
-2/+2
|
|
/
|
/
|
*
|
Refactoring: Removed creation of MemberDef's for macro definitions from pre.l
Dimitri van Heesch
2020-05-22
1
-1/+0
|
/
*
Fix build issue: strlcpy & strlcat are BSD specific
Dimitri van Heesch
2020-05-15
1
-1/+1
*
Refactoring
Dimitri van Heesch
2020-05-15
1
-15/+12
*
Fix for overruling flags that did work with the Visual Studio compiler
Dimitri van Heesch
2020-04-30
1
-0/+3
*
Refactoring: modernize g_inputFiles and the parameters of readFileOrDirectory
Dimitri van Heesch
2020-04-30
1
-0/+4
*
Refactoring: migrate MemberNameInfoSDict to MemberNameInfoLinkedMap
Dimitri van Heesch
2020-04-27
1
-1/+0
*
Updated changelog for version 1.8.18
Dimitri van Heesch
2020-04-12
1
-0/+4
*
Replaced FileNameDict/FileNameList by FileNameLinkedMap
Dimitri van Heesch
2020-04-06
1
-1/+0
*
Remove support for TCL (code is too buggy and unmaintained, language not very...
Dimitri van Heesch
2020-03-15
1
-3/+0
*
Remove dead code and fix more warnings
Dimitri van Heesch
2020-03-08
1
-1/+0
*
Enabled stricter compiler warnings and fixed all new warnings
Dimitri van Heesch
2020-03-08
1
-7/+10
*
Extend built-in STL support with more classes
Dimitri van Heesch
2019-12-19
1
-9/+10
*
issue #7268 Unable to build "master" branch
albert-github
2019-09-17
1
-0/+1
*
Merge branch 'feature/bug_consistency_state_2' of https://github.com/albert-g...
Dimitri van Heesch
2019-09-12
1
-32/+71
|
\
|
*
Consistent way to show scanner state
albert-github
2019-09-05
1
-32/+71
*
|
Refactoring code for dot related source files
Dimitri van Heesch
2019-09-10
1
-7/+8
|
/
*
Rename version libary to avoid name clash with Window's version.lib
Dimitri van Heesch
2019-08-08
1
-1/+1
*
Merge branch 'feature/bug_gitversion' of https://github.com/albert-github/dox...
Dimitri van Heesch
2019-07-30
1
-7/+2
|
\
|
*
Show git version information
albert-github
2019-05-31
1
-13/+2
|
*
Show git version information
albert-github
2019-04-07
1
-2/+8
*
|
Merge branch 'docgroup' of https://github.com/groleo/doxygen into groleo-docg...
Dimitri van Heesch
2019-07-27
1
-0/+1
|
\
\
|
*
|
take doc group out of commentscan.l
Adrian Negreanu
2019-07-26
1
-0/+1
*
|
|
Option for 'input buffer overflow'
albert-github
2019-07-20
1
-1/+1
|
/
/
*
|
issue #6880 mscgen links placed in the wrong place when using SVG output
Dimitri van Heesch
2019-06-23
1
-1/+3
*
|
Split off lodepng functionality in a separate library
Dimitri van Heesch
2019-06-22
1
-1/+2
*
|
refactoring dot.cpp
Thomas Haller
2019-06-13
1
-0/+10
*
|
Fix #6906
Ton van den Heuvel
2019-05-06
1
-0/+4
|
/
*
Remove persistent storage of Entry objects
Dimitri van Heesch
2019-02-17
1
-3/+0
*
issue_6517: Emoji support
albert-github
2018-10-01
1
-0/+1
*
Problem with TEST_FLAGS when using CMake for Visual Studio
Tushar Maheshwari
2018-05-13
1
-1/+1
*
CMake: let CMake handle the C++ standard setting if target_compile_features()...
Rolf Eike Beer
2017-10-20
1
-2/+3
*
CMake: remove needless variable expansions
Rolf Eike Beer
2017-10-20
1
-3/+2
*
Removed -Wno-deprecated flag from bison as it is not support on the bison 2.3...
Dimitri van Heesch
2017-09-28
1
-2/+2
*
Suppression warnings about deprecated directive
Laurent Rineau
2017-09-19
1
-2/+2
*
Merge pull request #574 from brgl/fix_buildroot_build
Dimitri van Heesch
2017-08-21
1
-1/+1
|
\
|
*
build: fix the way lang_cfg.h is generated
Bartosz Golaszewski
2017-06-21
1
-1/+1
*
|
Fixes for cross platform build with new LLVM/CLANG version
Dimitri van Heesch
2017-08-20
1
-5/+12
[next]