aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
AgeCommit message (Collapse)AuthorFilesLines
2011-12-25Near 100% branch coverage.David Robillard1-4/+7
git-svn-id: http://svn.drobilla.net/serd/trunk@277 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-12-24100% test coverage (by line) for serdi.c.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/serd/trunk@273 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-12-24Move serd_test.c to tests/ so it doesn't show up in test coverage output.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@270 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-12-24Make test suite cover bulk writer.David Robillard1-2/+4
git-svn-id: http://svn.drobilla.net/serd/trunk@264 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-12-23Add serd_file_sink for the common case of writing to a FILE* stream.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@262 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-12-19Add serd_strtod(), serd_node_new_decimal(), and serd_node_new_integer() forDavid Robillard1-3/+18
locale-independent numeric node parsing/serialising. git-svn-id: http://svn.drobilla.net/serd/trunk@260 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-12-12Make bulk writer internal and inlinable to avoid function call overhead in ↵David Robillard1-1/+0
the writer. git-svn-id: http://svn.drobilla.net/serd/trunk@254 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-12-12Remove branch for EOF detection in eat_byte.David Robillard1-1/+0
git-svn-id: http://svn.drobilla.net/serd/trunk@251 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-12-11Use posix_fadvise to advise about sequential file access.David Robillard1-0/+14
git-svn-id: http://svn.drobilla.net/serd/trunk@243 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-12-11Add SerdBulkSink for writing bulk output and corresponding serdi -B option.David Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/serd/trunk@242 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-12-11Align read buffer to page boundary if posix_memalign is available.David Robillard1-0/+7
git-svn-id: http://svn.drobilla.net/serd/trunk@240 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-12-11Add --largefile configure option for large files on 32-bit systems. ↵David Robillard1-0/+5
Disabled by default because I am not sure about binary compatibility issues... git-svn-id: http://svn.drobilla.net/serd/trunk@235 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-04Move serd_strlen and serd_strerror to string.c and document both in "String ↵David Robillard1-1/+1
Utilities" section. git-svn-id: http://svn.drobilla.net/serd/trunk@229 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 Robillard1-39/+41
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 Robillard1-4/+4
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 Robillard1-10/+25
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-21Gracefully handle NULL reader sinks.David Robillard1-1/+2
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-07-26Fix pretty printing of successive blank descriptions, i.e. "] , [".David Robillard1-2/+1
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 Robillard1-1/+3
git-svn-id: http://svn.drobilla.net/serd/trunk@208 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-05-26Serd 0.4.2David Robillard1-3/+3
git-svn-id: http://svn.drobilla.net/serd/trunk@203 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 Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/serd/trunk@198 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-24Fix crash when input is not given.David Robillard1-0/+1
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-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