I just released LibSort, a small collection of sorting algorithms implemented in C++. Read more about the library here or head over to my GitHub to download the code.
My motivation for writing this small library happened several years ago when refreshing my memory on the several sorting algorithms that everyone is taught in CS101. In an effort to organize my small projects and put a finishing touch on each one, I have added a premake script to make it easily built for whatever compiler and platform that you prefer.