<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/clogs/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/clogs/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 12 May 2018 20:18:57 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/clogs/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Bruce Merry</title><link>https://sourceforge.net/p/clogs/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,14 +1,2 @@
-# Welcome to the CLOGS website
-
-CLOGS is a library for higher-level operations on top of the OpenCL C++ API. It is designed to integrate with other OpenCL code, including synchronization using OpenCL events. Currently only three operations are supported: radix sorting, reduction, and exclusive scan. Radix sort supports all the unsigned integral types as keys, and all the built-in scalar and vector types suitable for storage in buffers as values. Scan supports all the integral types. It also supports vector types, which allows for limited multi-scan capabilities. Reduction supports all the built-in types, but the floating-point types are not tested.
-
-For more information, see 
-
-  * The [User manual](http://clogs.sourceforge.net/doc/clogs-user.html)
-  * The [Reference manual](http://clogs.sourceforge.net/doc/html/)
-  * The [Download page](https://sourceforge.net/projects/clogs/files/)
-  * The [Sourceforge information page](http://sourceforge.net/projects/clogs)
-
-To get an idea of sorting performance, here's a graph: 
-
-![http://clogs.sourceforge.net/doc/images/clogs-benchmark.svg](http://clogs.sourceforge.net/doc/images/clogs-benchmark.svg)
+# CLOGS has moved
+CLOGS is now hosted on [Github](https://github.com/bmerry/clogs).
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bruce Merry</dc:creator><pubDate>Sat, 12 May 2018 20:18:57 -0000</pubDate><guid>https://sourceforge.net30584410a4255a6beff747c2100494bbe5c53a27</guid></item><item><title>Home modified by Bruce Merry</title><link>https://sourceforge.net/p/clogs/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,6 +1,6 @@
 # Welcome to the CLOGS website

-CLOGS is a library for higher-level operations on top of the OpenCL C++ API. It is designed to integrate with other OpenCL code, including synchronization using OpenCL events. Currently only two operations are supported: radix sorting and exclusive scan. Radix sort supports all the unsigned integral types as keys, and all the built-in scalar and vector types suitable for storage in buffers as values. Scan supports all the integral types. It also supports vector types, which allows for limited multi-scan capabilities. 
+CLOGS is a library for higher-level operations on top of the OpenCL C++ API. It is designed to integrate with other OpenCL code, including synchronization using OpenCL events. Currently only three operations are supported: radix sorting, reduction, and exclusive scan. Radix sort supports all the unsigned integral types as keys, and all the built-in scalar and vector types suitable for storage in buffers as values. Scan supports all the integral types. It also supports vector types, which allows for limited multi-scan capabilities. Reduction supports all the built-in types, but the floating-point types are not tested.

 For more information, see 

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bruce Merry</dc:creator><pubDate>Wed, 23 Jul 2014 10:13:00 -0000</pubDate><guid>https://sourceforge.net888b5e9da7b04011cf2c7904aa233132c168ecd1</guid></item><item><title>Home modified by Bruce Merry</title><link>https://sourceforge.net/p/clogs/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,6 +1,4 @@
 # Welcome to the CLOGS website
-
-**This wiki and the ticketing system are being migrated from trac to Sourceforge's builtin systems. Please don't file any further tickets in trac.**

 CLOGS is a library for higher-level operations on top of the OpenCL C++ API. It is designed to integrate with other OpenCL code, including synchronization using OpenCL events. Currently only two operations are supported: radix sorting and exclusive scan. Radix sort supports all the unsigned integral types as keys, and all the built-in scalar and vector types suitable for storage in buffers as values. Scan supports all the integral types. It also supports vector types, which allows for limited multi-scan capabilities. 

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bruce Merry</dc:creator><pubDate>Tue, 03 Jun 2014 13:02:11 -0000</pubDate><guid>https://sourceforge.net88a057041f7345392445bbe2e2ee16359ecdfeea</guid></item><item><title>Home modified by Bruce Merry</title><link>https://sourceforge.net/p/clogs/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,16 @@
-Welcome to your wiki!
+# Welcome to the CLOGS website

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+**This wiki and the ticketing system are being migrated from trac to Sourceforge's builtin systems. Please don't file any further tickets in trac.**

-The wiki uses [Markdown](/p/clogs/wiki/markdown_syntax/) syntax.
+CLOGS is a library for higher-level operations on top of the OpenCL C++ API. It is designed to integrate with other OpenCL code, including synchronization using OpenCL events. Currently only two operations are supported: radix sorting and exclusive scan. Radix sort supports all the unsigned integral types as keys, and all the built-in scalar and vector types suitable for storage in buffers as values. Scan supports all the integral types. It also supports vector types, which allows for limited multi-scan capabilities. 

-[[members limit=20]]
-[[download_button]]
+For more information, see 
+
+  * The [User manual](http://clogs.sourceforge.net/doc/clogs-user.html)
+  * The [Reference manual](http://clogs.sourceforge.net/doc/html/)
+  * The [Download page](https://sourceforge.net/projects/clogs/files/)
+  * The [Sourceforge information page](http://sourceforge.net/projects/clogs)
+
+To get an idea of sorting performance, here's a graph: 
+
+![http://clogs.sourceforge.net/doc/images/clogs-benchmark.svg](http://clogs.sourceforge.net/doc/images/clogs-benchmark.svg)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bruce Merry</dc:creator><pubDate>Tue, 03 Jun 2014 12:50:26 -0000</pubDate><guid>https://sourceforge.neta11c3c23f4fb45c2f860d99b8cbd761e4b5e16f9</guid></item><item><title>Home modified by Bruce Merry</title><link>https://sourceforge.net/p/clogs/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/clogs/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
&lt;ul class="md-users-list"&gt;
&lt;li&gt;&lt;a href="/u/bmerry/"&gt;Bruce Merry&lt;/a&gt; (admin)&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;span class="download-button-4f2911cb1be1ce08b60009b4" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bruce Merry</dc:creator><pubDate>Tue, 03 Jun 2014 12:50:23 -0000</pubDate><guid>https://sourceforge.net5f370429f9fae4c0a4793134c5f4e7253224de88</guid></item></channel></rss>