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
2015-06-29Merge branch 'master' into temp-ghash-experimentstemp-ghash-experimentsBastien 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-03-05GTests GHash performance cleanup (strictly one test per GTest).Bastien Montagne
2015-03-02Merge branch 'master' into temp-ghash-experimentsBastien Montagne
2015-03-02Grrr, thought I had added that file already!Bastien Montagne
2015-03-01Add some real ghash tests.Bastien Montagne
2015-03-01Rename BLI_ghash_test -> BLI_ghash_performance_test.Bastien Montagne
2015-02-22GHash: Some more tests.Bastien Montagne
2015-02-21Some minor cleanup, much better statistics...Bastien Montagne
2015-02-21Rework ghash to make it fully dynamic, and lower load threshold.Bastien Montagne
2015-02-20GHash: fix/hugely enhance GHash tests.Bastien Montagne
2015-02-20Merge branch 'master' into temp-ghash-experimentsBastien 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-12-13Initial GHash-enhancements experiments.Bastien Montagne
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