aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-12-10Tolerate invalid characters in string literals by replacing with theDavid Robillard2-5/+30
Unicode replacement character. git-svn-id: http://svn.drobilla.net/serd/trunk@232 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-11-26Use the more portable/correct lib instead of linkflags.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@231 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-11-24Update waf.David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/serd/trunk@230 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-11-04Move serd_strlen and serd_strerror to string.c and document both in "String ↵David Robillard4-32/+40
Utilities" section. git-svn-id: http://svn.drobilla.net/serd/trunk@229 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-10-22Upgrade to r58/autowaf (Fix building against local libraries)David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/serd/trunk@228 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-10-19Upgrade to r57/autowafDavid Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/serd/trunk@227 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-10-15Fix man page installation directory (#781)David Robillard2-0/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@226 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-10-15Use path variables in pkgconfig files (#782).David Robillard2-0/+6
git-svn-id: http://svn.drobilla.net/serd/trunk@225 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-09-29Serd 0.5.0David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/serd/trunk@223 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-09-29Update documentation styleDavid Robillard1-1/+17
git-svn-id: http://svn.drobilla.net/serd/trunk@222 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-09-29Fix define names and symbol visibilityDavid Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/serd/trunk@221 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-09-29Load compiler_c first (fix --debug etc.).David Robillard1-4/+8
Windows fixes. git-svn-id: http://svn.drobilla.net/serd/trunk@220 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-09-29Fix static library install pathDavid Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@219 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-09-29Tidy.David Robillard7-94/+100
git-svn-id: http://svn.drobilla.net/serd/trunk@218 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-09-27Add serd_env_set_prefix_from_strings for convenience.David Robillard4-4/+28
Fix configure --debug. git-svn-id: http://svn.drobilla.net/serd/trunk@217 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-09-17Add ability to build static library.David Robillard3-11/+27
git-svn-id: http://svn.drobilla.net/serd/trunk@216 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-08-23Don't use non-portable './serdi_static/ syntax in test suite command lines.David Robillard1-22/+23
Instead, modify PATH to include the current directory. git-svn-id: http://svn.drobilla.net/serd/trunk@215 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-08-23Remove non-portable use of /dev/null in test suite commands.David Robillard1-18/+19
git-svn-id: http://svn.drobilla.net/serd/trunk@214 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-08-23Upgrade to autowaf r51David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/serd/trunk@213 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-08-23Upgrade to waf 1.6.7 and autowaf r50David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/serd/trunk@212 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-08-21Gracefully handle NULL reader sinks.David Robillard5-19/+67
Add serd_strerror. Fix erroneously equal SERD_ERR_BAD_SYNTAX and SERD_ERR_BAD_ARG. git-svn-id: http://svn.drobilla.net/serd/trunk@211 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-08-20Avoid writing illegal Turtle names as a result of URI qualifying (fix #734).David Robillard3-3/+41
git-svn-id: http://svn.drobilla.net/serd/trunk@210 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-07-26Fix pretty printing of successive blank descriptions, i.e. "] , [".David Robillard3-5/+16
git-svn-id: http://svn.drobilla.net/serd/trunk@209 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-07-07Upgrade to waf 1.6.6 and autowaf r49 (don't check for C++ compiler)David Robillard2-1/+3
git-svn-id: http://svn.drobilla.net/serd/trunk@208 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-06-20Use same case as subst dictionary for pkg-config file (fix ticket #717)David Robillard1-4/+4
git-svn-id: http://svn.drobilla.net/serd/trunk@207 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-06-19Fix abbreviation flags for blank nodes within lists (fix ticket #719).David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/serd/trunk@206 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-06-19Fix abbreviation of repeated predicates with blank objects, and abbreviation ↵David Robillard3-2/+12
memory errors (hopefully fix ticket #710). Add example test from ticket #710 (as of this revision, this graph, tests/test-blank-cont.ttl, correctly serialises with serdi -i turtle -o turtle, though the indentation is a bit off...). git-svn-id: http://svn.drobilla.net/serd/trunk@205 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-05-26Serd 0.4.2David Robillard3-5/+12
git-svn-id: http://svn.drobilla.net/serd/trunk@203 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-05-25Update autowafDavid Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/serd/trunk@202 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-05-25Fix building documentation in recursive buildDavid Robillard1-11/+12
git-svn-id: http://svn.drobilla.net/serd/trunk@201 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-05-25Python portability (argh...)David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/serd/trunk@200 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-05-25Serd 0.4.0David Robillard2-5/+4
git-svn-id: http://svn.drobilla.net/serd/trunk@198 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-05-25Update man page.David Robillard1-1/+13
git-svn-id: http://svn.drobilla.net/serd/trunk@197 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-05-24Automatically fix up documentation on buildDavid Robillard1-0/+6
git-svn-id: http://svn.drobilla.net/serd/trunk@196 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-05-24Tidy up documentationDavid Robillard1-26/+25
git-svn-id: http://svn.drobilla.net/serd/trunk@195 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-05-24Add PACKAGING fileDavid Robillard1-0/+29
git-svn-id: http://svn.drobilla.net/serd/trunk@194 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-05-24More picky URI to path conversionDavid Robillard1-1/+4
git-svn-id: http://svn.drobilla.net/serd/trunk@193 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-05-24Remove unused object component of write context.David Robillard1-9/+2
git-svn-id: http://svn.drobilla.net/serd/trunk@192 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-05-24Add serd_uri_to_path to API.David Robillard3-28/+35
Remove unused SERD_ANON_END statement flag. git-svn-id: http://svn.drobilla.net/serd/trunk@191 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-05-24Fix crash when input is not given.David Robillard2-1/+7
CURIEify by default. git-svn-id: http://svn.drobilla.net/serd/trunk@190 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-05-24Improve test coverageDavid Robillard1-1/+6
git-svn-id: http://svn.drobilla.net/serd/trunk@189 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-05-24Add string measuring sanity check.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@188 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-05-24Improve documentation.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/serd/trunk@187 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-05-24Don't call serd_strlen for append_string (which is only used on internal ↵David Robillard1-10/+7
ASCII strings) git-svn-id: http://svn.drobilla.net/serd/trunk@186 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-05-19Update waf (don't crash on waf test when lcov is unavailable)David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/serd/trunk@185 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-05-19Express inlining information via statement flags rather than node types.David Robillard3-142/+159
Correctly support inline blank subjects (e.g. "[ :a :b ] :c :d ."). git-svn-id: http://svn.drobilla.net/serd/trunk@184 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-05-18Add test to ensure blank node IDs don't clash with generated IDs.David Robillard8-80/+286
Add handle destructor parameter to serd_reader_new. Add serd_reader_get_handle. Rename serd_reader_set_blank_prefix to serd_reader_add_blank_prefix. Rename serd_reader_read_file to serd_reader_read_file_handle. Add new serd_reader_read_file that takes a path/URI parameter. Add serdi -i option to select input syntax. Add serdi -p and -c options to add/chop a prefix to/from blank IDs. Add optional base_uri parameter to serd_env_new. Add serd_writer_chop_blank_prefix. Bump version to 0.3.0. git-svn-id: http://svn.drobilla.net/serd/trunk@183 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-05-16Mention - for stdin in help message.David Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/serd/trunk@182 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-05-16Align configuration output precisely per-projectDavid Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@181 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-05-15Remove dead code found by clang static analyser.David Robillard2-8/+8
git-svn-id: http://svn.drobilla.net/serd/trunk@180 490d8e77-9747-427b-9fa3-0b8f29cee8a0