Skip to content

Tags: 8dcc/libpool

Tags

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was signed with the committer’s verified signature.
8dcc ​8dcc​
README: Add section about thread safety

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was signed with the committer’s verified signature.
8dcc ​8dcc​
Improve section comments in 'libpool-test.c'

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was signed with the committer’s verified signature.
8dcc ​8dcc​
Rename 'pool_close' to 'pool_destroy'

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
8dcc ​8dcc​
README: Mention alignment

Remove "Caveats" section, since now that only applies when compiling
with 'LIBPOOL_NO_ALIGNMENT' defined.

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was signed with the committer’s verified signature.
8dcc ​8dcc​
benchmark: Set SVG background to white

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was signed with the committer’s verified signature.
8dcc ​8dcc​
README: Add note about valgrind support

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
8dcc ​8dcc​
README: Mention pool expansion

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
8dcc ​8dcc​
Improve comment for 'pool_new' function

No need to use a 'struct', we can just use (or even typedef) a 'union'.