Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2011-01-26 | Tolerate NULL base URI. | David Robillard | 2 | -2/+3 |
2011-01-26 | Fix compilation in C++ (which won't implicitly cast 0 to an enum). | David Robillard | 2 | -1/+6 |
2011-01-26 | Remove prototype for nonexistent serd_uri_write. | David Robillard | 1 | -5/+0 |
2011-01-25 | Use package version as library version. | David Robillard | 1 | -3/+2 |
2011-01-25 | Update tag line in pkg-config file. | David Robillard | 1 | -1/+1 |
2011-01-25 | Add `amalgamate' waf target for building single source file distribution. | David Robillard | 6 | -0/+34 |
2011-01-25 | Remove unused test file. | David Robillard | 1 | -78/+0 |
2011-01-25 | Add man page for serdi. | David Robillard | 2 | -0/+49 |
2011-01-25 | Move node functions into API. | David Robillard | 6 | -74/+115 |
2011-01-25 | Lint. | David Robillard | 1 | -1/+1 |
2011-01-25 | Add `lint' waf target. | David Robillard | 1 | -0/+3 |
2011-01-25 | Change source header tag line. | David Robillard | 7 | -7/+7 |
2011-01-25 | Remove cruft. | David Robillard | 1 | -8/+0 |
2011-01-25 | Fix/test reading empty files. | David Robillard | 2 | -4/+5 |
2011-01-25 | Add serd_reader_read_string. | David Robillard | 4 | -50/+92 |
2011-01-25 | Add standard command line stuff (-h and -v). | David Robillard | 1 | -2/+22 |
2011-01-25 | Fix memory leaks. | David Robillard | 4 | -43/+55 |
2011-01-25 | Fix UTF-8 test file. | David Robillard | 1 | -1/+1 |
2011-01-25 | Fix handling of EOF in collections. | David Robillard | 2 | -2/+3 |
2011-01-25 | Fix URI resolution of absolute URIs. | David Robillard | 4 | -18/+17 |
2011-01-25 | Localise use of fread. | David Robillard | 1 | -1/+1 |
2011-01-25 | fread returns size_t. | David Robillard | 1 | -1/+1 |
2011-01-25 | readahead => peek_string. | David Robillard | 1 | -6/+6 |
2011-01-25 | Remove odd/nonsensical/impossible else case. | David Robillard | 1 | -1/+1 |
2011-01-25 | Fix crash when parsing malformed numbers. | David Robillard | 4 | -8/+12 |
2011-01-25 | Remove unused character escape code. | David Robillard | 2 | -9/+1 |
2011-01-25 | Add URI test cases. | David Robillard | 2 | -0/+11 |
2011-01-25 | Fix parsing of numbers that begin with a `.'. | David Robillard | 3 | -1/+16 |
2011-01-24 | Remove support for 5 and 6 byte UTF-8 characters. | David Robillard | 3 | -27/+2 |
2011-01-24 | Remove SerdString cruft. | David Robillard | 6 | -143/+55 |
2011-01-24 | Remove SerdString from public API in favour of more expressive (and not neces... | David Robillard | 8 | -294/+367 |
2011-01-23 | Add missing include. | David Robillard | 1 | -0/+1 |
2011-01-23 | Fix build (oops). | David Robillard | 1 | -1/+1 |
2011-01-23 | Faster serd_uri_serialise. | David Robillard | 2 | -23/+37 |
2011-01-23 | Fix abbreviation. | David Robillard | 1 | -4/+2 |
2011-01-23 | Gracefully handle failure to emit statement. | David Robillard | 4 | -16/+25 |
2011-01-23 | Shrink code. | David Robillard | 4 | -126/+63 |
2011-01-23 | Rearrange code, put common internal stuff in serd_internal.h. | David Robillard | 4 | -45/+37 |
2011-01-23 | Code cleanup (appease cpplint). | David Robillard | 5 | -52/+63 |
2011-01-23 | Document styles. | David Robillard | 1 | -2/+2 |
2011-01-23 | SerdNodeType => SerdType. | David Robillard | 4 | -30/+30 |
2011-01-23 | Test language tags with hyphens. | David Robillard | 3 | -8/+4 |
2011-01-23 | Streaming abbreviation. | David Robillard | 5 | -153/+363 |
2011-01-22 | Cleaner spacing for documenation stylesheet. | David Robillard | 1 | -6/+11 |
2011-01-22 | Add custom doxygen stylesheet (lighter, more standard). | David Robillard | 2 | -1/+539 |
2011-01-22 | Emit triples in the correct order for streaming abbreviation. | David Robillard | 2 | -9/+24 |
2011-01-22 | Pass context (current graph, subject, predicate) as a struct to functions tha... | David Robillard | 1 | -49/+59 |
2011-01-22 | SerdNamespaces => SerdEnv. | David Robillard | 6 | -159/+156 |
2011-01-22 | Add custom documentation layout file. | David Robillard | 2 | -1/+185 |
2011-01-22 | Cleanup. | David Robillard | 2 | -477/+475 |