<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to DCue</title><link>https://sourceforge.net/p/dcue/wiki/DCue/</link><description>Recent changes to DCue</description><atom:link href="https://sourceforge.net/p/dcue/wiki/DCue/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 06 Jan 2013 23:08:15 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/dcue/wiki/DCue/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage DCue modified by fluxtion</title><link>https://sourceforge.net/p/dcue/wiki/DCue/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -5,5 +5,3 @@
 * [Usage]
 * [Support]
 * [Development &amp; To-do]
-
-[Buy me a drink](http://sourceforge.net/donate/?user_id=4110111)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">fluxtion</dc:creator><pubDate>Sun, 06 Jan 2013 23:08:15 -0000</pubDate><guid>https://sourceforge.netfb7b163544c6f5af60478fd43f2cf2cfaa3256fa</guid></item><item><title>WikiPage DCue modified by fluxtion</title><link>https://sourceforge.net/p/dcue/wiki/DCue/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -5,3 +5,5 @@
 * [Usage]
 * [Support]
 * [Development &amp; To-do]
+
+[Buy me a drink](http://sourceforge.net/donate/?user_id=4110111)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">fluxtion</dc:creator><pubDate>Sun, 06 Jan 2013 23:07:37 -0000</pubDate><guid>https://sourceforge.netf68eaa0195fa724275a0d108d151d7b1a8864c09</guid></item><item><title>WikiPage DCue modified by fluxtion</title><link>https://sourceforge.net/p/dcue/wiki/DCue/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,26 +1,7 @@
 Introduction to DCue
 ====================

-Installing
----------
-DCue is a command line/terminal application which doesn't come with an installer so it can be dropped anywhere you like. Only x86/IA-32/32-bit is currently supported and there are no plans to build 64-bit binaries in the near future (the performance gains would likely be negligible). 
-
-Building a 64-bit version from source yourself is also unsupported, although it may work. Also note that when building from source, using a C++11 compiler (or at least one which supports the updates to `fstream` and the addition of `unordered_map`) is preferable.
-
-Windows
--------
-On Windows, the easiest way to get started is to download the ZIP file containing the `dcue.exe` executable. The DCue binaries for Windows are built with Visual Studio 2010 so you will need to install the appropriate [Visual C++ runtime libraries](https://www.microsoft.com/en-us/download/details.aspx?id=5555). You can add the folder containing `dcue.exe` to your `PATH` environment variable so you don't have to enter the folder in order to run the application (see one of the many guides already on the internet for more information).
-
-Building from source on Windows is relatively easy. Visual Studio project files aren't provided since active development of DCue is currently taking place on a Linux box but it's very easy to import the source archive into your own VS project. VS2010 or higher (and their respective VC++ compilers) will allow you to build DCue with the C++11 features.
-
-Linux
------
-On Linux, you'll normally want to build DCue from source yourself. Although there is a binary distribution for completeness, it was built with GCC 4.7.2 which, as of the time of writing, is not generally available in most standard distro repos (you would require the 4.7.2 runtime). Currently the source package is not bundled with a makefile but it's pretty easy to build since it has no external dependencies whatsoever.
-
-To build DCue move into the source directory and execute one of the following commands:
-
-Initially try building with C++11 features:
-`g++ *.cpp -o dcue -std=c++11` -O3
-
-If this fails or if you're running a GCC considerably earlier than 4.7.0 then build without C++11 features:
-`g++ *.cpp -o dcue -D DISABLECPP11` -O3
+* [Installing]
+* [Usage]
+* [Support]
+* [Development &amp; To-do]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">fluxtion</dc:creator><pubDate>Sun, 06 Jan 2013 13:55:50 -0000</pubDate><guid>https://sourceforge.net793d8d62adc91a1e1e50be16e00eb6d5fce7e167</guid></item><item><title>WikiPage DCue modified by fluxtion</title><link>https://sourceforge.net/p/dcue/wiki/DCue/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -20,7 +20,7 @@
 To build DCue move into the source directory and execute one of the following commands:

 Initially try building with C++11 features:
-`g++ *.cpp -o dcue -std=c++11`
+`g++ *.cpp -o dcue -std=c++11` -O3

 If this fails or if you're running a GCC considerably earlier than 4.7.0 then build without C++11 features:
-`g++ *.cpp -o dcue -D DISABLECPP11`
+`g++ *.cpp -o dcue -D DISABLECPP11` -O3
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">fluxtion</dc:creator><pubDate>Sun, 06 Jan 2013 13:50:00 -0000</pubDate><guid>https://sourceforge.net1840b8b47cfbd5f433ed96692d6e116677c0288e</guid></item><item><title>WikiPage DCue modified by fluxtion</title><link>https://sourceforge.net/p/dcue/wiki/DCue/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -5,11 +5,11 @@
 ---------
 DCue is a command line/terminal application which doesn't come with an installer so it can be dropped anywhere you like. Only x86/IA-32/32-bit is currently supported and there are no plans to build 64-bit binaries in the near future (the performance gains would likely be negligible).

-Building a 64-bit version from source yourself is also unsupported, although it may work. Also note that when building from source, using a C++11 compiler (or at least one which supports the updates to fstream and the addition of unordered_map) is preferable.
+Building a 64-bit version from source yourself is also unsupported, although it may work. Also note that when building from source, using a C++11 compiler (or at least one which supports the updates to `fstream` and the addition of `unordered_map`) is preferable.

 Windows
 -------
-On Windows, the easiest way to get started is to download the ZIP file containing the dcue.exe executable. The DCue binaries for Windows are built with Visual Studio 2010 so you will need to install the appropriate [Visual C++ runtime libraries](https://www.microsoft.com/en-us/download/details.aspx?id=5555). You can add the folder containing dcue.exe to your PATH environment variable so you don't have to enter the folder in order to run the application (see one of the many guides already on the internet for more information).
+On Windows, the easiest way to get started is to download the ZIP file containing the `dcue.exe` executable. The DCue binaries for Windows are built with Visual Studio 2010 so you will need to install the appropriate [Visual C++ runtime libraries](https://www.microsoft.com/en-us/download/details.aspx?id=5555). You can add the folder containing `dcue.exe` to your `PATH` environment variable so you don't have to enter the folder in order to run the application (see one of the many guides already on the internet for more information).

 Building from source on Windows is relatively easy. Visual Studio project files aren't provided since active development of DCue is currently taking place on a Linux box but it's very easy to import the source archive into your own VS project. VS2010 or higher (and their respective VC++ compilers) will allow you to build DCue with the C++11 features.

@@ -20,7 +20,7 @@
 To build DCue move into the source directory and execute one of the following commands:

 Initially try building with C++11 features:
-    g++ *.cpp -o dcue -std=c++11
+`g++ *.cpp -o dcue -std=c++11`

 If this fails or if you're running a GCC considerably earlier than 4.7.0 then build without C++11 features:
-    g++ *.cpp -o dcue -D DISABLECPP11
+`g++ *.cpp -o dcue -D DISABLECPP11`
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">fluxtion</dc:creator><pubDate>Sun, 06 Jan 2013 13:47:32 -0000</pubDate><guid>https://sourceforge.net92587579690e8d9f6be692a9c5de63af562672ea</guid></item><item><title>WikiPage DCue modified by fluxtion</title><link>https://sourceforge.net/p/dcue/wiki/DCue/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,26 @@
-Welcome to your wiki!
+Introduction to DCue
+====================

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+Installing
+---------
+DCue is a command line/terminal application which doesn't come with an installer so it can be dropped anywhere you like. Only x86/IA-32/32-bit is currently supported and there are no plans to build 64-bit binaries in the near future (the performance gains would likely be negligible). 

-The wiki uses [Markdown](/p/dcue/wiki/markdown_syntax/) syntax.
+Building a 64-bit version from source yourself is also unsupported, although it may work. Also note that when building from source, using a C++11 compiler (or at least one which supports the updates to fstream and the addition of unordered_map) is preferable.

-[[project_admins]]
-[[download_button]]
+Windows
+-------
+On Windows, the easiest way to get started is to download the ZIP file containing the dcue.exe executable. The DCue binaries for Windows are built with Visual Studio 2010 so you will need to install the appropriate [Visual C++ runtime libraries](https://www.microsoft.com/en-us/download/details.aspx?id=5555). You can add the folder containing dcue.exe to your PATH environment variable so you don't have to enter the folder in order to run the application (see one of the many guides already on the internet for more information).
+
+Building from source on Windows is relatively easy. Visual Studio project files aren't provided since active development of DCue is currently taking place on a Linux box but it's very easy to import the source archive into your own VS project. VS2010 or higher (and their respective VC++ compilers) will allow you to build DCue with the C++11 features.
+
+Linux
+-----
+On Linux, you'll normally want to build DCue from source yourself. Although there is a binary distribution for completeness, it was built with GCC 4.7.2 which, as of the time of writing, is not generally available in most standard distro repos (you would require the 4.7.2 runtime). Currently the source package is not bundled with a makefile but it's pretty easy to build since it has no external dependencies whatsoever.
+
+To build DCue move into the source directory and execute one of the following commands:
+
+Initially try building with C++11 features:
+    g++ *.cpp -o dcue -std=c++11
+
+If this fails or if you're running a GCC considerably earlier than 4.7.0 then build without C++11 features:
+    g++ *.cpp -o dcue -D DISABLECPP11
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">fluxtion</dc:creator><pubDate>Sun, 06 Jan 2013 13:44:29 -0000</pubDate><guid>https://sourceforge.neta1cdefbc8a80be029e55806cc948eee74453f33b</guid></item><item><title>WikiPage Home modified by fluxtion</title><link>https://sourceforge.net/p/dcue/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;a class="alink" href="SamplePage"&gt;[SamplePage]&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/dcue/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;a href="/u/fluxtion/"&gt;fluxtion&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
&lt;span class="download-button-50e8c90fb9363c2a18f66a44" 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/">fluxtion</dc:creator><pubDate>Sun, 06 Jan 2013 00:45:03 -0000</pubDate><guid>https://sourceforge.net40f43068dbaf43282a953350aad9235104fb12b7</guid></item></channel></rss>