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-09-20BLI_polyfill2d_test: script to generate test dataCampbell Barton
2017-09-19Fix T52834: Polyfill2D fails with co-linear edgesCampbell Barton
2017-09-19BLI_polyfill2d_test: add test for T52834Campbell Barton
2017-09-19BLI_polyfill2d_test: Try flipped x/y axisCampbell Barton
2017-09-19Cleanup: BLI_utildefines prefix for header-only libsCampbell Barton
2017-08-27Missing from last commitCampbell Barton
2017-08-27Cleanup: use stubs for eigen gtestCampbell Barton
2017-07-03Fixed build error on Windows / VS2015Sybren A. Stüvel
2017-06-14Make whole ID copying code use const source pointer.Bastien Montagne
2017-06-12Correct gtest EXPECT useCampbell Barton
2017-06-11GTest: initial kdopbvh testCampbell Barton
2017-03-24Cleanup: minor edits to path testCampbell Barton
2017-03-24BLI_path_util: Add BLI_path_joinCampbell Barton
2017-03-22BLI_path_util: add BLI_path_name_at_indexCampbell Barton
2017-02-27Cleanup: typo in struct nameCampbell Barton
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