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-02-11File headers: SPDX License migrationCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'blenlib'Campbell Barton
2020-11-25Fluid Particles: fix viscoelastic spring threading crash again after D7394.Alexander Gavrilov
2020-10-03Cleanup: Remove/replace C standard library assert() and header usagesJulian Eisel
2019-04-17ClangFormat: apply to source, most of internCampbell 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
2015-12-23Remove BLI_buffer calloc optionCampbell Barton
2015-12-23Fix BLI_buffer_reinit not clearing static flagCampbell Barton
2015-12-23Fix error in BLI_buffer_reinitCampbell Barton
2015-12-21Cleanup: warnings (msvc)Campbell Barton
2015-10-04Correct last commit, check before freeingCampbell Barton
2015-10-04BLI_Buffer: add BLI_buffer_reinitCampbell Barton
2015-10-04BLI_Buffer: support over 2gb allocationsCampbell Barton
2015-10-04BLI_Buffer: fix BLI_buffer_resize w/ calloc flagCampbell Barton
2014-10-05BLI_buffer: simplify buffer resizeCampbell Barton
2013-09-12code cleanup: headers - doxy comments.Campbell Barton
2013-08-04avoid using MEM_reallocN_id directly, add utility macro for freeing.Campbell Barton
2013-03-16changes to BLI_bufferCampbell Barton
2013-01-02extend BLI_bufferCampbell Barton
2012-12-30Add BLI_buffer, an alternative to BLI_arrayNicholas Bishop