Overview
Request 107115 accepted
- updated to 1.13
- Removes the cached read-only and read-write accessors
for the time being. (These were only available from another
development releasse.
- Much more brutal thread-safety testing.
- Fixed thread-safety problem with the global hashkey storage.
- Lots of refactoring in the C code.
- Instead of storing an index in the CV, we store a pointer to
the hashkey struct.
- Implements cached read-only and read-write accessors.
Details on what that means are in the documentation.
Request History
coolo created request
- updated to 1.13
- Removes the cached read-only and read-write accessors
for the time being. (These were only available from another
development releasse.
- Much more brutal thread-safety testing.
- Fixed thread-safety problem with the global hashkey storage.
- Lots of refactoring in the C code.
- Instead of storing an index in the CV, we store a pointer to
the hashkey struct.
- Implements cached read-only and read-write accessors.
Details on what that means are in the documentation.
licensedigger added a reviewer
{"delegate": "license change"}
factory-auto added a reviewer
Please review sources
factory-maintainer approved review
just or
coolo accepted request
checkin
licensedigger accepted review
{"delegate": "license change"}
factory-auto accepted review
Builds for repo pure_factory
factory-maintainer accepted review
just or
saschpe accepted review
Thanks