aboutsummaryrefslogtreecommitdiffstats
path: root/src/serd_internal.h
AgeCommit message (Expand)AuthorFilesLines
2012-08-08Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis...David Robillard1-1/+1
2012-07-05Add error callback to reader and writer for custom error reporting.David Robillard1-0/+13
2012-03-28Strip duplicate blank lines.David Robillard1-1/+0
2012-03-10Add serd_writer_set_root_uri(), root parameter toDavid Robillard1-0/+51
2012-03-08Add serd_writer_get_env().David Robillard1-0/+7
2012-02-20Fix collection parsing code to not leak stack space.David Robillard1-2/+2
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard1-1/+1
2012-01-16Fix compilation on sane platforms.David Robillard1-3/+3
2012-01-16Support compilation as C++ under MSVC++David Robillard1-3/+11
2012-01-16Update copyright dates.David Robillard1-1/+1
2011-12-30Add serd_node_new_blob and serd_base64_decode for handling arbitrary binaryDavid Robillard1-0/+6
2011-12-25Near 100% branch coverage.David Robillard1-4/+3
2011-12-19Add serd_strtod(), serd_node_new_decimal(), and serd_node_new_integer() forDavid Robillard1-0/+11
2011-12-12Make bulk writer internal and inlinable to avoid function call overhead in th...David Robillard1-0/+73
2011-12-11Move all #ifdef gunk to serd_internal.h.David Robillard1-0/+36
2011-12-11Add SerdBulkSink for writing bulk output and corresponding serdi -B option.David Robillard1-0/+2
2011-05-11Create SerdNodeFlags typedef for flags.David Robillard1-32/+0
2011-05-11Record whether strings contains quotes or newlines for smart selection of lon...David Robillard1-1/+9
2011-05-05Make serd_read_state_get_base_uri return a pointer.David Robillard1-10/+12
2011-04-23Tidy.David Robillard1-1/+0
2011-04-22Fix license header (awk oops).David Robillard1-1/+1
2011-04-22Switch to ISC license (legally equivalent to MIT license but with less obnoxi...David Robillard1-20/+12
2011-02-25Switch to 2-clause BSD license.David Robillard1-16/+24
2011-01-25Move node functions into API.David Robillard1-6/+0
2011-01-25Lint.David Robillard1-1/+1
2011-01-25Change source header tag line.David Robillard1-1/+1
2011-01-25Fix memory leaks.David Robillard1-0/+6
2011-01-24Remove SerdString cruft.David Robillard1-22/+21
2011-01-24Remove SerdString from public API in favour of more expressive (and not neces...David Robillard1-3/+26
2011-01-23Add missing include.David Robillard1-0/+1
2011-01-23Rearrange code, put common internal stuff in serd_internal.h.David Robillard1-0/+101