Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | Replacing QString required replacing the QDict, too. | ||||
* | Remove DotConstString and replace by std::string | Moritz 'Morty' Strübe | 2020-03-21 | 1 | -3/+3 |
| | | | | | Whatever the idea of creating DotConstString was, probably creating copy-free Strings, it is not used anymore as each job gets its own copy anyway. | ||||
* | 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 ↵ | Tobias Off | 2019-11-28 | 1 | -7/+7 |
| | | | | | | namespace Fixing some memory issues caused by not correctly freed pointers | ||||
* | 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 ↵ | Dimitri van Heesch | 2019-08-04 | 1 | -3/+3 |
| | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_endblock_msg | ||||
* | High consequence coverity mesages | albert-github | 2019-07-02 | 1 | -0/+2 |
| | | | | | - initializing fd (analogous to htmldocvisitor) - always good to close file pointers | ||||
* | 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 |