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
2020-08-10Tests: move remaining gtests into their own module foldersBrecht Van Lommel
2020-07-28Cleanup: correct usage of extern-C blocks in various placesJacques Lucke
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-01-08Fix build error in tests on Clang / macOSBrecht Van Lommel
2020-01-08Fix T72878: Alphabetical sorting in Outliner sorts shorter names lastJulian Eisel
2020-01-08Tests: Natural string comparing (BLI_strcasecmp_natural())Julian Eisel
2019-10-20Cleanup: missing declaration warningsCampbell Barton
2019-08-14Cleanup: clang-format, sort structs & cmake filesCampbell Barton
2019-08-14Text editor: syntax highlighting + line numbers on by defaultSybren A. Stüvel
2019-08-14Cleanup: move trailing comments to avoid wrapping codeCampbell Barton
2019-04-20Cleanup: comment line length (tests)Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-20Cleanup: More C++ like nature for word split testSergey Sharybin
2018-05-25Add number and memory size formatting throughout the UIDiego Gangl
2017-02-03Tests: Use proper order for EXPECT_EQ()Sergey Sharybin
2017-01-25[Cycles/MSVC/Testing] Fix broken test code.lazydodo
2016-03-24Fix BLI_strncasestr use with a single characterCampbell Barton
2016-03-23UI: multi word filtering in search menuCampbell Barton
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
2014-07-17Add thousands separators to scene stats (D646)Campbell 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