]> Creatis software - bbtk.git/commit
Feature #2042 bbpConfigurator
authorDaniel Gonzalez <daniel.gonzalez@creatis.insa-lyon.fr>
Wed, 19 Jun 2013 15:08:36 +0000 (17:08 +0200)
committerDaniel Gonzalez <daniel.gonzalez@creatis.insa-lyon.fr>
Wed, 19 Jun 2013 15:08:36 +0000 (17:08 +0200)
commit0b545a71f0da57d48b476a16da61ce3607c4c4fc
treef4ae9224b3621bc813d435d3e80e1f7f9ea3f80a
parentcd39bfaca5c64598de7046df6989f244fc6e32cd
Feature #2042 bbpConfigurator

This application should replace the macro BBTK_CREATE_PACKAGE_INCLUDE_SCRIPT in order to organize the includes so the dependecies are taken into account.

It takes the path of the bbs's, the package name, and the output bbp path.

Creates a dependency graph and checks for cycles and orders the includes by their dependency level.
kernel/appli/bbpConfigurator/bbpConfigurator.cpp
kernel/src/bbtkBBPInterpreter.cxx [new file with mode: 0644]
kernel/src/bbtkBBPInterpreter.h [new file with mode: 0644]