Skip to content

Commit

Permalink
Moving files to src / Creation of very first tests
Browse files Browse the repository at this point in the history
  • Loading branch information
noe committed Jan 1, 2017
1 parent 4ed2535 commit fefa266
Show file tree
Hide file tree
Showing 25 changed files with 3,992 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Makefile.am
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
2,312 changes: 2,312 additions & 0 deletions doxygenconfig

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions src/Makefile.am
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
Loading

0 comments on commit fefa266

Please sign in to comment.