switch to using boost::filesystem
authorDiane Trout <diane@caltech.edu>
Fri, 7 Apr 2006 02:10:30 +0000 (02:10 +0000)
committerDiane Trout <diane@caltech.edu>
Fri, 7 Apr 2006 02:10:30 +0000 (02:10 +0000)
commit2a85276d85824ce48b938178dc22ccab2e7ab1fd
tree9d085d46574c71b8505abec03f4fac1e5bf553d8
parent9051e2cf23f24b50b89c91c14f605012499320d0
switch to using boost::filesystem
I changed the loading code to use boost::filesystem, and also updated the
build system to hardcode the location of the example data in the unittest
program.

The result of this is I can now use easier filesystem handling code
and my unittests will work even when we build the app out of source
15 files changed:
alg/flp.cpp
alg/flp.hpp
alg/mussa.cpp
alg/mussa.hpp
alg/nway_paths.cpp
alg/nway_paths.hpp
alg/sequence.cpp
alg/sequence.hpp
alg/test/CMakeLists.txt
alg/test/test_flp.cpp
alg/test/test_mussa.cpp
alg/test/test_nway.cpp
alg/test/test_sequence.cpp
qui/CMakeLists.txt
qui/mussagl.cpp