Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-21 | Fix various warnings and conversion issues | David Robillard | 1 | -10/+2 | |
2020-06-21 | Add serd_new_boolean() | David Robillard | 1 | -0/+6 | |
2020-06-21 | Rename SerdType to SerdNodeType | David Robillard | 1 | -3/+3 | |
The old name has become ambiguous with the expanded scope of serd. | |||||
2020-06-21 | Clean up and expose base64 implementation | David Robillard | 1 | -2/+1 | |
2020-06-21 | Add serd_node_compare() | David Robillard | 1 | -0/+19 | |
2020-06-21 | Ensure serd_new_resolved_uri returns an absolute URI or NULL | David Robillard | 1 | -4/+12 | |
2020-06-21 | Add SerdNodes class for storing a cache of nodes | David Robillard | 1 | -1/+1 | |
2020-06-21 | Remove escape parameter from serd_new_file_uri | David Robillard | 1 | -2/+2 | |
Since characters are escaped because they are not valid characters in a URI, any use of this function without escaping is problematic at best. | |||||
2020-06-21 | Shorten node constructor names | David Robillard | 1 | -68/+141 | |
2020-06-21 | Add debug checks for node padding | David Robillard | 1 | -7/+35 | |
2020-06-21 | Zero node padding before passing to reader sinks | David Robillard | 1 | -0/+28 | |
2020-06-21 | Set datatypes on integer, decimal, and base64 nodes | David Robillard | 1 | -26/+53 | |
2020-06-21 | Separate base64 implementation | David Robillard | 1 | -36/+7 | |
2020-06-21 | Use SerdNodeFlags type everywhere | David Robillard | 1 | -9/+9 | |
2020-06-21 | Clean up node construction API | David Robillard | 1 | -61/+93 | |
2020-06-21 | Clean up includes and improve source file separation | David Robillard | 1 | -2/+0 | |
2020-06-21 | Add blank node API | David Robillard | 1 | -0/+14 | |
2020-06-21 | Make serd_node_new_literal take datatype as a node | David Robillard | 1 | -6/+8 | |
2020-06-21 | Bring read/write interface closer to C standard | David Robillard | 1 | -8/+8 | |
2020-06-21 | Clean up and separate internal headers | David Robillard | 1 | -6/+4 | |
2020-06-21 | Merge datatype and/or language into node | David Robillard | 1 | -11/+120 | |
This moves closer to the sord API, and is more convenient in most cases. | |||||
2020-06-21 | Remove SERD_NOTHING node type | David Robillard | 1 | -1/+1 | |
2020-06-21 | Make nodes opaque | David Robillard | 1 | -69/+101 | |
2020-06-21 | Use opaque node API | David Robillard | 1 | -4/+11 | |
2020-06-21 | Add node accessor API | David Robillard | 1 | -0/+24 | |
2020-06-21 | Use char* for strings in public API | David Robillard | 1 | -32/+29 | |
The constant casting just makes user code a mess, for no benefit. | |||||
2020-06-21 | Remove useless character counting | David Robillard | 1 | -21/+14 | |
2020-06-21 | Use SerdBuffer for mutable buffers | David Robillard | 1 | -8/+9 | |
This avoids const violations from abusing SerdChunk as a mutable buffer for string sinks. | |||||
2020-06-21 | Clean up includes | David Robillard | 1 | -1/+7 | |
2019-10-27 | Fix integer conversion warnings | David Robillard | 1 | -8/+8 | |
2019-01-06 | Fix serd_node_new_decimal() on Windows | David Robillard | 1 | -1/+1 | |
2019-01-05 | Use lround() instead of sketchy offset and cast | David Robillard | 1 | -1/+1 | |
2019-01-05 | Fix unsorted includes | David Robillard | 1 | -3/+2 | |
2018-09-30 | Fix calloc argument order | David Robillard | 1 | -1/+1 | |
2018-07-14 | Fix length of base64 encoded nodes | David Robillard | 1 | -1/+1 | |
2018-06-15 | Remove redundant SERD_API declarations | David Robillard | 1 | -13/+0 | |
2017-07-09 | Add serd_node_from_substring() | David Robillard | 1 | -1/+17 | |
This allows creating nodes in-place from substrings of other strings to allow zero-copy serialization from existing delimited buffers. | |||||
2017-06-30 | Fix various clang-tidy issues | David Robillard | 1 | -4/+4 | |
2016-07-31 | Fix compilation with mingw | David Robillard | 1 | -2/+6 | |
2016-07-10 | Add serd_node_new_relative_uri() | David Robillard | 1 | -0/+26 | |
2016-07-10 | Shrink code | David Robillard | 1 | -5/+3 | |
2016-07-09 | Fix construction of URIs with UTF-8 characters | David Robillard | 1 | -7/+5 | |
2015-10-07 | Update copyright dates | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@500 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2015-04-04 | Fix serializing fractional decimals that would round up. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@489 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2014-10-03 | Remove dependence on fmax() to avoid portability issues. | David Robillard | 1 | -2/+9 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@476 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2014-08-08 | Update copyright dates. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@467 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2014-04-11 | Minor hardening. | David Robillard | 1 | -3/+7 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@459 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2012-12-23 | Windows compatibility fixes. | David Robillard | 1 | -0/+5 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@405 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2012-12-21 | Fix crash when serd_node_new_decimal is called with infinity or NaN. | David Robillard | 1 | -0/+4 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@401 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2012-08-08 | Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes ↵ | David Robillard | 1 | -7/+7 | |
-Wmissing-prototypes. git-svn-id: http://svn.drobilla.net/serd/trunk@374 490d8e77-9747-427b-9fa3-0b8f29cee8a0 |