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
2022-11-09Cleanup: add function attributes to BLI_sprintfCampbell Barton
2022-11-08Fix deprecation warnings about printf() on macOSSergey Sharybin
2022-10-20UI: Icon number indicator for data-blocksDalai Felinto
2022-05-11Cleanup: rename BLI_str_format_attribute_domain_sizeCampbell Barton
2022-05-09Fix T97906: OpenEXR files with lower case xyz channel names not read correctlyBrecht Van Lommel
2022-04-11Cleanup: malformed C-style comment blocks, spellingCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClment Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-12Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-14Cleanup: resolve parameter mis-matches in doc-stringsCampbell Barton
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'blenlib'Campbell Barton
2021-09-06Cleanup: comment unused functionsCampbell Barton
2021-09-04RNA: support extracting names from paths without allocating memoryCampbell Barton
2021-09-01BLI_string: add BLI_str_quoted_substr_rangeCampbell Barton
2021-06-25Fixes a warning where dst array size was wrong in theFabian Schempp
2021-06-25Spreadsheet: Dataset region for spreadsheet editorFabian Schempp
2021-04-21BLI_string: add a utility to replace strings using a tableCampbell Barton
2020-12-10BLI_string: extract quote utility into BLI_str_escape_find_quoteCampbell 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-10-27Cleanup: use over-line for doxy commentsCampbell Barton
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-09-04Fix T78084: Search does not accept text fragments everywherePhilipp Oeser
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-06Cleanup: Fix forward declaration of headersDalai Felinto
2020-02-15Cleanup: split off code from gpu_codegen.c into smaller filesBrecht Van Lommel
2019-08-31Cleanup: rename natural string comparisonCampbell Barton
2019-04-20Cleanup: re-use test for ELEM & STR_ELEMCampbell Barton
2019-04-19Fix error in recently added STR_ELEM macroCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-10BLI_string: Add STR_ELEM macroCampbell Barton
2019-03-07Refactor building the draw string for floats and intsJacques Lucke
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
2018-11-21Fix T57884: Triangle count is incorrect when above around 2 billionPhilipp Oeser
2018-08-15UI: tweak drawing of header status text for transparent headers.Brecht Van Lommel
2018-05-25Add number and memory size formatting throughout the UIDiego Gangl
2018-04-05BLI_string: macros that de-duplicate sizeof argCampbell Barton
2016-03-23UI: multi word filtering in search menuCampbell Barton
2015-07-14Cleanup: use ascii as suffix (as with utf8)Campbell Barton
2015-06-30Cleanup: move BLI_char_switch into BLI_stringCampbell Barton