Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1701)

Issue 11494044: libmv C API clean up

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 9 months ago by sftrabbit
Modified:
10 years, 9 months ago
Reviewers:
mierle, sergey.vfx
Base URL:
https://svn.blender.org/svnroot/bf-blender/trunk/blender/
Visibility:
Public.

Description

Non-functional clean up of some inconsistencies and mistakes in the libmv C API. Identifiers now have a common style, and libmv_structNameVerb has been preferred (when applicable) so the function names have some heirarchy. Feature detection has been moved to the top since it typically occurs before tracking. A number of spelling mistakes have also been corrected.

Patch Set 1 #

Patch Set 2 : Also cleaned up libmv-capi_stub.cc so that it compiles with WITH_LIBMV=OFF #

Total comments: 3

Patch Set 3 : Backtracked on typedefed forward decls and reordered header #

Patch Set 4 : Missed something! #

Patch Set 5 : Formatting now matches Blender code style (not Google) #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+268 lines, -270 lines) Patch
M extern/libmv/libmv-capi.h View 1 2 3 4 4 chunks +61 lines, -68 lines 0 comments Download
M extern/libmv/libmv-capi.cc View 1 2 3 4 28 chunks +123 lines, -121 lines 1 comment Download
M extern/libmv/libmv-capi_stub.cc View 1 2 3 4 6 chunks +51 lines, -48 lines 0 comments Download
M source/blender/blenkernel/intern/tracking.c View 1 2 21 chunks +33 lines, -33 lines 0 comments Download

Messages

Total messages: 8
sftrabbit
10 years, 9 months ago (2013-07-19 16:33:22 UTC) #1
sergey.vfx
Overall: - Naming changes seems to be fine. - Reshuffling chunks of code is not ...
10 years, 9 months ago (2013-07-28 21:53:25 UTC) #2
sftrabbit
On 2013/07/28 21:53:25, sergey.vfx wrote: > Overall: > > - Naming changes seems to be ...
10 years, 9 months ago (2013-07-28 23:09:22 UTC) #3
sergey.vfx
By the style i've meant: if (blender_style) { versus: if(libmv_style) { Not a big deal, ...
10 years, 9 months ago (2013-07-29 01:58:33 UTC) #4
sftrabbit
On 2013/07/29 01:58:33, sergey.vfx wrote: > By the style i've meant: > > if (blender_style) ...
10 years, 9 months ago (2013-07-29 10:46:42 UTC) #5
sergey.vfx
Overall seems fine for me. Once the only note is addressed it's fine for commit. ...
10 years, 9 months ago (2013-07-30 17:57:12 UTC) #6
sftrabbit
On 2013/07/30 17:57:12, sergey.vfx wrote: > Overall seems fine for me. Once the only note ...
10 years, 9 months ago (2013-07-30 19:43:39 UTC) #7
sergey.vfx
10 years, 9 months ago (2013-07-31 03:16:17 UTC) #8
Valid point. Let's go with current patch then. If it'll become annoying in the
future we could change it any time.

So, let's commit this patch and go having fun with real stuff :)
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b