Block a user
Assets: bundle essentials with Blender
Think I misread what it was supposed to do somehow, will add it back.
b0d589c2f5
Merge branch 'main' into curve-parameter-falloff
9fecf1f8b8
Cycles: Replace resolution divider loop with an analytical formula
99e71ec1f2
Assets: Store pointer to owning asset library in asset representation
4f19e99cb1
Tests: add unit test for
BLI_strnlen
147c75b831
Cleanup: EEVEE-Next: Fix typo
Add ASAN support to BLI_mempool
Generally very nice, integrating ASAN there is a great idea.
Can you explain why the behavior has to be different based on WITH_DNA_GHASH
? I don't see why mempool should depend on that right…
Add ASAN support to BLI_mempool
Better define something in BLI_asan.h
to avoid repeatedly using `(defined(SANITIZE_ADDRESS)
WIP: new bit span data structure
3ca68fb162
cleanup naming
c08cb9f9bb
more tests
1416501ca6
add tests
9357cf782e
add bit ref tests
a1f9a3e02d
extract bit span header
5d624e6060
add benchmark
24600ca65f
fixes
3d4ced77ed
progress
409d526617
progress
b83833fcb0
progress
Jacques Lucke
deleted branch bit-vector-refactor from JacquesLucke/blender
2023-02-12 18:01:02 +01:00
BLI: use larger integer type in BitVector
BLI: use larger integer type in BitVector
26c47ceeda
add comment
c54158a51c
fix
e8fdf1b772
progress
c10f81c380
add namespace
3f40962414
Cleanup: use sized int types for polyfill_2d
WIP: Functions: new local allocator for better memory reuse and performance