Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid::config::flag, a more declarative way to describe CLI flags
authorGabriel Corona <gabriel.corona@loria.fr>
Mon, 11 Apr 2016 11:55:45 +0000 (13:55 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Wed, 13 Apr 2016 08:30:53 +0000 (10:30 +0200)
commitebc5f7ed172f242031fc644120ce45f690b619bc
treece576726990c7a8bcadaa3ac97202919fac6f811
parent3086f8693ca7977af2f666bca46f733046b22996
simgrid::config::flag, a more declarative way to describe CLI flags

I got rid of xbt_cfg_cpy() in the process which was not used. If we
want to support it, we can:

* either provide a "copy" callback;

* or (better) use reference counts on the callback.
include/xbt/config.h
include/xbt/config.hpp [new file with mode: 0644]
src/xbt/config.c
src/xbt/config.cpp [new file with mode: 0644]
tools/cmake/DefinePackages.cmake