Blender Git Loki

Blender Git "functions" branch commits.

Page: 2 / 119

February 28, 2020, 08:01 (GMT)
Merge branch 'master' into functions
February 23, 2020, 16:37 (GMT)
Use new LinearAllocatedVector in various places
February 23, 2020, 16:35 (GMT)
new LinearAllocatedVector<T>

This is a vector that does not own the memory its elements are stored in.
Instead, a linear allocator is passed to every call to `append`, that will
be used if the vector has to grow. Since a linear allocator does not support
deallocation, no memory is dealloced until the linear allocator is destructed.

This structure can be used when many small vectors of initially unknown
size are required.
February 23, 2020, 14:25 (GMT)
Merge branch 'master' into functions
February 20, 2020, 08:27 (GMT)
Merge branch 'master' into functions
February 19, 2020, 10:49 (GMT)
improve copying StringRef to new buffer
February 19, 2020, 09:17 (GMT)
Merge branch 'master' into functions
February 17, 2020, 14:32 (GMT)
add missing include
February 17, 2020, 14:07 (GMT)
Merge branch 'master' into functions
February 17, 2020, 09:47 (GMT)
Merge branch 'master' into functions
February 16, 2020, 11:45 (GMT)
remove UNUSED_FUNCTION_NDEBUG macro again
February 16, 2020, 11:41 (GMT)
remove unused code
February 16, 2020, 11:39 (GMT)
bring back more correct duplicate removal
February 15, 2020, 16:55 (GMT)
initial MultiFunctionID
February 15, 2020, 16:52 (GMT)
remove operation hash of functions, a more reliable system is necessary
February 14, 2020, 10:40 (GMT)
add global sin and cos functions
February 14, 2020, 10:31 (GMT)
make naming more consistent
February 14, 2020, 10:29 (GMT)
make some functions more reusable
February 14, 2020, 10:03 (GMT)
use faster CPPType access
February 14, 2020, 09:59 (GMT)
provide faster access to builtin CPPTypes
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021