16732def37
Cleanup: Clang-Tidy modernize-use-nullptr
...
Replace `NULL` with `nullptr` in C++ code.
No functional changes.
2020-11-06 18:08:25 +01:00
af35ada2f3
Cleanup: Clang-Tidy, modernize-use-bool-literals
2020-11-06 14:32:51 +01:00
Valentin
5ac4778056
Cleanup: convert gforge task ID's to phabricator format
...
Cleanup old tracker task format to the new. e.g: [#34039 ] to T34039
Ref D8718
2020-09-30 20:11:06 +10:00
cc2b114a21
Cleanup: Clang-Tidy readability-static-accessed-through-instance fixes
...
No functional changes.
2020-09-04 12:37:56 +02:00
8057ab10db
Cleanup: Clang-Tidy readability-const-return-type fixes
...
No functional changes.
2020-09-04 12:04:47 +02:00
dee359e26e
Cleanup: IO, Clang-Tidy else-after-return fixes
...
This addresses warnings from Clang-Tidy's `readability-else-after-return`
rule in the `source/blender/io` module.
No functional changes.
2020-08-07 13:38:06 +02:00
c46663ad66
Cleanup: spelling
2020-07-21 16:02:58 +10:00
19ff145e66
Clang-Tidy: Enable readability-redundant-control-flow
2020-07-03 09:41:55 -04:00
2633683b52
Clang-tidy: enable readability-container-size-empty warning
...
Reviewers: sergey
Differential Revision: https://developer.blender.org/D8197
2020-07-03 14:59:27 +02:00
ba312bc8a7
Cleanup: doxy comments
2020-06-17 14:00:09 +10:00
e8b8e16b24
Code Cleanup: fcurve function naming
2020-06-05 09:30:15 +02:00
fe6be70875
CleanUp: Introduce BKE_fcurve_create
2020-06-05 08:41:35 +02:00
d0d251b53b
Cleanup: spelling
2020-03-24 10:36:42 +11:00
2d1cce8331
Cleanup: make format after SortedIncludes change
2020-03-19 09:33:58 +01:00
eb522af4fe
Cleanup: move Alembic, AVI, Collada, and USD to source/blender/io
...
This moves the `alembic`, `avi`, `collada`, and `usd` modules into a common
`io` directory.
This also cleans up some `#include "../../{somedir}/{somefile}.h"` by
adding `../../io/{somedir}` to `CMakeLists.txt` and then just using
`#include "{somefile}.h"`.
No functional changes.
2020-03-06 16:19:45 +01:00