Age | Commit message (Expand) | Author | Files | Lines |
2011-11-04 | Move serd_strlen and serd_strerror to string.c and document both in "String U... | David Robillard | 4 | -32/+40 |
2011-10-22 | Upgrade to r58/autowaf (Fix building against local libraries) | David Robillard | 1 | -0/+0 |
2011-10-19 | Upgrade to r57/autowaf | David Robillard | 1 | -0/+0 |
2011-10-15 | Fix man page installation directory (#781) | David Robillard | 2 | -0/+1 |
2011-10-15 | Use path variables in pkgconfig files (#782). | David Robillard | 2 | -0/+6 |
2011-09-29 | Serd 0.5.0 | David Robillard | 1 | -2/+2 |
2011-09-29 | Update documentation style | David Robillard | 1 | -1/+17 |
2011-09-29 | Fix define names and symbol visibility | David Robillard | 1 | -2/+2 |
2011-09-29 | Load compiler_c first (fix --debug etc.). | David Robillard | 1 | -4/+8 |
2011-09-29 | Fix static library install path | David Robillard | 1 | -1/+1 |
2011-09-29 | Tidy. | David Robillard | 7 | -94/+100 |
2011-09-27 | Add serd_env_set_prefix_from_strings for convenience. | David Robillard | 4 | -4/+28 |
2011-09-17 | Add ability to build static library. | David Robillard | 3 | -11/+27 |
2011-08-23 | Don't use non-portable './serdi_static/ syntax in test suite command lines. | David Robillard | 1 | -22/+23 |
2011-08-23 | Remove non-portable use of /dev/null in test suite commands. | David Robillard | 1 | -18/+19 |
2011-08-23 | Upgrade to autowaf r51 | David Robillard | 1 | -0/+0 |
2011-08-23 | Upgrade to waf 1.6.7 and autowaf r50 | David Robillard | 1 | -0/+0 |
2011-08-21 | Gracefully handle NULL reader sinks. | David Robillard | 5 | -19/+67 |
2011-08-20 | Avoid writing illegal Turtle names as a result of URI qualifying (fix #734). | David Robillard | 3 | -3/+41 |
2011-07-26 | Fix pretty printing of successive blank descriptions, i.e. "] , [". | David Robillard | 3 | -5/+16 |
2011-07-07 | Upgrade to waf 1.6.6 and autowaf r49 (don't check for C++ compiler) | David Robillard | 2 | -1/+3 |
2011-06-20 | Use same case as subst dictionary for pkg-config file (fix ticket #717) | David Robillard | 1 | -4/+4 |
2011-06-19 | Fix abbreviation flags for blank nodes within lists (fix ticket #719). | David Robillard | 1 | -2/+2 |
2011-06-19 | Fix abbreviation of repeated predicates with blank objects, and abbreviation ... | David Robillard | 3 | -2/+12 |
2011-05-26 | Serd 0.4.2 | David Robillard | 3 | -5/+12 |
2011-05-25 | Update autowaf | David Robillard | 1 | -0/+0 |
2011-05-25 | Fix building documentation in recursive build | David Robillard | 1 | -11/+12 |
2011-05-25 | Python portability (argh...) | David Robillard | 1 | -2/+2 |
2011-05-25 | Serd 0.4.0 | David Robillard | 2 | -5/+4 |
2011-05-25 | Update man page. | David Robillard | 1 | -1/+13 |
2011-05-24 | Automatically fix up documentation on build | David Robillard | 1 | -0/+6 |
2011-05-24 | Tidy up documentation | David Robillard | 1 | -26/+25 |
2011-05-24 | Add PACKAGING file | David Robillard | 1 | -0/+29 |
2011-05-24 | More picky URI to path conversion | David Robillard | 1 | -1/+4 |
2011-05-24 | Remove unused object component of write context. | David Robillard | 1 | -9/+2 |
2011-05-24 | Add serd_uri_to_path to API. | David Robillard | 3 | -28/+35 |
2011-05-24 | Fix crash when input is not given. | David Robillard | 2 | -1/+7 |
2011-05-24 | Improve test coverage | David Robillard | 1 | -1/+6 |
2011-05-24 | Add string measuring sanity check. | David Robillard | 1 | -0/+1 |
2011-05-24 | Improve documentation. | David Robillard | 1 | -2/+2 |
2011-05-24 | Don't call serd_strlen for append_string (which is only used on internal ASCI... | David Robillard | 1 | -10/+7 |
2011-05-19 | Update waf (don't crash on waf test when lcov is unavailable) | David Robillard | 1 | -0/+0 |
2011-05-19 | Express inlining information via statement flags rather than node types. | David Robillard | 3 | -142/+159 |
2011-05-18 | Add test to ensure blank node IDs don't clash with generated IDs. | David Robillard | 8 | -80/+286 |
2011-05-16 | Mention - for stdin in help message. | David Robillard | 1 | -1/+2 |
2011-05-16 | Align configuration output precisely per-project | David Robillard | 1 | -1/+1 |
2011-05-15 | Remove dead code found by clang static analyser. | David Robillard | 2 | -8/+8 |
2011-05-15 | Print (stdin) as file in error messages when reading stdin | David Robillard | 1 | -1/+1 |
2011-05-13 | Use standard waf variable names for compiler flags so both independent and re... | David Robillard | 2 | -9/+7 |
2011-05-12 | Fix out of bounds array indexing. | David Robillard | 1 | -1/+1 |