forked from laurentnoe/iedera
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moving files to src / Creation of very first tests
- Loading branch information
noe
committed
Jan 1, 2017
1 parent
4ed2535
commit fefa266
Showing
25 changed files
with
3,992 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
# Makefile.am | ||
bin_PROGRAMS = iedera | ||
iedera_SOURCES = main.cc seed.cc macro.cc \ | ||
seed.h macro.h \ | ||
matrix.hh cost.hh automaton.hh polynomial.hh infint.hh | ||
EXTRA_DIST = binomial_weight.h lcm.cc | ||
EXTRA_DIST = README doxygenconfig | ||
SUBDIRS = src tests |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Makefile.am | ||
bin_PROGRAMS = iedera | ||
iedera_CXXFLAGS = -O3 -pipe -funroll-loops -Wall | ||
iedera_SOURCES = main.cc seed.cc macro.cc \ | ||
seed.h macro.h \ | ||
matrix.hh cost.hh automaton.hh polynomial.hh infint.hh | ||
EXTRA_DIST = binomial_weight.h lcm.cc |
Oops, something went wrong.