From: <dot...@li...> - 2015-05-18 09:59:01
|
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: 2 new changesets (Bitbucket) 2. commit/dotnetrdf: rvesse: Prepare for next dev cycle (Bitbucket) 3. commit/dotnetrdf: tpluscode: Merge with default (Bitbucket) 4. commit/dotnetrdf: 6 new changesets (Bitbucket) 5. commit/dotnetrdf: rvesse: Revert incorrect merge (Bitbucket) 6. commit/dotnetrdf: 3 new changesets (Bitbucket) 7. commit/dotnetrdf: rvesse: Further expand IGraph contract test coverage, add new IGraphCapabilities API and refactor tests to check for necessary capabilities, add ReadOnlyGraph as a decorator over graphs (Bitbucket) 8. commit/dotnetrdf: rvesse: Move advanced graph operations (isomorphism, sub-graph, difference) out into extension methods to simplify the IGraph interface (Bitbucket) 9. commit/dotnetrdf: 6 new changesets (Bitbucket) ---------------------------------------------------------------------- Message: 1 Date: Fri, 20 Mar 2015 13:01:04 -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/f8e62a039251/ Changeset: f8e62a039251 User: rvesse Date: 2015-03-20 12:40:47+00:00 Summary: Prepare for 1.0.8 release Affected #: 34 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/2f2c04caaf52/ Changeset: 2f2c04caaf52 User: rvesse Date: 2015-03-20 13:00:24+00:00 Summary: Added tag 1.0.8, 108 for changeset f8e62a039251 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: Fri, 20 Mar 2015 14:57:48 -0000 From: Bitbucket <com...@bi...> Subject: [dotNetRDF Commits] commit/dotnetrdf: rvesse: Prepare for next dev cycle 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/ef4c8c60b64f/ Changeset: ef4c8c60b64f User: rvesse Date: 2015-03-20 14:57:22+00:00 Summary: Prepare for next dev cycle Affected #: 34 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: Thu, 30 Apr 2015 13:12:29 -0000 From: Bitbucket <com...@bi...> Subject: [dotNetRDF Commits] commit/dotnetrdf: tpluscode: Merge with default 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/adf34b5b2dad/ Changeset: adf34b5b2dad Branch: fluent-query User: tpluscode Date: 2013-07-31 16:35:18+00:00 Summary: Merge with default Affected #: 58 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, 01 May 2015 16:41:17 -0000 From: Bitbucket <com...@bi...> Subject: [dotNetRDF Commits] commit/dotnetrdf: 6 new changesets To: dot...@li... Message-ID: <201...@ap...> Content-Type: text/plain; charset="utf-8" 6 new commits in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/144387d38466/ Changeset: 144387d38466 User: rvesse Date: 2015-03-12 09:49:16+00:00 Summary: Prep for another pre-release build Affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/commits/21108901ab2c/ Changeset: 21108901ab2c Branch: CORE-442 User: rvesse Date: 2015-04-07 16:32:41+00:00 Summary: Add test cases that demonstrate CORE-442 Affected #: 4 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/537a8a24bd33/ Changeset: 537a8a24bd33 Branch: CORE-442 User: rvesse Date: 2015-05-01 14:20:05+00:00 Summary: Further tests and experimental changes around CORE-442 Affected #: 4 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/9461c1da6bd5/ Changeset: 9461c1da6bd5 Branch: 1.9 User: rvesse Date: 2015-05-01 16:01:42+00:00 Summary: Remove old events API in favour of using INotifyCollectionChanged, currently only reimplemented for Triple collections Affected #: 18 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/8cfcf5ebddae/ Changeset: 8cfcf5ebddae Branch: 1.9 User: rvesse Date: 2015-05-01 16:35:25+00:00 Summary: Add a new Trie indexed triple collection Affected #: 7 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/a51c9cff068b/ Changeset: a51c9cff068b User: rvesse Date: 2015-05-01 16:40:41+00:00 Summary: Merge branch heads 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: Fri, 01 May 2015 16:45:31 -0000 From: Bitbucket <com...@bi...> Subject: [dotNetRDF Commits] commit/dotnetrdf: rvesse: Revert incorrect 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/dc3d3acd7457/ Changeset: dc3d3acd7457 User: rvesse Date: 2015-05-01 16:45:13+00:00 Summary: Revert incorrect merge 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: 6 Date: Fri, 08 May 2015 12:06:30 -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/9bb2be6e079e/ Changeset: 9bb2be6e079e Branch: 1.9 User: rvesse Date: 2015-05-05 19:29:55+00:00 Summary: Write BaseGraph back up with the new IEventedGraph API, add some unit tests for events Affected #: 2 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/669da53b3cc7/ Changeset: 669da53b3cc7 Branch: 1.9 User: rvesse Date: 2015-05-06 20:36:24+00:00 Summary: Expand IEventedGraph interface, add support to WrapperGraph Affected #: 4 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/eb42c81c61be/ Changeset: eb42c81c61be Branch: 1.9 User: rvesse Date: 2015-05-08 12:06:11+00:00 Summary: Start to flesh out INodeFactory contract tests more, adjust and fix implementations appropriately Affected #: 24 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: Fri, 08 May 2015 15:59:04 -0000 From: Bitbucket <com...@bi...> Subject: [dotNetRDF Commits] commit/dotnetrdf: rvesse: Further expand IGraph contract test coverage, add new IGraphCapabilities API and refactor tests to check for necessary capabilities, add ReadOnlyGraph as a decorator over graphs 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/e11461f6dde4/ Changeset: e11461f6dde4 Branch: 1.9 User: rvesse Date: 2015-05-08 15:58:16+00:00 Summary: Further expand IGraph contract test coverage, add new IGraphCapabilities API and refactor tests to check for necessary capabilities, add ReadOnlyGraph as a decorator over graphs Affected #: 77 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, 15 May 2015 11:42:35 -0000 From: Bitbucket <com...@bi...> Subject: [dotNetRDF Commits] commit/dotnetrdf: rvesse: Move advanced graph operations (isomorphism, sub-graph, difference) out into extension methods to simplify the IGraph interface 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/1a6b4a48504b/ Changeset: 1a6b4a48504b Branch: 1.9 User: rvesse Date: 2015-05-15 11:42:11+00:00 Summary: Move advanced graph operations (isomorphism, sub-graph, difference) out into extension methods to simplify the IGraph interface Affected #: 16 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: Mon, 18 May 2015 09:58:52 -0000 From: Bitbucket <com...@bi...> Subject: [dotNetRDF Commits] commit/dotnetrdf: 6 new changesets To: dot...@li... Message-ID: <201...@ap...> Content-Type: text/plain; charset="utf-8" 6 new commits in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/78a6e56a5c9b/ Changeset: 78a6e56a5c9b Branch: CORE-445 User: magicmoux Date: 2015-05-05 06:07:16+00:00 Summary: new SparqlParametrizedString implementation Affected #: 2 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/18afe3591eeb/ Changeset: 18afe3591eeb Branch: CORE-445 User: magicmoux Date: 2015-05-05 06:08:22+00:00 Summary: Fusion avec default Affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/commits/c7384dcded49/ Changeset: c7384dcded49 Branch: CORE-445 User: magicmoux Date: 2015-05-05 06:22:46+00:00 Summary: Pushing the right file... Affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/commits/0f2bb70dafab/ Changeset: 0f2bb70dafab Branch: CORE-445 User: magicmoux Date: 2015-05-05 13:47:48+00:00 Summary: Added handling for single-quote literals Affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/commits/100c1e15326c/ Changeset: 100c1e15326c Branch: CORE-445 User: magicmoux Date: 2015-05-09 06:42:25+00:00 Summary: Removed the _placeHolders collection which is not really needed Affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/commits/14f07984f649/ Changeset: 14f07984f649 User: rvesse Date: 2015-05-18 09:58:46+00:00 Summary: Merged in magicmoux/dotnetrdf/CORE-445 (pull request #37) New SparqlParameterizedString implementation 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. ------------------------------ ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y ------------------------------ _______________________________________________ dotNetRDF-commits mailing list dot...@li... https://lists.sourceforge.net/lists/listinfo/dotnetrdf-commits End of dotNetRDF-commits Digest, Vol 28, Issue 1 ************************************************ |