- 11 Feb, 2014 2 commits
-
-
Jason Rhinelander authored
-
Jason Rhinelander authored
-
- 20 Sep, 2013 1 commit
-
-
Jason Rhinelander authored
Eris was a goddess, of course.
-
- 29 May, 2013 1 commit
-
-
Jason Rhinelander authored
-
- 10 May, 2013 4 commits
-
-
Jason Rhinelander authored
Converted from autotools to cmake, and totally reorganized project in the process: - headers now live in include/eris, e.g. include/eris/firm/PriceFirm.hpp - The scripts that were in src (bundle-test, test, etc.) are now in scratch - 'make' (no arguments) now builds liberis.so - 'make scratch' builds the .cpp files in scratch/ and links them to liberis.so - Builds now use -Wall -Werror (really). Caught and fixed some warnings (masked methods from mismatched derived signatures) - This should pave the way for adding gtest tests
-
Jason Rhinelander authored
Added Random class for getting/seeding a mt19937 RNG for use in eris [Incorporates GPL-compatible MIT licensed code from http://www.fftw.org/cycle.h]
-
Jason Rhinelander authored
Added COPYING (contains GPL v3 licence) Added added licence info and author info to README
-
Jason Rhinelander authored
-