From: <dot...@li...> - 2014-02-28 12:47:44
|
Send dotNetRDF-commits mailing list submissions to dot...@li... To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/dotnetrdf-commits or, via email, send a message with subject or body 'help' to dot...@li... You can reach the person managing the list at dot...@li... When replying, please edit your Subject line so it is more specific than "Re: Contents of dotNetRDF-commits digest..." Today's Topics: 1. commit/dotnetrdf: rvesse: Note RDF 1.1 NQuads support in Change Log (CORE-356) (Bitbucket) 2. commit/dotnetrdf: rvesse: Merge parsing support for RDF 1.1 NTriples and NQuads (CORE-355, CORE-356) (Bitbucket) 3. commit/dotnetrdf: 3 new changesets (Bitbucket) 4. commit/dotnetrdf: 4 new changesets (Bitbucket) 5. commit/dotnetrdf: 3 new changesets (Bitbucket) 6. commit/dotnetrdf: 2 new changesets (Bitbucket) 7. commit/dotnetrdf: rvesse: Merge latest RDF 1.1 NTuples and NQuads support onto default (CORE-355, CORE-356) (Bitbucket) 8. commit/dotnetrdf: rvesse: Ignore risky test (Bitbucket) 9. commit/dotnetrdf: rvesse: Merge latest (Bitbucket) ---------------------------------------------------------------------- Message: 1 Date: Thu, 27 Feb 2014 16:35:38 -0000 From: Bitbucket <com...@bi...> Subject: [dotNetRDF Commits] commit/dotnetrdf: rvesse: Note RDF 1.1 NQuads support in Change Log (CORE-356) To: dot...@li... Message-ID: <201...@ap...> Content-Type: text/plain; charset="utf-8" 1 new commit in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/a7ab36f9426a/ Changeset: a7ab36f9426a Branch: ntuples11 User: rvesse Date: 2014-02-27 17:35:17 Summary: Note RDF 1.1 NQuads support in Change Log (CORE-356) Affected #: 1 file Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. ------------------------------ Message: 2 Date: Thu, 27 Feb 2014 16:46:58 -0000 From: Bitbucket <com...@bi...> Subject: [dotNetRDF Commits] commit/dotnetrdf: rvesse: Merge parsing support for RDF 1.1 NTriples and NQuads (CORE-355, CORE-356) To: dot...@li... Message-ID: <201...@ap...> Content-Type: text/plain; charset="utf-8" 1 new commit in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/e5f48626c0d4/ Changeset: e5f48626c0d4 User: rvesse Date: 2014-02-27 17:46:34 Summary: Merge parsing support for RDF 1.1 NTriples and NQuads (CORE-355, CORE-356) Affected #: 176 files Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. ------------------------------ Message: 3 Date: Fri, 28 Feb 2014 11:09:31 -0000 From: Bitbucket <com...@bi...> Subject: [dotNetRDF Commits] commit/dotnetrdf: 3 new changesets To: dot...@li... Message-ID: <201...@ap...> Content-Type: text/plain; charset="utf-8" 3 new commits in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/82e5aeb4e3ff/ Changeset: 82e5aeb4e3ff Branch: ntuples11 User: rvesse Date: 2014-02-28 11:43:28 Summary: Some fixes to NTriples tokenizer to correctly handle Blank Node IDs in the different NTriple syntaxes (CORE-355, CORE-356) Affected #: 4 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/71b88484bfd3/ Changeset: 71b88484bfd3 Branch: ntuples11 User: rvesse Date: 2014-02-28 11:59:31 Summary: Some fixes to NTriples tokenizer literal handling to accept RDF 1.1 escapes (CORE-355, CORE-356) Affected #: 4 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/b31e863b389c/ Changeset: b31e863b389c Branch: ntuples11 User: rvesse Date: 2014-02-28 12:09:05 Summary: Some fixes to Turtle tokenizer literal handling to correctly support RDF 1.1 escapes, also some fixes for cross-platform builds related to NTriples and NQuads changes (CORE-355, CORE-356) Affected #: 4 files Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. ------------------------------ Message: 4 Date: Fri, 28 Feb 2014 11:49:45 -0000 From: Bitbucket <com...@bi...> Subject: [dotNetRDF Commits] commit/dotnetrdf: 4 new changesets To: dot...@li... Message-ID: <201...@ap...> Content-Type: text/plain; charset="utf-8" 4 new commits in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/3b38658a1140/ Changeset: 3b38658a1140 Branch: ntuples11 User: rvesse Date: 2014-02-28 12:19:21 Summary: Update sanity checking script to force a compile to check for cross platform build breaks and add appropriate dependencies to ensure ToolkitInstaller doesn't build too soon (TOOLS-360) Affected #: 12 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/c09af802f4b2/ Changeset: c09af802f4b2 Branch: ntuples11 User: rvesse Date: 2014-02-28 12:22:29 Summary: Further improve sanity checking script to abort commit if code does not compile Affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/commits/f123b7096a56/ Changeset: f123b7096a56 User: rvesse Date: 2014-02-28 12:24:36 Summary: Merge latest RDF 1.1 NTriples and NQuads support to default (CORE-355, CORE-356) Affected #: 21 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/cd0258707438/ Changeset: cd0258707438 Branch: ntuples11 User: rvesse Date: 2014-02-28 12:49:23 Summary: Fix broken StoreCountHandler tests and underyling bug in StoreCountHandler exposed by RDF 1.1 NQuads changes (CORE-356) Affected #: 3 files Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. ------------------------------ Message: 5 Date: Fri, 28 Feb 2014 12:20:45 -0000 From: Bitbucket <com...@bi...> Subject: [dotNetRDF Commits] commit/dotnetrdf: 3 new changesets To: dot...@li... Message-ID: <201...@ap...> Content-Type: text/plain; charset="utf-8" 3 new commits in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/cce6e759a99f/ Changeset: cce6e759a99f Branch: ntuples11 User: rvesse Date: 2014-02-28 13:11:18 Summary: Bunch of unit tests covering new NTriples 1.1 writing support, some of these currently fail (CORE-355) Affected #: 6 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/c1905ad27f36/ Changeset: c1905ad27f36 Branch: ntuples11 User: rvesse Date: 2014-02-28 13:17:16 Summary: Fixes to NTriplesTokeniser to make it reject non-ASCII characters when using Original syntx (CORE-355, CORE-356) Affected #: 2 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/b3c24157882b/ Changeset: b3c24157882b Branch: ntuples11 User: rvesse Date: 2014-02-28 13:20:21 Summary: More unit tests for NTriples 1.1 writing support (CORE-355) Affected #: 3 files Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. ------------------------------ Message: 6 Date: Fri, 28 Feb 2014 12:30:03 -0000 From: Bitbucket <com...@bi...> Subject: [dotNetRDF Commits] commit/dotnetrdf: 2 new changesets To: dot...@li... Message-ID: <201...@ap...> Content-Type: text/plain; charset="utf-8" 2 new commits in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/ae11ebfca7d2/ Changeset: ae11ebfca7d2 Branch: ntuples11 User: rvesse Date: 2014-02-28 13:28:39 Summary: Infrastructure towards supporting NQuads 1.1 output (CORE-356) Affected #: 13 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/4b5f1f08ceee/ Changeset: 4b5f1f08ceee Branch: ntuples11 User: rvesse Date: 2014-02-28 13:29:35 Summary: Note RDF NTriples 1.1 and RDF NQuads 1.1 writing support in Change Log (CORE-355, CORE-356) Affected #: 1 file Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. ------------------------------ Message: 7 Date: Fri, 28 Feb 2014 12:32:08 -0000 From: Bitbucket <com...@bi...> Subject: [dotNetRDF Commits] commit/dotnetrdf: rvesse: Merge latest RDF 1.1 NTuples and NQuads support onto default (CORE-355, CORE-356) To: dot...@li... Message-ID: <201...@ap...> Content-Type: text/plain; charset="utf-8" 1 new commit in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/d00fa6ae6b25/ Changeset: d00fa6ae6b25 User: rvesse Date: 2014-02-28 13:31:46 Summary: Merge latest RDF 1.1 NTuples and NQuads support onto default (CORE-355, CORE-356) Affected #: 27 files Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. ------------------------------ Message: 8 Date: Fri, 28 Feb 2014 12:45:48 -0000 From: Bitbucket <com...@bi...> Subject: [dotNetRDF Commits] commit/dotnetrdf: rvesse: Ignore risky test To: dot...@li... Message-ID: <201...@ap...> Content-Type: text/plain; charset="utf-8" 1 new commit in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/4f1c63e721d9/ Changeset: 4f1c63e721d9 Branch: ntuples11 User: rvesse Date: 2014-02-28 13:43:57 Summary: Ignore risky test Affected #: 2 files Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. ------------------------------ Message: 9 Date: Fri, 28 Feb 2014 12:47:34 -0000 From: Bitbucket <com...@bi...> Subject: [dotNetRDF Commits] commit/dotnetrdf: rvesse: Merge latest To: dot...@li... Message-ID: <201...@ap...> Content-Type: text/plain; charset="utf-8" 1 new commit in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/53f00d59cbf7/ Changeset: 53f00d59cbf7 User: rvesse Date: 2014-02-28 13:47:12 Summary: Merge latest Affected #: 2 files Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. ------------------------------ ------------------------------------------------------------------------------ Flow-based real-time traffic analytics software. Cisco certified tool. Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer Customize your own dashboards, set traffic alerts and generate reports. Network behavioral analysis & security monitoring. All-in-one tool. http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk ------------------------------ _______________________________________________ dotNetRDF-commits mailing list dot...@li... https://lists.sourceforge.net/lists/listinfo/dotnetrdf-commits End of dotNetRDF-commits Digest, Vol 16, Issue 4 ************************************************ |