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-07-02Cleanup: spellingCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-09Cleanup: Replace ABS/SQUARE/CUBE with function callsSergey Sharybin
2020-02-28Fix BLI_str_rstrip skipping the first characterCampbell Barton
2020-02-20Cleanup: remove use of 'register'Campbell Barton
2020-02-15Cleanup: split off code from gpu_codegen.c into smaller filesBrecht Van Lommel
2020-01-08Fix T72878: Alphabetical sorting in Outliner sorts shorter names lastJulian Eisel
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-08-31Cleanup: rename natural string comparisonCampbell Barton
2019-08-30Cleanup: redundant lowercase in BLI_natstrcmpCampbell Barton
2019-04-21Cleanup: comments (long lines) in blenlibCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-27Cleanup: style, use braces for blenlibCampbell Barton
2019-03-17Cleanup: remove redundant checkCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-15Cleanup: comment line length (blenlib)Campbell Barton
2018-12-18Cleanup: Typo in commentSergey Sharybin
2018-12-18Use proper buffer size for statisticsSergey Sharybin
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-11-21Cleanup: warningsCampbell Barton
2018-11-21Fix T57884: Triangle count is incorrect when above around 2 billionPhilipp Oeser
2018-08-30Fix fox strict flags: Avoid sign cast of strlen() resultSergey Sharybin
2018-08-15UI: tweak drawing of header status text for transparent headers.Brecht Van Lommel
2018-06-17Cleanup: trailing space for BLICampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-27Fix restrict error in BLI_str_format_byte_unitCampbell Barton
2018-05-25Add number and memory size formatting throughout the UIDiego Gangl
2018-03-23Cleanup: stray tabsCampbell Barton
2018-03-13Cleanup: doxygen commentsCampbell Barton
2017-05-20CMake: Use GCC7's -Wimplicit-fallthrough=5Campbell Barton
2016-03-24Fix BLI_strncasestr use with a single characterCampbell Barton
2016-03-23UI: multi word filtering in search menuCampbell Barton
2016-02-10Cleanup: double promotionCampbell Barton
2015-12-21Cleanup: warnings (msvc)Campbell Barton
2015-09-13Cleanup: spellingCampbell Barton
2015-08-24Fix T45884: Crash copying keyframesCampbell Barton
2015-07-14Cleanup: use ascii as suffix (as with utf8)Campbell Barton
2015-06-30Cleanup: move BLI_char_switch into BLI_stringCampbell Barton
2015-06-30Cleanup: use BLI_str prefix for BLI_replacestrNCampbell Barton
2015-06-30Cleanup: move BLI_timestr to BLI_timecodeCampbell Barton
2015-06-27Cleanup: all params of BLI_str partition funcs can be const...Bastien Montagne
2015-06-27Extend `BLI_str_partition_ex`: add possibility to define a right limit to the...Bastien Montagne
2015-04-21BLI_string: add BLI_snprintf_rlenCampbell Barton
2015-01-10Fix building with very strict flags, use size_t rather than int for string le...Bastien Montagne
2015-01-10cleanup: style & warningsCampbell Barton
2015-01-09BLI_string: BLI_str_ends_with -> BLI_str_endswithCampbell Barton
2015-01-09Gooseberry animation request: Paste flipped pose in actionAntony Riakiotakis