Skip to content

Commit

Permalink
move code from fwdpy11 namespace to core lib (non-public)
Browse files Browse the repository at this point in the history
* delete lots of code supporting the old API
* refactor some code from "header only" to .hpp/.cc
* cleanup commented-out code and outdated comments
  • Loading branch information
molpopgen committed Mar 21, 2023
1 parent 2634624 commit d5e24e1
Show file tree
Hide file tree
Showing 23 changed files with 602 additions and 1,676 deletions.
1 change: 0 additions & 1 deletion cpp/discrete_demography/init.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
//
#include <pybind11/pybind11.h>
#include <fwdpy11/discrete_demography/exceptions.hpp>
#include <fwdpy11/discrete_demography/constants.hpp>

namespace py = pybind11;

Expand Down
1 change: 0 additions & 1 deletion cpptests/test_evolvets.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include "forward_demes_graph_fixtures.hpp"
#include "fwdpp/ts/simplification/simplification.hpp"
#include "fwdpy11/discrete_demography/exceptions.hpp"
#include "fwdpy11/discrete_demography/simulation/functions.hpp"

/* Tests needed
*
Expand Down
35 changes: 0 additions & 35 deletions fwdpy11/headers/fwdpy11/discrete_demography/constants.hpp

This file was deleted.

This file was deleted.

This file was deleted.

71 changes: 0 additions & 71 deletions fwdpy11/headers/fwdpy11/discrete_demography/simulation/detail.hpp

This file was deleted.

133 changes: 0 additions & 133 deletions fwdpy11/headers/fwdpy11/discrete_demography/simulation/functions.hpp

This file was deleted.

0 comments on commit d5e24e1

Please sign in to comment.