Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-06-23 | Gracefully handle failure to terminate written anonymous nodes | David Robillard | 1 | -0/+30 | |
This case shouldn't be reachable when driven directly from a reader, but can be reached by invalid use of the writer in an application. | |||||
2024-06-23 | Fix writer cleanup test | David Robillard | 1 | -8/+18 | |
Because nodes are shallow, this wasn't actually writing a stack of nested objects. Fix the blank node ping-pong algorithm so that it does. | |||||
2024-01-20 | Fix writing empty list objects within blank nodes | David Robillard | 1 | -0/+74 | |
2023-05-03 | Remove test output file after execution | David Robillard | 1 | -0/+1 | |
2023-04-16 | Gracefully handle errors when writing text | David Robillard | 1 | -0/+66 | |
2023-04-05 | Fix potential memory leaks when a write is aborted | David Robillard | 1 | -0/+49 | |
Also clean up and simplify writer context management in general. | |||||
2023-04-02 | Improve TriG pretty-printing and remove trailing newlines | David Robillard | 1 | -2/+2 | |
2022-08-31 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 | |
2021-07-10 | Add missing include | David Robillard | 1 | -0/+1 | |
2021-07-09 | Fix accidentally disabled writer test | David Robillard | 1 | -4/+1 | |
2021-02-15 | Fix writing long literals with triple quotes | David Robillard | 1 | -0/+65 | |