aboutsummaryrefslogtreecommitdiffstats
path: root/src/node.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-06Fix serd_node_new_decimal() on WindowsDavid Robillard1-1/+1
2019-01-05Use lround() instead of sketchy offset and castDavid Robillard1-1/+1
2019-01-05Fix unsorted includesDavid Robillard1-3/+2
2018-09-30Fix calloc argument orderDavid Robillard1-1/+1
2018-07-14Fix length of base64 encoded nodesDavid Robillard1-1/+1
2018-06-15Remove redundant SERD_API declarationsDavid Robillard1-13/+0
2017-07-09Add serd_node_from_substring()David Robillard1-1/+17
2017-06-30Fix various clang-tidy issuesDavid Robillard1-4/+4
2016-07-31Fix compilation with mingwDavid Robillard1-2/+6
2016-07-10Add serd_node_new_relative_uri()David Robillard1-0/+26
2016-07-10Shrink codeDavid Robillard1-5/+3
2016-07-09Fix construction of URIs with UTF-8 charactersDavid Robillard1-7/+5
2015-10-07Update copyright datesDavid Robillard1-1/+1
2015-04-04Fix serializing fractional decimals that would round up.David Robillard1-1/+1
2014-10-03Remove dependence on fmax() to avoid portability issues.David Robillard1-2/+9
2014-08-08Update copyright dates.David Robillard1-1/+1
2014-04-11Minor hardening.David Robillard1-3/+7
2012-12-23Windows compatibility fixes.David Robillard1-0/+5
2012-12-21Fix crash when serd_node_new_decimal is called with infinity or NaN.David Robillard1-0/+4
2012-08-08Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis...David Robillard1-7/+7
2012-03-10Add serd_writer_set_root_uri(), root parameter toDavid Robillard1-1/+1
2012-03-08Add escape parameter to serd_node_new_file_uri().David Robillard1-2/+3
2012-03-08Make serd_node_from_string tolerate NULL.David Robillard1-0/+4
2012-03-08serd_node_new_uri_from_path => serd_node_new_file_uri.David Robillard1-3/+3
2012-03-08Add serd_writer_get_env().David Robillard1-0/+62
2012-02-28Fix serialisation of decimals like 10.0, 20.0, etc.David Robillard1-1/+1
2012-01-18Make serd_node_new_integer take int64_t instead of long.David Robillard1-5/+5
2012-01-16Support compilation as C++ under MSVC++David Robillard1-14/+14
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/+42
2011-12-25Near 100% branch coverage.David Robillard1-10/+11
2011-12-25100% test coverage.David Robillard1-6/+2
2011-12-24Remove pointless check.David Robillard1-1/+1
2011-12-21Remove trailing whitespace.David Robillard1-1/+1
2011-12-19Add serd_strtod(), serd_node_new_decimal(), and serd_node_new_integer() forDavid Robillard1-0/+81
2011-12-12Use memcmp instead of strcmp for serd_node_equals.David Robillard1-2/+3
2011-12-12Reuse write context node memory where possible.David Robillard1-1/+4
2011-12-11Move all #ifdef gunk to serd_internal.h.David Robillard1-2/+2
2011-11-04Move serd_strlen and serd_strerror to string.c and document both in "String U...David Robillard1-26/+0
2011-05-12Use conventional string lengths not including NULL terminatorDavid Robillard1-5/+5
2011-05-12Tidy.David Robillard1-2/+2
2011-05-11Create SerdNodeFlags typedef for flags.David Robillard1-5/+33
2011-05-11Record whether strings contains quotes or newlines for smart selection of lon...David Robillard1-4/+5
2011-05-05Tidy.David Robillard1-2/+1
2011-04-30Use descriptive return codes instead of boolDavid Robillard1-2/+2
2011-04-30Consistent error messagesDavid Robillard1-1/+1
2011-04-24Fix reader memory stack use and verify read_object fully clears its stack.David Robillard1-3/+17
2011-04-23Improve node struct alignmentDavid Robillard1-2/+2
2011-04-23Tidy.David Robillard1-1/+0
2011-04-22Fix license header (awk oops).David Robillard1-1/+1