Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-04Move Libmv from extern/ to intern/Sergey Sharybin
2016-01-04Move Ceres to extern/Sergey Sharybin
2016-01-04Move GLog/GFlags to extern/Sergey Sharybin
2016-01-04Re-organize structure of GLog/GFlags CMake librariesSergey Sharybin
2016-01-04Remove SCons building systemSergey Sharybin
2016-01-02Fix compilation error on WindowsSergey Sharybin
2015-12-31Libmv: Yet again update to the latest versionSergey Sharybin
2015-12-31Libmv: Update to latest upstream versionSergey Sharybin
2015-12-31MSVC 2015 fix: do not redefine snprintf, even MS is getting standards complientMartijn Berger
2015-12-30Fix OS X (with 10.11 SDK) glog build errors due to using deprecated code.Brecht Van Lommel
2015-12-30GLog: Solve some compilation warningsSergey Sharybin
2015-12-30Libmv: Update to the latest upstream versionSergey Sharybin
2015-12-28Ceres: Remove suitesparse related filesSergey Sharybin
2015-12-02Cleanup: warnings & spellingCampbell Barton
2015-10-28Ceres: Update to the latest versionSergey Sharybin
2015-10-10Fix T46403: motion tracking not workig with Xcode 7 on OS X.Brecht Van Lommel
2015-07-18CMake: Disable Werror in extern/libmv for nowSergey Sharybin
2015-07-18CMake: Add option to enable -Werror cflag in some areasSergey Sharybin
2015-04-19Cleanup: warningsCampbell Barton
2015-03-25Tracking: Fix one frame memory leak when tracking last frameSergey Sharybin
2015-03-24Fix T44110: Plane track doesn't work when built with sconsSergey Sharybin
2015-03-19CMake: unbundle eigen3Campbell Barton
2015-03-06Fix T43905: Crash happens when press Create Plane TrackSergey Sharybin
2015-01-29cleanup: shebang linesCampbell Barton
2014-12-31Just another attempt to make MSVC happySergey Sharybin
2014-12-31Hopefully fix compilation error after recent updateSergey Sharybin
2014-12-31Libmv: Update to latest upstream versionSergey Sharybin
2014-12-11Libmv: Reshuffle CMake and SCons configuration filesSergey Sharybin
2014-12-04Fix T42800: Blender suddenly closes after pressing solve camera motionSergey Sharybin
2014-12-03Cycles: Support logging when building with SConsSergey Sharybin
2014-11-15Cycles: Fix compilation error with enabled looging but disabled libmvSergey Sharybin
2014-11-01Libmv: Code cleanup, avoid C11 feature with structure re-definitionSergey Sharybin
2014-11-01Libmv: Code cleanup, mixed class/struct in declaration/definitionSergey Sharybin
2014-10-30Libmv: Support disabled color channels in tracking settingsSergey Sharybin
2014-10-30Libmv: Replace region tracker with autotracker in BlenderSergey Sharybin
2014-10-30Libmv: Add autotrack API to the C-APISergey Sharybin
2014-10-30Libmv: Initial commit of unfinished AutoTrack APIKeir Mierle
2014-10-10Code cleanup: Mostly whitespaceSergey Sharybin
2014-10-09Libmv: Update Ceres to latest upstreamSergey Sharybin
2014-10-02Libmv: Remove old workaround for 10.5 hash tablesSergey Sharybin
2014-10-02Libmv: Add an option to disable schur specializations build-timeSergey Sharybin
2014-10-02Libmv: Silence some warnings about C11 usageSergey Sharybin
2014-09-30Libmv: update ceres to latest upstream versionSergey Sharybin
2014-09-29Libmv: Enable explicit Schur complement matrix by defaultSergey Sharybin
2014-09-29Libmv: Update Ceres to the latest upstream versionSergey Sharybin
2014-09-27Tracking: Make sure INC_SYS is always fineSergey Sharybin
2014-09-26Tracking: Cleanup of the bundler scriptSergey Sharybin
2014-09-26SCons: Don't compile libmv stub when libmv is actually enabledSergey Sharybin
2014-09-25Cycles: Add support of Glog loggingSergey Sharybin
2014-09-25Tracking: Decouple C-API module into more granular filesSergey Sharybin