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-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
2013-08-27ghash/bli-listbase edits, rename BLI_ghash_pop -> BLI_ghash_popkey (since it ...Campbell Barton
2013-07-15fix [#36107] Moving origin of instanced objects doesn't work properlyCampbell Barton
2013-05-11utility functions to reverse and rotate linklists.Campbell Barton
2013-03-29fix [#34804] Only timeline_markers[0] is selectable if multiple markers at sa...Campbell Barton
2013-02-22patch [#34103] - listbase.patch, insertlinkbefore.patchCampbell Barton
2012-12-15add checks to style checker script for 'a . b' and 'a []'Campbell Barton
2012-08-18utility functions: BLI_findptr, BLI_rfindptr --- use for finding an item in a...Campbell Barton
2012-03-04bmesh py apiCampbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-05-02reverse string lookup listbase function BLI_findstring counterparts, added BL...Campbell Barton