aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
AgeCommit message (Collapse)AuthorFilesLines
2011-05-18Add test to ensure blank node IDs don't clash with generated IDs.David Robillard1-7/+10
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-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-13Use standard waf variable names for compiler flags so both independent and ↵David Robillard1-7/+5
recursive builds work correctly. git-svn-id: http://svn.drobilla.net/serd/trunk@178 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-05-05Tidy.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@161 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-05-02Define SERD_CFLAGS and SERD_LIBS in environment (for recursive project ↵David Robillard1-1/+8
building). git-svn-id: http://svn.drobilla.net/serd/trunk@155 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-04-30Fix indentation.David Robillard1-17/+17
git-svn-id: http://svn.drobilla.net/serd/trunk@153 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-04-28Support parallel installation of different major versionsDavid Robillard1-4/+7
git-svn-id: http://svn.drobilla.net/serd/trunk@151 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-04-22Fix Python whitespace (PEP8).David Robillard1-204/+204
git-svn-id: http://svn.drobilla.net/serd/trunk@142 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-04-20Remove use of Python 2.6 syntax.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@138 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-04-06Remove duplicate line.David Robillard1-2/+0
git-svn-id: http://svn.drobilla.net/serd/trunk@136 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-03-19Bump version number (reflecting that this is a different version than the ↵David Robillard1-1/+1
one in lv2core). git-svn-id: http://svn.drobilla.net/serd/trunk@128 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-03-17Add waf upload_docs.David Robillard1-3/+6
git-svn-id: http://svn.drobilla.net/serd/trunk@126 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-03-17Add waf fixdocs to strip decorators from doxygen documentation.David Robillard1-0/+11
git-svn-id: http://svn.drobilla.net/serd/trunk@125 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-03-15Remove INSTALL and waf (broken intermediary commit).David Robillard1-4/+4
Update wscript for new waf with included autowaf. git-svn-id: http://svn.drobilla.net/serd/trunk@121 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-03-07Python 2/3: Use print('') instead of print() to print blank lines.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@120 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-03-02Fix #include in amalgamation to refer to amalgamation header instead of ↵David Robillard1-1/+4
system header. git-svn-id: http://svn.drobilla.net/serd/trunk@116 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-03-01Add @file comments to amalgamation to ease readability.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@113 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-03-01Fix amalgamation.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@112 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-02-25Abstract common read state tracking code (SerdReadState) to make user code ↵David Robillard1-0/+7
less tedious. git-svn-id: http://svn.drobilla.net/serd/trunk@110 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-02-04Sshh.David Robillard1-1/+0
git-svn-id: http://svn.drobilla.net/serd/trunk@94 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-02-03Make unit tests work when serd is a sub-project.David Robillard1-10/+25
git-svn-id: http://svn.drobilla.net/serd/trunk@93 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-01-28Fix crashes when passed NULL nodes.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@88 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-01-27Tidy.David Robillard1-2/+3
git-svn-id: http://svn.drobilla.net/serd/trunk@87 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-01-26Print configuration summary.David Robillard1-0/+3
git-svn-id: http://svn.drobilla.net/serd/trunk@84 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-01-25Use package version as library version.David Robillard1-3/+2
git-svn-id: http://svn.drobilla.net/serd/trunk@80 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-01-25Add `amalgamate' waf target for building single source file distribution.David Robillard1-0/+24
git-svn-id: http://svn.drobilla.net/serd/trunk@78 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-01-25Add man page for serdi.David Robillard1-0/+3
git-svn-id: http://svn.drobilla.net/serd/trunk@76 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-01-25Move node functions into API.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@75 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-01-25Add `lint' waf target.David Robillard1-0/+3
git-svn-id: http://svn.drobilla.net/serd/trunk@73 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-01-25Fix/test reading empty files.David Robillard1-2/+4
git-svn-id: http://svn.drobilla.net/serd/trunk@70 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-01-25Add serd_reader_read_string.David Robillard1-1/+3
git-svn-id: http://svn.drobilla.net/serd/trunk@69 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-01-24Remove SerdString cruft.David Robillard1-1/+0
git-svn-id: http://svn.drobilla.net/serd/trunk@54 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-01-22SerdNamespaces => SerdEnv.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@36 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-01-21Full rount-trip test coverage for Turtle reading and writing.David Robillard1-15/+33
Fix writing UTF-8 URIs. Improved test coverage. git-svn-id: http://svn.drobilla.net/serd/trunk@28 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-01-21Preliminary support for writing abbreviated Turtle.David Robillard1-17/+19
git-svn-id: http://svn.drobilla.net/serd/trunk@22 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-01-21Rename write.c to writer.c for consistency.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@21 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-01-21More extensive test coverage.David Robillard1-10/+27
git-svn-id: http://svn.drobilla.net/serd/trunk@19 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-01-20Support new autowaf test interface.David Robillard1-3/+6
git-svn-id: http://svn.drobilla.net/serd/trunk@17 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-01-20Run, and pass all, bad tests.David Robillard1-8/+8
Fix memory errors. git-svn-id: http://svn.drobilla.net/serd/trunk@10 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-01-20Rework character reading functions to support reading multi-byte characters ↵David Robillard1-1/+7
(take a string dest parameter instead of returning uchar). Escape ntriples output. Pass all good read tests with output verification. git-svn-id: http://svn.drobilla.net/serd/trunk@8 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-01-19Initial import.David Robillard1-0/+142
git-svn-id: http://svn.drobilla.net/serd/trunk@2 490d8e77-9747-427b-9fa3-0b8f29cee8a0