index
:
serd.git
1.x
absolute-base-uri
jsonld
main
master
model
python
remove-message
serd1
serd1-meson
serd1-warnings
serd1-world-log
test-performance
windows
Serd RDF serialisation library
d@drobilla.net
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
serd
/
serd.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-15
Use NULL for null pointer constants
David Robillard
1
-2
/
+4
2015-10-07
Update copyright dates
David Robillard
1
-1
/
+1
2015-01-29
Fix incorrect comment.
David Robillard
1
-2
/
+1
2014-12-10
Configurable strict parsing to tolerate invalid URIs.
David Robillard
1
-0
/
+11
2014-11-22
Fix warnings when building with ISO C++ compilers.
David Robillard
1
-1
/
+1
2014-08-08
Use Markdown in doc comments for better source readability.
David Robillard
1
-46
/
+46
2014-08-08
Use Markdown in doc comments for better source readability.
David Robillard
1
-5
/
+5
2012-07-05
Add error callback to reader and writer for custom error reporting.
David Robillard
1
-1
/
+50
2012-05-08
Add incremental read interface suitable for reading from infinite streams.
David Robillard
1
-0
/
+34
2012-03-18
Add serd_reader_set_default_graph() for reading a file as a named graph.
David Robillard
1
-0
/
+12
2012-03-10
Add serd_writer_set_root_uri(), root parameter to
David Robillard
1
-0
/
+20
2012-03-08
Add escape parameter to serd_node_new_file_uri().
David Robillard
1
-1
/
+7
2012-03-08
serd_node_new_uri_from_path => serd_node_new_file_uri.
David Robillard
1
-4
/
+4
2012-03-08
Add serd_writer_get_env().
David Robillard
1
-2
/
+46
2012-03-03
Add serd_chunk_sink for easy writing to a string.
David Robillard
1
-1
/
+23
2012-02-20
Implement pretty-printing for collections.
David Robillard
1
-1
/
+4
2012-01-18
Make serd_node_new_integer take int64_t instead of long.
David Robillard
1
-1
/
+1
2012-01-16
Support compilation as C++ under MSVC++
David Robillard
1
-2
/
+3
2012-01-16
Update copyright dates.
David Robillard
1
-1
/
+1
2012-01-14
Lint.
David Robillard
1
-1
/
+1
2012-01-08
Update man page.
David Robillard
1
-2
/
+5
2011-12-30
Add serd_node_new_blob and serd_base64_decode for handling arbitrary binary
David Robillard
1
-0
/
+26
2011-12-23
Add serd_file_sink for the common case of writing to a FILE* stream.
David Robillard
1
-0
/
+10
2011-12-19
Add serd_strtod(), serd_node_new_decimal(), and serd_node_new_integer() for
David Robillard
1
-0
/
+36
2011-12-12
Make bulk writer internal and inlinable to avoid function call overhead in th...
David Robillard
1
-47
/
+8
2011-12-11
Add SerdBulkSink for writing bulk output and corresponding serdi -B option.
David Robillard
1
-6
/
+46
2011-11-04
Move serd_strlen and serd_strerror to string.c and document both in "String U...
David Robillard
1
-5
/
+14
2011-09-29
Tidy.
David Robillard
1
-1
/
+1
2011-09-27
Add serd_env_set_prefix_from_strings for convenience.
David Robillard
1
-0
/
+9
2011-08-21
Gracefully handle NULL reader sinks.
David Robillard
1
-6
/
+10
2011-05-24
Tidy up documentation
David Robillard
1
-26
/
+25
2011-05-24
Add serd_uri_to_path to API.
David Robillard
1
-2
/
+8
2011-05-24
Improve documentation.
David Robillard
1
-2
/
+2
2011-05-19
Express inlining information via statement flags rather than node types.
David Robillard
1
-37
/
+37
2011-05-18
Add test to ensure blank node IDs don't clash with generated IDs.
David Robillard
1
-4
/
+29
2011-05-12
Use conventional string lengths not including NULL terminator
David Robillard
1
-4
/
+4
2011-05-11
Create SerdNodeFlags typedef for flags.
David Robillard
1
-1
/
+17
2011-05-11
Record whether strings contains quotes or newlines for smart selection of lon...
David Robillard
1
-18
/
+25
2011-05-09
Improve documentation and const-correctness.
David Robillard
1
-9
/
+8
2011-05-06
Make writer methods directly compatible with reader callbacks.
David Robillard
1
-2
/
+10
2011-05-06
Merge SerdEnv and SerdReadState.
David Robillard
1
-67
/
+30
2011-05-06
Improve documentation.
David Robillard
1
-23
/
+24
2011-05-05
Tidy.
David Robillard
1
-1
/
+1
2011-05-05
Make serd_read_state_get_base_uri return a pointer.
David Robillard
1
-1
/
+1
2011-04-30
Use descriptive return codes instead of bool
David Robillard
1
-25
/
+37
2011-04-27
Don't hide pointers in typedefs.
David Robillard
1
-31
/
+31
2011-04-24
Fix reader memory stack use and verify read_object fully clears its stack.
David Robillard
1
-0
/
+7
2011-04-23
Improve node struct alignment
David Robillard
1
-3
/
+3
2011-04-23
Tidy.
David Robillard
1
-1
/
+0
2011-04-22
Fix license header (awk oops).
David Robillard
1
-1
/
+1
[prev]
[next]