index
:
Doxygen.git
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
dotrunner.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactoring: replace QFile/FTextStream with fstream/stringstream
Dimitri van Heesch
2021-03-18
1
-22/+10
*
Refactoring: Replaced QDir with Dir
Dimitri van Heesch
2021-03-18
1
-8/+10
*
Refactor: make QCString a wrapper around std::string
Dimitri van Heesch
2020-06-10
1
-1/+2
*
Refactoring: size_t type conversions and QList in DotManager
Dimitri van Heesch
2020-05-02
1
-1/+9
*
Revert addition of std::string conversion operator for QCString
Dimitri van Heesch
2020-03-29
1
-6/+6
*
Minor tweaks
Dimitri van Heesch
2020-03-22
1
-11/+11
*
Replace SDict with std::map
Moritz 'Morty' Strübe
2020-03-21
1
-0/+1
*
QString -> std::string & QDict -> std::map
Moritz 'Morty' Strübe
2020-03-21
1
-7/+9
*
Remove DotConstString and replace by std::string
Moritz 'Morty' Strübe
2020-03-21
1
-3/+3
*
Replace QThread with std::thread
Moritz 'Morty' Strübe
2020-03-21
1
-0/+6
*
Replace qlist with std::vector
Moritz 'Morty' Strübe
2020-03-21
1
-20/+16
*
Replace QMutex and condition QWaitCondition with std::
Moritz 'Morty' Strübe
2020-03-19
1
-9/+8
*
Replace qqueue with std::queue
Moritz 'Morty' Strübe
2020-03-19
1
-4/+5
*
Enabled stricter compiler warnings and fixed all new warnings
Dimitri van Heesch
2020-03-08
1
-2/+4
*
Fix compiler warnings on Windows (Visual Studio)
Dimitri van Heesch
2020-02-12
1
-1/+1
*
Renamed Portables to Portable
Dimitri van Heesch
2019-12-08
1
-7/+7
*
Refactoring of portable.h and portable.cpp functions to be contained in a nam...
Tobias Off
2019-11-28
1
-7/+7
*
Reduce the use of QString in favor of the more efficient QCString
Dimitri van Heesch
2019-09-21
1
-2/+2
*
Refactoring code for dot related source files
Dimitri van Heesch
2019-09-10
1
-9/+9
*
Merge branch 'feature/bug_endblock_msg' of https://github.com/albert-github/d...
Dimitri van Heesch
2019-08-04
1
-3/+3
*
High consequence coverity mesages
albert-github
2019-07-02
1
-0/+2
*
Fix for race conditions introduced when refactoring dot classes.
Dimitri van Heesch
2019-06-15
1
-31/+23
*
refactoring dot.cpp
Thomas Haller
2019-06-13
1
-0/+300