Blender Git Commits
June 29, 2015, 15:10 (GMT) |
Merge branch 'master' into temp-ghash-setops |
March 21, 2015, 08:07 (GMT) |
Merge branch 'master' into temp-ghash-setops |
March 20, 2015, 15:56 (GMT) |
Merge branch 'master' into temp-ghash-setops |
March 20, 2015, 15:55 (GMT) |
Get rid of varargs in union & co functions (using variadic macros instead). |
March 20, 2015, 14:15 (GMT) |
Some improvements/tweaks from review. |
March 20, 2015, 11:54 (GMT) |
Merge branch 'master' into temp-ghash-setops |
March 20, 2015, 11:04 (GMT) |
Remove gtests. |
March 20, 2015, 11:04 (GMT) |
Squashed commit of temp-ghash-experiments, minus the 'hash storage' part. |
March 20, 2015, 11:04 (GMT) |
Remove public GHash API for union/inter/diff/symmdiff. This is dead easy to add back when we want (or use other naming if we really like them better), core code remains exactly the same anyway. Note we keep checks (isdisjoint, isequal, etc.) for ghashes though, those are pure-keys non-modifying operations anyway, so here set ops for ghash are definitively valid (equivalent of set ops on dict.keys() views in py). |
March 20, 2015, 11:04 (GMT) |
Fix for updates in master... |
March 20, 2015, 11:04 (GMT) |