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
2020-06-19Upgrade Google librariesSergey Sharybin
Upgrades Glog from 0.3.5 to 0.4.0, and Gtest from 0.8.0 to 0.10.0. Hopefully this will solve compilation error on MSVC with C++17.
2019-04-17Cleanup: use 2 space indentation for CMakeCampbell Barton
2019-04-14CMake: prepare for BLENDER_SORTED_LIBS removalCampbell Barton
No functional change, this adds LIB definition and args to cmake files. Without this it's difficult to migrate away from 'BLENDER_SORTED_LIBS' since there are many platforms/configurations that could break when changing linking order. Manually add and enable WITHOUT_SORTED_LIBS to try building without sorted libs (currently fails since all variables are empty). This check will eventually be removed. See T46725.
2019-02-05Cleanup: remove contributors for CMake filesCampbell Barton
Following removal from C source code. See: 8c68ed6df16d8893
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.