Age | Commit message (Expand) | Author | Files | Lines |
2011-09-29 | Tidy. | David Robillard | 1 | -39/+41 |
2011-09-27 | Add serd_env_set_prefix_from_strings for convenience. | David Robillard | 1 | -4/+4 |
2011-09-17 | Add ability to build static library. | David Robillard | 1 | -10/+25 |
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-21 | Gracefully handle NULL reader sinks. | David Robillard | 1 | -1/+2 |
2011-07-26 | Fix pretty printing of successive blank descriptions, i.e. "] , [". | David Robillard | 1 | -2/+1 |
2011-07-07 | Upgrade to waf 1.6.6 and autowaf r49 (don't check for C++ compiler) | David Robillard | 1 | -1/+3 |
2011-05-26 | Serd 0.4.2 | David Robillard | 1 | -3/+3 |
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 | 1 | -2/+2 |
2011-05-24 | Automatically fix up documentation on build | David Robillard | 1 | -0/+6 |
2011-05-24 | Fix crash when input is not given. | David Robillard | 1 | -0/+1 |
2011-05-24 | Improve test coverage | David Robillard | 1 | -1/+6 |
2011-05-18 | Add test to ensure blank node IDs don't clash with generated IDs. | David Robillard | 1 | -7/+10 |
2011-05-16 | Align configuration output precisely per-project | David Robillard | 1 | -1/+1 |
2011-05-13 | Use standard waf variable names for compiler flags so both independent and re... | David Robillard | 1 | -7/+5 |
2011-05-05 | Tidy. | David Robillard | 1 | -1/+1 |
2011-05-02 | Define SERD_CFLAGS and SERD_LIBS in environment (for recursive project buildi... | David Robillard | 1 | -1/+8 |
2011-04-30 | Fix indentation. | David Robillard | 1 | -17/+17 |
2011-04-28 | Support parallel installation of different major versions | David Robillard | 1 | -4/+7 |
2011-04-22 | Fix Python whitespace (PEP8). | David Robillard | 1 | -204/+204 |
2011-04-20 | Remove use of Python 2.6 syntax. | David Robillard | 1 | -1/+1 |
2011-04-06 | Remove duplicate line. | David Robillard | 1 | -2/+0 |
2011-03-19 | Bump version number (reflecting that this is a different version than the one... | David Robillard | 1 | -1/+1 |
2011-03-17 | Add waf upload_docs. | David Robillard | 1 | -3/+6 |
2011-03-17 | Add waf fixdocs to strip decorators from doxygen documentation. | David Robillard | 1 | -0/+11 |
2011-03-15 | Remove INSTALL and waf (broken intermediary commit). | David Robillard | 1 | -4/+4 |
2011-03-07 | Python 2/3: Use print('') instead of print() to print blank lines. | David Robillard | 1 | -1/+1 |
2011-03-02 | Fix #include in amalgamation to refer to amalgamation header instead of syste... | David Robillard | 1 | -1/+4 |
2011-03-01 | Add @file comments to amalgamation to ease readability. | David Robillard | 1 | -0/+1 |
2011-03-01 | Fix amalgamation. | David Robillard | 1 | -1/+1 |
2011-02-25 | Abstract common read state tracking code (SerdReadState) to make user code le... | David Robillard | 1 | -0/+7 |
2011-02-04 | Sshh. | David Robillard | 1 | -1/+0 |
2011-02-03 | Make unit tests work when serd is a sub-project. | David Robillard | 1 | -10/+25 |
2011-01-28 | Fix crashes when passed NULL nodes. | David Robillard | 1 | -1/+1 |
2011-01-27 | Tidy. | David Robillard | 1 | -2/+3 |
2011-01-26 | Print configuration summary. | David Robillard | 1 | -0/+3 |
2011-01-25 | Use package version as library version. | David Robillard | 1 | -3/+2 |
2011-01-25 | Add `amalgamate' waf target for building single source file distribution. | David Robillard | 1 | -0/+24 |
2011-01-25 | Add man page for serdi. | David Robillard | 1 | -0/+3 |
2011-01-25 | Move node functions into API. | David Robillard | 1 | -0/+1 |
2011-01-25 | Add `lint' waf target. | David Robillard | 1 | -0/+3 |
2011-01-25 | Fix/test reading empty files. | David Robillard | 1 | -2/+4 |
2011-01-25 | Add serd_reader_read_string. | David Robillard | 1 | -1/+3 |
2011-01-24 | Remove SerdString cruft. | David Robillard | 1 | -1/+0 |
2011-01-22 | SerdNamespaces => SerdEnv. | David Robillard | 1 | -1/+1 |
2011-01-21 | Full rount-trip test coverage for Turtle reading and writing. | David Robillard | 1 | -15/+33 |
2011-01-21 | Preliminary support for writing abbreviated Turtle. | David Robillard | 1 | -17/+19 |