This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/blenlib/intern
Martin Poirier c3cc13e71b == utils ==
New listbase functions:
	void BLI_insertlinkafter(struct ListBase *listbase, void *vprevlink, void *vnewlink);
		- corrolary to insertlinkbefore
		
	BLI_sortlist(struct ListBase *listbase, int (*cmp)(void *, void *));
		- simple in place sorting method. NOT optimized, so use for small lists only. Uses a variant of insertion sort (I was lazy, people should feel free to rewrite).
2007-11-01 21:44:41 +00:00
..
2007-09-07 03:48:50 +00:00
2002-11-25 12:02:15 +00:00
2006-01-05 13:46:27 +00:00
2005-08-23 02:29:22 +00:00
2006-12-20 17:57:56 +00:00
2006-01-23 22:05:47 +00:00
2006-11-29 17:01:09 +00:00
2006-01-23 22:05:47 +00:00
2006-06-30 16:07:50 +00:00
2007-10-21 09:32:18 +00:00
2007-03-19 15:48:24 +00:00
2002-11-25 12:02:15 +00:00
2007-11-01 21:44:41 +00:00
2007-02-28 20:11:10 +00:00