blender/intern/libmv
Sergey Sharybin 0dd9a4a576 Cleanup: Libmv, clang-format
Is based on Google style which was used in the Libmv project before,
but is now consistently applied for the sources of the library itself
and to C-API. With some time C-API will likely be removed, and it
makes it easier to make it follow Libmv style, hence the diversion
from Blender's style.

There are quite some exceptions (clang-format off) in the code around
Eigen matrix initialization. It is rather annoying, and there could be
some neat way to make initialization readable without such exception.

Could be some places where loss of readability in matrix initialization
got lost as the change is quite big. If this has happened it is easier
to address readability once actually working on the code.

This change allowed to spot some missing header guards, so that's nice.

Doing it in bundled version, as the upstream library needs to have some
of the recent development ported over from bundle to upstream.

There should be no functional changes.
2021-03-05 15:05:08 +01:00
..
intern Cleanup: Libmv, clang-format 2021-03-05 15:05:08 +01:00
libmv Cleanup: Libmv, clang-format 2021-03-05 15:05:08 +01:00
third_party/msinttypes
.clang-format Cleanup: Libmv, clang-format 2021-03-05 15:05:08 +01:00
bundle.sh Libmv: Fix warning about unused parameter in Ceres 2020-11-09 12:12:00 +01:00
ChangeLog
CMakeLists.txt Libmv: Fix warning about unused parameter in Ceres 2020-11-09 12:12:00 +01:00
files.txt Libmv: Add build configuration header 2020-11-30 12:12:39 +01:00
libmv-capi.h Cleanup: remove redundant, invalid info from headers 2019-02-02 01:36:28 +11:00
mkfiles.sh