| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-01-02 | modernize loops | Marc Jeanmougin | 1 | -13/+13 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -1/+2 | |
| - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | |||||
| 2018-06-18 | Run clang-tidy’s modernize-deprecated-headers pass. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| This renames most C <*.h> includes into C++ <c*> includes. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -13/+13 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -2/+2 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -2/+2 | |
| 2013-03-18 | Drop remaining unused functions | Alex Valavanis | 1 | -1/+1 | |
| (bzr r12224) | |||||
| 2012-10-04 | code cleanup: make more functions static, add includes. | Campbell Barton | 1 | -6/+10 | |
| (bzr r11737) | |||||
| 2010-08-06 | Corrects delete/delete[] issue. Fixes bug #613723. | Jon A. Cruz | 1 | -27/+31 | |
| Fixed bugs: - https://launchpad.net/bugs/613723 (bzr r9606.1.41) | |||||
| 2010-08-06 | Corects delete/delete[] issue. Fixes bug #613723. | Jon A. Cruz | 1 | -27/+31 | |
| Fixed bugs: - https://launchpad.net/bugs/613723 (bzr r9691) | |||||
| 2006-11-20 | patch 1598684: better trace quantization | bulia byak | 1 | -0/+588 | |
| (bzr r1994) | |||||
