Sivu saatavilla vain englanninkielisenä.
MiikaHweb - Blender Git Statistics v1.06
Blender Git Statistics -> Branches -> gtest-testing
"Gtest-testing" branch
Total commits : 19
Total committers : 3
First Commit : May 16, 2014
Latest Commit : June 17, 2014
Commits by Month
Date | Number of Commits | |
---|---|---|
June, 2014 | 3 | |
May, 2014 | 16 |
Committers
Author | Number of Commits |
---|---|
Campbell Barton | 14 |
Howard Trickey | 3 |
Sergey Sharybin | 2 |
Popular Files
Filename | Total Edits |
---|---|
polyfill2d_test.cc | 7 |
CMakeLists.txt | 7 |
Testing.cmake | 4 |
mathutils_test.cc | 2 |
testing.h | 2 |
path_util_test.cc | 2 |
CMakeLists.txt | 2 |
CMakeLists.txt | 2 |
bundle.sh | 2 |
CMakeLists.txt | 2 |
Latest commits
June 17, 2014, 14:59 (GMT) |
Prepare for tests that link against all blender libs. In CMake files, moves the calculation of BLENDER_SORTED_LIBS to a macro, so that some automated tests can use it to link against. Also reorders processing of source to after intern and extern, so that tests in source can see the interna and extern libraries. |
June 17, 2014, 13:01 (GMT) |
Fix polyfill test to compile again after master merge. Needed extra coord sign argument. Should probably add more tests to test that argument. Also, the Empty test and the UnorderedColinear tests now fail and need attention. |
June 17, 2014, 12:54 (GMT) |
Merge branch 'master' into gtest-testing |
May 27, 2014, 14:37 (GMT) |
rename tri -> tris |
May 27, 2014, 14:33 (GMT) |
add optional OBJ output for polyfill tests |
May 27, 2014, 13:51 (GMT) |
replace polyfill macros with functions |
May 27, 2014, 13:27 (GMT) |
Merge branch 'master' into gtest-testing |
May 21, 2014, 16:39 (GMT) |
Add topology check to polyfill |
May 20, 2014, 16:06 (GMT) |
Polyfill test: added winding and area tests also cleanup naming |
May 20, 2014, 09:41 (GMT) |
Merge branch 'master' into gtest-testing |
May 20, 2014, 09:14 (GMT) |
Tests: move flag setting out of the BLENDER_TEST macro (was adding PLATFORM_LINKFLAGS for each test) |
May 19, 2014, 15:46 (GMT) |
Initial polyfill2d test, mostly just to get the data + template in place. data from libgdx |
May 19, 2014, 15:41 (GMT) |
Merge branch 'master' into gtest-testing |
May 19, 2014, 07:12 (GMT) |
stub out binreloc |
May 18, 2014, 09:05 (GMT) |
Merge remote-tracking branch 'origin/master' into gtest-testing |
May 18, 2014, 08:46 (GMT) |
Add initial tests for path_utils |
May 18, 2014, 06:19 (GMT) |
Fix for linking tests |
May 17, 2014, 12:07 (GMT) |
Extend unit tests collection - Cover Libmv with unit tests. We often hack into libmv from Blender side, so it's useful to have it covered here. - Added some round-trip tests for color space conversions. |
May 16, 2014, 11:28 (GMT) |
Integrate gtest into blender and use it for unit tests Basically title says it all, now we're using gtest to perform unit tests of different code parts of blender. Currently only covered really tiny small subset of mathutils, more coverage would be done later. Reviewers: campbellbarton Differential Revision: https://developer.blender.org/D533 |
MiikaHweb - Blender Git Statistics v1.06