Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[config] Fix inconsistent noexcept in ~missing_key_error()
[simgrid.git] / src / xbt / config.cpp
2016-05-03 Gabriel Corona[config] Fix inconsistent noexcept in ~missing_key_error()
2016-05-03 Gabriel Corona[config] Horrible mess to translate C++ exceptions...
2016-05-03 Gabriel Corona[config] Some alias support in the C++ API
2016-05-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-02 Gabriel Corona[config] Rewrite the config core
2016-04-29 Gabriel CoronaRemove return type of xbt_cfg_set_as_string()
2016-04-29 Gabriel Corona[config] Remove/privatize unused APIs
2016-04-29 Gabriel Corona[config] Move aliases outside of the main option dict
2016-04-29 Gabriel Corona[config] Remove multiple-value support in the config...
2016-04-29 Gabriel Corona[config] Create a Config class
2016-04-29 Gabriel Corona[config] Rename s_xbt_cfgelm_t to simgrid::config:...
2016-04-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-25 degommeleaks --
2016-04-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-18 Gabriel CoronaRewrite/simplify the C++ flag declaration
2016-04-18 Gabriel CoronaUse new/delete for s_xbt_cfgelm_t
2016-04-18 Gabriel CoronaMove the config.c code in C++
2016-04-14 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-13 Gabriel Coronasimgrid::config::flag, a more declarative way to descri...