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
2021-07-20Cleanup: use single back-tick quoting in commentsCampbell Barton
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-06-25Cleanup: Clang formatHans Goudey
2021-06-25Spreadsheet: Dataset region for spreadsheet editorFabian Schempp
2021-04-21BLI_string: add a utility to replace strings using a tableCampbell Barton
2021-03-24Cleanup: remove stdio.h header from MEM_guardedalloc.hCampbell Barton
2021-03-21Cleanup: correct variable name mixup in BLI_str_quoted_substrNCampbell Barton
2020-12-10BLI_string: return NULL from BLI_str_quoted_substrN on failureCampbell Barton
2020-12-10Fix BLI_str_quoted_substrN use with escaped stringsCampbell Barton
2020-12-10BLI_string: extract quote utility into BLI_str_escape_find_quoteCampbell Barton
2020-12-10Cleanup: use snake-case instead of camel-caseCampbell Barton
2020-12-10BLI_string: support escaping additional control characterCampbell Barton
2020-12-10BLI_string: add BLI_str_unescape utility functionCampbell Barton
2020-12-10Fix BLI_str_escape with control characters, add unit testsCampbell Barton
2020-12-10Cleanup: rename BLI_strescape to BLI_str_escapeCampbell Barton
2020-09-04Fix T78084: Search does not accept text fragments everywherePhilipp Oeser
2020-08-08Cleanup: remove redundant return parenthesisCampbell Barton
2020-08-07Cleanup: fix some clang tidy warningsJacques Lucke
2020-08-07Cleanup: Blenlib, Clang-Tidy else-after-return fixes (incomplete)Sybren A. Stüvel
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