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-07-20Cleanup: use single back-tick quoting in commentsCampbell Barton
2021-07-01BLI_linklist_stack: use cast to prevent warnings when used in C++Campbell Barton
2020-10-27Cleanup: use over-line for doxy commentsCampbell Barton
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
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
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-17Cleanup: trailing space for BLICampbell Barton
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2015-12-10Use 'peek' instead of 'last' for stack macroCampbell Barton
2015-07-31Docs: doxy correctionsCampbell Barton
2015-04-29Add macro BLI_SMALLSTACK_AS_TABLECampbell Barton
2015-01-12BLI linkstack macros: do not prepend the 'anti-namespace-collision' to var name.Bastien Montagne
2014-07-12Replace BLI_SMALLSTACK_FREE with fake user (quiet warnings in msvc)Campbell Barton
2014-07-09Correct IS_EMPTY macroCampbell Barton
2014-06-18Correct casts for IS_EQ and other macro tweaksCampbell Barton
2014-05-10Utility macros for linklist stack & asserts for bmeshCampbell Barton
2014-04-13LinkList stack macros to swap and pop into a separate stack.Campbell Barton
2014-04-08Mempool: delay allocating an initial chunk, its not always usedCampbell Barton
2014-04-05Mempool: remove BLI_MEMPOOL_SYSMALLOC, MEM_* allocs are more efficient nowCampbell Barton
2013-12-04User interface: internal change, collect panels to draw before drawing.Campbell Barton
2013-10-09code cleanup: redundant includes and add minor comments.Campbell Barton
2013-09-10Possible fix for MSVC compiling (grr...).Bastien Montagne
2013-09-10add BLI_SMALLSTACK_***, macros: stack doesn't have a fixed size, it uses stac...Campbell Barton
2013-08-31mempool internal change, use unsigned ints where possible (less overhead),Campbell Barton
2013-08-17add linklist stack macros, use where over allocating an array was previously ...Campbell Barton