Blender Git Statistics -> Developers -> PhilChristensen
Phil Christensen (PhilChristensen)
Total Commits : 1
Master Commits : 1
Branch Commits : 0
First Commit : February 6, 2017
Latest Commit : February 6, 2017
Commits by Month
Date | Number of Commits | |
---|---|---|
February, 2017 | 1 |
Favourite Files
Filename | Total Edits |
---|---|
utfconv.h | 1 |
BLI_dynlib.h | 1 |
dynlib.c | 1 |
File Changes
Action | Total | Per Commit |
---|---|---|
Modified | 3 | 3.0 |
Code Changes
Action | Total | Per Commit |
---|---|---|
Lines Added | 4 | 4.0 |
Lines Removed | 4 | 4.0 |
Latest commits
February 6, 2017, 09:44 (GMT) |
C++ conformance fixes (MSVC /permissive-) We (the Microsoft C++ team) use the Blender project as part of our "Real world code" tests. I noticed a place in WIN32 specific code (dvpapi.cpp:85) where a string literal is losing its const-ness when being passed to BLI_dynlib_open(). This is not permitted when using the /permissive- conformance compiler switch (see our blog https://blogs.msdn.microsoft.com/vcblog/2016/11/16/permissive-switch/) My suggested fix is to add const and propagate it where needed. Another possible fix would be to explicitly cast away the const. Reviewers: mont29, sergey, LazyDodo Subscribers: Blendify, sergey, mont29, LazyDodo Tags: #platform:_windows Differential Revision: https://developer.blender.org/D2495 |
MiikaHweb - Blender Git Statistics v1.06