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 (Collapse)Author
2018-03-22Update Google librariesSergey Sharybin
This commit updates: - gflags 2.2.0 -> 2.2.1 - glog 0.3.4 -> 0.3.4 - gmock 1.7.0 -> 1.8.0 - gtest 1.7.0 -> 1.8.0
2016-12-15Gtest: Fix/workaround MSVC complains about use of struct with alignmentSergey Sharybin
2016-07-29Gtests: Re-apply strict compiler fixesSergey Sharybin
2016-07-29GTests: Update to a newer Git versionSergey Sharybin
Required to get GMock working with GTest.
2016-05-24Add upstream information to librariesSergey Sharybin
2016-01-04GTest: Fix some strict compiler warningsSergey Sharybin
Those changes are to be backported to the upstream actually, for until then it should be good enough to have it locally.
2015-06-23CMake: quiet warnings in GTestCampbell Barton
2014-08-02CMake: add headerCampbell Barton
2014-06-18GTest unit testing frameworkSergey Sharybin
Currently covers only small set of functionality.