From: <dot...@li...> - 2014-02-27 16:32:26
|
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: 24 new changesets (Bitbucket) 2. commit/dotnetrdf: 7 new changesets (Bitbucket) 3. commit/dotnetrdf: 4 new changesets (Bitbucket) 4. commit/dotnetrdf: rvesse: Align .wixproject compiler options for Release config with Debug config (TOOLS-360) (Bitbucket) 5. commit/dotnetrdf: rvesse: Fix a couple of regressions introduced by SPIN work merge (Bitbucket) 6. commit/dotnetrdf: 2 new changesets (Bitbucket) 7. commit/dotnetrdf: 10 new changesets (Bitbucket) ---------------------------------------------------------------------- Message: 1 Date: Thu, 20 Feb 2014 17:09:01 -0000 From: Bitbucket <com...@bi...> Subject: [dotNetRDF Commits] commit/dotnetrdf: 24 new changesets To: dot...@li... Message-ID: <201...@ap...> Content-Type: text/plain; charset="utf-8" 24 new commits in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/3a08d9c72a95/ Changeset: 3a08d9c72a95 User: magicmoux Date: 2013-07-01 15:57:19 Summary: Added a Virtual Count Property to queries and multiset to return nulber of results it would return without any limit clause Affected #: 4 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/4dea4644433d/ Changeset: 4dea4644433d User: magicmoux Date: 2013-07-04 21:25:28 Summary: Reassert separation between the native TripleStore and Graphs implementations Affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/commits/212df3cbdeac/ Changeset: 212df3cbdeac User: magicmoux Date: 2013-07-04 21:32:25 Summary: Reassert separation between the native TripleStore and Graphs implementations Affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/commits/8aa166dd9bfe/ Changeset: 8aa166dd9bfe User: magicmoux Date: 2013-07-06 00:14:50 Summary: Corrected 2 more incorrect method indirection missing the graphUris filter parameter Affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/commits/09497f481b7c/ Changeset: 09497f481b7c User: magicmoux Date: 2013-07-06 00:18:11 Summary: Merged dotnetrdf/dotnetrdf into default Affected #: 53 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/ba1ebfcaa920/ Changeset: ba1ebfcaa920 User: magicmoux Date: 2013-07-09 23:08:48 Summary: Merged dotnetrdf/dotnetrdf into default Affected #: 42 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/df7c582924e3/ Changeset: df7c582924e3 User: magicmoux Date: 2013-07-12 11:49:43 Summary: Merged dotnetrdf/dotnetrdf into default Affected #: 11 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/f8746757aa2b/ Changeset: f8746757aa2b User: magicmoux Date: 2013-07-16 21:59:34 Summary: Merged dotnetrdf/dotnetrdf into default Affected #: 43 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/b705907284d8/ Changeset: b705907284d8 User: magicmoux Date: 2013-08-12 07:55:58 Summary: Merged dotnetrdf/dotnetrdf into default Affected #: 8 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/a16c602873c5/ Changeset: a16c602873c5 User: magicmoux Date: 2013-09-16 10:32:06 Summary: Merged dotnetrdf/dotnetrdf into default Affected #: 173 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/de7486f7a28c/ Changeset: de7486f7a28c User: magicmoux Date: 2013-09-18 08:03:23 Summary: Merged dotnetrdf/dotnetrdf into default Affected #: 3 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/256686f522fb/ Changeset: 256686f522fb User: magicmoux Date: 2013-10-04 08:15:46 Summary: Merged dotnetrdf/dotnetrdf into default Affected #: 24 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/cf87929933f5/ Changeset: cf87929933f5 User: magicmoux Date: 2013-10-05 10:56:43 Summary: Update to the latest SPIN SPARQL Syntax version Affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/commits/c4de63104d29/ Changeset: c4de63104d29 User: magicmoux Date: 2014-01-16 11:33:05 Summary: Forced the copy of the nodes to the graph while waiting for v2 Affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/commits/3043a3d4be94/ Changeset: 3043a3d4be94 User: magicmoux Date: 2014-01-16 11:35:21 Summary: Changed the virtualCount handling Affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/commits/d96e9bc1c43b/ Changeset: d96e9bc1c43b User: magicmoux Date: 2014-01-16 11:36:22 Summary: Added RdfsResource definition Affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/commits/c9004b72d92d/ Changeset: c9004b72d92d User: magicmoux Date: 2014-01-16 12:07:58 Summary: A first (if still skecthy and not functional) implementation of SPIN for dotNetRDF. It is based and evolves from the SPIN java implementation for Jena. The goal of this implementation is to provide SPIN capabilities over any SPIN-unaware storage engine while relying as much as possible on the storage engine SPARQL processing power. A special implementation of the ISparqlDataset interface is provided so clients may still work with the original dataset whitout being polluted by pending updates that should be first checked aginst the dataset's SPIN configuration before being flushed. The SpinWrappedDataset will wrap queries and updates through a SpinProcessor class that rewrites SPIN-interpreted SPARQL command patterns at runtime depending on the underlying dataset state (ie. dataset changes, pending graphs updates...) and its configuration (magic properties...) a first example of this can be found in the current org.topbraid.spin.model.impl.NamedGraphImpl class. The current commit addresses mainly the SpinWrappedDataset implementation and its runtime features. Real SPIN processing is not yet supported with this version and should come next but SPIN constraints checking was already tested in a first prototype. Affected #: 232 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/fccb6903899e/ Changeset: fccb6903899e User: magicmoux Date: 2014-01-16 12:18:55 Summary: Affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/commits/e2efe52dcef2/ Changeset: e2efe52dcef2 User: magicmoux Date: 2014-01-16 12:23:45 Summary: File conflict correction Affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/commits/ce53f0328d96/ Changeset: ce53f0328d96 User: magicmoux Date: 2014-01-16 12:39:36 Summary: File conflict correction Affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/commits/39d104c5fb43/ Changeset: 39d104c5fb43 User: magicmoux Date: 2014-01-17 10:24:43 Summary: Refactored RDF Dataset management on AddGraph and RemoveGraph calls Affected #: 3 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/d585c79676cc/ Changeset: d585c79676cc User: magicmoux Date: 2014-01-17 13:38:30 Summary: Renamed missed vocabulary Nodes to conform to the Class... Property... naming chart Implemented SpinWrappedDataset.Flush and .Discard methods Affected #: 27 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/0813b7e97d01/ Changeset: 0813b7e97d01 User: magicmoux Date: 2014-01-29 09:27:05 Summary: Implemented the IEqualityComparer<Triple> interface on class BaseTripleComparer Affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/commits/6a1ba3b1c080/ Changeset: 6a1ba3b1c080 User: magicmoux Date: 2014-01-31 14:55:30 Summary: Massive refactoring for simplification and consistency Cleanup before pullrequest Affected #: 262 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: 2 Date: Fri, 21 Feb 2014 12:58:08 -0000 From: Bitbucket <com...@bi...> Subject: [dotNetRDF Commits] commit/dotnetrdf: 7 new changesets To: dot...@li... Message-ID: <201...@ap...> Content-Type: text/plain; charset="utf-8" 7 new commits in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/8d99815f2a71/ Changeset: 8d99815f2a71 Branch: 1.9 User: rvesse Date: 2014-02-21 12:35:49 Summary: Merge latest changes from default onto 1.9 branch Affected #: 228 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/a2a03079e77b/ Changeset: a2a03079e77b Branch: 1.9 User: rvesse Date: 2014-02-21 12:40:59 Summary: Manually port CORE-401 fix onto 1.9 branch Affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/commits/d82cab7f50c2/ Changeset: d82cab7f50c2 Branch: 1.9 User: rvesse Date: 2014-02-21 12:59:17 Summary: Implicitly type literals when RDF 1.1 mode is enabled (CORE-329) Affected #: 4 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/3e9f3c6fd15d/ Changeset: 3e9f3c6fd15d Branch: 1.9 User: rvesse Date: 2014-02-21 13:14:52 Summary: Clean up LiteralNode constructors to fully implement RDF 1.1 implicit typing Affected #: 2 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/b4429a94bb29/ Changeset: b4429a94bb29 Branch: 1.9 User: rvesse Date: 2014-02-21 13:22:31 Summary: Start adding multiple target .Net profiles for IO.Core library Affected #: 8 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/6835d127f57b/ Changeset: 6835d127f57b Branch: 1.9 User: rvesse Date: 2014-02-21 13:45:15 Summary: Work towards getting the IO.Html library building Affected #: 25 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/d546aa83219d/ Changeset: d546aa83219d Branch: 1.9 User: rvesse Date: 2014-02-21 13:56:24 Summary: Work towards getting the IO.Html library building 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: 3 Date: Fri, 21 Feb 2014 16:16:26 -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/a44a648b3384/ Changeset: a44a648b3384 Branch: 1.9 User: rvesse Date: 2014-02-21 16:23:53 Summary: Work on fleshing out 2.0 module structure (CORE-315) Affected #: 20 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/6cd2f25bf5bf/ Changeset: 6cd2f25bf5bf Branch: 1.9 User: rvesse Date: 2014-02-21 16:36:52 Summary: Work on fleshing out 2.0 module structure (CORE-315) Affected #: 149 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/0cf92aa754c8/ Changeset: 0cf92aa754c8 Branch: 1.9 User: rvesse Date: 2014-02-21 16:57:41 Summary: Continuing fleshing out 2.0 module structure (CORE-315) Affected #: 31 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/6898e37d4030/ Changeset: 6898e37d4030 Branch: 1.9 User: rvesse Date: 2014-02-21 17:16:07 Summary: Mostly fix up Configuration Core (CORE-315) Affected #: 17 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: Mon, 24 Feb 2014 14:36:46 -0000 From: Bitbucket <com...@bi...> Subject: [dotNetRDF Commits] commit/dotnetrdf: rvesse: Align .wixproject compiler options for Release config with Debug config (TOOLS-360) 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/9efb6f9664d1/ Changeset: 9efb6f9664d1 User: rvesse Date: 2014-02-24 15:36:22 Summary: Align .wixproject compiler options for Release config with Debug config (TOOLS-360) 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: 5 Date: Tue, 25 Feb 2014 10:02:26 -0000 From: Bitbucket <com...@bi...> Subject: [dotNetRDF Commits] commit/dotnetrdf: rvesse: Fix a couple of regressions introduced by SPIN work merge 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/c93c901b40dc/ Changeset: c93c901b40dc User: rvesse Date: 2014-02-25 11:02:03 Summary: Fix a couple of regressions introduced by SPIN work merge Affected #: 5 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: Thu, 27 Feb 2014 15:31:28 -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/19a2f39281b7/ Changeset: 19a2f39281b7 Branch: ntuples11 User: rvesse Date: 2014-02-27 16:14:57 Summary: Add official test suite for NTriples 1.1 (CORE-355) Affected #: 72 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/aa49f1286118/ Changeset: aa49f1286118 Branch: ntuples11 User: rvesse Date: 2014-02-27 16:28:12 Summary: Infrastructure to support configurable syntax modes for NTriples (CORE-355) Affected #: 13 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: 7 Date: Thu, 27 Feb 2014 16:32:17 -0000 From: Bitbucket <com...@bi...> Subject: [dotNetRDF Commits] commit/dotnetrdf: 10 new changesets To: dot...@li... Message-ID: <201...@ap...> Content-Type: text/plain; charset="utf-8" 10 new commits in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/87cb376d947e/ Changeset: 87cb376d947e Branch: ntuples11 User: rvesse Date: 2014-02-27 16:44:35 Summary: Start working to fix failing NTriples 1.1 test cases (CORE-355) Affected #: 2 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/2515c721f58e/ Changeset: 2515c721f58e Branch: ntuples11 User: rvesse Date: 2014-02-27 16:51:34 Summary: Open files differently depending on which syntax we are using (CORE-355) Affected #: 2 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/044384358dd8/ Changeset: 044384358dd8 Branch: ntuples11 User: rvesse Date: 2014-02-27 16:55:15 Summary: Fix for one of the NTriples 1.1 test failures, only 1 failure remaining (CORE-355) Affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/commits/8f69c3ae87f1/ Changeset: 8f69c3ae87f1 Branch: ntuples11 User: rvesse Date: 2014-02-27 16:57:02 Summary: Fix the other remaining NTriples 1.1 test failure (CORE-355) Affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/commits/9e93bf5978cf/ Changeset: 9e93bf5978cf Branch: ntuples11 User: rvesse Date: 2014-02-27 17:03:40 Summary: Add test cases for RDF NQuads 1.1 (CORE-356) Affected #: 90 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/669e0cf2bd68/ Changeset: 669e0cf2bd68 Branch: ntuples11 User: rvesse Date: 2014-02-27 17:07:01 Summary: Unit test to run RDF NQuads 1.1 test cases (CORE-356) Affected #: 2 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/9a275bf546de/ Changeset: 9a275bf546de Branch: ntuples11 User: rvesse Date: 2014-02-27 17:20:45 Summary: Work towards getting more of the RDF 1.1 NQuads tests passing (CORE-356) Affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/commits/7f87272c3af2/ Changeset: 7f87272c3af2 Branch: ntuples11 User: rvesse Date: 2014-02-27 17:25:26 Summary: Parse the RDF 1.1 NQuads manifest correctly (CORE-356) Affected #: 2 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/4d3fded780ed/ Changeset: 4d3fded780ed Branch: ntuples11 User: rvesse Date: 2014-02-27 17:28:18 Summary: Fix remaining RDF 1.1 NQuads test failures (CORE-356) Affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/commits/a6c9df983815/ Changeset: a6c9df983815 Branch: ntuples11 User: rvesse Date: 2014-02-27 17:31:51 Summary: Open files in correct encodings and check for appropriate encodings dependent on NQuads syntax mode (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. ------------------------------ ------------------------------------------------------------------------------ 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 3 ************************************************ |