A GTK+ / GStreamer based music player
Go to file
Anna Schumaker 124f275ffd queue: Update the next() function
I also added in code for testing.

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
2014-05-18 11:17:32 -04:00
gui Add valgrind support to testing 2014-05-14 17:49:03 -04:00
include queue: Update the next() function 2014-05-18 11:17:32 -04:00
lib queue: Update the next() function 2014-05-18 11:17:32 -04:00
share Rip out import stuff 2014-04-10 08:42:53 -04:00
tests queue: Update the next() function 2014-05-18 11:17:32 -04:00
.gitattributes Created a PKGBUILD 2011-11-11 08:12:40 -05:00
.gitignore Add valgrind support to testing 2014-05-14 17:49:03 -04:00
DESIGN random: Use a different RNG for testing 2014-05-18 11:10:29 -04:00
LICENSE Update the license 2014-04-06 19:57:06 -04:00
PKGBUILD Update PKGBUILD 2014-04-06 19:57:06 -04:00
README Add a `scons install` option 2014-04-09 20:37:46 -04:00
Sconstruct Add valgrind support to testing 2014-05-14 17:49:03 -04:00
TODO Add valgrind support to testing 2014-05-14 17:49:03 -04:00

README

Build:
	$ scons

Clean:
	$ scons -c

Install:
	$ sudo scons install

Uninstall:
	$ sudo scons -c install

Build tests:
	$ scons tests

Clean tests:
	$ scons -c tests