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
2017-02-03Tests: Use proper order for EXPECT_EQ()Sergey Sharybin
2017-02-03Tests: Use EXPECT_FALSE() instead of EXPECT_EQ(foo, false)Sergey Sharybin
2017-02-03Tests: Use EXPECT_TRUE() instead of EXPECT_EQ(foo, true)Sergey Sharybin
2017-01-25[Cycles/MSVC/Testing] Fix broken test code.lazydodo
2016-12-31Add BLI_string_utf8 specific test.Bastien Montagne
2016-06-23BLI_array_utils: add BLI_array_rfindindexCampbell Barton
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-03-24Fix BLI_strncasestr use with a single characterCampbell Barton
2016-03-23UI: multi word filtering in search menuCampbell 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-01-19GTests: were using C++11 featureCampbell Barton
2016-01-19GTests: split array_utils testsCampbell Barton
2016-01-19GTests: array_utilsCampbell Barton
2015-12-29Fix memleaks in our gtests.Bastien Montagne
2015-12-10Eigen: move C API into intern/eigen.Brecht Van Lommel
2015-10-09BLI_math: add mat3_polar_decompose, interp_m3_m3m3 and interp_m4_m4m4.Bastien Montagne
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-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-10GTest: add test for listbase sortingCampbell Barton
2015-06-03BLI_stack: gtest for clearCampbell Barton
2015-04-20CMake: Move performance tests under the cmake optionSergey Sharybin
2015-03-19BLI GHash: add some basic gtests.Bastien Montagne
2015-02-14Refactor array_utils out of BLI_arrayCampbell Barton
2015-01-03Add some BLI helpers needed by asset branch.Bastien Montagne
2015-01-03GTest: test beautify with polyfillCampbell Barton
2014-11-14Add Murmur2A hashing feature to BLIBastien Montagne
2014-09-28GTest: polyfill2dCampbell Barton
2014-09-28BLI_Stack add BLI_stack_peek, BLI_stack_discardCampbell Barton
2014-08-05Fix incorrect comments in listbase, add unit test to verify changeNicholas Bishop
2014-07-19Cleanup: test namingCampbell Barton
2014-07-17Add thousands separators to scene stats (D646)Campbell Barton
2014-07-15BLI_stack: various small additionsCampbell Barton
2014-07-08BLI_string, dont pass unicode to ascii BLI_str_partition functionsCampbell Barton
2014-07-04Add (r)partition funcs to BLI_string, to get left-most/right-most first occur...Bastien Montagne
2014-06-30Add BLI_stack testCampbell Barton
2014-06-28CMake: update source filesCampbell Barton
2014-06-19Add brief license headers to testsCampbell Barton
2014-06-18GTest unit testing frameworkSergey Sharybin