Display:
Master Commits
Branch Commits
All Commits
Blender
Git "functions" branch commits.
Page: 54 / 119
August 6, 2019, 09:59 (GMT)
rename tuple folder to cpp
August 6, 2019, 09:54 (GMT)
New list implementation Instead of using a templated list, it is easier to use a "generic" list, that can handle every type with a CPPTypeInfo extension. This simplifies the code quite a bit, because templates can be avoided in many places. This also makes it easier to add new types. The list will still be refcounted and still have the shared immutability semantic. So when a list has more than one user, it is immutable.
August 5, 2019, 16:18 (GMT)
rename files for consistency
August 5, 2019, 15:17 (GMT)
Merge branch 'master' into functions
August 5, 2019, 14:35 (GMT)
remove unused function
August 5, 2019, 13:51 (GMT)
cleanup cpp type extension
August 5, 2019, 12:59 (GMT)
rename file
August 5, 2019, 11:43 (GMT)
rename multimap to multi_map
August 5, 2019, 11:13 (GMT)
Allow passing unlinked input handlers to graph generation
August 5, 2019, 11:07 (GMT)
fix compile error and warning on macos
August 5, 2019, 10:58 (GMT)
rename classes
August 5, 2019, 10:51 (GMT)
separate unlinked input grouper from inserter
August 5, 2019, 10:49 (GMT)
simple multivector data structure
August 5, 2019, 10:10 (GMT)
join map.lookup and map.lookup_ref
August 5, 2019, 09:50 (GMT)
More vector math operations: Subtract, Cross Product, Reflect
August 5, 2019, 09:49 (GMT)
fix auto vectorization when function does not have certain bodies
August 5, 2019, 08:39 (GMT)
Merge branch 'master' into functions
August 2, 2019, 17:18 (GMT)
rename
August 2, 2019, 17:12 (GMT)
experiment with different ways to group unlinked inputs
August 2, 2019, 16:57 (GMT)
remember placeholder nodes after they are created