Age | Commit message (Expand) | Author | Files | Lines |
2013-03-04 | Use quiet flag on bad tests (back to 100% coverage). | David Robillard | 1 | -3/+3 |
2013-03-04 | Add missing newline. | David Robillard | 1 | -1/+1 |
2013-03-04 | Improve dot support. | David Robillard | 16 | -36/+155 |
2013-03-03 | Fix crazy logic and redundant call in read_PN_LOCAL(). | David Robillard | 1 | -4/+4 |
2013-03-03 | Write thru files to build directory. | David Robillard | 1 | -11/+10 |
2013-03-03 | Pass negative eval tests (reject invalid escaped URI characters). | David Robillard | 6 | -19/+30 |
2013-03-03 | Remove dead code. | David Robillard | 1 | -8/+4 |
2013-03-03 | Don't write xsd:decimal literals to Turtle bare if they would not be read back | David Robillard | 3 | -12/+28 |
2013-03-03 | Simplify manifest-based test running. | David Robillard | 1 | -20/+13 |
2013-03-03 | Abstract out thru test running. | David Robillard | 1 | -21/+28 |
2013-03-03 | Remove comments referring to old grammar rules. | David Robillard | 1 | -33/+0 |
2013-03-03 | Pass turtle-syntax-bad-prefix-01 (propagate errors in write_node). | David Robillard | 1 | -5/+8 |
2013-03-02 | Pass turtle-syntax-number-08.ttl (integer followed by terminating dot). | David Robillard | 2 | -117/+147 |
2013-03-02 | Use same base URI for both new test suites. | David Robillard | 1 | -2/+2 |
2013-03-02 | Fix anonymous_blank_node_subject test. | David Robillard | 2 | -1/+2 |
2013-02-26 | Fix URI for tests-ttl tests. | David Robillard | 1 | -1/+1 |
2013-02-26 | Remove debug print and fix Python 3 compatibility. | David Robillard | 1 | -1/+0 |
2013-02-25 | Support most of the latest Turtle Editor's Draft. | David Robillard | 348 | -434/+3342 |
2013-02-25 | Add DOAP information. | David Robillard | 1 | -0/+16 |
2013-02-24 | Move old test suite to its own directory. | David Robillard | 124 | -71/+86 |
2013-02-24 | Fix typo. | David Robillard | 1 | -1/+1 |
2013-02-24 | Generate shorter blank node IDs like the new Turtle test suite. | David Robillard | 17 | -337/+338 |
2013-02-24 | Add missing files. | David Robillard | 2 | -0/+243 |
2013-02-24 | Restructure test suite to match new Turtle test suite. | David Robillard | 108 | -169/+7 |
2013-02-03 | Correctly handle posix_memalign failure | David Robillard | 2 | -3/+4 |
2013-02-02 | Upgrade to waf 1.9.7 | David Robillard | 1 | -0/+0 |
2013-01-22 | Fix possible crash in serd_writer_end_anon() when writing invalid lists | David Robillard | 4 | -4/+9 |
2012-12-23 | Downgrade to waf 1.7.5. | David Robillard | 1 | -0/+0 |
2012-12-23 | Serd 0.18.2 | David Robillard | 2 | -3/+3 |
2012-12-23 | Windows compatibility fixes. | David Robillard | 2 | -0/+10 |
2012-12-23 | Add missing waf winres tool. | David Robillard | 1 | -0/+0 |
2012-12-23 | Update to waf 1.7.8 and autowaf r90 (install docs to versioned directory). | David Robillard | 2 | -1/+2 |
2012-12-23 | Fix serd_node_new_decimal test code. | David Robillard | 1 | -6/+6 |
2012-12-21 | Fix crash when serd_node_new_decimal is called with infinity or NaN. | David Robillard | 3 | -3/+11 |
2012-12-20 | Fix crash when resolving against non-standard base URIs. | David Robillard | 2 | -5/+3 |
2012-11-14 | Fix bug that caused "a" abbreviation in non-predicate position (#862). | David Robillard | 2 | -2/+3 |
2012-09-13 | Update to r87/autowaf (Build debuggable library with PDB file under MSVC with... | David Robillard | 1 | -0/+0 |
2012-09-13 | Update to r86/autowaf (Fix pkg-config checking with --pardebug). | David Robillard | 1 | -0/+0 |
2012-09-11 | Update to r85/autowaf (Fix pkg-config dependencies when not using --pardebug). | David Robillard | 1 | -0/+0 |
2012-09-10 | Update to r83/autowaf (Fix mandatory pkg-config checks). | David Robillard | 1 | -0/+0 |
2012-09-10 | Support building against parallel debuggable libraries via pkg-config. | David Robillard | 1 | -0/+0 |
2012-09-10 | Update to r80/autowaf (Build against parallel-installable debug depdencies if... | David Robillard | 1 | -0/+0 |
2012-09-10 | Update to r79/autowaf (Add --pardebug option for parallel-installable debug l... | David Robillard | 2 | -17/+1 |
2012-09-10 | Build correct debug library names on MSVC. | David Robillard | 1 | -1/+1 |
2012-09-10 | Build correct debug library names on MSVC. | David Robillard | 1 | -5/+14 |
2012-09-10 | Use name instead of pattern mangling to add D suffix. | David Robillard | 2 | -2/+5 |
2012-09-10 | Use correct debug flags for MSVC. | David Robillard | 1 | -0/+0 |
2012-09-10 | Add missing import. | David Robillard | 1 | -0/+0 |
2012-09-10 | Add D suffix to debug library filenames with MSVC. | David Robillard | 1 | -0/+0 |
2012-09-10 | Tidy up wscript. | David Robillard | 1 | -55/+44 |