aboutsummaryrefslogtreecommitdiffstats
path: root/src/serd_internal.h
AgeCommit message (Expand)AuthorFilesLines
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