Campbell Barton
|
3b5031f1cb
|
Cleanup: use 'r_' prefix for output arguments, order last
Also clarify some naming.
|
2023-11-30 10:42:18 +11:00 |
|
Campbell Barton
|
611930e5a8
|
Cleanup: use std::min/max instead of MIN2/MAX2 macros
|
2023-11-07 16:33:19 +11:00 |
|
Campbell Barton
|
aaf05c2497
|
Cleanup: various C++ changes (use nullptr, function style casts)
|
2023-11-07 11:35:16 +11:00 |
|
Campbell Barton
|
2864c20302
|
Cleanup: various C++ changes (use nullptr, function style casts)
|
2023-10-21 21:17:57 +11:00 |
|
Sergey Sharybin
|
21c8af467d
|
Cleanup: Convert winfunc and utfconv to C++
Basically, the intern/utfconv directory, as well as users of
these headers.
Pull Request: https://projects.blender.org/blender/blender/pulls/113901
|
2023-10-20 10:27:31 +02:00 |
|
Sergey Sharybin
|
85c557ffa2
|
Cleanup: Rename BLI_string_utils.h to BLI_string_utils.hh
All users of it are now C++, which opens doors to add C++ to the
public API.
|
2023-10-20 10:27:26 +02:00 |
|
Sergey Sharybin
|
5954fc45f8
|
Cleanup: Convert path_util to C++
Pretty much as-is conversion, so it is a C code in a C++ file.
|
2023-10-20 10:27:26 +02:00 |
|