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
path: root/tests
AgeCommit message (Expand)Author
2016-09-14Fix undefined variable on errors in Cycles ctests.Dmitry Dygalo
2016-08-01Replace pep8 with flake8 checkerCampbell Barton
2016-07-29Add GMock library which is responsive for dealing with mock objectsSergey Sharybin
2016-07-29Fix Cycles OSL hair BSDF inconsistencies with SVM.Brecht Van Lommel
2016-07-29Fix Cycles ctests not always deleting fail.png files on success.Brecht Van Lommel
2016-07-06Cycles tests: Don't create fail file on idiff warningSergey Sharybin
2016-07-04Fix bmesh test after recent refactor.Bastien Montagne
2016-06-23BLI_array_utils: add BLI_array_rfindindexCampbell Barton
2016-06-19Cycles tests: raise failure threshold, copy failed image for comparison.Brecht Van Lommel
2016-06-11BLI_rand: add BLI_rng_get_char_nCampbell Barton
2016-05-30Add 'multi small' testcase to performance Ghash tests.Bastien Montagne
2016-05-30BLI_array_store testsCampbell Barton
2016-05-02Fix bl_load_py_modules testCampbell Barton
2016-04-15Tests: Fix wrong hash after "no redundant zeroes" commitSergey Sharybin
2016-04-04Update hash for an OBJ unit testSergey Sharybin
2016-03-24Fix BLI_strncasestr use with a single characterCampbell Barton
2016-03-23UI: multi word filtering in search menuCampbell Barton
2016-02-29Tests: improve RNA default reportingCampbell Barton
2016-02-20Add GHash/GSet pop() feature.Bastien Montagne
2016-02-17Fix broken ghash performance gtest.Bastien Montagne
2016-02-06Fix gtests on Windows/MSVCSergey Sharybin
2016-02-06Fix typo in 32bytes aligned malloc testSergey Sharybin
2016-02-06Fix GTests compilations on WindowsSergey Sharybin
2016-01-31Cleanup: pep8Campbell Barton
2016-01-19GTests: were using C++11 featureCampbell Barton
2016-01-19GTests: split array_utils testsCampbell Barton
2016-01-19GTests: array_utilsCampbell Barton
2016-01-04Correct include directories for GTestsSergey Sharybin
2016-01-04Remove SCons building systemSergey Sharybin
2015-12-29Fix memleaks in our gtests.Bastien Montagne
2015-12-10Eigen: move C API into intern/eigen.Brecht Van Lommel
2015-12-06PyAPI: add optional filter argument to KDTree.findCampbell Barton
2015-10-09BLI_math: add mat3_polar_decompose, interp_m3_m3m3 and interp_m4_m4m4.Bastien Montagne
2015-09-24Add test scripts to ctest & renameCampbell Barton
2015-09-22Update module test to pass w/o freestyle enabledCampbell Barton
2015-09-22Update test to RNA APICampbell Barton
2015-09-03Fix: Made bpy.path.ensure_ext compatible with compound extensions.Sybren A. Stüvel
2015-08-24Tests: Ignore preview render script in module loading testsSergey Sharybin
2015-07-10BLI_math 'compare' cleanup & enhancements.Bastien Montagne
2015-06-29Remove WITH_TESTS_PERFORMANCE option.Bastien Montagne
2015-06-29GTests: do not add 'performance' tests to auto-ran tests (with ctest or 'make...Bastien Montagne
2015-06-29Fix .obj testing.Bastien Montagne
2015-06-27Cleanup: int/uint mismatch in printf...Bastien Montagne
2015-06-27Cleanup: all params of BLI_str partition funcs can be const...Bastien Montagne
2015-06-27GTests for new 'end' option of `BLI_str_partition_ex()`.Bastien Montagne
2015-06-13addon_utils default mismatch /w enable/disableCampbell Barton
2015-06-10GTest: add test for listbase sortingCampbell Barton
2015-06-08rename wiki -> manualCampbell Barton
2015-06-07Cleanup: pep8Campbell Barton
2015-06-03BLI_stack: gtest for clearCampbell Barton