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-09-20Move workspace.c to C++Jacques Lucke
2022-07-30Cleanup: Move five interface files to C++Hans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-10GPencil: Update-on-write using update cacheFalk David
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-17Fix T94116: Drivers can have multiple variables with same nameSybren A. Stüvel
2021-12-09Cleanup: move public doc-strings into headers for 'blenlib'Campbell Barton
2021-11-19BLI_listbase: Add utils to search from string or index.Bastien Montagne
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-19BLI Listbase: Add iterator macro that increments an indexHans Goudey
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2019-09-04Python API: add methods for reordering constraints.Alexander Gavrilov
2019-08-21Shading: Add more operators to Vector Math node.OmarSquircleArt
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-02Cleanup: empty expression statement warningCampbell Barton
2019-02-20BLI_listbase: add an iterator macro that supports removalCampbell 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-09-29A new function to move list at the beginning of another listAntonioya
2018-04-03Cleanup: rename list count_ex -> count_at_mostCampbell Barton
2018-02-15Cleanup: Style, braces with macrosSergey Sharybin
2018-02-15Cleanup: Remove BLI_ prefix from listbase macroSergey Sharybin
2018-01-19Cleanup: reaname LINKLIST_FOREACH -> LISTBASECampbell Barton
2017-11-16BLI listbase: add bytes finding helpers.Bastien Montagne
2017-11-14BLI: sync changes from 2.8Campbell Barton
2017-05-30Move GHash/GSet/LinkList iterators to BLI filesSergey Sharybin
2017-04-09ListBase: Add insert-replace functionCampbell Barton
2016-09-18BLI_listbase: Add/use utility to move link (BLI_listbase_link_move)Julian Eisel
2015-06-11BLI_listbase: match arg order with BLI_qsort_rCampbell Barton
2014-11-16BLI_listbase: Add BLI_listbase_count_ex (sets a limit)Campbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-10-21ListBase: use BLI_listbase_ for new api callsCampbell Barton
2014-10-21BLI_listbase: add `BLI_swaplinks` which swaps given links' positions in given...Bastien Montagne
2014-09-24Cleanup: const correctness for BLI_sortlistCampbell Barton
2014-07-30missed last commitCampbell Barton
2014-07-30BLI_listbase: consistent name prefixCampbell Barton
2014-06-25Use api function for flipping button list & rename to BLI_listbase_reverseCampbell Barton
2014-02-13ListBase: add attributes to api functionsCampbell Barton
2014-02-13ListBase: add BLI_sortlist_r api function, remove check for NULL callbackCampbell Barton
2014-02-08some systems didnt define NULLCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2013-09-05add function for rotating linked list so at item is last.Campbell Barton