summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-29Introduce InitializerMaybe, initializeMaybe, withNewMaybeHEADmasterdefanor
So that it's easier to use it safely: apparently the recently found segfault was caused by improper order of freeing the resources, while withNew/withNewMaybe help to ensure the correct order.
2018-04-22Fix an occasional segfaultdefanor
Not sure why it happens, but calls to raptor_free_uri via finalizers led to segfaults, and it helped to call a finalizer manually from statementToTriple.
2018-02-23Call streamGetObject with withNewdefanor
2018-02-23Increase version to 0.2.0.0defanor
2018-02-23Fix Literal value datatype URI handlingdefanor
It should be an URI, not a string.
2018-02-23Add NFData instances for Node and Tripledefanor
2018-02-23Support literal node types/languagesdefanor
2018-02-23Add Ord instances for Node and Tripledefanor
2018-02-22Update redland.cabaldefanor
- Elaborate the description - Add bug-reports, source-repository, tested-with.
2018-02-22Refine the documentationdefanor
2018-02-22Add a few statements and streams functionsdefanor
2018-02-21Initial commitdefanor
The bindings are incomplete, but usable at this point.