| Age | Commit message (Collapse) | Author |
|
This allows us to restrict which constants the compiler will allow
through, and makes the sorting in the documentation better.
|
|
The more powerful version of EntryByName.
|
|
This field was missing, so let's add it, and let's add the const
definitions for the modes while we're here.
|
|
|
|
|
|
|
|
Name it like The Library and the rest of the bindings.
|
|
Provide a manual way of freeing objects, but set finalizers for them
in case the user does not want to worry about memory management, which
would be useful for commits or trees, which sare typically small.
When the objects are freed manually, the finalizer is unset to avoid
double-freeing, mimicking what the go runtime does.
|
|
|