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 Ceres to extern/Sergey Sharybin
2016-01-04Move GLog/GFlags to extern/Sergey Sharybin
2016-01-04Remove SCons building systemSergey Sharybin
2015-12-28Ceres: Remove suitesparse related filesSergey Sharybin
2015-10-28Ceres: Update to the latest versionSergey Sharybin
2015-03-19CMake: unbundle eigen3Campbell Barton
2015-01-29cleanup: shebang linesCampbell Barton
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-09-30Libmv: update ceres to latest upstream versionSergey Sharybin
2014-09-29Libmv: Update Ceres to the latest upstream versionSergey Sharybin
2014-09-25Update Ceres to latest upstream versionSergey Sharybin
2014-09-25Tracking: Enable Schur specializationsSergey Sharybin
2014-06-27Get rid of usage of non-existing moduleSergey Sharybin
2014-06-27Update Ceres to latest upstream versionSergey Sharybin
2014-03-25Followup to Ceres changes -- need to update bundling scriptSergey Sharybin
2014-03-25Fix for own commit: mixed up ceres build defines when replacing cmakeLukas Tönne
2014-03-25Build file macro for testing unordered_map C++ container support.Lukas Tönne
2014-02-24Followup for 90a86fe: libmv/ceres cmake/scons files are automatically generatedSergey Sharybin
2014-02-18Fix T38684: cmake OS X build problem when changing deployment target.Brecht Van Lommel
2014-01-13Ceres: more warnings cleanupSergey Sharybin
2014-01-13Re-bundle new Ceres librarySergey Sharybin
2014-01-01Update Ceres to the latest upstreamSergey Sharybin
2013-12-10CMake: report messages as status (else ccmake treats like an error)Campbell Barton
2013-11-28Code cleanup: spelling fixes and verbosity printsSergey Sharybin
2013-11-28Made collections port compatible with MSVC2008Sergey Sharybin
2013-11-28Update Ceres to latest upstream versionSergey Sharybin
2013-11-08OSX/scons: make MACOSX_SDK_CHECK a local var is sconstruct and remove from en...Jens Verwiebe
2013-09-05Update Ceres to 1.7.0 releaseSergey Sharybin
2013-04-22Update Ceres to current upstream versionSergey Sharybin
2013-04-08Update ceres to current upstream versionSergey Sharybin
2013-04-05Bundle current master of ceres-solverSergey Sharybin
2013-03-21Update ceres to current git version.Sergey Sharybin
2013-03-05Update Ceres to 1.5RC3Sergey Sharybin
2013-02-26Use threaded cost function and jacobian computationSergey Sharybin
2013-02-25Upgrade Ceres library to current master which is current 1.5RCSergey Sharybin
2013-02-18Correction to previous commit, needed to tweak some includeSergey Sharybin
2012-10-17code cleanup:Campbell Barton
2012-10-14code cleanup: remove redundant castsCampbell Barton
2012-09-18Ceres: resolve no previous declarations warningsSergey Sharybin
2012-09-17code cleanup: correct include paths and commentCampbell Barton
2012-09-16Real fix for OSX CMake -- was a typo in build file generation fileSergey Sharybin
2012-09-16Fix OSX compileJens Verwiebe
2012-09-16Fix typo in one of previous commitsSergey Sharybin
2012-09-16Ceres: tweak namespace for hash classes for MSVC2010Sergey Sharybin
2012-09-16Ceres: reshuffle include order to solve compilation error with MSVCSergey Sharybin
2012-09-16Ceres: upgrade to version 1.3.0Sergey Sharybin
2012-09-16Ceres: remove debug-only code from bundling script, also move osx workaround ...Sergey Sharybin
2012-09-11Fix libmv build on OS X with 10.5 SDK. The tr1::unordered_map implementationBrecht Van Lommel