aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
AgeCommit message (Expand)AuthorFilesLines
2012-09-10Tidy up wscript.David Robillard1-55/+44
2012-09-09Fix clashing symbol "error" in amalgamation build.David Robillard1-1/+1
2012-08-23Serd 0.18.0David Robillard1-1/+1
2012-08-08Update to r74/autowaf (Add autowaf.set_c99_mode()).David Robillard1-5/+1
2012-08-08Consistency.David Robillard1-11/+11
2012-08-08Consistency.David Robillard1-11/+11
2012-08-08Tidy up wscript.David Robillard1-78/+78
2012-08-08Fix static build on Windows.David Robillard1-1/+1
2012-08-08Add --no-shared configure option for doing static-only builds.David Robillard1-23/+40
2012-08-04Use more portable defines instead of -D in CFLAGS.David Robillard1-11/+9
2012-08-02Clean up wscript.David Robillard1-9/+6
2012-07-09Improve documentation style.David Robillard1-21/+3
2012-07-05Bump version.David Robillard1-1/+1
2012-07-05Add error callback to reader and writer for custom error reporting.David Robillard1-0/+1
2012-05-08Add incremental read interface suitable for reading from infinite streams.David Robillard1-1/+3
2012-04-18Fix absolute path in documentation.David Robillard1-2/+2
2012-03-18Add serd_reader_set_default_graph() for reading a file as a named graph.David Robillard1-1/+1
2012-03-10Add serd_writer_set_root_uri(), root parameter toDavid Robillard1-1/+4
2012-03-08Add serd_writer_get_env().David Robillard1-1/+1
2012-03-03Add serd_chunk_sink for easy writing to a string.David Robillard1-1/+1
2012-02-21Bump version.David Robillard1-1/+1
2012-02-05Update to r65/autowaf and waf-1.6.10.David Robillard1-0/+7
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard1-17/+19
2012-01-16Compile with -MD on Windows so passing a FILE* between DLLs doesn't crash.David Robillard1-6/+5
2012-01-16Fix test suite on UNIX when . is not in PATH.David Robillard1-1/+2
2012-01-16Fix compilation on sane platforms.David Robillard1-1/+8
2012-01-16Support compilation as C++ under MSVC++David Robillard1-19/+41
2012-01-16Fix test suite link errors when gcov is unavailable.David Robillard1-9/+10
2012-01-16Make gcov check non-mandatory.David Robillard1-1/+2
2012-01-16Fix test suite compilation when -lgcov is unavailable.David Robillard1-2/+11
2012-01-16Fix test suite with Python 2.4.David Robillard1-2/+7
2011-12-30Add serd_node_new_blob and serd_base64_decode for handling arbitrary binaryDavid Robillard1-1/+1
2011-12-25Near 100% branch coverage.David Robillard1-4/+7
2011-12-24100% test coverage (by line) for serdi.c.David Robillard1-2/+2
2011-12-24Move serd_test.c to tests/ so it doesn't show up in test coverage output.David Robillard1-1/+1
2011-12-24Make test suite cover bulk writer.David Robillard1-2/+4
2011-12-23Add serd_file_sink for the common case of writing to a FILE* stream.David Robillard1-1/+1
2011-12-19Add serd_strtod(), serd_node_new_decimal(), and serd_node_new_integer() forDavid Robillard1-3/+18
2011-12-12Make bulk writer internal and inlinable to avoid function call overhead in th...David Robillard1-1/+0
2011-12-12Remove branch for EOF detection in eat_byte.David Robillard1-1/+0
2011-12-11Use posix_fadvise to advise about sequential file access.David Robillard1-0/+14
2011-12-11Add SerdBulkSink for writing bulk output and corresponding serdi -B option.David Robillard1-1/+2
2011-12-11Align read buffer to page boundary if posix_memalign is available.David Robillard1-0/+7
2011-12-11Add --largefile configure option for large files on 32-bit systems. Disabled...David Robillard1-0/+5
2011-11-26Use the more portable/correct lib instead of linkflags.David Robillard1-1/+1
2011-11-04Move serd_strlen and serd_strerror to string.c and document both in "String U...David Robillard1-1/+1
2011-09-29Fix define names and symbol visibilityDavid Robillard1-2/+2
2011-09-29Load compiler_c first (fix --debug etc.).David Robillard1-4/+8
2011-09-29Fix static library install pathDavid Robillard1-1/+1
2011-09-29Tidy.David Robillard1-39/+41